Share via


PoolAssociation interface

IpamPool association information.

Properties

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.

createdAt

Creation time of the association. NOTE: This property will not be serialized. It can only be populated by the server.

description
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.

poolId

IpamPool id for which the resource is associated to.

reservationExpiresAt

Expire time for IP addresses reserved. NOTE: This property will not be serialized. It can only be populated by the server.

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.

resourceId

Resource id of the associated Azure resource.

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.

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