Skip to content

ZoneMappingsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new ZoneMappingsProperty {
    object VSwitchId,
    object ZoneId
};

Properties

Name Type Description
VSwitchId object No description.
ZoneId object No description.

VSwitchIdRequired

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

ZoneIdRequired

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