PoolAssociation interface
IpamPool association information.
Properties
| address |
List of assigned IP address prefixes in the IpamPool of the associated resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| created |
Creation time of the association. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | |
| number |
Total number of reserved IP addresses of the association. NOTE: This property will not be serialized. It can only be populated by the server. |
| pool |
IpamPool id for which the resource is associated to. |
| reservation |
Expire time for IP addresses reserved. NOTE: This property will not be serialized. It can only be populated by the server. |
| reserved |
List of reserved IP address prefixes in the IpamPool of the associated resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| resource |
Resource id of the associated Azure resource. |
| total |
Total number of assigned IP addresses of the association. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
addressPrefixes
List of assigned IP address prefixes in the IpamPool of the associated resource. NOTE: This property will not be serialized. It can only be populated by the server.
addressPrefixes?: string[]
Property Value
string[]
createdAt
Creation time of the association. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: Date
Property Value
Date
description
description?: string
Property Value
string
numberOfReservedIPAddresses
Total number of reserved IP addresses of the association. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfReservedIPAddresses?: string
Property Value
string
poolId
IpamPool id for which the resource is associated to.
poolId?: string
Property Value
string
reservationExpiresAt
Expire time for IP addresses reserved. NOTE: This property will not be serialized. It can only be populated by the server.
reservationExpiresAt?: Date
Property Value
Date
reservedPrefixes
List of reserved IP address prefixes in the IpamPool of the associated resource. NOTE: This property will not be serialized. It can only be populated by the server.
reservedPrefixes?: string[]
Property Value
string[]
resourceId
Resource id of the associated Azure resource.
resourceId: string
Property Value
string
totalNumberOfIPAddresses
Total number of assigned IP addresses of the association. NOTE: This property will not be serialized. It can only be populated by the server.
totalNumberOfIPAddresses?: string
Property Value
string