@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MixedInstancesPolicy extends Object implements Serializable, Cloneable
Describes a mixed instances policy for an Auto Scaling group. With mixed instances, your Auto Scaling group can provision a combination of On-Demand Instances and Spot Instances across multiple instance types. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
You can create a mixed instances policy for a new Auto Scaling group, or you can create it for an existing group by
updating the group to specify MixedInstancesPolicy
as the top-level property instead of a launch
configuration or launch template.
Constructor and Description |
---|
MixedInstancesPolicy() |
Modifier and Type | Method and Description |
---|---|
MixedInstancesPolicy |
clone() |
boolean |
equals(Object obj) |
InstancesDistribution |
getInstancesDistribution()
Specifies the instances distribution.
|
LaunchTemplate |
getLaunchTemplate()
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2
instances to fulfill On-Demand and Spot capacities.
|
int |
hashCode() |
void |
setInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution.
|
void |
setLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2
instances to fulfill On-Demand and Spot capacities.
|
String |
toString()
Returns a string representation of this object.
|
MixedInstancesPolicy |
withInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution.
|
MixedInstancesPolicy |
withLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2
instances to fulfill On-Demand and Spot capacities.
|
public void setLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
launchTemplate
- Specifies the launch template to use and optionally the instance types (overrides) that are used to
provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances
policy.public LaunchTemplate getLaunchTemplate()
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
public MixedInstancesPolicy withLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
launchTemplate
- Specifies the launch template to use and optionally the instance types (overrides) that are used to
provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances
policy.public void setInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution
uses a default value.
instancesDistribution
- Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution
uses a default value.public InstancesDistribution getInstancesDistribution()
Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution
uses a default value.
InstancesDistribution
uses a default value.public MixedInstancesPolicy withInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution
uses a default value.
instancesDistribution
- Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution
uses a default value.public String toString()
toString
in class Object
Object.toString()
public MixedInstancesPolicy clone()