Skip to content

RosVSwitchCidrReservationProps

Properties for defining a RosVSwitchCidrReservation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vswitchcidrreservation

Initializer

import ros_cdk_vpc
ros_cdk_vpc.RosVSwitchCidrReservationProps(
  v_switch_id: typing.Union[str, IResolvable],
  ip_version: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None,
  v_switch_cidr_reservation_cidr: typing.Union[str, IResolvable] = None,
  v_switch_cidr_reservation_description: typing.Union[str, IResolvable] = None,
  v_switch_cidr_reservation_mask: typing.Union[str, IResolvable] = None,
  v_switch_cidr_reservation_name: typing.Union[str, IResolvable] = None,
  v_switch_cidr_reservation_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
v_switch_id typing.Union[str, ros_cdk_core.IResolvable] No description.
ip_version typing.Union[str, ros_cdk_core.IResolvable] No description.
tags typing.List[TagsProperty] No description.
v_switch_cidr_reservation_cidr typing.Union[str, ros_cdk_core.IResolvable] No description.
v_switch_cidr_reservation_description typing.Union[str, ros_cdk_core.IResolvable] No description.
v_switch_cidr_reservation_mask typing.Union[str, ros_cdk_core.IResolvable] No description.
v_switch_cidr_reservation_name typing.Union[str, ros_cdk_core.IResolvable] No description.
v_switch_cidr_reservation_type typing.Union[str, ros_cdk_core.IResolvable] No description.

v_switch_idRequired

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

ip_versionOptional

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

tagsOptional

tags: typing.List[TagsProperty]

v_switch_cidr_reservation_cidrOptional

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

v_switch_cidr_reservation_descriptionOptional

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

v_switch_cidr_reservation_maskOptional

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

v_switch_cidr_reservation_nameOptional

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

v_switch_cidr_reservation_typeOptional

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