Class CIM_OpaqueManagementDataCapabilities
extends CIM_EnabledLogicalElementCapabilities

CIM_OpaqueManagementDataCapabilities describes the capabilities of CIM_OpaqueManagementService.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_EnabledLogicalElementCapabilities
   |
   +--CIM_OpaqueManagementDataCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_OpaqueManagementDataCapabilities describes the capabilities of CIM_OpaqueManagementService.
Experimentalbooleantrue
UMLPackagePathstringCIM::Core::OpaqueManagementData
Versionstring2.18.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
MaxAvailableStorageuint64
DescriptionstringThe maximum number of bytes of opaque management data storage managed by the associated CIM_OpaqueManagementDataService, and hence the maximum value of the AvailableStorage property in the associated CIM_OpaqueManagementDataService.
ModelCorrespondencestringCIM_OpaqueManagementDataService.AvailableStorage
PUnitstringbyte
MaxReadLengthuint64
DescriptionstringMaxReadLength indicates the maximum value that the service supports in the Length parameter of the ReadOpaqueManagementData method. Larger extents can be read by successively invoking ReadOpaqueManagementData on chunks of the data and reassembling them in the management client. When this is done, the LockOpaqueManagementData method should be used to prevent modification of the data by other clients between successive reads.
PUnitstringbyte
MaxWriteLengthuint64
DescriptionstringMaxWriteLength indicates the maximum value that the service supports in the Length parameter of the WriteOpaqueManagementData method. Larger extents can be written by successively invoking WriteOpaqueManagementData on chunks of the data and reassembling them in the management client. When this is done, the LockOpaqueManagementData method should be used to prevent modification of the data by other clients between successive writes.
PUnitstringbyte
SupportedExportURISchemesuint16[]
DescriptionstringThis property lists the URI schemes supported by OpaqueManagementDataService.ExportOpaqueManagementDataToURI().
ValueMapstring2, 3, 4, 5, 6, 7, 8, .., 0x8000..0xFFFF
Valuesstringdata, file, ftp, http, https, nfs, tftp, DMTF Reserved, Vendor Specific
SupportedImportURISchemesuint16[]
DescriptionstringThis property lists the URI schemes supported by OpaqueManagementDataService.ImportOpaqueManagementDataFromURI().
ValueMapstring2, 3, 4, 5, 6, 7, 8, .., 0x8000..0xFFFF
Valuesstringdata, file, ftp, http, https, nfs, tftp, DMTF Reserved, Vendor Specific

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
ElementNameEditSupportedbooleanCIM_EnabledLogicalElementCapabilities
ElementNameMaskstringCIM_EnabledLogicalElementCapabilities
InstanceIDstringCIM_Capabilities
MaxElementNameLenuint16CIM_EnabledLogicalElementCapabilities
RequestedStatesSupporteduint16[]CIM_EnabledLogicalElementCapabilities
StateAwarenessuint16[]CIM_EnabledLogicalElementCapabilities

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
CreateGoalSettingsuint16CIM_Capabilities