GetLoadBalancersPlainArgs

data class GetLoadBalancersPlainArgs(val addressIpVersion: String? = null, val addressType: String? = null, val dnsName: String? = null, val ids: List<String>? = null, val ipv6AddressType: String? = null, val loadBalancerBusinessStatus: String? = null, val loadBalancerNames: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, Any>? = null, val vpcIds: List<String>? = null, val zoneId: String? = null) : ConvertibleToJava<GetLoadBalancersPlainArgs>

A collection of arguments for invoking getLoadBalancers.

Constructors

Link copied to clipboard
fun GetLoadBalancersPlainArgs(addressIpVersion: String? = null, addressType: String? = null, dnsName: String? = null, ids: List<String>? = null, ipv6AddressType: String? = null, loadBalancerBusinessStatus: String? = null, loadBalancerNames: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, Any>? = null, vpcIds: List<String>? = null, zoneId: String? = null)

Functions

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

Properties

Link copied to clipboard

The IP version.

Link copied to clipboard
val addressType: String? = null

The type of IPv4 address used by the NLB instance.

Link copied to clipboard
val dnsName: String? = null

The domain name of the NLB instance.

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

A list of Load Balancer IDs.

Link copied to clipboard
val ipv6AddressType: String? = null

The type of IPv6 address used by the NLB instance.

Link copied to clipboard

The business status of the NLB instance.

Link copied to clipboard

The name of the NLB instance. You can specify at most 10 names.

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 status of the NLB instance.

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

The tag of the resource.

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

The ID of the virtual private cloud (VPC) where the NLB instance is deployed. You can specify at most 10 IDs.

Link copied to clipboard
val zoneId: String? = null

The name of the zone.