// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_ClusterServiceAccessBySAP // ================================================================== [Association, UMLPackagePath ( "CIM::System::SystemElements" ), Version ( "2.6.0" ), Description ( "ClusterServiceAccessBySAP is the relationship between a " "ClusteringService and its access points.")] class CIM_ClusterServiceAccessBySAP : CIM_ServiceAccessBySAP { [Override ( "Antecedent" ), Description ( "The ClusteringService.")] CIM_ClusteringService REF Antecedent; [Override ( "Dependent" ), Description ( "An access point for the ClusteringService.")] CIM_ClusteringSAP REF Dependent; };