Class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlMISyncTaskOutput
com.azure.resourcemanager.datamigration.models.MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel

public final class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel extends MigrateSqlServerSqlMISyncTaskOutput
The MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel model.
  • Constructor Details

    • MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel

      public MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel()
      Creates an instance of MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel class.
  • Method Details

    • sourceDatabaseName

      public String sourceDatabaseName()
      Get the sourceDatabaseName property: Name of the database.
      Returns:
      the sourceDatabaseName value.
    • migrationState

      public DatabaseMigrationState migrationState()
      Get the migrationState property: Current state of database.
      Returns:
      the migrationState value.
    • startedOn

      public OffsetDateTime startedOn()
      Get the startedOn property: Database migration start time.
      Returns:
      the startedOn value.
    • endedOn

      public OffsetDateTime endedOn()
      Get the endedOn property: Database migration end time.
      Returns:
      the endedOn value.
    • fullBackupSetInfo

      public BackupSetInfo fullBackupSetInfo()
      Get the fullBackupSetInfo property: Details of full backup set.
      Returns:
      the fullBackupSetInfo value.
    • lastRestoredBackupSetInfo

      public BackupSetInfo lastRestoredBackupSetInfo()
      Get the lastRestoredBackupSetInfo property: Last applied backup set information.
      Returns:
      the lastRestoredBackupSetInfo value.
    • activeBackupSets

      public List<BackupSetInfo> activeBackupSets()
      Get the activeBackupSets property: Backup sets that are currently active (Either being uploaded or getting restored).
      Returns:
      the activeBackupSets value.
    • containerName

      public String containerName()
      Get the containerName property: Name of container created in the Azure Storage account where backups are copied to.
      Returns:
      the containerName value.
    • errorPrefix

      public String errorPrefix()
      Get the errorPrefix property: prefix string to use for querying errors for this database.
      Returns:
      the errorPrefix value.
    • isFullBackupRestored

      public Boolean isFullBackupRestored()
      Get the isFullBackupRestored property: Whether full backup has been applied to the target database or not.
      Returns:
      the isFullBackupRestored value.
    • exceptionsAndWarnings

      public List<ReportableException> exceptionsAndWarnings()
      Get the exceptionsAndWarnings property: Migration exceptions and warnings.
      Returns:
      the exceptionsAndWarnings value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MigrateSqlServerSqlMISyncTaskOutput
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.