AddressPoolAddressArgs

data class AddressPoolAddressArgs(val address: Output<String>, val attributeInfo: Output<String>, val lbaWeight: Output<Int>? = null, val mode: Output<String>, val remark: Output<String>? = null) : ConvertibleToJava<AddressPoolAddressArgs>

Constructors

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

Properties

Link copied to clipboard
val address: Output<String>

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

Link copied to clipboard
val attributeInfo: Output<String>

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

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

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

Link copied to clipboard
val mode: Output<String>

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

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

The description of the address.

Functions

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