Network\CIM_LANSegment.mof.mof (HTML version)

Return to index
CIM_LANSegment Superclass: CIM_LogicalNetwork
A collection of LAN Endpoints of a particular type that are able to intercommunicate directly without the assistance of bridging or routing services.

Since this class' superclass (LogicalNetwork) has been deprecated (in order to define more consistent 'collection' semantics), this class is also deprecated.
Qualifiers:Version ( "2.7.0" ) Deprecated { "CIM_LANConnectivitySegment" }
Parameters (local in grey)
MaxLen ( 64 )
ModelCorrespondence { "CIM_LANSegment.LANType" }
Deprecated { "CIM_LANConnectivitySegment.OtherTypeDescription" }
string OtherLANType ;
A string describing the type of technology used on the LAN when the value of the LANType property of this class (or any of its subclasses) is set to 1 (i.e., 'Other'). The format of the string inserted in this property should be similar in format to the values defined for the LANType property. This property should be set to NULL when the LANType property is any value other than 1.
Values { "Unknown" , "Other" , "Ethernet" , "TokenRing" , "FDDI" }
ModelCorrespondence { "CIM_LANEndpoint.LANType" }
Deprecated { "CIM_LANConnectivitySegment.ConnectivityType" }
ValueMap { "0" , "1" , "2" , "3" , "4" }
uint16 LANType ;
An indication of the kind of technology used on the LAN.
MaxLen ( 64 )
ModelCorrespondence { "CIM_LANEndpoint.LANID" }
Deprecated { "CIM_LANConnectivitySegment.LANID" }
string LANID ;
A label or identifier for the LAN Segment.
Values { "Unknown" , "Other" , "IPv4" , "IPv6" , "IPX" , "AppleTalk" , "DECnet" , "SNA" , "CONP" , "CLNP" , "VINES" , "XNS" , "ATM" , "Frame Relay" , "Ethernet" , "TokenRing" , "FDDI" , "Infiniband" , "Fibre Channel" }
ModelCorrespondence { "CIM_LogicalNetwork.OtherTypeDescription" }
Deprecated { "No value" }
ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" , "12" , "13" , "14" , "15" , "16" , "17" , "18" }
uint16 NetworkType ;
Type is an enumeration that provides additional information that can be used to help categorize and classify different instances of this class.

Subclasses should ensure that they are of the appropriate type defined in the Type enumeration. That is, the IPSubnet subclass should define its property as either IPv4 or IPv6, as opposed to, for example, ATM.
MaxLen ( 64 )
ModelCorrespondence { "CIM_LogicalNetwork.NetworkType" }
Deprecated { "No value" }
string OtherTypeDescription ;
A string describing the type of protocol that is being run by this LogicalNetwork, when the value of the Type property (or any of its subclasses) is set to 1 (i.e., 'Other'). This property should be set to NULL when the Type property is any value other than 1.
Propagated ( "CIM_AdminDomain.Name" )
MaxLen ( 256 )
Deprecated { "No value" }
Key
string SystemName ;
The scoping AdminDomain's Name.
MaxLen ( 256 )
Deprecated { "CIM_ConnectivityCollection.InstanceID" }
Key
string Name ;
The Name property defines the label by which the object is known.
Propagated ( "CIM_AdminDomain.CreationClassName" )
MaxLen ( 256 )
Deprecated { "No value" }
Key
string SystemCreationClassName ;
The scoping AdminDomain's CreationClassName.
MaxLen ( 256 )
Deprecated { "No value" }
Key
string CreationClassName ;
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
MaxLen ( 256 )
string CollectionID ;
The identification of the Collection object. When subclassed, the CollectionID property can be overridden to be a Key property.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.
string ElementName ;
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.