cim_protocolcontrolleraccessesunit.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 31 行

MOF
31
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ProtocolControllerAccessesUnit// ==================================================================   [Association, UMLPackagePath ( "CIM::Device::ProtocolController" ),    Version ( "2.8.0" ), Description (       "This association is used to define a relationship between a "       "protocol controllers and a Logical Unit (for example a Storage "       "Volume or Media Access Device) controlled by the controller. "       "This association is used instead of ProtocolControllerForUnit "       "to indicate a 'controlled through' relationship rather than a "       "'controlled by' one. An example is SCSI where this association "       "is used to indicate a target/initiator relationship.")]class CIM_ProtocolControllerAccessesUnit : CIM_ProtocolControllerForDevice {      [Override ( "Antecedent" ), Description (          "The protocol controller.")]   CIM_ProtocolController REF Antecedent;      [Override ( "Dependent" ), Description (          "The logical unit (eg StorageVolume).")]   CIM_LogicalDevice REF Dependent;      [Description (          "The number of the dependent's target protocol controller. "          "As an example, in SCSI this is the Target ID.")]   string TargetControllerNumber;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?