Share via


MSFT_IPAM_Address_Range_Association class

Defines an association between an IPAM address and an IPAM range.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Aggregation, UMLPackagePath("CIM::Core::CoreElements"), ClassVersion("1.0.0"), dynamic, provider("IPAMServerPSProvider"), AMENDMENT]
class MSFT_IPAM_Address_Range_Association : CIM_Component
{
  MSFT_IPAM_Address REF PartComponent;
  MSFT_IPAM_Range   REF GroupComponent;
};

Members

The MSFT_IPAM_Address_Range_Association class has these types of members:

Properties

The MSFT_IPAM_Address_Range_Association class has these properties.

GroupComponent

Data type: MSFT_IPAM_Range

Access type: Read-only

Qualifiers: key, Aggregate, Override ("GroupComponent")

Reference to the Range object.

PartComponent

Data type: MSFT_IPAM_Address

Access type: Read-only

Qualifiers: key, Override ("PartComponent")

Reference to the Address object.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\IPAM
MOF
IPAMServerPSProvider.mof
DLL
IPAMServerPSProvider.dll

See also

CIM_Component

IPAM Server WMI Provider Reference