EncryptionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. netapp. models. EncryptionType
- com.
- com.
public final class EncryptionType
extends ExpandableStringEnum<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 Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Encryption |
DOUBLE
Encryption |
|
static final
Encryption |
SINGLE
Encryption |
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Encryption |
fromString(String name)
Creates or finds a Encryption |
|
static
Collection<Encryption |
values()
Gets known Encryption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOUBLE
public static final EncryptionType DOUBLE
EncryptionType Double, volumes will use double encryption at rest.
SINGLE
public static final EncryptionType SINGLE
EncryptionType Single, volumes will use single encryption at rest.
Constructor Details
EncryptionType
@Deprecated
public EncryptionType()
Deprecated
Creates a new instance of EncryptionType value.
Method Details
fromString
public static EncryptionType fromString(String name)
Creates or finds a EncryptionType from its string representation.
Parameters:
Returns:
values
public static Collection<EncryptionType> values()
Gets known EncryptionType values.
Returns: