GetLoadBalancerPoolsResult

data class GetLoadBalancerPoolsResult(val accountId: String, val filter: GetLoadBalancerPoolsFilter? = null, val id: String, val pools: List<GetLoadBalancerPoolsPool>)

A collection of values returned by getLoadBalancerPools.

Constructors

Link copied to clipboard
constructor(accountId: String, filter: GetLoadBalancerPoolsFilter? = null, id: String, pools: List<GetLoadBalancerPoolsPool>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the datasource lookups.

Link copied to clipboard

One or more values used to look up Load Balancer pools. If more than one value is given all values must match in order to be included.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Load Balancer Pools details.