CIM_SCSIProtocolController class

Represents a protocol controller that manages a SCSI interface.

Syntax

[Abstract, Version("2.8.1000"), UMLPackagePath("CIM::Device::ProtocolController"), AMENDMENT]
class CIM_SCSIProtocolController : CIM_ProtocolController
{
  uint16 NameFormat;
  string OtherNameFormat;
};

Members

The CIM_SCSIProtocolController class has these types of members:

Properties

The CIM_SCSIProtocolController class has these properties.

NameFormat

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SCSIProtocolController.Name", "CIM_SCSIProtocolController.OtherNameFormat")

The format of the Name property of the CIM_SCSIProtocolController.

Unknown (0)

Other (1)

FC Port WWN (2)

iSCSI Name (3)

OtherNameFormat

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_SCSIProtocolController.Name", "CIM_SCSIProtocolController.NameFormat")

A description of the NameFormat property when NameFormat is set to "1" (other).

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_ProtocolController