Bagikan melalui


CIM_ProtocolControllerForUnit class

Represents an association between a protocol controller and an exposed logical unit. An example is an SCSI target controller that is linked to logical units. This subclass is provided so that an enumeration of related controllers and logical units can be accessed without retrieving connected ports or other controllers.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Abstract, Association, Version("2.8.0"), AMENDMENT]
class CIM_ProtocolControllerForUnit : CIM_ProtocolControllerForDevice
{
  string                     DeviceNumber;
  uint16                     AccessPriority;
  uint16                     AccessState;
  CIM_ProtocolController REF Antecedent;
  CIM_LogicalDevice      REF Dependent;
};

Members

The CIM_ProtocolControllerForUnit class has these types of members:

Properties

The CIM_ProtocolControllerForUnit class has these properties.

AccessPriority

Data type: uint16

Access type: Read-only

The access priority given to the device through the protocol controller. The highest priority has the lowest value.

This property is inherited from CIM_ProtocolControllerForDevice.

AccessState

Data type: uint16

Access type: Read-only

The accessibility of the logical device through the protocol controller

This property is inherited from CIM_ProtocolControllerForDevice.

Unknown (0)

Active (2)

Inactive (3)

Replication In Progress (4)

Mapping Inconsistency (5)

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.

DeviceNumber

Data type: string

Access type: Read-only

The address of the associated device in the context of the protocol controler.

This property is inherited from CIM_ProtocolControllerForDevice.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_ProtocolControllerForDevice