Skip to content

LoadBalancerAddressesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nlb;
new LoadBalancerAddressesProperty {
    object AllocationId,
    object PrivateIPv4Address = null
};

Properties

Name Type Description
AllocationId object No description.
PrivateIPv4Address object No description.

AllocationIdRequired

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

PrivateIPv4AddressOptional

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