Skip to content

Ipv6GatewayProps

Properties for defining a Ipv6Gateway.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.Ipv6GatewayProps(
  vpc_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  name: typing.Union[str, IResolvable] = None,
  spec: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: To open VPC ID IPv6 gateway.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: Description of IPv6 gateway.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: Name of the IPv6 gateway.
spec typing.Union[str, ros_cdk_core.IResolvable] Property spec: Specifications IPv6 gateway, the value: Small (default): Free.
tags typing.List[TagsProperty] Property tags: Tags to attach to instance.

vpc_idRequired

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

Property vpcId: To open VPC ID IPv6 gateway.


descriptionOptional

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

Property description: Description of IPv6 gateway.

Length of 2 to 256 characters, must begin with a letter or Chinese, may contain numbers, numbers, underscore (_) and dot dash (-), but not at the http (.): // or https: // at the beginning .


nameOptional

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

Property name: Name of the IPv6 gateway.

Length of 2 to 128 characters, beginning with a letter or Chinese, can contain numbers, dot, underscore (_) and dash (-), but not at http (.): // or with https: // .


specOptional

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

Property spec: Specifications IPv6 gateway, the value: Small (default): Free.

Medium: Enterprise Edition. Large: Enterprise Enhanced Edition. Different specifications of the IPv6 forwarding capability of the gateway is different. For more information, see IPv6 gateway specification.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.