RosCapacityReservationProps
Properties for defining a RosCapacityReservation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-capacityreservation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosCapacityReservationProps {
object InstanceAmount,
object InstanceType,
object ZoneId,
object Description = null,
object EndTime = null,
object EndTimeType = null,
object PrivatePoolOptions = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceAmount |
object |
No description. |
InstanceType |
object |
No description. |
ZoneId |
object |
No description. |
Description |
object |
No description. |
EndTime |
object |
No description. |
EndTimeType |
object |
No description. |
PrivatePoolOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
InstanceAmount
Required
public object InstanceAmount { get; set; }
- Type: object
InstanceType
Required
public object InstanceType { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EndTime
Optional
public object EndTime { get; set; }
- Type: object
EndTimeType
Optional
public object EndTimeType { get; set; }
- Type: object
PrivatePoolOptions
Optional
public object PrivatePoolOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]