Skip to content

UserVpcProperty

Initializer

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

Properties

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

SecurityGroupIdOptional

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

VpcIdOptional

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