Class EncryptionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionType>
com.azure.resourcemanager.compute.models.EncryptionType
The type of key used to encrypt the data of the disk.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptionTypeStatic value EncryptionAtRestWithCustomerKey for EncryptionType.static final EncryptionTypeStatic value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.static final EncryptionTypeStatic value EncryptionAtRestWithPlatformKey for EncryptionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionTypefromString(String name) Creates or finds a EncryptionType from its string representation.static Collection<EncryptionType>values()Gets known EncryptionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType. -
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for EncryptionType. -
ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
Static value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.
-
-
Constructor Details
-
EncryptionType
public EncryptionType()
-
-
Method Details
-
fromString
Creates or finds a EncryptionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EncryptionType.
-
values
Gets known EncryptionType values.- Returns:
- known EncryptionType values.
-