InfrastructureEncryption Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mysql. models. InfrastructureEncryption
- com.
- com.
public final class InfrastructureEncryption
extends ExpandableStringEnum<InfrastructureEncryption>
Defines values for InfrastructureEncryption.
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 | |
|---|---|---|
| InfrastructureEncryption() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Infrastructure |
fromString(String name)
Creates or finds a Infrastructure |
|
static
Collection<Infrastructure |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final InfrastructureEncryption DISABLED
Static value Disabled for InfrastructureEncryption.
ENABLED
public static final InfrastructureEncryption ENABLED
Static value Enabled for InfrastructureEncryption.
Constructor Details
InfrastructureEncryption
public InfrastructureEncryption()
Method Details
fromString
public static InfrastructureEncryption fromString(String name)
Creates or finds a InfrastructureEncryption from its string representation.
Parameters:
Returns:
values
public static Collection<InfrastructureEncryption> values()
Returns: