PoolAssociation interface

IpamPool association information.

Properties

addressPrefixes

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

createdAt

Creation time of the association.

description
numberOfReservedIPAddresses

Total number of reserved IP addresses of the association.

poolId

IpamPool id for which the resource is associated to.

reservationExpiresAt

Expire time for IP addresses reserved.

reservedPrefixes

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

resourceId

Resource id of the associated Azure resource.

totalNumberOfIPAddresses

Total number of assigned IP addresses of the association.

Property Details

addressPrefixes

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

addressPrefixes?: string[]

Property Value

string[]

createdAt

Creation time of the association.

createdAt?: Date

Property Value

Date

description

description?: string

Property Value

string

numberOfReservedIPAddresses

Total number of reserved IP addresses of the association.

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.

reservationExpiresAt?: Date

Property Value

Date

reservedPrefixes

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

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.

totalNumberOfIPAddresses?: string

Property Value

string