InfrastructureEncryption Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. postgresql. models. InfrastructureEncryption
- com.
- com.
public final class InfrastructureEncryption
extends ExpandableStringEnum<InfrastructureEncryption>
Add a second layer of encryption for your data using new encryption algorithm which gives additional data protection. Value is optional but if passed in, must be 'Disabled' or 'Enabled'.
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() |
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 InfrastructureEncryption DISABLED
Static value Disabled for InfrastructureEncryption.
ENABLED
public static final InfrastructureEncryption ENABLED
Static value Enabled for InfrastructureEncryption.
Constructor Details
InfrastructureEncryption
@Deprecated
public InfrastructureEncryption()
Deprecated
Creates a new instance of InfrastructureEncryption value.
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()
Gets known InfrastructureEncryption values.
Returns: