Class ServerProperties

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

public final class ServerProperties extends Object
Server properties for Oracle, MySQL type source.
  • Constructor Details

    • ServerProperties

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

    • serverPlatform

      public String serverPlatform()
      Get the serverPlatform property: Name of the server platform.
      Returns:
      the serverPlatform value.
    • serverName

      public String serverName()
      Get the serverName property: Name of the server.
      Returns:
      the serverName value.
    • serverVersion

      public String serverVersion()
      Get the serverVersion property: Version of the database server.
      Returns:
      the serverVersion value.
    • serverEdition

      public String serverEdition()
      Get the serverEdition property: Edition of the database server.
      Returns:
      the serverEdition value.
    • serverOperatingSystemVersion

      public String serverOperatingSystemVersion()
      Get the serverOperatingSystemVersion property: Version of the operating system.
      Returns:
      the serverOperatingSystemVersion value.
    • serverDatabaseCount

      public Integer serverDatabaseCount()
      Get the serverDatabaseCount property: Number of databases in the server.
      Returns:
      the serverDatabaseCount value.
    • validate

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