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. |
Address
Optional
public object Address { get; set; }
- Type: object
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
AddressType
Optional
public object AddressType { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
LoadBalancerId
Optional
public object LoadBalancerId { get; set; }
- Type: object
LoadBalancerName
Optional
public object LoadBalancerName { get; set; }
- Type: object
MasterZoneId
Optional
public object MasterZoneId { get; set; }
- Type: object
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
PaymentType
Optional
public object PaymentType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SlaveZoneId
Optional
public object SlaveZoneId { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object