Skip to content

VpcConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc3;
new VpcConfigProperty {
    object SecurityGroupId = null,
    object VpcId = null,
    object VSwitchIds = null
};

Properties

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

SecurityGroupIdOptional

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

VpcIdOptional

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

VSwitchIdsOptional

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