Class EncryptionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionType>
com.azure.resourcemanager.netapp.models.EncryptionType

public final class EncryptionType extends com.azure.core.util.ExpandableStringEnum<EncryptionType>
encryptionType

Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool.

  • Field Details

    • SINGLE

      public static final EncryptionType SINGLE
      Static value Single for EncryptionType.
    • DOUBLE

      public static final EncryptionType DOUBLE
      Static value Double for EncryptionType.
  • Constructor Details

    • EncryptionType

      public EncryptionType()
  • Method Details

    • 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()
      Gets known EncryptionType values.
      Returns:
      known EncryptionType values.