Skip to content

VpcConfigProperty

Initializer

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

Properties

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

SecurityGroupIdRequired

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

VpcIdRequired

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

VSwitchIdsRequired

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

ZoneIdOptional

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