Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
MaxAvailableStorage | uint64 | |
Description | string | The 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. |
ModelCorrespondence | string | CIM_OpaqueManagementDataService.AvailableStorage |
PUnit | string | byte |
MaxReadLength | uint64 | |
Description | string | MaxReadLength 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. |
PUnit | string | byte |
MaxWriteLength | uint64 | |
Description | string | MaxWriteLength 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. |
PUnit | string | byte |
SupportedExportURISchemes | uint16[] | |
Description | string | This property lists the URI schemes supported by OpaqueManagementDataService.ExportOpaqueManagementDataToURI(). |
ValueMap | string | 2, 3, 4, 5, 6, 7, 8, .., 0x8000..0xFFFF |
Values | string | data, file, ftp, http, https, nfs, tftp, DMTF Reserved, Vendor Specific |
SupportedImportURISchemes | uint16[] | |
Description | string | This property lists the URI schemes supported by OpaqueManagementDataService.ImportOpaqueManagementDataFromURI(). |
ValueMap | string | 2, 3, 4, 5, 6, 7, 8, .., 0x8000..0xFFFF |
Values | string | data, file, ftp, http, https, nfs, tftp, DMTF Reserved, Vendor Specific |