Class CIM_IPSubnet
extends CIM_LogicalNetwork

An IPSubnet represents a group of related IPProtocolEndpoints that can communicate with each other directly using IP. It is used for describing the characteristics of the grouping. Since this class' superclass (LogicalNetwork) has been deprecated (in order to define more consistent 'collection' semantics), this class is also deprecated.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_CollectionOfMSEs
   |
   +--CIM_LogicalNetwork
   |
   +--CIM_IPSubnet

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_IPConnectivitySubnet
DescriptionstringAn IPSubnet represents a group of related IPProtocolEndpoints that can communicate with each other directly using IP. It is used for describing the characteristics of the grouping. Since this class' superclass (LogicalNetwork) has been deprecated (in order to define more consistent 'collection' semantics), this class is also deprecated.
UMLPackagePathstringCIM::Network::Collections
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AddressTypeuint16
DeprecatedstringCIM_IPConnectivitySubnet.AddressType
DescriptionstringAn enumeration that describes the format of the address properties in IPSubnet.
ValueMapstring0, 1, 2
ValuesstringUnknown, IPv4, IPv6
PrefixLengthuint8
DeprecatedstringCIM_IPConnectivitySubnet.PrefixLength
DescriptionstringThe prefix length for IPv6 addresses in the IPSubnet, if needed (i.e., if the AddressType property is 2, "IPv6").
SubnetMaskstring
DeprecatedstringCIM_IPConnectivitySubnet.SubnetMask
DescriptionstringThe mask for the starting IPv4 address of the IPSubnet, if needed (i.e., if the AddressType property is 1, "IPv4").
SubnetNumberstring
DeprecatedstringCIM_IPConnectivitySubnet.SubnetNumber
DescriptionstringThe IP address of the entire subnet, formatted according to the appropriate convention as defined in the AddressType property of this class.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CollectionIDstringCIM_CollectionOfMSEs
CreationClassNamestringCIM_LogicalNetwork
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_LogicalNetwork
NetworkTypeuint16CIM_LogicalNetwork
OtherTypeDescriptionstringCIM_LogicalNetwork
SystemCreationClassNamestringCIM_LogicalNetwork
SystemNamestringCIM_LogicalNetwork

Class Methods