Class DiskEncryptionSetType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<DiskEncryptionSetType>
com.microsoft.azure.management.compute.DiskEncryptionSetType
public final class DiskEncryptionSetType
extends com.microsoft.rest.ExpandableStringEnum<DiskEncryptionSetType>
Defines values for DiskEncryptionSetType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DiskEncryptionSetType
Static value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.static final DiskEncryptionSetType
Static value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiskEncryptionSetType
fromString
(String name) Creates or finds a DiskEncryptionSetType from its string representation.static Collection<DiskEncryptionSetType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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.
-
-
Constructor Details
-
DiskEncryptionSetType
public DiskEncryptionSetType()
-
-
Method Details
-
fromString
Creates or finds a DiskEncryptionSetType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding DiskEncryptionSetType
-
values
- Returns:
- known DiskEncryptionSetType values
-