⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_participatingcs.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ParticipatingCS// ==================================================================   [Association, UMLPackagePath ( "CIM::System::SystemElements" ),    Version ( "2.6.0" ), Description (       "A Cluster is composed of two or more ComputerSystems, "       "operating together. A ComputerSystem may participate in "       "multiple Clusters. \n"       "\n"       "When first establishing or bringing up a Cluster, only one "       "ComputerSystem may be defined as participating in it. "       "Therfore, the cardinality of the association for the "       "ComputerSystem reference is Min (1).")]class CIM_ParticipatingCS : CIM_Dependency {      [Override ( "Antecedent" ), Min ( 1 ), Description (          "The ComputerSystem which participates in the Cluster.")]   CIM_ComputerSystem REF Antecedent;      [Override ( "Dependent" ), Description (          "The Cluster.")]   CIM_Cluster REF Dependent;      [Description (          "StateOfNode indicates the condition of the participating "          "ComputerSystem in the Cluster. For example, one value is "          "\"Joining\" (2)."),        ValueMap { "0", "1", "2", "3", "4", "5", "6" },        Values { "Unknown", "Other", "Joining", "Paused", "Available",          "Unavailable", "Degraded" }]   uint16 StateOfNode;      [Description (          "RoleOfNode indicates whether the Cluster nodes are peers "          "(value = 2), connected in a master-slave/primary- secondary "          "relationship (values = 3 for primary, 4 for secondary), "          "available in a standby configuration (5) or of some other "          "(1) or unknown (0) relationship. In a System/390 "          "environment, the nodes are identified as \"Base Plex\" "          "(value=6) or \"Enhanced Plex\" (value=7)."),        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" },        Values { "Unknown", "Other", "Peer", "Primary", "Secondary",          "Standby", "Base Plex", "Enhanced Plex" }]   uint16 RoleOfNode;};

⌨️ 快捷键说明

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