Get Load Balancers Plain Args
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
The type of IP address that the ALB instance uses to provide services. Valid values: Intranet
, Internet
.
Link copied to clipboard
Whether to query the detailed list of resource attributes. Default value: false
.
Link copied to clipboard
Load Balancing of the Service Status. Valid Values: Abnormal
and 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
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the resource group.