@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 parameter instead of a launch
configuration or template. For more information, see CreateAutoScalingGroup and UpdateAutoScalingGroup.
Constructor and Description |
---|
MixedInstancesPolicy() |
Modifier and Type | Method and Description |
---|---|
MixedInstancesPolicy |
clone() |
boolean |
equals(Object obj) |
InstancesDistribution |
getInstancesDistribution()
The instances distribution to use.
|
LaunchTemplate |
getLaunchTemplate()
The launch template and instance types (overrides).
|
int |
hashCode() |
void |
setInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution to use.
|
void |
setLaunchTemplate(LaunchTemplate launchTemplate)
The launch template and instance types (overrides).
|
String |
toString()
Returns a string representation of this object.
|
MixedInstancesPolicy |
withInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution to use.
|
MixedInstancesPolicy |
withLaunchTemplate(LaunchTemplate launchTemplate)
The launch template and instance types (overrides).
|
public void setLaunchTemplate(LaunchTemplate launchTemplate)
The launch template and instance types (overrides).
This parameter must be specified when creating a mixed instances policy.
launchTemplate
- The launch template and instance types (overrides).
This parameter must be specified when creating a mixed instances policy.
public LaunchTemplate getLaunchTemplate()
The launch template and instance types (overrides).
This parameter must be specified when creating a mixed instances policy.
This parameter must be specified when creating a mixed instances policy.
public MixedInstancesPolicy withLaunchTemplate(LaunchTemplate launchTemplate)
The launch template and instance types (overrides).
This parameter must be specified when creating a mixed instances policy.
launchTemplate
- The launch template and instance types (overrides).
This parameter must be specified when creating a mixed instances policy.
public void setInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution to use.
If you leave this parameter unspecified, the value for each parameter in InstancesDistribution
uses
a default value.
instancesDistribution
- The instances distribution to use.
If you leave this parameter unspecified, the value for each parameter in
InstancesDistribution
uses a default value.
public InstancesDistribution getInstancesDistribution()
The instances distribution to use.
If you leave this parameter unspecified, the value for each parameter in InstancesDistribution
uses
a default value.
If you leave this parameter unspecified, the value for each parameter in
InstancesDistribution
uses a default value.
public MixedInstancesPolicy withInstancesDistribution(InstancesDistribution instancesDistribution)
The instances distribution to use.
If you leave this parameter unspecified, the value for each parameter in InstancesDistribution
uses
a default value.
instancesDistribution
- The instances distribution to use.
If you leave this parameter unspecified, the value for each parameter in
InstancesDistribution
uses a default value.
public String toString()
toString
in class Object
Object.toString()
public MixedInstancesPolicy clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.