Skip to content

RosDiskCategoriesProps

Properties for defining a RosDiskCategories.

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

Initializer

from ros_cdk_ecs import datasource
datasource.RosDiskCategoriesProps(
  type: typing.Union[str, IResolvable],
  zone_id: typing.Union[str, IResolvable],
  data_disk_category: typing.Union[str, IResolvable] = None,
  instance_type: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  system_disk_category: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
type typing.Union[str, ros_cdk_core.IResolvable] No description.
zone_id typing.Union[str, ros_cdk_core.IResolvable] No description.
data_disk_category typing.Union[str, ros_cdk_core.IResolvable] No description.
instance_type typing.Union[str, ros_cdk_core.IResolvable] No description.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] No description.
system_disk_category typing.Union[str, ros_cdk_core.IResolvable] No description.

typeRequired

type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

zone_idRequired

zone_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

data_disk_categoryOptional

data_disk_category: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

instance_typeOptional

instance_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

system_disk_categoryOptional

system_disk_category: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]