Skip to content

RosCapacityReservationProps

Properties for defining a RosCapacityReservation.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosCapacityReservationProps {
    InstanceAmount: interface{},
    InstanceType: interface{},
    ZoneId: interface{},
    Description: interface{},
    EndTime: interface{},
    EndTimeType: interface{},
    PrivatePoolOptions: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosCapacityReservation.TagsProperty,
}

Properties

Name Type Description
InstanceAmount interface{} No description.
InstanceType interface{} No description.
ZoneId interface{} No description.
Description interface{} No description.
EndTime interface{} No description.
EndTimeType interface{} No description.
PrivatePoolOptions interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]TagsProperty No description.

InstanceAmountRequired

InstanceAmount interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

EndTimeOptional

EndTime interface{}
  • Type: interface{}

EndTimeTypeOptional

EndTimeType interface{}
  • Type: interface{}

PrivatePoolOptionsOptional

PrivatePoolOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty