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. |
AllocationId
Required
public object AllocationId { get; set; }
- Type: object
EipType
Optional
public object EipType { get; set; }
- Type: object
IntranetAddress
Optional
public object IntranetAddress { get; set; }
- Type: object