Key |
CreationClassName
|
string
|
|
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. |
DeviceID
|
string
|
|
An address or other identifying information used to uniquely name the LogicalDevice. |
SystemCreationClassName
|
string
|
|
The CreationClassName of the scoping system. |
SystemName
|
string
|
|
The System Name of the scoping system. |
Read Only |
MaxSpeed
|
uint64
|
|
The maximum bandwidth of the Port in Bits per Second. |
OtherPortType
|
string
|
|
Describes the type of module, when PortType is set to 1 ("Other"). |
PortType
|
uint16
|
Unknown | 0 |
Other | 1 |
Not Applicable | 2 |
DMTF Reserved | 3..15999 |
Vendor Reserved | 16000..65535 |
|
PortType is defined to force consistent naming of the'type'property in subclasses and to guarantee unique enum values for all instances of NetworkPort. When set to 1 ("Other"), related property OtherPortType contains a string description of the type of port. A range of values, DMTF_Reserved, has been defined that allows subclasses to override and define their specific types of ports. |
Speed
|
uint64
|
|
The bandwidth of the Port in Bits per Second. |
UsageRestriction
|
uint16
|
Unknown | 0 |
Front-end only | 2 |
Back-end only | 3 |
Not restricted | 4 |
|
In some circumstances, a LogicalPort might be identifiable as a front end or back end port. An example of this situation would be a storage array that might have back end ports to communicate with disk drives and front end ports to communicate with hosts. If there is no restriction on the use of the port, then the value should be set to'not restricted'. |
Read Write |
RequestedSpeed
|
uint64
|
|
The requested bandwidth of the Port in Bits per Second. The actual bandwidth is reported in LogicalPort.Speed. |