Skip to content

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.

InstanceNameRequired

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

Property instanceName: Instance name.


VpcsRequired

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

Property vpcs: Vpc binding configuration.