InfrastructureEncryptionState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dataprotection. models. InfrastructureEncryptionState
- com.
- com.
public final class InfrastructureEncryptionState
extends ExpandableStringEnum<InfrastructureEncryptionState>
Enabling/Disabling the Double Encryption state.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Infrastructure |
DISABLED
Static value Disabled for Infrastructure |
|
static final
Infrastructure |
ENABLED
Static value Enabled for Infrastructure |
Constructor Summary
| Constructor | Description |
|---|---|
| InfrastructureEncryptionState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Infrastructure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Infrastructure |
fromString(String name)
Creates or finds a Infrastructure |
|
static
Collection<Infrastructure |
values()
Gets known Infrastructure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final InfrastructureEncryptionState DISABLED
Static value Disabled for InfrastructureEncryptionState.
ENABLED
public static final InfrastructureEncryptionState ENABLED
Static value Enabled for InfrastructureEncryptionState.
Constructor Details
InfrastructureEncryptionState
@Deprecated
public InfrastructureEncryptionState()
Deprecated
Creates a new instance of InfrastructureEncryptionState value.
Method Details
fromString
public static InfrastructureEncryptionState fromString(String name)
Creates or finds a InfrastructureEncryptionState from its string representation.
Parameters:
Returns:
values
public static Collection<InfrastructureEncryptionState> values()
Gets known InfrastructureEncryptionState values.
Returns: