cim_homeformedia.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 28 行
MOF
28 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_HomeForMedia// ================================================================== [Association, UMLPackagePath ( "CIM::Physical::PhysicalMedia" ), Version ( "2.6.0" ), Description ( "In a StorageLibrary or repository for PhysicalMedia, it is " "reasonable that a specific Media always be placed in a " "specific Location (rather than anywhere in the repository/ " "Library). The default location for a PhysicalMedia is called " "its 'home'. This information is expressed by the HomeForMedia " "dependency association. (Note that a PhysicalMedia can have at " "most one 'home', and a StorageMediaLocation can be 'home' to " "at most one Media.)")]class CIM_HomeForMedia : CIM_Dependency { [Override ( "Antecedent" ), Max ( 1 ), Description ( "The Location that is 'home' to a piece of PhysicalMedia.")] CIM_StorageMediaLocation REF Antecedent; [Override ( "Dependent" ), Max ( 1 ), Description ( "The PhysicalMedia whose 'home' or default Location is " "defined.")] CIM_PhysicalMedia REF Dependent;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?