GetLoadBalancersPlainArgs

data class GetLoadBalancersPlainArgs(val addressType: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val loadBalancerBusinessStatus: String? = null, val loadBalancerBussinessStatus: String? = null, val loadBalancerIds: List<String>? = null, val loadBalancerName: String? = null, val nameRegex: String? = null, 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) : ConvertibleToJava<GetLoadBalancersPlainArgs>

A collection of arguments for invoking getLoadBalancers.

Constructors

Link copied to clipboard
constructor(addressType: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, loadBalancerBusinessStatus: String? = null, loadBalancerBussinessStatus: String? = null, loadBalancerIds: List<String>? = null, loadBalancerName: String? = null, nameRegex: String? = null, 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
val addressType: String? = null

The type of IP address that the ALB instance uses to provide services. Valid values: Intranet, Internet.

Link copied to clipboard
val enableDetails: Boolean? = null

Whether to query the detailed list of resource attributes. Default value: false.

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

A list of Load Balancer IDs.

Link copied to clipboard

Load Balancing of the Service Status. Valid Values: Abnormaland Normal.

Link copied to clipboard

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

The load balancer ids.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Load Balancer name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val status: String? = null

The load balancer status. Valid values: Active, Configuring, CreateFailed, Inactive and Provisioning.

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

A mapping of tags to assign to 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

The vpc ids.

Link copied to clipboard
val zoneId: String? = null

The zone ID of the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetLoadBalancersPlainArgs