@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MixedInstancesPolicy extends Object implements Serializable, Cloneable
Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group.
A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
Constructor and Description |
---|
MixedInstancesPolicy() |
Modifier and Type | Method and Description |
---|---|
MixedInstancesPolicy |
clone() |
boolean |
equals(Object obj) |
InstancesDistribution |
getInstancesDistribution()
The instances distribution.
|
LaunchTemplate |
getLaunchTemplate()
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill
On-Demand and Spot capacities.
|
int |
hashCode() |
void |
setInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution.
|
void |
setLaunchTemplate(LaunchTemplate launchTemplate)
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill
On-Demand and Spot capacities.
|
String |
toString()
Returns a string representation of this object.
|
MixedInstancesPolicy |
withInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution.
|
MixedInstancesPolicy |
withLaunchTemplate(LaunchTemplate launchTemplate)
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill
On-Demand and Spot capacities.
|
public void setLaunchTemplate(LaunchTemplate launchTemplate)
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
launchTemplate
- One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to
fulfill On-Demand and Spot capacities.public LaunchTemplate getLaunchTemplate()
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
public MixedInstancesPolicy withLaunchTemplate(LaunchTemplate launchTemplate)
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
launchTemplate
- One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to
fulfill On-Demand and Spot capacities.public void setInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution.
instancesDistribution
- The instances distribution.public InstancesDistribution getInstancesDistribution()
The instances distribution.
public MixedInstancesPolicy withInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution.
instancesDistribution
- The instances distribution.public String toString()
toString
in class Object
Object.toString()
public MixedInstancesPolicy clone()