RosZonesProps
Properties for defining a RosZones.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-zones
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosZonesProps {
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 |
No description. |
InstanceChargeType |
object |
No description. |
InstanceType |
object |
No description. |
IoOptimized |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceType |
object |
No description. |
SystemDiskCategory |
object |
No description. |
DataDiskCategoryOptional
public object DataDiskCategory { get; set; }
- Type: object
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
- Type: object
InstanceTypeOptional
public object InstanceType { get; set; }
- Type: object
IoOptimizedOptional
public object IoOptimized { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceTypeOptional
public object ResourceType { get; set; }
- Type: object
SystemDiskCategoryOptional
public object SystemDiskCategory { get; set; }
- Type: object