RosVpcIpv6CidrAllocationProps
Properties for defining a RosVpcIpv6CidrAllocation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcipv6cidrallocation
Initializer
import { RosVpcIpv6CidrAllocationProps } from '@alicloud/ros-cdk-vpc'
const rosVpcIpv6CidrAllocationProps: RosVpcIpv6CidrAllocationProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
addressPoolType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipv6CidrBlock |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
ipv6Isp |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
addressPoolTypeOptional
public readonly addressPoolType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipv6CidrBlockOptional
public readonly ipv6CidrBlock: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipv6IspOptional
public readonly ipv6Isp: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable