Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.71 KB

VolumeEncryption.md

File metadata and controls

15 lines (11 loc) · 1.71 KB

VolumeEncryption

Properties

Name Type Description Notes
Enabled bool Encrypts an unencrypted volume. When set to 'true', a new key is generated and used to encrypt the given volume. The underlying SVM must be configured with the key manager. [optional] [default to null]
KeyId string The key ID used for creating encrypted volume. A new key-id is generated for creating an encrypted volume. This key-id is associated with the generated key. [optional] [default to null]
Rekey bool If set to 'true', re-encrypts the volume with a new key. Valid in PATCH. [optional] [default to null]
State string Volume encryption state.<br>encrypted &dash; The volume is completely encrypted.<br>encrypting &dash; Encryption operation is in progress.<br>partial &dash; Some constituents are encrypted and some are not. Applicable only for FlexGroup volume.<br>rekeying. Encryption of volume with a new key is in progress.<br>unencrypted &dash; The volume is a plain-text one. [optional] [default to null]
Status *VolumeEncryptionStatus [optional] [default to null]
Type_ string Volume encryption type.<br>none &dash; The volume is a plain-text one.<br>volume &dash; The volume is encrypted with volume key (NVE volume).<br>aggregate &dash; The volume is encrypted with aggregate key (NAE volume). [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]