Get Public Ipv4Pool Result
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
Properties
Link copied to clipboard
Description of the pool, if any.
Link copied to clipboard
Name of the location from which the address pool is advertised.
Link copied to clipboard
Link copied to clipboard
Total number of addresses in the pool.
Link copied to clipboard
Total number of available addresses in the pool.