public class DiskEncryptionSettings extends Object
| Constructor and Description |
|---|
DiskEncryptionSettings() |
| Modifier and Type | Method and Description |
|---|---|
KeyVaultSecretReference |
diskEncryptionKey()
Get the diskEncryptionKey value.
|
Boolean |
enabled()
Get the enabled value.
|
KeyVaultKeyReference |
keyEncryptionKey()
Get the keyEncryptionKey value.
|
DiskEncryptionSettings |
withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
Set the diskEncryptionKey value.
|
DiskEncryptionSettings |
withEnabled(Boolean enabled)
Set the enabled value.
|
DiskEncryptionSettings |
withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
Set the keyEncryptionKey value.
|
public KeyVaultSecretReference diskEncryptionKey()
public DiskEncryptionSettings withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
diskEncryptionKey - the diskEncryptionKey value to setpublic KeyVaultKeyReference keyEncryptionKey()
public DiskEncryptionSettings withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
keyEncryptionKey - the keyEncryptionKey value to setpublic Boolean enabled()
public DiskEncryptionSettings withEnabled(Boolean enabled)
enabled - the enabled value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/