AccessStrategyDefaultAddrPoolArgs

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

Constructors

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

Properties

Link copied to clipboard
val addrPoolId: Output<String>

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

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

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

Functions

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