AddressPool

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>

Properties

Link copied to clipboard

The address lists of the Address Pool. See the following Block address.

Link copied to clipboard
val addressPoolName: Output<String>

The name of the address pool.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of the instance.

Link copied to clipboard
val lbaStrategy: Output<String>

The load balancing policy of the address pool. Valid values:ALL_RR or RATIO. ALL_RR: returns all addresses. RATIO: returns addresses by weight.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

The type of the address pool. Valid values: IPV4, IPV6, DOMAIN.

Link copied to clipboard
val urn: Output<String>