GetApplicationLoadBalancersResult

data class GetApplicationLoadBalancersResult(val address: String? = null, val addressIpVersion: String? = null, val addressType: String? = null, val balancers: List<GetApplicationLoadBalancersBalancer>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val internetChargeType: String? = null, val loadBalancerName: String? = null, val masterZoneId: String? = null, val nameRegex: String? = null, val names: List<String>, val networkType: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val paymentType: String? = null, val resourceGroupId: String? = null, val serverId: String? = null, val serverIntranetAddress: String? = null, val slaveZoneId: String? = null, val slbs: List<GetApplicationLoadBalancersSlb>, val status: String? = null, val tags: Map<String, String>? = null, val totalCount: Int, val vpcId: String? = null, val vswitchId: String? = null)

A collection of values returned by getApplicationLoadBalancers.

Constructors

Link copied to clipboard
constructor(address: String? = null, addressIpVersion: String? = null, addressType: String? = null, balancers: List<GetApplicationLoadBalancersBalancer>, enableDetails: Boolean? = null, id: String, ids: List<String>, internetChargeType: String? = null, loadBalancerName: String? = null, masterZoneId: String? = null, nameRegex: String? = null, names: List<String>, networkType: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, paymentType: String? = null, resourceGroupId: String? = null, serverId: String? = null, serverIntranetAddress: String? = null, slaveZoneId: String? = null, slbs: List<GetApplicationLoadBalancersSlb>, status: String? = null, tags: Map<String, String>? = null, totalCount: Int, vpcId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The IP address that the SLB instance uses to provide services.

Link copied to clipboard

The address ip version.

Link copied to clipboard
val addressType: String? = null

The address type.

Link copied to clipboard

A list of SLBs. 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

A list of slb IDs.

Link copied to clipboard

The billing method of the Internet-facing SLB instance.

Link copied to clipboard

The name of the SLB.

Link copied to clipboard
val masterZoneId: String? = null

Master availability zone of the SLBs.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of slb names.

Link copied to clipboard
val networkType: String? = null

Network type of the SLB. Possible values: vpc and classic.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val paymentType: String? = null
Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val serverId: String? = null

The ID of the Elastic Compute Service (ECS) instance that is specified as a backend server of the CLB instance.

Link copied to clipboard
Link copied to clipboard
val slaveZoneId: String? = null

Slave availability zone of the SLBs.

Link copied to clipboard
Link copied to clipboard
val status: String? = null

SLB current status. Possible values: inactive, active and locked.

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

The tags of the SLB.

Link copied to clipboard
Link copied to clipboard
val vpcId: String? = null

ID of the VPC the SLB belongs to.

Link copied to clipboard
val vswitchId: String? = null

ID of the vSwitch the SLB belongs to.