RosLoadBalancersProps
Properties for defining a RosLoadBalancers.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancers
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosLoadBalancersProps {
object Address = null,
object AddressIpVersion = null,
object AddressType = null,
object InternetChargeType = null,
object LoadBalancerId = null,
object LoadBalancerName = null,
object MasterZoneId = null,
object NetworkType = null,
object PaymentType = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SlaveZoneId = null,
object Status = null,
object VpcId = null,
object VSwitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Address |
object |
No description. |
AddressIpVersion |
object |
No description. |
AddressType |
object |
No description. |
InternetChargeType |
object |
No description. |
LoadBalancerId |
object |
No description. |
LoadBalancerName |
object |
No description. |
MasterZoneId |
object |
No description. |
NetworkType |
object |
No description. |
PaymentType |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SlaveZoneId |
object |
No description. |
Status |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
AddressOptional
public object Address { get; set; }
- Type: object
AddressIpVersionOptional
public object AddressIpVersion { get; set; }
- Type: object
AddressTypeOptional
public object AddressType { get; set; }
- Type: object
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
- Type: object
LoadBalancerIdOptional
public object LoadBalancerId { get; set; }
- Type: object
LoadBalancerNameOptional
public object LoadBalancerName { get; set; }
- Type: object
MasterZoneIdOptional
public object MasterZoneId { get; set; }
- Type: object
NetworkTypeOptional
public object NetworkType { get; set; }
- Type: object
PaymentTypeOptional
public object PaymentType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SlaveZoneIdOptional
public object SlaveZoneId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object