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