Class DiskEncryptionSetType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DiskEncryptionSetType>
com.azure.resourcemanager.compute.models.DiskEncryptionSetType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DiskEncryptionSetType
extends com.azure.core.util.ExpandableStringEnum<DiskEncryptionSetType>
The type of key used to encrypt the data of the disk.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DiskEncryptionSetTypeStatic value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.static final DiskEncryptionSetTypeStatic value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.static final DiskEncryptionSetTypeStatic value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiskEncryptionSetTypefromString(String name) Creates or finds a DiskEncryptionSetType from its string representation.static Collection<DiskEncryptionSetType> values()Gets known DiskEncryptionSetType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType. -
ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
Static value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType. -
CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEY
Static value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.
-
-
Constructor Details
-
DiskEncryptionSetType
Deprecated.Use thefromString(String)factory method.Creates a new instance of DiskEncryptionSetType value.
-
-
Method Details
-
fromString
Creates or finds a DiskEncryptionSetType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DiskEncryptionSetType.
-
values
Gets known DiskEncryptionSetType values.- Returns:
- known DiskEncryptionSetType values.
-
fromString(String)factory method.