Skip to content

RosVSwitchProps

Properties for defining a RosVSwitch.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-vswitch

Initializer

import ros_cdk_ecs
ros_cdk_ecs.RosVSwitchProps(
  cidr_block: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  zone_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  ipv6_cidr_block: typing.Union[typing.Union[int, float], IResolvable] = None,
  tags: typing.List[TagsProperty] = None,
  vpc_ipv6_cidr_block: typing.Union[str, IResolvable] = None,
  v_switch_name: typing.Union[str, IResolvable] = None,
  zone_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
cidr_block typing.Union[str, ros_cdk_core.IResolvable] No description.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] No description.
zone_id typing.Union[str, ros_cdk_core.IResolvable] No description.
description typing.Union[str, ros_cdk_core.IResolvable] No description.
ipv6_cidr_block typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.
tags typing.List[TagsProperty] No description.
vpc_ipv6_cidr_block typing.Union[str, ros_cdk_core.IResolvable] No description.
v_switch_name typing.Union[str, ros_cdk_core.IResolvable] No description.
zone_type typing.Union[str, ros_cdk_core.IResolvable] No description.

cidr_blockRequired

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

vpc_idRequired

vpc_id: 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]

descriptionOptional

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

ipv6_cidr_blockOptional

ipv6_cidr_block: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

tagsOptional

tags: typing.List[TagsProperty]

vpc_ipv6_cidr_blockOptional

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

v_switch_nameOptional

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

zone_typeOptional

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