Class RestorePointEncryptionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestorePointEncryptionType>
com.azure.resourcemanager.compute.models.RestorePointEncryptionType
public final class RestorePointEncryptionType
extends com.azure.core.util.ExpandableStringEnum<RestorePointEncryptionType>
The type of key used to encrypt the data of the disk restore point.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RestorePointEncryptionTypeStatic value EncryptionAtRestWithCustomerKey for RestorePointEncryptionType.static final RestorePointEncryptionTypeStatic value EncryptionAtRestWithPlatformAndCustomerKeys for RestorePointEncryptionType.static final RestorePointEncryptionTypeStatic value EncryptionAtRestWithPlatformKey for RestorePointEncryptionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestorePointEncryptionTypefromString(String name) Creates or finds a RestorePointEncryptionType from its string representation.static Collection<RestorePointEncryptionType>values()Gets known RestorePointEncryptionType 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 RestorePointEncryptionType. -
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for RestorePointEncryptionType. -
ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
Static value EncryptionAtRestWithPlatformAndCustomerKeys for RestorePointEncryptionType.
-
-
Constructor Details
-
RestorePointEncryptionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RestorePointEncryptionType value.
-
-
Method Details
-
fromString
Creates or finds a RestorePointEncryptionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RestorePointEncryptionType.
-
values
Gets known RestorePointEncryptionType values.- Returns:
- known RestorePointEncryptionType values.
-
fromString(String)factory method.