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

📄 cim_connectivitymembershipsettingdata.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_ConnectivityMembershipSettingData// ==================================================================   [UMLPackagePath ( "CIM::Network::Collections" ), Version ( "2.8.0" ),     Description (       "ConnectivityMembershipSettingData provides the identification "       "criteria for possible members of a ConnectivityCollection.")]class CIM_ConnectivityMembershipSettingData : CIM_SettingData {      [Required, Description (          "ConnectivityMemberType specifies the type of identification "          "used in the ConnectivityMemberID field."),        ValueMap { "0", "1", "2", "3", "4", "5", "6", "..", "0x8000.." },        Values { "Unknown", "Other", "Permanent Address",          "Network Address", "Switch Port ID", "Logical Port Group",          "Connectivity Collection", "DMTF Reserved",       "Vendor Reserved" },        ModelCorrespondence {           "CIM_ConnectivityMembershipSettingData.ConnectivityMemberID",          "CIM_ConnectivityMembershipSettingData."           "OtherConnectivityMemberType" }]   uint16 ConnectivityMemberType;      [Description (          "This property specifies the type of identification used in "          "the ConnectivityMemberID field, when ConnectivityMemberType "          "is 1, \"Other\"."),        ModelCorrespondence {           "CIM_ConnectivityMembershipSettingData.ConnectivityMemberType"           }]   string OtherConnectivityMemberType;      [Required, Description (          "The identification of the member, based on the type "          "specified by ConnectivityMemberType."),        ModelCorrespondence {           "CIM_ConnectivityMembershipSettingData.ConnectivityMemberType"           }]   string ConnectivityMemberID;};

⌨️ 快捷键说明

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