Skip to content

ZoneMappingsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new ZoneMappingsProperty {
    object VSwitchId,
    object ZoneId,
    object AllocationId = null,
    object EipType = null,
    object IntranetAddress = null,
    object LoadBalancerAddresses = null
};

Properties

Name Type Description
VSwitchId object No description.
ZoneId object No description.
AllocationId object No description.
EipType object No description.
IntranetAddress object No description.
LoadBalancerAddresses object No description.

VSwitchIdRequired

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

ZoneIdRequired

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

AllocationIdOptional

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

EipTypeOptional

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

IntranetAddressOptional

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

LoadBalancerAddressesOptional

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