ClusterHardwareProjection.mpx 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!--## Licensed to the Apache Software Foundation (ASF) under one
  2. ## or more contributor license agreements. See the NOTICE file
  3. ## distributed with this work for additional information
  4. ## regarding copyright ownership. The ASF licenses this file
  5. ## to you under the Apache License, Version 2.0 (the
  6. ## "License"); you may not use this file except in compliance
  7. ## with the License. You may obtain a copy of the License at
  8. ##
  9. ## http://www.apache.org/licenses/LICENSE-2.0
  10. ##
  11. ## Unless required by applicable law or agreed to in writing,
  12. ## software distributed under the License is distributed on an
  13. ## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. ## KIND, either express or implied. See the License for the
  15. ## specific language governing permissions and limitations
  16. ## under the License.-->
  17. <ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  18. <TypeDefinitions>
  19. <EntityTypes>
  20. <ClassTypes>
  21. <ClassType ID="Ambari.SCOM.ClusterHardwareProjection" Accessibility="Public"
  22. Base="Ambari.SCOM.ClusterProjection" Hosted="true" Abstract="false" Singleton="false" />
  23. </ClassTypes>
  24. <RelationshipTypes>
  25. <RelationshipType ID="Ambari.SCOM.ClusterHostsClusterHardwareProjection"
  26. Base="System!System.Hosting" Accessibility="Public">
  27. <Source ID="Cluster" Type="Ambari.SCOM.Cluster" />
  28. <Target ID="Projection" Type="Ambari.SCOM.ClusterHardwareProjection" />
  29. </RelationshipType>
  30. <RelationshipType ID="Ambari.SCOM.ClusterHardwareProjectionContainsHost"
  31. Base="System!System.Containment" Abstract="false" Accessibility="Public">
  32. <Source ID="Projection" Type="Ambari.SCOM.ClusterHardwareProjection" />
  33. <Target ID="Host" Type="Ambari.SCOM.Host" />
  34. </RelationshipType>
  35. </RelationshipTypes>
  36. </EntityTypes>
  37. </TypeDefinitions>
  38. <Presentation>
  39. <ImageReferences>
  40. <ImageReference ElementID="Ambari.SCOM.ClusterHardwareProjection" ImageID="Ambari.SCOM.Resources.Images.Hosts16Icon" />
  41. <ImageReference ElementID="Ambari.SCOM.ClusterHardwareProjection" ImageID="Ambari.SCOM.Resources.Images.HostsDiagramIcon" />
  42. </ImageReferences>
  43. </Presentation>
  44. <LanguagePacks>
  45. <LanguagePack ID="ENU" IsDefault="true">
  46. <DisplayStrings>
  47. <DisplayString ElementID="Ambari.SCOM.ClusterHardwareProjection">
  48. <Name>Cluster Hardware Projection</Name>
  49. <Description>This class represents Hadoop Cluster Hardware monitoring projection, based on cluster nodes.</Description>
  50. </DisplayString>
  51. <DisplayString ElementID="Ambari.SCOM.ClusterHostsClusterHardwareProjection">
  52. <Name>Cluster Hosts Cluster Hardware Projection</Name>
  53. </DisplayString>
  54. <DisplayString ElementID="Ambari.SCOM.ClusterHardwareProjectionContainsHost">
  55. <Name>Cluster Hardware Projection Contains Host</Name>
  56. </DisplayString>
  57. </DisplayStrings>
  58. </LanguagePack>
  59. </LanguagePacks>
  60. </ManagementPackFragment>