Skip to content

InstancesProps

Properties for defining a Instances.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-swas-instances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Swas;
new InstancesProps {
    object ImageId,
    object Period,
    object PlanId,
    object Amount = null,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object DataDiskSize = null
};

Properties

Name Type Description
ImageId object Property imageId: The image ID.
Period object Property period: The subscription period of the servers.
PlanId object Property planId: The plan ID.
Amount object Property amount: The number of simple application servers that you want to create.
AutoRenew object Property autoRenew: Specifies whether to enable auto-renewal.
AutoRenewPeriod object Property autoRenewPeriod: The auto-renewal period.
DataDiskSize object Property dataDiskSize: The size of the data disk that is attached to the server.

ImageIdRequired

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

Property imageId: The image ID.

You can call the ListImages operation to query the available images in the specified region.


PeriodRequired

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

Property period: The subscription period of the servers.

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


PlanIdRequired

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

Property planId: The plan ID.

You can call the ListPlans operation to query all plans provided by Simple Application Server in the specified region.


AmountOptional

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

Property amount: The number of simple application servers that you want to create.

Valid values: 1 to 20. Default value: 1.


AutoRenewOptional

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

Property autoRenew: Specifies whether to enable auto-renewal.

Valid values: true false Default value: false.


AutoRenewPeriodOptional

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

Property autoRenewPeriod: The auto-renewal period.

This parameter is required only when you set AutoRenew to true. Unit: months. Valid values: 1, 3, 6, 12, 24, and 36.


DataDiskSizeOptional

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

Property dataDiskSize: The size of the data disk that is attached to the server.

Unit: GB. Valid values: 0 to 16380. The value must be an integral multiple of 20. A value of 0 indicates that no data disk is attached. If the disk included in the specified plan is a standard SSD, the data disk must be 20 GB or larger in size. Default value: 0.