Skip to content

Ipv6GatewayProps

Properties for defining a Ipv6Gateway.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new Ipv6GatewayProps {
    object VpcId,
    object Description = null,
    object Name = null,
    object Spec = null,
    TagsProperty[] Tags = null
};

Properties

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

VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: To open VPC ID IPv6 gateway.


DescriptionOptional

public object Description { get; set; }
  • Type: object

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

public object Name { get; set; }
  • Type: object

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

public object Spec { get; set; }
  • Type: object

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

public TagsProperty[] Tags { get; set; }

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.