Skip to content

ConnectionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kms;
new ConnectionProperty {
    object VpcId,
    object VSwitchIds,
    object ZoneIds
};

Properties

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

VpcIdRequired

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

VSwitchIdsRequired

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

ZoneIdsRequired

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