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

📄 cim_storagecapabilities.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
📖 第 1 页 / 共 2 页
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="SysDevCR00712.001" type ="add">Corrected// UserDataStripeDepthDefault description</change>// <change cr="SysDevCR00796.002" type ="change">Remove Experimental// qualifier from ExtentStripeLengthDefault, ParityLayoutDefault, and// UserDataStripeDepthDefault property.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_StorageCapabilities// ==================================================================   [UMLPackagePath ( "CIM::Device::StorageServices" ),       Version ( "2.11.0" ), Description (       "A subclass of Capabilities that defines the Capabilities of a "       "StorageService or StoragePool. For example, an instance of "       "StorageCapabilities could be associated with either a "       "StorageConfigurationService or StoragePool by using "       "ElementCapabilities.")]class CIM_StorageCapabilities : CIM_Capabilities {      [Description (          "Enumeration indicating the type of element to which this "          "StorageCapabilities applies."),        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" },        Values { "Unknown", "Reserved", "Any Type", "StorageVolume",          "StorageExtent", "StoragePool",          "StorageConfigurationService", "LogicalDisk" }]   uint16 ElementType;      [Description (          "Indicates whether or not the associated element supports no "          "single point of failure. Values are: FALSE = does not "          "support no single point of failure, and TRUE = supports no "          "single point of failure."),        ModelCorrespondence {           "CIM_StorageCapabilities.NoSinglePointOfFailureDefault" }]   boolean NoSinglePointOfFailure;      [Description (          "Indicates the default value for the NoSinglePointOfFailure "          "property."),        ModelCorrespondence {           "CIM_StorageCapabilities.NoSinglePointOfFailure" }]   boolean NoSinglePointOfFailureDefault;      [Description (          "DataRedundancyMax describes the maximum number of complete "          "copies of data that can be maintained. Examples would be "          "RAID 5 (where 1 copy is maintained) and RAID 1 (where 2 or "          "more copies are maintained). Possible values are 1 to n. "          "The default redundancy is specified using "          "DataRedundancyDefault, while the minimum is defined by "          "DataRedundancyMin."),        MinValue ( 1 ),        ModelCorrespondence {           "CIM_StorageCapabilities.DataRedundancyMin",          "CIM_StorageCapabilities.DataRedundancyDefault" }]   uint16 DataRedundancyMax;      [Description (          "DataRedundancyMin describes the minimum number of complete "          "copies of data that can be maintained. Examples would be "          "RAID 5 where 1 copy is maintained and RAID 1 where 2 or "          "more copies are maintained). Possible values are 1 to n. "          "The default redundancy is specified using "          "DataRedundancyDefault, while the maximum is defined by "          "DataRedundancyMax."),        MinValue ( 1 ),        ModelCorrespondence {           "CIM_StorageCapabilities.DataRedundancyMax",          "CIM_StorageCapabilities.DataRedundancyDefault" }]   uint16 DataRedundancyMin;      [Description (          "DataRedundancyDefault describes the default number of "          "complete copies of data that can be maintained. Examples "          "would be RAID 5 where 1 copy is maintained and RAID 1 where "          "2 or more copies are maintained. Possible values are 1 to "          "n. The bounds for the redundancy (max and min) are defined "          "by DataRedundancyMax and DataRedundancyMin."),        MinValue ( 1 ),        ModelCorrespondence {           "CIM_StorageCapabilities.DataRedundancyMax",          "CIM_StorageCapabilities.DataRedundancyMin" }]   uint16 DataRedundancyDefault;      [Description (          "PackageRedundancyMax describes the maximum number of "          "redundant packages that can be used. For example, in the "          "storage domain, package redundancy describes how many disk "          "spindles can fail without data loss including, at most, one "          "spare. An example would be RAID5 with a spare disk which "          "would have a PackageRedundancy of 2. Possible values are 0 "          "to n. The default redundancy is specified using "          "PackageRedundancyDefault, while the maximum is defined by "          "PackageRedundancyMax."),        ModelCorrespondence {           "CIM_StorageCapabilities.PackageRedundancyMin",          "CIM_StorageCapabilities.PackageRedundancyDefault" }]   uint16 PackageRedundancyMax;      [Description (          "PackageRedundancyMin describes the minimum number of "          "redundant packages that can be used. For example, in the "          "storage domain, package redundancy describes how many disk "          "spindles can fail without data loss including, at most, one "          "spare. An example would be RAID5 with a spare disk which "          "would have a PackageRedundancy of 2. Possible values are 0 "          "to n. The default redundancy is specified using "          "PackageRedundancyDefault, while the minimum is defined by "          "PackageRedundancyMin."),        ModelCorrespondence {           "CIM_StorageCapabilities.PackageRedundancyMax",          "CIM_StorageCapabilities.PackageRedundancyDefault" }]   uint16 PackageRedundancyMin;      [Description (          "PackageRedundancyDefault describes the default number of "          "redundant packages that will be used. For example, in the "          "storage domain, package redundancy describes how many disk "          "spindles can fail without data loss including, at most, one "          "spare. An example would be RAID5 with a spare disk which "          "would have a PackageRedundancy of 2. Possible values are 0 "          "to n. The bounds for redundancy are specified using the "          "properties, PackageRedundancyMax and PackageRedundancyMin."),        ModelCorrespondence {           "CIM_StorageCapabilities.PackageRedundancyMin",          "CIM_StorageCapabilities.PackageRedundancyMax" }]   uint16 PackageRedundancyDefault;      [Description (          "DeltaReservatioMax is a number between 1 (1%) and a 100 "          "(100%) that specifies the maximum amount of space reserved "          "in a replica for caching changes. For a complete copy this "          "would be 100%, but it can be lower in some implementations. "          "This parameter sets the upper limit, while "          "DeltaReservationMin sets the lower limit."),        Units ( "Percentage" ), MinValue ( 0 ), MaxValue ( 100 ),        ModelCorrespondence {           "CIM_StorageCapabilities.DeltaReservationMin",          "CIM_StorageCapabilities.DeltaReservationDefault" }]   uint16 DeltaReservationMax;      [Description (          "DeltaReservationMin is a number between 1 (1%) and a 100 "          "(100%) that specifies the minimum amount of space that "          "should be reserved in a replica for caching changes. For a "          "complete copy this would be 100%, but it can be lower in "          "some implementations. This parameter sets the lower limit, "          "while DeltaReservationMax sets the upper limit."), 

⌨️ 快捷键说明

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