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 Details

    • ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY

      public static final DiskEncryptionSetType ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
      Static value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.
    • ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS

      public static final DiskEncryptionSetType ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
      Static value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType.
    • CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEY

      public static final DiskEncryptionSetType CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEY
      Static value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.
  • Constructor Details

    • DiskEncryptionSetType

      @Deprecated public DiskEncryptionSetType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DiskEncryptionSetType value.
  • Method Details

    • fromString

      public static DiskEncryptionSetType fromString(String name)
      Creates or finds a DiskEncryptionSetType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DiskEncryptionSetType.
    • values

      public static Collection<DiskEncryptionSetType> values()
      Gets known DiskEncryptionSetType values.
      Returns:
      known DiskEncryptionSetType values.