Class EncryptionType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<EncryptionType>
-
- com.azure.resourcemanager.compute.models.EncryptionType
-
public final class EncryptionType extends com.azure.core.util.ExpandableStringEnum<EncryptionType>
Defines values for EncryptionType.
-
-
Field Summary
Fields Modifier and Type Field Description static EncryptionTypeENCRYPTION_AT_REST_WITH_CUSTOMER_KEYStatic value EncryptionAtRestWithCustomerKey for EncryptionType.static EncryptionTypeENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYSStatic value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.static EncryptionTypeENCRYPTION_AT_REST_WITH_PLATFORM_KEYStatic value EncryptionAtRestWithPlatformKey for EncryptionType.
-
Constructor Summary
Constructors Constructor Description EncryptionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EncryptionTypefromString(String name)Creates or finds a EncryptionType from its string representation.static Collection<EncryptionType>values()
-
-
-
Field Detail
-
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
public static final EncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType.
-
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.
-
-
Method Detail
-
fromString
public static EncryptionType fromString(String name)
Creates or finds a EncryptionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EncryptionType.
-
values
public static Collection<EncryptionType> values()
- Returns:
- known EncryptionType values.
-
-