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
VSwitchIdRequired
public object VSwitchId { get; set; }
ZoneIdRequired
public object ZoneId { get; set; }
AllocationIdOptional
public object AllocationId { get; set; }
EipTypeOptional
public object EipType { get; set; }
LoadBalancerAddressesOptional
public object LoadBalancerAddresses { get; set; }
PrivateIPv4AddressOptional
public object PrivateIPv4Address { get; set; }