Ipv6GatewayProps
Properties for defining a Ipv6Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv6gateway
Initializer
import { Ipv6GatewayProps } from '@alicloud/ros-cdk-vpc'
const ipv6GatewayProps: Ipv6GatewayProps = { ... }
Properties
Name | Type | Description |
---|---|---|
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: To open VPC ID IPv6 gateway. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Description of IPv6 gateway. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: Name of the IPv6 gateway. |
spec |
string | @alicloud/ros-cdk-core.IResolvable |
Property spec: Specifications IPv6 gateway, the value: Small (default): Free. |
tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: To open VPC ID IPv6 gateway.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/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 .
name
Optional
public readonly name: string | IResolvable;
- Type: string | @alicloud/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: \/\/ .
spec
Optional
public readonly spec: string | IResolvable;
- Type: string | @alicloud/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.
tags
Optional
public readonly tags: TagsProperty[];
- Type: 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.