AddressPoolAddress

data class AddressPoolAddress(val address: String, val attributeInfo: String, val lbaWeight: Int? = null, val mode: String, val remark: String? = null)

Constructors

Link copied to clipboard
constructor(address: String, attributeInfo: String, lbaWeight: Int? = null, mode: String, remark: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address that you want to add to the address pool.

Link copied to clipboard

The source region of the address. expressed as a JSON string. The structure is as follows:

Link copied to clipboard
val lbaWeight: Int? = null

The weight of the address. NOTE: The attribute is valid when the attribute lba_strategy is RATIO.

Link copied to clipboard

The type of the address. Valid values:SMART, ONLINE and OFFLINE.

Link copied to clipboard
val remark: String? = null

The description of the address.