Class BackupEngineType


  • public final class BackupEngineType
    extends com.azure.core.util.ExpandableStringEnum<BackupEngineType>
    Defines values for BackupEngineType.
    • 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.
    • Constructor Detail

      • BackupEngineType

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