Skip to content

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.ListVpcsProperty> Property vpcs: Vpc binding configuration.

instanceNameRequired

public java.lang.Object getInstanceName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property instanceName: Instance name.


vpcsRequired

public java.lang.Object getVpcs();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListVpcsProperty>

Property vpcs: Vpc binding configuration.