AccessStrategyFailoverAddrPoolArgs

data class AccessStrategyFailoverAddrPoolArgs(val addrPoolId: Output<String>? = null, val lbaWeight: Output<Int>? = null) : ConvertibleToJava<AccessStrategyFailoverAddrPoolArgs>

Constructors

Link copied to clipboard
constructor(addrPoolId: Output<String>? = null, lbaWeight: Output<Int>? = null)

Properties

Link copied to clipboard
val addrPoolId: Output<String>? = null

The ID of the address pool in the secondary address pool group.

Link copied to clipboard
val lbaWeight: Output<Int>? = null

The weight of the address pool in the secondary address pool group.

Functions

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