LoadBalancerAddressesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new LoadBalancerAddressesProperty {
object AllocationId,
object EipType = null,
object IntranetAddress = null
};
Properties
| Name | Type | Description |
|---|---|---|
AllocationId | object | No description. |
EipType | object | No description. |
IntranetAddress | object | No description. |
AllocationIdRequired
public object AllocationId { get; set; }
- Type: object
EipTypeOptional
public object EipType { get; set; }
- Type: object
IntranetAddressOptional
public object IntranetAddress { get; set; }
- Type: object