VpcBinderProps
Properties for defining a VpcBinder
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-vpcbinder
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new VpcBinderProps {
object InstanceName,
object Vpcs
};
Properties
Name | Type | Description |
---|---|---|
InstanceName |
object |
Property instanceName: Instance name. |
Vpcs |
object |
Property vpcs: Vpc binding configuration. |
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
Property instanceName: Instance name.
Vpcs
Required
public object Vpcs { get; set; }
- Type: object
Property vpcs: Vpc binding configuration.