@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. 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MixedInstancesPolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MixedInstancesPolicy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 instance types (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 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 InstancesDistribution instancesDistribution()
The instances distribution to use.
If you leave this parameter unspecified when creating a mixed instances policy, the default values are used.
If you leave this parameter unspecified when creating a mixed instances policy, 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.