AWS SDK for C++
1.8.129
AWS SDK for C++
|
#include <MixedInstancesPolicy.h>
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 launch template.
Definition at line 42 of file MixedInstancesPolicy.h.
Aws::AutoScaling::Model::MixedInstancesPolicy::MixedInstancesPolicy | ( | ) |
Aws::AutoScaling::Model::MixedInstancesPolicy::MixedInstancesPolicy | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution
uses a default value.
Definition at line 100 of file MixedInstancesPolicy.h.
|
inline |
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.
Definition at line 58 of file MixedInstancesPolicy.h.
|
inline |
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution
uses a default value.
Definition at line 106 of file MixedInstancesPolicy.h.
|
inline |
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.
Definition at line 65 of file MixedInstancesPolicy.h.
MixedInstancesPolicy& Aws::AutoScaling::Model::MixedInstancesPolicy::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::AutoScaling::Model::MixedInstancesPolicy::OutputToStream | ( | Aws::OStream & | oStream, |
const char * | location | ||
) | const |
void Aws::AutoScaling::Model::MixedInstancesPolicy::OutputToStream | ( | Aws::OStream & | ostream, |
const char * | location, | ||
unsigned | index, | ||
const char * | locationValue | ||
) | const |
|
inline |
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution
uses a default value.
Definition at line 112 of file MixedInstancesPolicy.h.
|
inline |
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution
uses a default value.
Definition at line 118 of file MixedInstancesPolicy.h.
|
inline |
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.
Definition at line 72 of file MixedInstancesPolicy.h.
|
inline |
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.
Definition at line 79 of file MixedInstancesPolicy.h.
|
inline |
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution
uses a default value.
Definition at line 124 of file MixedInstancesPolicy.h.
|
inline |
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution
uses a default value.
Definition at line 130 of file MixedInstancesPolicy.h.
|
inline |
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.
Definition at line 86 of file MixedInstancesPolicy.h.
|
inline |
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.
Definition at line 93 of file MixedInstancesPolicy.h.