Ipv4GatewayProps
Properties for defining a Ipv4Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv4gateway
Initializer
import { Ipv4GatewayProps } from '@alicloud/ros-cdk-vpc'
const ipv4GatewayProps: Ipv4GatewayProps = { ... }
Properties
Name | Type | Description |
---|---|---|
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The ID of the VPC associated with the IPv4 Gateway. |
ipv4GatewayDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipv4GatewayDescription: Description information. |
ipv4GatewayName |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipv4GatewayName: Resource name. |
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the VPC associated with the IPv4 Gateway.
ipv4GatewayDescription
Optional
public readonly ipv4GatewayDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipv4GatewayDescription: Description information.
ipv4GatewayName
Optional
public readonly ipv4GatewayName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipv4GatewayName: Resource name.