EncryptionState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. avs. models. EncryptionState
- com.
- com.
public final class EncryptionState
extends ExpandableStringEnum<EncryptionState>
Whether encryption is enabled or disabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Encryption |
DISABLED
Static value Disabled for Encryption |
|
static final
Encryption |
ENABLED
Static value Enabled for Encryption |
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionState() |
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
DISABLED
public static final EncryptionState DISABLED
Static value Disabled for EncryptionState.
ENABLED
public static final EncryptionState ENABLED
Static value Enabled for EncryptionState.
Constructor Details
EncryptionState
@Deprecated
public EncryptionState()
Deprecated
Creates a new instance of EncryptionState value.
Method Details
fromString
public static EncryptionState fromString(String name)
Creates or finds a EncryptionState from its string representation.
Parameters:
Returns:
values
public static Collection<EncryptionState> values()
Gets known EncryptionState values.
Returns: