Get Load Balancers Result
data class GetLoadBalancersResult(val addressType: String? = null, val balancers: List<GetLoadBalancersBalancer>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val loadBalancerBusinessStatus: String? = null, val loadBalancerBussinessStatus: String? = null, val loadBalancerIds: List<String>? = null, val loadBalancerName: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null, val vpcIds: List<String>? = null, val zoneId: String? = null)
A collection of values returned by getLoadBalancers.
Constructors
Link copied to clipboard
constructor(addressType: String? = null, balancers: List<GetLoadBalancersBalancer>, enableDetails: Boolean? = null, id: String, ids: List<String>, loadBalancerBusinessStatus: String? = null, loadBalancerBussinessStatus: String? = null, loadBalancerIds: List<String>? = null, loadBalancerName: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcId: String? = null, vpcIds: List<String>? = null, zoneId: String? = null)
Properties
Link copied to clipboard
The type of IP address that the ALB instance uses to provide services.
Link copied to clipboard
A list of Alb Load Balancers. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
(Available since v1.142.0) Load Balancing of the Service Status.
Link copied to clipboard
(Deprecated since v1.142.0) Load Balancing of the Service Status. NOTE: Field load_balancer_bussiness_status
has been deprecated from provider version 1.142.0. New field load_balancer_business_status
instead.
Link copied to clipboard
Link copied to clipboard
The name of the resource.
Link copied to clipboard
Link copied to clipboard
The ID of the resource group.