Class CIM_RangeOfIPAddresses
extends CIM_SystemSpecificCollection

The class RangeOfIPAddresses represents an implicit grouping (or 'pool') of IP addresses specified by the properties, Start and EndAddress. It is defined as scoped/contained by a system such as an individual network element or an admin domain.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_SystemSpecificCollection
   |
   +--CIM_RangeOfIPAddresses

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe class RangeOfIPAddresses represents an implicit grouping (or 'pool') of IP addresses specified by the properties, Start and EndAddress. It is defined as scoped/contained by a system such as an individual network element or an admin domain.
UMLPackagePathstringCIM::Network::Collections
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AddressTypeuint16
DescriptionstringAn enumeration that defines how the address and mask properties are formatted.
ValueMapstring0, 1, 2
ValuesstringUnknown, IPv4, IPv6
EndAddressstring
DescriptionstringThe ending IP address of the AddressRange, formatted according to the appropriate convention as defined in the AddressType property of this class (e.g., 171.79.6.40).
ModelCorrespondencestringCIM_RangeOfIPAddresses.AddressType
StartAddressstring
DescriptionstringThe starting IP address of the AddressRange, formatted according to the appropriate convention as defined in the AddressType property of this class (e.g., 171.79.6.40).
ModelCorrespondencestringCIM_RangeOfIPAddresses.AddressType

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SystemSpecificCollection

Class Methods