Skip to content

Ipv6GatewayProps

Properties for defining a Ipv6Gateway.

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

Initializer

import com.aliyun.ros.cdk.vpc.Ipv6GatewayProps;
Ipv6GatewayProps.builder()
    .vpcId(java.lang.String)
    .vpcId(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .name(java.lang.String)
//  .name(IResolvable)
//  .spec(java.lang.String)
//  .spec(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpcId: To open VPC ID IPv6 gateway.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: Description of IPv6 gateway.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: Name of the IPv6 gateway.
spec java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property spec: Specifications IPv6 gateway, the value: Small (default): Free.
tags java.util.List<TagsProperty> Property tags: Tags to attach to instance.

vpcIdRequired

public java.lang.Object getVpcId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vpcId: To open VPC ID IPv6 gateway.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.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

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.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

public java.lang.Object getSpec();
  • Type: java.lang.String OR com.aliyun.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

public java.util.List<TagsProperty> getTags();

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.