Ipv4GatewayProps
Properties for defining a Ipv4Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv4gateway
Initializer
import com.aliyun.ros.cdk.vpc.Ipv4GatewayProps;
Ipv4GatewayProps.builder()
.vpcId(java.lang.String)
.vpcId(IResolvable)
// .ipv4GatewayDescription(java.lang.String)
// .ipv4GatewayDescription(IResolvable)
// .ipv4GatewayName(java.lang.String)
// .ipv4GatewayName(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcId: The ID of the VPC associated with the IPv4 Gateway. |
ipv4GatewayDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipv4GatewayDescription: Description information. |
ipv4GatewayName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipv4GatewayName: Resource name. |
vpcId
Required
public java.lang.Object getVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: The ID of the VPC associated with the IPv4 Gateway.
ipv4GatewayDescription
Optional
public java.lang.Object getIpv4GatewayDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipv4GatewayDescription: Description information.
ipv4GatewayName
Optional
public java.lang.Object getIpv4GatewayName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipv4GatewayName: Resource name.