public class EncryptionSettingsElement extends Object
| Constructor and Description |
|---|
EncryptionSettingsElement() |
| Modifier and Type | Method and Description |
|---|---|
KeyVaultAndSecretReference |
diskEncryptionKey()
Get key Vault Secret Url and vault id of the disk encryption key.
|
KeyVaultAndKeyReference |
keyEncryptionKey()
Get key Vault Key Url and vault id of the key encryption key.
|
EncryptionSettingsElement |
withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)
Set key Vault Secret Url and vault id of the disk encryption key.
|
EncryptionSettingsElement |
withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
Set key Vault Key Url and vault id of the key encryption key.
|
public KeyVaultAndSecretReference diskEncryptionKey()
public EncryptionSettingsElement withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)
diskEncryptionKey - the diskEncryptionKey value to setpublic KeyVaultAndKeyReference keyEncryptionKey()
public EncryptionSettingsElement withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
keyEncryptionKey - the keyEncryptionKey value to setCopyright © 2019. All rights reserved.