VpcAccessConfigProps
Properties for defining a VpcAccessConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-vpcaccessconfig
Initializer
import com.aliyun.ros.cdk.apigateway.VpcAccessConfigProps;
VpcAccessConfigProps.builder()
.instanceId(java.lang.String)
.instanceId(IResolvable)
.name(java.lang.String)
.name(IResolvable)
.port(java.lang.Number)
.port(IResolvable)
.vpcId(java.lang.String)
.vpcId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB). |
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property name: The name of one VPC access configuration. |
port |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property port: The port of the VPC. |
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcId: The id of the VPC. |
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).
name
Required
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property name: The name of one VPC access configuration.
port
Required
public java.lang.Object getPort();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property port: The port of the VPC.
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.