CIM_FCPort class

Note

This article contains references to the term slave—a term that Microsoft doesn't condone, and has stopped using in new products and documentation. When the term is removed from the software, we’ll remove it from this article.

Represents the capabilities and management of a fibre channel (FC) port device.

Syntax

[Abstract, Version("2.10.0"), UMLPackagePath("CIM::Device::FC"), AMENDMENT]
class CIM_FCPort : CIM_NetworkPort
{
  uint16 PortType;
  uint16 SupportedCOS[];
  uint16 ActiveCOS[];
  uint16 SupportedFC4Types[];
  uint16 ActiveFC4Types[];
};

Members

Note

This article contains references to the term slave—a term that Microsoft doesn't condone, and has stopped using in new products and documentation. When the term is removed from the software, we’ll remove it from this article.

The CIM_FCPort class has these types of members:

Properties

The CIM_FCPort class has these properties.

ActiveCOS

Data type: uint16 array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_FCPort.SupportedCOS")

The active class of service (COS) settings for the fibre channel.

Unknown (0)

1 (1)

2 (2)

3 (3)

4 (4)

5 (5)

6 (6)

F (7)

ActiveFC4Types

Data type: uint16 array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_FCPort.SupportedFC4Types")

The FC-4 protocols that are running on the fibre channel.

Unknown (0)

Other (1)

ISO/IEC 8802 - 2 LLC (4)

IP over FC (5)

SCSI - FCP (8)

SCSI - GPP (9)

IPI - 3 Master (17)

IPI - 3 Slave (18)

IPI - 3 Peer (19)

CP IPI - 3 Master (21)

CP IPI - 3 Slave (22)

CP IPI - 3 Peer (23)

SBCCS Channel (25)

SBCCS Control Unit (26)

FC-SB-2 Channel (27)

FC-SB-2 Control Unit (28)

Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3) (32)

FC-SW (34)

FC - SNMP (36)

HIPPI - FP (64)

BBL Control (80)

BBL FDDI Encapsulated LAN PDU (81)

BBL 802.3 Encapsulated LAN PDU (82)

FC - VI (88)

FC - AV (96)

Vendor Unique (255)

PortType

Data type: uint16

Access type: Read-only

Qualifiers: Override ("PortType")

The enabled mode for the port. The port modes are defined by ANSI X3 standards. If the port is logged in, this will be the negotiated port type, otherwise the configured port type will be reported.

Unknown (0)

Other (1)

The related property OtherPortType contains a string description of the type of port

N (10)

Node Port

NL (11)

Node Port supporting FC arbitrated loop

F/NL (12)

Nx (13)

Port may negotiate to become either a node port (N) or a node port supporting FC arbitrated loop (NL)

E (14)

Expansion Port connecting fabric elements (for example, FC switches)

F (15)

Fabric (element) Port

FL (16)

Fabric (element) Port supporting FC arbitrated loop

B (17)

Bridge port

G (18)

Port may negotiate to become either an expansion port (E), or a fabric port (F)

Vendor Reserved (16000..65535)

SupportedCOS

Data type: uint16 array

Access type: Read-only

The class of service (COS) settings that are supported by the fibre channel.

Unknown (0)

1 (1)

2 (2)

3 (3)

4 (4)

5 (5)

6 (6)

F (7)

SupportedFC4Types

Data type: uint16 array

Access type: Read-only

The FC-4 protocols that are supported by the fibre channel.

Unknown (0)

Other (1)

ISO/IEC 8802 - 2 LLC (4)

IP over FC (5)

SCSI - FCP (8)

SCSI - GPP (9)

IPI - 3 Master (17)

IPI - 3 Slave (18)

IPI - 3 Peer (19)

CP IPI - 3 Master (21)

CP IPI - 3 Slave (22)

CP IPI - 3 Peer (23)

SBCCS Channel (25)

SBCCS Control Unit (26)

FC-SB-2 Channel (27)

FC-SB-2 Control Unit (28)

Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3) (32)

FC-SW (34)

FC - SNMP (36)

HIPPI - FP (64)

BBL Control (80)

BBL FDDI Encapsulated LAN PDU (81)

BBL 802.3 Encapsulated LAN PDU (82)

FC - VI (88)

FC - AV (96)

Vendor Unique (255)

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_NetworkPort