AutoProvisioningGroupProps
Properties for defining a AutoProvisioningGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-autoprovisioninggroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.AutoProvisioningGroupProps {
TotalTargetCapacity: interface{},
AutoProvisioningGroupName: interface{},
AutoProvisioningGroupType: interface{},
CheckExecutionStatus: interface{},
DefaultTargetCapacityType: interface{},
Description: interface{},
ExcessCapacityTerminationPolicy: interface{},
LaunchConfiguration: interface{},
LaunchTemplateConfig: interface{},
LaunchTemplateId: interface{},
LaunchTemplateVersion: interface{},
MaxSpotPrice: interface{},
PayAsYouGoAllocationStrategy: interface{},
PayAsYouGoTargetCapacity: interface{},
SpotAllocationStrategy: interface{},
SpotInstanceInterruptionBehavior: interface{},
SpotInstancePoolsToUseCount: interface{},
SpotTargetCapacity: interface{},
TerminateInstances: interface{},
TerminateInstancesWithExpiration: interface{},
ValidFrom: interface{},
ValidUntil: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
TotalTargetCapacity |
interface{} |
Property totalTargetCapacity: The total target capacity of the auto provisioning group. |
AutoProvisioningGroupName |
interface{} |
Property autoProvisioningGroupName: The name of the auto provisioning group to be created. |
AutoProvisioningGroupType |
interface{} |
Property autoProvisioningGroupType: The type of the auto provisioning group. |
CheckExecutionStatus |
interface{} |
Property checkExecutionStatus: Whether check execution status. |
DefaultTargetCapacityType |
interface{} |
Property defaultTargetCapacityType: The type of supplemental instances. |
Description |
interface{} |
Property description: The description of the auto provisioning group. |
ExcessCapacityTerminationPolicy |
interface{} |
Property excessCapacityTerminationPolicy: The shutdown policy for excess preemptible instances followed when the capacity of the auto provisioning group exceeds the target capacity. |
LaunchConfiguration |
interface{} |
Property launchConfiguration:. |
LaunchTemplateConfig |
interface{} |
Property launchTemplateConfig:. |
LaunchTemplateId |
interface{} |
Property launchTemplateId: The ID of the instance launch template associated with the auto provisioning group. |
LaunchTemplateVersion |
interface{} |
Property launchTemplateVersion: The version of the instance launch template associated with the auto provisioning group. |
MaxSpotPrice |
interface{} |
Property maxSpotPrice: The global maximum price for preemptible instances in the auto provisioning group. |
PayAsYouGoAllocationStrategy |
interface{} |
Property payAsYouGoAllocationStrategy: The scale-out policy for pay-as-you-go instances. |
PayAsYouGoTargetCapacity |
interface{} |
Property payAsYouGoTargetCapacity: The target capacity of pay-as-you-go instances in the auto provisioning group. |
SpotAllocationStrategy |
interface{} |
Property spotAllocationStrategy: The scale-out policy for preemptible instances. |
SpotInstanceInterruptionBehavior |
interface{} |
Property spotInstanceInterruptionBehavior: The default behavior after preemptible instances are shut down. |
SpotInstancePoolsToUseCount |
interface{} |
Property spotInstancePoolsToUseCount: This parameter takes effect when the SpotAllocationStrategy parameter is set to lowest-price. |
SpotTargetCapacity |
interface{} |
Property spotTargetCapacity: The target capacity of preemptible instances in the auto provisioning group. |
TerminateInstances |
interface{} |
Property terminateInstances: Specifies whether to release instances of the auto provisioning group. |
TerminateInstancesWithExpiration |
interface{} |
Property terminateInstancesWithExpiration: The shutdown policy for preemptible instances when the auto provisioning group expires. |
ValidFrom |
interface{} |
Property validFrom: The time when the auto provisioning group is started. |
ValidUntil |
interface{} |
Property validUntil: The time when the auto provisioning group expires. |
TotalTargetCapacityRequired
TotalTargetCapacity interface{}
- Type: interface{}
Property totalTargetCapacity: The total target capacity of the auto provisioning group.
The target capacity consists of the following three parts: The target capacity of pay-as-you-go instances specified by the PayAsYouGoTargetCapacity parameter The target capacity of preemptible instances specified by the SpotTargetCapacity parameter The supplemental capacity besides PayAsYouGoTargetCapacity and SpotTargetCapacity
AutoProvisioningGroupNameOptional
AutoProvisioningGroupName interface{}
- Type: interface{}
Property autoProvisioningGroupName: The name of the auto provisioning group to be created.
It must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-).
AutoProvisioningGroupTypeOptional
AutoProvisioningGroupType interface{}
- Type: interface{}
Property autoProvisioningGroupType: The type of the auto provisioning group.
Valid values: request: One-time delivery. After the auto provisioning group is started, it only attempts to create an instance cluster once. If the cluster fails to be created, the group does not try again. maintain: The continuous delivery and maintain capacity type. After the auto provisioning group is started, it continuously attempts to create and maintain the instance cluster. The auto provisioning group compares the real-time and target capacity of the cluster. If the cluster does not meet the target capacity, the group will create instances until the cluster meets the target capacity. Default value: maintain
CheckExecutionStatusOptional
CheckExecutionStatus interface{}
- Type: interface{}
Property checkExecutionStatus: Whether check execution status.
If set true, ROS will check the state of AutoProvisioningGroup to be fulfilled. Otherwise ROS will regard AutoProvisioningGroup create failed.
DefaultTargetCapacityTypeOptional
DefaultTargetCapacityType interface{}
- Type: interface{}
Property defaultTargetCapacityType: The type of supplemental instances.
When the total value of PayAsYouGoTargetCapacity and SpotTargetCapacity is smaller than the value of TotalTargetCapacity, the auto provisioning group will create instances of the specified type to meet the capacity requirements. Valid values: PayAsYouGo: Pay-as-you-go instances. Spot: Preemptible instances. Default value: Spot
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the auto provisioning group.
ExcessCapacityTerminationPolicyOptional
ExcessCapacityTerminationPolicy interface{}
- Type: interface{}
Property excessCapacityTerminationPolicy: The shutdown policy for excess preemptible instances followed when the capacity of the auto provisioning group exceeds the target capacity.
Valid values: no-termination: Excess preemptible instances are not shut down. termination: Excess preemptible instances are to be shut down. The action to be performed on these shutdown instances is specified by the SpotInstanceInterruptionBehavior parameter. Default value: no-termination
LaunchConfigurationOptional
LaunchConfiguration interface{}
- Type: interface{}
Property launchConfiguration:.
LaunchTemplateConfigOptional
LaunchTemplateConfig interface{}
- Type: interface{}
Property launchTemplateConfig:.
LaunchTemplateIdOptional
LaunchTemplateId interface{}
- Type: interface{}
Property launchTemplateId: The ID of the instance launch template associated with the auto provisioning group.
You can call the DescribeLaunchTemplates operation to query available instance launch templates. An auto provisioning group can be associated with only one instance launch template. But you can configure multiple extended configurations for the launch template through the LaunchTemplateConfig parameter.
LaunchTemplateVersionOptional
LaunchTemplateVersion interface{}
- Type: interface{}
Property launchTemplateVersion: The version of the instance launch template associated with the auto provisioning group.
You can call the DescribeLaunchTemplateVersions operation to query the versions of available instance launch templates.
MaxSpotPriceOptional
MaxSpotPrice interface{}
- Type: interface{}
Property maxSpotPrice: The global maximum price for preemptible instances in the auto provisioning group.
If both the MaxSpotPrice and LaunchTemplateConfig.N.MaxPrice parameters are specified, the maximum price is the lower value of the two.
PayAsYouGoAllocationStrategyOptional
PayAsYouGoAllocationStrategy interface{}
- Type: interface{}
Property payAsYouGoAllocationStrategy: The scale-out policy for pay-as-you-go instances.
Valid values: lowest-price: The cost optimization policy the auto provisioning group follows to select instance types of the lowest cost to create instances. prioritized: The priority-based policy the auto provisioning group follows to create instances. The priority of an instance type is specified by the LaunchTemplateConfig.N.Priority parameter. Default value: lowest-price
PayAsYouGoTargetCapacityOptional
PayAsYouGoTargetCapacity interface{}
- Type: interface{}
Property payAsYouGoTargetCapacity: The target capacity of pay-as-you-go instances in the auto provisioning group.
SpotAllocationStrategyOptional
SpotAllocationStrategy interface{}
- Type: interface{}
Property spotAllocationStrategy: The scale-out policy for preemptible instances.
Valid values: lowest-price: The cost optimization policy the auto provisioning group follows to select instance types of the lowest cost to create instances. diversified: The distribution balancing policy the auto provisioning group follows to evenly create instances across zones specified in multiple extended template configurations. Default value: lowest-price
SpotInstanceInterruptionBehaviorOptional
SpotInstanceInterruptionBehavior interface{}
- Type: interface{}
Property spotInstanceInterruptionBehavior: The default behavior after preemptible instances are shut down.
Value values: stop: stops preemptible instances. terminate: releases preemptible instances. Default value: stop
SpotInstancePoolsToUseCountOptional
SpotInstancePoolsToUseCount interface{}
- Type: interface{}
Property spotInstancePoolsToUseCount: This parameter takes effect when the SpotAllocationStrategy parameter is set to lowest-price.
The auto provisioning group selects instance types of the lowest cost to create instances.
SpotTargetCapacityOptional
SpotTargetCapacity interface{}
- Type: interface{}
Property spotTargetCapacity: The target capacity of preemptible instances in the auto provisioning group.
TerminateInstancesOptional
TerminateInstances interface{}
- Type: interface{}
Property terminateInstances: Specifies whether to release instances of the auto provisioning group.
Valid values: true false Default: false
TerminateInstancesWithExpirationOptional
TerminateInstancesWithExpiration interface{}
- Type: interface{}
Property terminateInstancesWithExpiration: The shutdown policy for preemptible instances when the auto provisioning group expires.
Valid values: true: shuts down preemptible instances. The action to be performed on these shutdown instances is specified by the SpotInstanceInterruptionBehavior parameter. false: does not shut down preemptible instances. Default: false
ValidFromOptional
ValidFrom interface{}
- Type: interface{}
Property validFrom: The time when the auto provisioning group is started.
The period of time between this point in time and the point in time specified by the ValidUntil parameter is the effective time period of the auto provisioning group. By default, an auto provisioning group is immediately started after creation.
ValidUntilOptional
ValidUntil interface{}
- Type: interface{}
Property validUntil: The time when the auto provisioning group expires.
The period of time between this point in time and the point in time specified by the ValidFrom parameter is the effective time period of the auto provisioning group. By default, an auto provisioning group never expires.