Skip to content

UserVpcProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Paidlc;
new UserVpcProperty {
    object VpcId,
    object ExtendedCidRs = null,
    object SecurityGroupId = null,
    object SwitchId = null
};

Properties

Name Type Description
VpcId object No description.
ExtendedCidRs object No description.
SecurityGroupId object No description.
SwitchId object No description.

VpcIdRequired

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

ExtendedCidRsOptional

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

SecurityGroupIdOptional

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

SwitchIdOptional

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