Class CIM_IPConnectivitySubnet
extends CIM_ConnectivityCollection

An IPConnectivitySubnet represents a group of related IPProtocolEndpoints that can communicate with each other, as members of a subnet. The class describes the characteristics of the subnet.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_SystemSpecificCollection
   |
   +--CIM_ConnectivityCollection
   |
   +--CIM_IPConnectivitySubnet

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringAn IPConnectivitySubnet represents a group of related IPProtocolEndpoints that can communicate with each other, as members of a subnet. The class describes the characteristics of the subnet.
UMLPackagePathstringCIM::Network::Collections
Versionstring2.7.0

Class Properties

Local Class Properties

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

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ConnectivityStatusuint16CIM_ConnectivityCollection
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_SystemSpecificCollection

Class Methods