Class RegisterDatabaseCatalogBodyDatabaseDetails

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class RegisterDatabaseCatalogBodyDatabaseDetails
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    database details.
    • Method Detail

      • password

        public java.lang.String password()
        Gets the password. Psssword.
        Returns:
        the password
      • port

        public java.lang.String port()
        Gets the port. Port.
        Returns:
        the port
      • ssl

        public java.lang.Boolean ssl()
        Gets the ssl. SSL Mode.
        Returns:
        the ssl
      • tables

        public java.lang.String tables()
        Gets the tables. Only for Kafka - Add kafka tables.
        Returns:
        the tables
      • username

        public java.lang.String username()
        Gets the username. Username.
        Returns:
        the username
      • databaseName

        public java.lang.String databaseName()
        Gets the databaseName. Database name.
        Returns:
        the databaseName
      • hostname

        public java.lang.String hostname()
        Gets the hostname. Host name.
        Returns:
        the hostname