public class EncryptionSettingsCollection extends Object
Constructor and Description |
---|
EncryptionSettingsCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Get set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.
|
List<EncryptionSettingsElement> |
encryptionSettings()
Get a collection of encryption settings, one for each disk volume.
|
EncryptionSettingsCollection |
withEnabled(boolean enabled)
Set set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.
|
EncryptionSettingsCollection |
withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
Set a collection of encryption settings, one for each disk volume.
|
public boolean enabled()
public EncryptionSettingsCollection withEnabled(boolean enabled)
enabled
- the enabled value to setpublic List<EncryptionSettingsElement> encryptionSettings()
public EncryptionSettingsCollection withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
encryptionSettings
- the encryptionSettings value to setCopyright © 2019. All rights reserved.