AccessStrategyFailoverAddrPool

data class AccessStrategyFailoverAddrPool(val addrPoolId: String? = null, val lbaWeight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addrPoolId: String? = null

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

Link copied to clipboard
val lbaWeight: Int? = null

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