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.