GetLoadBalancersResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressType: String? = null

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
val enableDetails: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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
val nameRegex: String? = null
Link copied to clipboard

A list of Load Balancer names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val status: String? = null

(Available since v1.250.0) The zone status.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag of the resource.

Link copied to clipboard
val vpcId: String? = null

The ID of the virtual private cloud (VPC) where the ALB instance is deployed.

Link copied to clipboard
val vpcIds: List<String>? = null
Link copied to clipboard
val zoneId: String? = null

The ID of the zone to which the ALB instance belongs.