RosDiskCategoriesProps
Properties for defining a RosDiskCategories
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-diskcategories
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDiskCategoriesProps {
object Type,
object ZoneId,
object DataDiskCategory = null,
object InstanceType = null,
object RefreshOptions = null,
object SystemDiskCategory = null
};
Properties
Name | Type | Description |
---|---|---|
Type |
object |
No description. |
ZoneId |
object |
No description. |
DataDiskCategory |
object |
No description. |
InstanceType |
object |
No description. |
RefreshOptions |
object |
No description. |
SystemDiskCategory |
object |
No description. |
Type
Required
public object Type { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
DataDiskCategory
Optional
public object DataDiskCategory { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
SystemDiskCategory
Optional
public object SystemDiskCategory { get; set; }
- Type: object