VpcBinderProps
Properties for defining a VpcBinder
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-vpcbinder
Initializer
import com.aliyun.ros.cdk.ots.VpcBinderProps;
VpcBinderProps.builder()
.instanceName(java.lang.String)
.instanceName(IResolvable)
.vpcs(IResolvable)
.vpcs(java.util.List<IResolvable)
.vpcs(VpcsProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
instanceName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceName: Instance name. |
vpcs |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property vpcs: Vpc binding configuration. |
instanceName
Required
public java.lang.Object getInstanceName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceName: Instance name.
vpcs
Required
public java.lang.Object getVpcs();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
VpcsProperty>
Property vpcs: Vpc binding configuration.