Skip to content

ElasticityAssuranceProps

Properties for defining a ElasticityAssurance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-elasticityassurance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.ElasticityAssuranceProps {
    InstanceAmount: interface{},
    InstanceTypes: interface{},
    ZoneId: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    Description: interface{},
    InstanceCpuCoreCount: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    PrivatePoolOptions: interface{},
    RecurrenceRules: interface{},
    ResourceGroupId: interface{},
    StartTime: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosElasticityAssurance.TagsProperty,
}

Properties

Name Type Description
InstanceAmount interface{} Property instanceAmount: The total number of instances for which to reserve capacity of an instance type.
InstanceTypes interface{} Property instanceTypes: Instance type.
ZoneId interface{} Property zoneId: The zone ID of the elasticity assurance.
AutoRenew interface{} Property autoRenew: Specifies whether to enable auto-renewal for the elasticity assurance.
AutoRenewPeriod interface{} Property autoRenewPeriod: The auto-renewal period.
Description interface{} Property description: The description of the elasticity assurance.
InstanceCpuCoreCount interface{} Property instanceCpuCoreCount: > This parameter is no longer used.
Period interface{} Property period: The validity period of the elasticity assurance.
PeriodUnit interface{} Property periodUnit: The unit of the validity period of the elasticity assurance.
PrivatePoolOptions interface{} Property privatePoolOptions:.
RecurrenceRules interface{} Property recurrenceRules: The assurance schedules based on which the capacity reservation takes effect.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group to which to assign the elasticity assurance.
StartTime interface{} Property startTime: The time when the elasticity assurance takes effect.
Tags *[]TagsProperty Property tags:.

InstanceAmountRequired

InstanceAmount interface{}
  • Type: interface{}

Property instanceAmount: The total number of instances for which to reserve capacity of an instance type.

Valid values: 1 to 1000.


InstanceTypesRequired

InstanceTypes interface{}
  • Type: interface{}

Property instanceTypes: Instance type.

Currently, an elasticity assurance can be created to reserve the capacity of a single instance type.


ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

Property zoneId: The zone ID of the elasticity assurance.

Currently, an elasticity assurance can be used to reserve resources within a single zone.


AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

Property autoRenew: Specifies whether to enable auto-renewal for the elasticity assurance.

Valid values:

  • true
  • false Default value: false.

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

Property autoRenewPeriod: The auto-renewal period.

Unit: month. Valid values: 1, 2, 3, 6, 12, 24, and 36.

  • Default value when PeriodUnit is set to Month: 1.
  • Default value when PeriodUnit is set to Year: 12.

If you set AutoRenew to true, you must specify this parameter.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the elasticity assurance.

The description must be 2 to 256 characters in length and cannot start with http:// or https://. This parameter is empty by default.


InstanceCpuCoreCountOptional

InstanceCpuCoreCount interface{}
  • Type: interface{}

Property instanceCpuCoreCount: > This parameter is no longer used.


PeriodOptional

Period interface{}
  • Type: interface{}

Property period: The validity period of the elasticity assurance.

The unit of the validity period is determined by the value of PeriodUnit. Specifies whether to check the image used by the instance supports hot migration. Valid values:

  • When the value of PeriodUnit is Month, the valid values are 1, 2, 3, 4, 5, 6, 7, 8, and 9.
  • When the value of PeriodUnit is Year, the valid values are 1, 2, 3, 4, and

1.

  • When the value of PeriodUnit is Day, the valid values are 1 to 365. Default value: 1

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

Property periodUnit: The unit of the validity period of the elasticity assurance.

Valid values:

  • Month
  • Year
  • Day ** Note If you set PeriodUnit to Day, you must specify RecurrenceRules to create a time-segmented elasticity assurance. Default value: Year.

PrivatePoolOptionsOptional

PrivatePoolOptions interface{}
  • Type: interface{}

Property privatePoolOptions:.


RecurrenceRulesOptional

RecurrenceRules interface{}
  • Type: interface{}

Property recurrenceRules: The assurance schedules based on which the capacity reservation takes effect.

Time-segmented elasticity assurances are available only in specific regions and to specific users. To use time-segmented elasticity assurances, submit a ticket.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group to which to assign the elasticity assurance.


StartTimeOptional

StartTime interface{}
  • Type: interface{}

Property startTime: The time when the elasticity assurance takes effect.

The default value is the time when the CreateElasticityAssurance operation is called to create the elasticity assurance. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. For more information, see ISO 8601.


TagsOptional

Tags *[]TagsProperty

Property tags:.