Class InfrastructureEncryption
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<InfrastructureEncryption>
-
- com.azure.resourcemanager.mysql.models.InfrastructureEncryption
-
public final class InfrastructureEncryption extends com.azure.core.util.ExpandableStringEnum<InfrastructureEncryption>
Defines values for InfrastructureEncryption.
-
-
Field Summary
Fields Modifier and Type Field Description static InfrastructureEncryptionDISABLEDStatic value Disabled for InfrastructureEncryption.static InfrastructureEncryptionENABLEDStatic value Enabled for InfrastructureEncryption.
-
Constructor Summary
Constructors Constructor Description InfrastructureEncryption()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InfrastructureEncryptionfromString(String name)Creates or finds a InfrastructureEncryption from its string representation.static Collection<InfrastructureEncryption>values()
-
-
-
Field Detail
-
ENABLED
public static final InfrastructureEncryption ENABLED
Static value Enabled for InfrastructureEncryption.
-
DISABLED
public static final InfrastructureEncryption DISABLED
Static value Disabled for InfrastructureEncryption.
-
-
Method Detail
-
fromString
public static InfrastructureEncryption fromString(String name)
Creates or finds a InfrastructureEncryption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InfrastructureEncryption.
-
values
public static Collection<InfrastructureEncryption> values()
- Returns:
- known InfrastructureEncryption values.
-
-