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