Skip to content

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.

TypeRequired

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

ZoneIdRequired

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

DataDiskCategoryOptional

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

InstanceTypeOptional

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

RefreshOptionsOptional

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

SystemDiskCategoryOptional

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