Class ConsistencyModeTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConsistencyModeTypes>
com.azure.resourcemanager.compute.models.ConsistencyModeTypes
public final class ConsistencyModeTypes
extends com.azure.core.util.ExpandableStringEnum<ConsistencyModeTypes>
ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only
CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConsistencyModeTypesStatic value ApplicationConsistent for ConsistencyModeTypes.static final ConsistencyModeTypesStatic value CrashConsistent for ConsistencyModeTypes.static final ConsistencyModeTypesStatic value FileSystemConsistent for ConsistencyModeTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConsistencyModeTypesfromString(String name) Creates or finds a ConsistencyModeTypes from its string representation.static Collection<ConsistencyModeTypes>values()Gets known ConsistencyModeTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CRASH_CONSISTENT
Static value CrashConsistent for ConsistencyModeTypes. -
FILE_SYSTEM_CONSISTENT
Static value FileSystemConsistent for ConsistencyModeTypes. -
APPLICATION_CONSISTENT
Static value ApplicationConsistent for ConsistencyModeTypes.
-
-
Constructor Details
-
ConsistencyModeTypes
public ConsistencyModeTypes()
-
-
Method Details
-
fromString
Creates or finds a ConsistencyModeTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConsistencyModeTypes.
-
values
Gets known ConsistencyModeTypes values.- Returns:
- known ConsistencyModeTypes values.
-