Skip to content

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.

instanceIdRequired

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).


nameRequired

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.


portRequired

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

Property port: The port of the VPC.


vpcIdRequired

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

Property vpcId: The id of the VPC.