RosIpv4GatewayProps
Properties for defining a RosIpv4Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-ipv4gateway
Initializer
import com.aliyun.ros.cdk.vpc.datasource.RosIpv4GatewayProps;
RosIpv4GatewayProps.builder()
.ipv4GatewayId(java.lang.String)
.ipv4GatewayId(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
ipv4GatewayId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
ipv4GatewayId
Required
public java.lang.Object getIpv4GatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable