Skip to content

VpcsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new VpcsProperty {
    object RegionId,
    object VpcId
};

Properties

Name Type Description
RegionId object No description.
VpcId object No description.

RegionIdRequired

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

VpcIdRequired

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