Pool Association Response
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.
Properties
Link copied to clipboard
List of assigned IP address prefixes in the IpamPool of the associated resource.
Link copied to clipboard
Link copied to clipboard
Total number of reserved IP addresses of the association.
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.