NOTE: EncryptionTypes only support NativeDriveEncryption option that is enabled by default. Setting options such as "ControllerAssisted" or "SoftwareAssisted" is not a valid operation and would fail with an error "The property EncryptionTypes is a read-only property and cannot be assigned a value."
NOTE: The Redfish interface supports the values WriteThrough, ProtectedWriteBack, or UnprotectedWriteBack for the WriteCachePolicy property. The value "Off" is not supported.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location --request PATCH '/redfish/v1/Systems//Storage//Volumes//Settings' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}