GetPublicIpv4PoolResult

data class GetPublicIpv4PoolResult(val description: String, val id: String, val networkBorderGroup: String, val poolAddressRanges: List<GetPublicIpv4PoolPoolAddressRange>, val poolId: String, val tags: Map<String, String>, val totalAddressCount: Int, val totalAvailableAddressCount: Int)

A collection of values returned by getPublicIpv4Pool.

Constructors

Link copied to clipboard
constructor(description: String, id: String, networkBorderGroup: String, poolAddressRanges: List<GetPublicIpv4PoolPoolAddressRange>, poolId: String, tags: Map<String, String>, totalAddressCount: Int, totalAvailableAddressCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the pool, if any.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the location from which the address pool is advertised.

Link copied to clipboard
Link copied to clipboard

Any tags for the address pool.

Link copied to clipboard

Total number of addresses in the pool.

Link copied to clipboard

Total number of available addresses in the pool.