GetLoadBalancerPoolsInvokeResult

data class GetLoadBalancerPoolsInvokeResult(val accountId: String, val id: String, val maxItems: Int? = null, val monitor: String? = null, val results: List<GetLoadBalancerPoolsResult>)

A collection of values returned by getLoadBalancerPools.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, maxItems: Int? = null, monitor: String? = null, results: List<GetLoadBalancerPoolsResult>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val monitor: String? = null

The ID of the Monitor to use for checking the health of origins within this pool.

Link copied to clipboard

The items returned by the data source