Skip to content

Ipv6GatewayProps

Properties for defining a Ipv6Gateway.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.Ipv6GatewayProps {
    VpcId: interface{},
    Description: interface{},
    Name: interface{},
    Spec: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosIpv6Gateway.TagsProperty,
}

Properties

Name Type Description
VpcId interface{} Property vpcId: To open VPC ID IPv6 gateway.
Description interface{} Property description: Description of IPv6 gateway.
Name interface{} Property name: Name of the IPv6 gateway.
Spec interface{} Property spec: Specifications IPv6 gateway, the value: Small (default): Free.
Tags *[]TagsProperty Property tags: Tags to attach to instance.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: To open VPC ID IPv6 gateway.


DescriptionOptional

Description interface{}
  • Type: interface{}

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 interface{}
  • Type: interface{}

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 interface{}
  • Type: interface{}

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 *[]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.