Class ConnectToSourceNonSqlTaskOutput

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

public final class ConnectToSourceNonSqlTaskOutput extends Object
Output for connect to Oracle, MySQL type source.
  • Constructor Details

    • ConnectToSourceNonSqlTaskOutput

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

    • id

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

      public String sourceServerBrandVersion()
      Get the sourceServerBrandVersion property: Server brand version.
      Returns:
      the sourceServerBrandVersion value.
    • serverProperties

      public ServerProperties serverProperties()
      Get the serverProperties property: Server properties.
      Returns:
      the serverProperties value.
    • databases

      public List<String> databases()
      Get the databases property: List of databases on the server.
      Returns:
      the databases value.
    • validationErrors

      public List<ReportableException> validationErrors()
      Get the validationErrors property: Validation errors associated with the task.
      Returns:
      the validationErrors value.
    • validate

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