Class CIM_OpaqueManagementDataCapabilities
extends CIM_EnabledLogicalElementCapabilities

CIM_OpaqueManagementDataCapabilities describes the capabilities of CIM_OpaqueManagementDataService.

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_OpaqueManagementDataService.
UMLPackagePathstringCIM::Core::OpaqueManagementData
Versionstring2.23.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
MaxInstancesSupporteduint160
DescriptionstringMaxInstancesSupported shall indicate the maximum number of opaque management data instances that may exist within the scope of the CIM_OpaqueManagementDataService and managed by the associated instance of the CIM_OpaqueManagementDataService. A value of zero shall indicate that the maximum number of instances is unknown or that the maximum number of instances is not enforced.
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
TruncationSupportedbooleanfalse
DescriptionstringTruncationSupported indicates whether the associated CIM_OpaqueManagementDataService allows a client to truncate the data in a CIM_OpaqueManagementData instance by reducing the value of its DataSize property. If TruncationSupported = true, then the Service shall support reduction of the value of CIM_OpaqueManagementData.DataSize .If TruncationSupported = false or is null, then the Service shall not support reduction of the value of CIM_OpaqueManagementData.DataSize
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
SupportedMethodsuint16[]
DescriptionstringThis property advertises the methods that are supported by the service.
ValueMapstring1, 2, 3, 4, 5, 6, 7, 8, 9, .., 0x80..
ValuesstringOther, Create, Read, ExportToURI, Write, ImportFromURI, Lock, ReassignOwnership, AssignAccess, 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

Class Methods