Class CIM_CommonDatabaseCapabilities
extends CIM_Capabilities

Properties in this class represent general, high-level database capabilities that may be supported by a common database. For example, the ability for a database to support recoverability, replication, parallelism, or clustering would be specified in this class. Detailed settings, such as the minimum and maximum number of parallel servers for a database that supports parallelism, would be defined in the CIM_DatabaseParameter class. This information is tied to the CommonDatabase using the ElementCapabilities association.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_CommonDatabaseCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringProperties in this class represent general, high-level database capabilities that may be supported by a common database. For example, the ability for a database to support recoverability, replication, parallelism, or clustering would be specified in this class. Detailed settings, such as the minimum and maximum number of parallel servers for a database that supports parallelism, would be defined in the CIM_DatabaseParameter class. This information is tied to the CommonDatabase using the ElementCapabilities association.
UMLPackagePathstringCIM::Database::Storage
Versionstring2.8.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
OtherRecoverabilityOptionsstring[]
ArrayTypestringIndexed
DescriptionstringThis property contains additional recovery information for the CommonDatabase. This property must be specified when the Recoverability property is "Other".
ModelCorrespondencestringCIM_CommonDatabaseCapabilities.RecoverabilityOptions
RecoverabilityOptionsuint16[]
ArrayTypestringIndexed
DescriptionstringThis property identifies the supported recoverability modes for the associated CommonDatabase.
ModelCorrespondencestringCIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions
ValueMapstring1, 2, 3, 4
ValuesstringOther, Recoverable, Non-Recoverable, Rebuildable

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
InstanceIDstringCIM_Capabilities

Class Methods