| Modifier and Type | Field and Description |
|---|---|
static EncryptionStatus |
EncryptionStatus.ENCRYPTED
Static value Encrypted for EncryptionStatuses.
|
static EncryptionStatus |
EncryptionStatus.ENCRYPTION_INPROGRESS
Static value Encrypted for EncryptionInProgress.
|
static EncryptionStatus |
EncryptionStatus.NOT_ENCRYPTED
Static value NotEncrypted for EncryptionStatuses.
|
static EncryptionStatus |
EncryptionStatus.NOT_MOUNTED
Static value NotMounted for EncryptionStatuses.
|
static EncryptionStatus |
EncryptionStatus.UNKNOWN
Static value Unknown for EncryptionStatuses.
|
static EncryptionStatus |
EncryptionStatus.VM_RESTART_PENDING
Static value VMRestartPending for EncryptionStatuses.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionStatus |
DiskVolumeEncryptionMonitor.dataDiskStatus() |
static EncryptionStatus |
EncryptionStatus.fromString(String name)
Creates of finds an encryption status based on its name.
|
EncryptionStatus |
DiskVolumeEncryptionMonitor.osDiskStatus() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<EncryptionStatus> |
EncryptionStatus.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/