Skip to content

ZoneMappingsProperty

Initializer

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

Properties

Name Type Description
VSwitchId object No description.
ZoneId object No description.
AllocationId object No description.
EipType object No description.
LoadBalancerAddresses object No description.
PrivateIPv4Address 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

LoadBalancerAddressesOptional

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

PrivateIPv4AddressOptional

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