Address Pool Args
data class AddressPoolArgs(val addressPoolName: Output<String>? = null, val addresses: Output<List<AddressPoolAddressArgs>>? = null, val instanceId: Output<String>? = null, val lbaStrategy: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<AddressPoolArgs>
Provides a Alidns Address Pool resource. For information about Alidns Address Pool and how to use it, see What is Address Pool.
NOTE: Available in v1.152.0+.
Import
Alidns Address Pool can be imported using the id, e.g.
$ pulumi import alicloud:dns/addressPool:AddressPool example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun AddressPoolArgs(addressPoolName: Output<String>? = null, addresses: Output<List<AddressPoolAddressArgs>>? = null, instanceId: Output<String>? = null, lbaStrategy: Output<String>? = null, type: Output<String>? = null)