@Generated(value="software.amazon.awssdk:codegen") public final class MixedInstancesPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MixedInstancesPolicy.Builder,MixedInstancesPolicy>
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. Used in combination with CreateAutoScalingGroup. For more information, see Using Multiple Instance Types and Purchase Options in the Amazon EC2 Auto Scaling User Guide.
When you create your Auto Scaling group, you can specify a launch configuration or template as a parameter for the top-level object, or you can specify a mixed instances policy, but not both at the same time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MixedInstancesPolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MixedInstancesPolicy.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstancesDistribution |
instancesDistribution()
The instances distribution to use.
|
LaunchTemplate |
launchTemplate()
The launch template and overrides.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MixedInstancesPolicy.Builder> |
serializableBuilderClass() |
MixedInstancesPolicy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic LaunchTemplate launchTemplate()
The launch template and overrides.
This parameter is required when creating an Auto Scaling group with a mixed instances policy, but is not required when updating the group.
This parameter is required when creating an Auto Scaling group with a mixed instances policy, but is not required when updating the group.
public InstancesDistribution instancesDistribution()
The instances distribution to use.
If you leave this parameter unspecified when creating the group, the default values are used.
If you leave this parameter unspecified when creating the group, the default values are used.
public MixedInstancesPolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MixedInstancesPolicy.Builder,MixedInstancesPolicy>public static MixedInstancesPolicy.Builder builder()
public static Class<? extends MixedInstancesPolicy.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.