Skip to content

VpcAccessConfigProps

Properties for defining a VpcAccessConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-vpcaccessconfig

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new VpcAccessConfigProps {
    object InstanceId,
    object Name,
    object Port,
    object VpcId
};

Properties

Name Type Description
InstanceId object Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).
Name object Property name: The name of one VPC access configuration.
Port object Property port: The port of the VPC.
VpcId object Property vpcId: The id of the VPC.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The id of the instance (ECS\/SLB\/ALB\/NLB).


NameRequired

public object Name { get; set; }
  • Type: object

Property name: The name of one VPC access configuration.


PortRequired

public object Port { get; set; }
  • Type: object

Property port: The port of the VPC.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: The id of the VPC.