GetPublicIpv4PoolPoolAddressRange

data class GetPublicIpv4PoolPoolAddressRange(val addressCount: Int, val availableAddressCount: Int, val firstAddress: String, val lastAddress: String)

Constructors

Link copied to clipboard
constructor(addressCount: Int, availableAddressCount: Int, firstAddress: String, lastAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of addresses in the range.

Link copied to clipboard

Number of available addresses in the range.

Link copied to clipboard

First address in the range.

Link copied to clipboard

Last address in the range.