GetLoadBalancerPoolsPlainArgs

data class GetLoadBalancerPoolsPlainArgs(val accountId: String, val maxItems: Int? = null, val monitor: String? = null) : ConvertibleToJava<GetLoadBalancerPoolsPlainArgs>

A collection of arguments for invoking getLoadBalancerPools.

Constructors

Link copied to clipboard
constructor(accountId: String, maxItems: Int? = null, monitor: String? = null)

Properties

Link copied to clipboard

Identifier

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.

Functions

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