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