LoadBalancersProps
Properties for defining a LoadBalancers.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancers
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new LoadBalancersProps {
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 |
Property address: The service address of the load balancing instance. |
AddressIpVersion |
object |
Property addressIpVersion: IP version. |
AddressType |
object |
Property addressType: The address type of the load balancing instance. |
InternetChargeType |
object |
Property internetChargeType: Public network type instance payment method. |
LoadBalancerId |
object |
Property loadBalancerId: ID of the load balancing instance. |
LoadBalancerName |
object |
Property loadBalancerName: Name of the load balancing instance. |
MasterZoneId |
object |
Property masterZoneId: ID of the primary available area of the load balancing instance. |
NetworkType |
object |
Property networkType: The network type of the private network load balancing instance. |
PaymentType |
object |
Property paymentType: Load balancing instance payment type. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: Resource group id. |
SlaveZoneId |
object |
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance. |
Status |
object |
Property status: The status of SLB. |
VpcId |
object |
Property vpcId: VPC ID. |
VSwitchId |
object |
Property vSwitchId: The ID of the switch. |
AddressOptional
public object Address { get; set; }
- Type: object
Property address: The service address of the load balancing instance.
AddressIpVersionOptional
public object AddressIpVersion { get; set; }
- Type: object
Property addressIpVersion: IP version.
AddressTypeOptional
public object AddressType { get; set; }
- Type: object
Property addressType: The address type of the load balancing instance.
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
- Type: object
Property internetChargeType: Public network type instance payment method.
LoadBalancerIdOptional
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: ID of the load balancing instance.
LoadBalancerNameOptional
public object LoadBalancerName { get; set; }
- Type: object
Property loadBalancerName: Name of the load balancing instance.
MasterZoneIdOptional
public object MasterZoneId { get; set; }
- Type: object
Property masterZoneId: ID of the primary available area of the load balancing instance.
NetworkTypeOptional
public object NetworkType { get; set; }
- Type: object
Property networkType: The network type of the private network load balancing instance.
PaymentTypeOptional
public object PaymentType { get; set; }
- Type: object
Property paymentType: Load balancing instance payment type.
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
SlaveZoneIdOptional
public object SlaveZoneId { get; set; }
- Type: object
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.
StatusOptional
public object Status { get; set; }
- Type: object
Property status: The status of SLB.
VpcIdOptional
public object VpcId { get; set; }
- Type: object
Property vpcId: VPC ID.
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: The ID of the switch.