Class MigrationValidationDatabaseSummaryResult

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrationValidationDatabaseSummaryResult

public final class MigrationValidationDatabaseSummaryResult extends Object
Migration Validation Database level summary result.
  • Constructor Details

    • MigrationValidationDatabaseSummaryResult

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

    • id

      public String id()
      Get the id property: Result identifier.
      Returns:
      the id value.
    • migrationId

      public String migrationId()
      Get the migrationId property: Migration Identifier.
      Returns:
      the migrationId value.
    • sourceDatabaseName

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

      public String targetDatabaseName()
      Get the targetDatabaseName property: Name of the target database.
      Returns:
      the targetDatabaseName value.
    • startedOn

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

      public OffsetDateTime endedOn()
      Get the endedOn property: Validation end time.
      Returns:
      the endedOn value.
    • status

      public ValidationStatus status()
      Get the status property: Current status of validation at the database level.
      Returns:
      the status value.
    • validate

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