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 Details

    • ENCRYPTION_AT_REST_WITH_PLATFORM_KEY

      public static final RestorePointEncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
      Static value EncryptionAtRestWithPlatformKey for RestorePointEncryptionType.
    • ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY

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

      public static final RestorePointEncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
      Static value EncryptionAtRestWithPlatformAndCustomerKeys for RestorePointEncryptionType.
  • Constructor Details

    • RestorePointEncryptionType

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

    • fromString

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

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