Skip to content

ZonesProps

Properties for defining a Zones.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-zones

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new ZonesProps {
    object DataDiskCategory = null,
    object InstanceChargeType = null,
    object InstanceType = null,
    object IoOptimized = null,
    object RefreshOptions = null,
    object ResourceType = null,
    object SystemDiskCategory = null
};

Properties

Name Type Description
DataDiskCategory object Property dataDiskCategory: The category of the data disk.
InstanceChargeType object Property instanceChargeType: The billing method of the resource.
InstanceType object Property instanceType: The instance type.
IoOptimized object Property ioOptimized: Specifies whether the instance is I\/O optimized.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceType object Property resourceType: The type of the resource.
SystemDiskCategory object Property systemDiskCategory: The category of the system disk.

DataDiskCategoryOptional

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

Property dataDiskCategory: The category of the data disk.

Valid values: cloud: basic disk cloud_efficiency: ultra disk cloud_ssd: standard SSD ephemeral_ssd: local SSD cloud_essd: enhanced SSD (ESSD)


InstanceChargeTypeOptional

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

Property instanceChargeType: The billing method of the resource.

For more information, see Billing overview. Valid values: PrePaid: subscription PostPaid: pay-as-you-go Default value: PostPaid.


InstanceTypeOptional

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

Property instanceType: The instance type.


IoOptimizedOptional

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

Property ioOptimized: Specifies whether the instance is I\/O optimized.

Valid values: none: non-I/O optimized optimized: I/O optimized Default value: optimized.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceTypeOptional

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

Property resourceType: The type of the resource.

Valid values: instance: ECS instance disk: cloud disk reservedinstance: reserved instance ddh: dedicated host


SystemDiskCategoryOptional

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

Property systemDiskCategory: The category of the system disk.

Valid values: cloud: basic disk cloud_efficiency: ultra disk cloud_ssd: standard SSD ephemeral_ssd: local SSD cloud_essd: enhanced SSD (ESSD)