GetLoadBalancerPoolsPlainArgs

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

A collection of arguments for invoking getLoadBalancerPools.

Constructors

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

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

A list of Load Balancer Pools details.

Functions

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