cim_softwarefeatureserviceimplementation.mof

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

MOF
30
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SoftwareFeatureServiceImplementation// ==================================================================   [Association, UMLPackagePath ( "CIM::Application::DeploymentModel" ),    Version ( "2.6.0" ), Description (       "An association between a Service and how it is implemented in "       "software. The cardinality of this association is many-to "       "-many. A Service may be provided by more than one "       "SoftwareFeature. When multiple SoftwareFeatures are associated "       "with a single Service, it is assumed that these elements "       "operate in conjunction to provide the Service. Note that any "       "SoftwareFeature may provide more than one Service. \n"       "If different implementations of a Service exist, each of these "       "implementations would result in individual instantiations of "       "the Service object. These individual instantiations would then "       "have their own associations to the unique implementations.")]class CIM_SoftwareFeatureServiceImplementation : CIM_Dependency {      [Override ( "Antecedent" ), Description (          "The SoftwareFeature implementing the Service.")]   CIM_SoftwareFeature REF Antecedent;      [Override ( "Dependent" ), Description (          "The Service being implemented.")]   CIM_Service REF Dependent;};

⌨️ 快捷键说明

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