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>
Type of the backup engine.
  • Field Details

    • 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.
  • Constructor Details

    • BackupEngineType

      public BackupEngineType()
  • Method Details

    • 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.