Get Load Balancers Plain Args
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, 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(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, String>? = null, vpcIds: List<String>? = null, zoneId: String? = null)
Properties
Link copied to clipboard
The IP version. Valid values: ipv4
, DualStack
.
Link copied to clipboard
The type of IPv4 address used by the NLB instance. Valid values: Internet
, Intranet
.
Link copied to clipboard
The type of IPv6 address used by the NLB instance. Valid values: Internet
, Intranet
.
Link copied to clipboard
The business status of the NLB instance. Valid values: Abnormal
, Normal
.
Link copied to clipboard
The name of the NLB instance. You can specify at most 10 names.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the resource group.