GetLoadBalancerPoolFilter

data class GetLoadBalancerPoolFilter(val monitor: String? = null) : ConvertibleToJava<GetLoadBalancerPoolFilter>

Constructors

Link copied to clipboard
constructor(monitor: String? = null)

Properties

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(): GetLoadBalancerPoolFilter