Class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
com.azure.resourcemanager.datamigration.models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel

public final class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
The MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel model.
  • Constructor Details

    • MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel

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

    • startedOn

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

      public OffsetDateTime endedOn()
      Get the endedOn property: Migration end time.
      Returns:
      the endedOn value.
    • sourceServerVersion

      public String sourceServerVersion()
      Get the sourceServerVersion property: Source server version.
      Returns:
      the sourceServerVersion value.
    • sourceServer

      public String sourceServer()
      Get the sourceServer property: Source server name.
      Returns:
      the sourceServer value.
    • targetServerVersion

      public String targetServerVersion()
      Get the targetServerVersion property: Target server version.
      Returns:
      the targetServerVersion value.
    • targetServer

      public String targetServer()
      Get the targetServer property: Target server name.
      Returns:
      the targetServer value.
    • validate

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