Skip to content

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.

InstanceAmountRequired

public object InstanceAmount { get; set; }
  • Type: object

InstanceTypeRequired

public object InstanceType { get; set; }
  • Type: object

ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

EndTimeOptional

public object EndTime { get; set; }
  • Type: object

EndTimeTypeOptional

public object EndTimeType { get; set; }
  • Type: object

PrivatePoolOptionsOptional

public object PrivatePoolOptions { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }