PoolAssociation Class

Definition

IpamPool association information.

public class PoolAssociation
type PoolAssociation = class
Public Class PoolAssociation
Inheritance
PoolAssociation

Constructors

PoolAssociation()

Initializes a new instance of the PoolAssociation class.

PoolAssociation(String, String, String, IList<String>, IList<String>, String, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the PoolAssociation class.

Properties

AddressPrefixes

Gets list of assigned IP address prefixes in the IpamPool of the associated resource.

CreatedAt

Gets creation time of the association.

Description

Gets or sets

NumberOfReservedIPAddresses

Gets total number of reserved IP addresses of the association.

PoolId

Gets or sets ipamPool id for which the resource is associated to.

ReservationExpiresAt

Gets expire time for IP addresses reserved.

ReservedPrefixes

Gets list of reserved IP address prefixes in the IpamPool of the associated resource.

ResourceId

Gets or sets resource id of the associated Azure resource.

TotalNumberOfIPAddresses

Gets total number of assigned IP addresses of the association.

Methods

Validate()

Validate the object.

Applies to