VpcConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new VpcConfigProperty {
object InstanceId,
object Port,
object VpcId
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
No description. |
Port |
object |
No description. |
VpcId |
object |
No description. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
PortRequired
public object Port { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object