EncryptionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. EncryptionType
- com.
- com.
public final class EncryptionType
extends ExpandableStringEnum<EncryptionType>
The type of key used to encrypt the data of the disk.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Encryption |
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value Encryption |
|
static final
Encryption |
ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
Static value Encryption |
|
static final
Encryption |
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value Encryption |
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Encryption |
fromString(String name)
Creates or finds a Encryption |
|
static
Collection<Encryption |
values()
Gets known Encryption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
public static final EncryptionType ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for EncryptionType.
ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
public static final EncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
Static value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
public static final EncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType.
Constructor Details
EncryptionType
@Deprecated
public EncryptionType()
Deprecated
Creates a new instance of EncryptionType value.
Method Details
fromString
public static EncryptionType fromString(String name)
Creates or finds a EncryptionType from its string representation.
Parameters:
Returns:
values
public static Collection<EncryptionType> values()
Gets known EncryptionType values.
Returns: