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. |
Address
Optional
public object Address { get; set; }
- Type: object
Property address: The service address of the load balancing instance.
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
Property addressIpVersion: IP version.
AddressType
Optional
public object AddressType { get; set; }
- Type: object
Property addressType: The address type of the load balancing instance.
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
Property internetChargeType: Public network type instance payment method.
LoadBalancerId
Optional
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: ID of the load balancing instance.
LoadBalancerName
Optional
public object LoadBalancerName { get; set; }
- Type: object
Property loadBalancerName: Name of the load balancing instance.
MasterZoneId
Optional
public object MasterZoneId { get; set; }
- Type: object
Property masterZoneId: ID of the primary available area of the load balancing instance.
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
Property networkType: The network type of the private network load balancing instance.
PaymentType
Optional
public object PaymentType { get; set; }
- Type: object
Property paymentType: Load balancing instance payment type.
RefreshOptions
Optional
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.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
SlaveZoneId
Optional
public object SlaveZoneId { get; set; }
- Type: object
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.
Status
Optional
public object Status { get; set; }
- Type: object
Property status: The status of SLB.
VpcId
Optional
public object VpcId { get; set; }
- Type: object
Property vpcId: VPC ID.
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: The ID of the switch.