(file) Return to CIM_FibrePortOnFCAdapter.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="CIMCoreCR00751.003" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_FibrePortOnFCAdapter
 8           // ==================================================================
 9              [Association, Deprecated { "No value" }, 
10               Version ( "2.10.0" ), 
11               UMLPackagePath ( "CIM::Device::NetworkAdapter" ), 
12               Description ( 
13                  "Note: The use of this method has been deprecated. \n"
14                  "Deprecated description: The use of FibrePortOnFCAdapter is "
15                  "deprecated because both FibrePort and FibreChannelAdapter have "
16                  "been deprecated. No replacement is needed because the 2 "
17                  "classes are combined into a single class. FibrePortOnFCAdapter "
18                  "associates a FibrePort with a FibreChannelAdapter." )]
19           class CIM_FibrePortOnFCAdapter : CIM_PortOnDevice {
20           
21                 [Deprecated { "No value" }, 
22 marek 1.1        Override ( "Antecedent" ), 
23                  Max ( 1 ), 
24                  Description ( 
25                     "Note: The use of this method has been deprecated. \n"
26                     "Deprecated description: The FibreChannelAdapter that "
27                     "includes the Port." )]
28              CIM_FibreChannelAdapter REF Antecedent;
29           
30                 [Deprecated { "No value" }, 
31                  Override ( "Dependent" ), 
32                  Max ( 1 ), 
33                  Description ( 
34                     "Note: The use of this method has been deprecated. \n"
35                     "Deprecated description: The FibrePort on the Adapter." )]
36              CIM_FibrePort REF Dependent;
37           
38           
39           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2