CIM_ProtocolControllerForUnit class

Represents an association between a protocol controller and an exposed logical unit.

Syntax

[Association, Abstract, Version("2.8.0"), UMLPackagePath("CIM::Device::ProtocolController"), AMENDMENT]
class CIM_ProtocolControllerForUnit : CIM_ProtocolControllerForDevice
{
  CIM_ProtocolController REF Antecedent;
  CIM_LogicalDevice      REF Dependent;
  uint16                     DeviceAccess;
};

Members

The CIM_ProtocolControllerForUnit class has these types of members:

Properties

The CIM_ProtocolControllerForUnit class has these properties.

Antecedent

Data type: CIM_ProtocolController

Access type: Read-only

Qualifiers: Override ("Antecedent")

The protocol controller.

Dependent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("Dependent")

The logical unit associated with the protocol controller.

DeviceAccess

Data type: uint16

Access type: Read-only

The access rights granted to the logical unit through the protocol controller.

Unknown (0)

Read Write (2)

Read-Only (3)

No Access (4)

DMTF Reserved (5..15999)

Vendor Reserved (16000..)

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_ProtocolControllerForDevice