PoolAssociationResponse

data class PoolAssociationResponse(val addressPrefixes: List<String>, val createdAt: String, val description: String? = null, val numberOfReservedIPAddresses: String, val poolId: String? = null, val reservationExpiresAt: String, val reservedPrefixes: List<String>, val resourceId: String, val totalNumberOfIPAddresses: String)

IpamPool association information.

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>, createdAt: String, description: String? = null, numberOfReservedIPAddresses: String, poolId: String? = null, reservationExpiresAt: String, reservedPrefixes: List<String>, resourceId: String, totalNumberOfIPAddresses: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of assigned IP address prefixes in the IpamPool of the associated resource.

Link copied to clipboard

Creation time of the association.

Link copied to clipboard
val description: String? = null
Link copied to clipboard

Total number of reserved IP addresses of the association.

Link copied to clipboard
val poolId: String? = null

IpamPool id for which the resource is associated to.

Link copied to clipboard

Expire time for IP addresses reserved.

Link copied to clipboard

List of reserved IP address prefixes in the IpamPool of the associated resource.

Link copied to clipboard

Resource id of the associated Azure resource.

Link copied to clipboard

Total number of assigned IP addresses of the association.