DiskEncryptionTarget Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. DiskEncryptionTarget
- com.
- com.
public final class DiskEncryptionTarget
extends ExpandableStringEnum<DiskEncryptionTarget>
DiskEncryptionTarget enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Disk |
OS_DISK
The OS Disk on the compute node is encrypted. |
|
static final
Disk |
TEMPORARY_DISK
The temporary disk on the compute node is encrypted. |
Constructor Summary
| Constructor | Description |
|---|---|
| DiskEncryptionTarget() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Disk |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Disk |
fromString(String name)
Creates or finds a Disk |
|
static
Collection<Disk |
values()
Gets known Disk |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OS_DISK
public static final DiskEncryptionTarget OS_DISK
The OS Disk on the compute node is encrypted.
TEMPORARY_DISK
public static final DiskEncryptionTarget TEMPORARY_DISK
The temporary disk on the compute node is encrypted. On Linux this encryption applies to other partitions (such as those on mounted data disks) when encryption occurs at boot time.
Constructor Details
DiskEncryptionTarget
@Deprecated
public DiskEncryptionTarget()
Deprecated
Creates a new instance of DiskEncryptionTarget value.
Method Details
fromString
public static DiskEncryptionTarget fromString(String name)
Creates or finds a DiskEncryptionTarget from its string representation.
Parameters:
Returns:
values
public static Collection<DiskEncryptionTarget> values()
Gets known DiskEncryptionTarget values.
Returns: