| Modifier and Type | Method and Description |
|---|---|
EncryptionSettings |
SnapshotUpdate.encryptionSettings()
Get encryption settings for disk or snapshot.
|
EncryptionSettings |
DiskUpdate.encryptionSettings()
Get encryption settings for disk or snapshot.
|
EncryptionSettings |
Disk.encryptionSettings() |
EncryptionSettings |
EncryptionSettings.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)
Set key Vault Secret Url and vault id of the disk encryption key.
|
EncryptionSettings |
EncryptionSettings.withEnabled(Boolean enabled)
Set set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.
|
EncryptionSettings |
EncryptionSettings.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
Set key Vault Key Url and vault id of the key encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotUpdate |
SnapshotUpdate.withEncryptionSettings(EncryptionSettings encryptionSettings)
Set encryption settings for disk or snapshot.
|
DiskUpdate |
DiskUpdate.withEncryptionSettings(EncryptionSettings encryptionSettings)
Set encryption settings for disk or snapshot.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/