Class CIM_StorageProtectionService
extends CIM_Service

This service defines the Protect method used to apply and modify the protection setting for a specified StorageVolume or LogicalDisk. The settings applied are used to protect a storage element from accidental or intentional overwriting. Accordingly, the settings set the read/write ability of the element, SCSI inquiry visibility, whether it can be copied over, and whether it can be exposed from the storage system. This service also allows the specification of a retention time, or length of time that these settings cannot be modified. The settings remain in effect after this time period expires until changed. The values of this setting are stored in the StorageProtectionSetting class associated to the StorageVolume pr LogicalDisk via ElementProtectionSettingData. The StorageProtectionSetting cannot be modified directly, but can only be modified via this service. While the element is being protected, the StorageProtectionSetting cannot be removed.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_EnabledLogicalElement
   |
   +--CIM_Service
   |
   +--CIM_StorageProtectionService

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis service defines the Protect method used to apply and modify the protection setting for a specified StorageVolume or LogicalDisk. The settings applied are used to protect a storage element from accidental or intentional overwriting. Accordingly, the settings set the read/write ability of the element, SCSI inquiry visibility, whether it can be copied over, and whether it can be exposed from the storage system. This service also allows the specification of a retention time, or length of time that these settings cannot be modified. The settings remain in effect after this time period expires until changed. The values of this setting are stored in the StorageProtectionSetting class associated to the StorageVolume pr LogicalDisk via ElementProtectionSettingData. The StorageProtectionSetting cannot be modified directly, but can only be modified via this service. While the element is being protected, the StorageProtectionSetting cannot be removed.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Storage
Versionstring2.43.0

Class Properties

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
CreationClassNamestringCIM_Service
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
ElementNamestringCIM_ManagedElement
EnabledDefaultuint16CIM_EnabledLogicalElement
EnabledStateuint16CIM_EnabledLogicalElement
Generationuint64CIM_ManagedElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
LoSIDstringCIM_Service
LoSOrgIDstringCIM_Service
NamestringCIM_Service
OperatingStatusuint16CIM_ManagedSystemElement
OtherEnabledStatestringCIM_EnabledLogicalElement
PrimaryOwnerContactstringCIM_Service
PrimaryOwnerNamestringCIM_Service
PrimaryStatusuint16CIM_ManagedSystemElement
RequestedStateuint16CIM_EnabledLogicalElement
StartedbooleanCIM_Service
StartModestringCIM_Service
StatusstringCIM_ManagedSystemElement
SystemCreationClassNamestringCIM_Service
SystemNamestringCIM_Service
TimeOfLastStateChangedatetimeCIM_EnabledLogicalElement
TransitioningToStateuint16CIM_EnabledLogicalElement
AvailableRequestedStatesuint16[]CIM_EnabledLogicalElement
OperationalStatusuint16[]CIM_ManagedSystemElement
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods

Local Class Methods

Protect (uint32)

Method Qualifiers (Protect)

NameData TypeValue
DescriptionstringThe method creates or modifies the StorageProtectionSetting associated to the StorageVolume or LogicalDisk. This method is called to protect the StorageVolume or LogicalDisk against modification for a specific period of time. Values specified for this method will be set as properties of the StorageProtectionSetting instance that is associated to the specified StorageVolume or LogicalDisk. This method can be used to extend the retention period, but not decrease it.
Experimentalbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7..4095, 4096, 4097..32767, 32768..65535
ValuesstringSuccess, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Invalid State Transition, DMTF Reserved, Method parameters checked - job started, Method Reserved, Vendor Specific

Method Parameters (Protect)

NameTypeQualifiers
NameData TypeValue
Accessuint16
DescriptionstringRead and write accessibility of the StorageVolume. 1: Read/Write Enabled 2: Read Only 3: Write Once 4: Read/Write Disabled.
INbooleantrue
ValueMapstring1, 2, 3, 4
ValuesstringRead/Write Enabled, Read Only, Write Once, Read/Write disabled
DenyAsCopyTargetboolean
DescriptionstringWhether the storage element can be specified as a replica or not.
INbooleantrue
ElementTypeuint16
DescriptionstringEnumeration indicating the type of element being protected. 1: StorageVolume 2: LogicalDisk.
INbooleantrue
ValueMapstring1, 2
ValuesstringStorageVolume, LogicalDisk
LUNMappingConfigureboolean
DescriptionstringWhether LUN assignment to the StorageVolume is allowed or not.
INbooleantrue
ProtectExpirationTypeuint16
DescriptionstringDuration type of the storage element protection 1: None 2: Limited expiration 3: Permanent.
INbooleantrue
ValueMapstring1, 2, 3
ValuesstringNone, Limited expiration, Permanent
TimePerioddatetime
DescriptionstringAmount of remaining time before a management application can change the access permission.
INbooleantrue
InquiryProtectionuint16[]
DescriptionstringStorageVolume protection method for SCSI inquiry commands. 1: No SCSI Inquiry Protection 2: Inquiry Disabled 3: Zero Capacity Returned.
INbooleantrue
ValueMapstring1, 2, 3
ValuesstringNo SCSI Inquiry Protection, Inquiry Disabled, Zero Capacity Returned
Element REF CIM_StorageExtent
DescriptionstringStorageVolume or LogicalDisk to be configured.
INbooleantrue
Job REF CIM_Job
DescriptionstringReference to the job created, if any.
OUTbooleantrue

Inherited Class Methods

NameReturn TypeClass Origin
ChangeAffectedElementsAssignedSequenceuint32CIM_Service
RequestStateChangeuint32CIM_EnabledLogicalElement
StartServiceuint32CIM_Service
StopServiceuint32CIM_Service