Class DatabaseRegistration

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

    public class DatabaseRegistration
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    database registration object.
    • Method Detail

      • getActions

        public java.util.List<java.lang.String> getActions()
        Gets the actions. actions.
        Returns:
        the actions
      • getAssociatedCatalog

        public DatabaseCatalog getAssociatedCatalog()
        Gets the associatedCatalog. database catalog.
        Returns:
        the associatedCatalog
      • getCatalogName

        public java.lang.String getCatalogName()
        Gets the catalogName. Catalog name.
        Returns:
        the catalogName
      • getCreatedBy

        public java.lang.String getCreatedBy()
        Gets the createdBy. Created by.
        Returns:
        the createdBy
      • getCreatedOn

        public java.lang.String getCreatedOn()
        Gets the createdOn. Created on.
        Returns:
        the createdOn
      • getDatabaseDetails

        public DatabaseDetails getDatabaseDetails()
        Gets the databaseDetails. database details.
        Returns:
        the databaseDetails
      • getDatabaseDisplayName

        public java.lang.String getDatabaseDisplayName()
        Gets the databaseDisplayName. Database display name.
        Returns:
        the databaseDisplayName
      • getDatabaseId

        public java.lang.String getDatabaseId()
        Gets the databaseId. Database ID.
        Returns:
        the databaseId
      • getDatabaseProperties

        public java.util.List<DatabaseRegistrationDatabasePropertiesItems> getDatabaseProperties()
        Gets the databaseProperties. This will hold all the properties for a custom database.
        Returns:
        the databaseProperties
      • getDatabaseType

        public java.lang.String getDatabaseType()
        Gets the databaseType. Connector type.
        Returns:
        the databaseType
      • getDescription

        public java.lang.String getDescription()
        Gets the description. Database description.
        Returns:
        the description
      • getTags

        public java.util.List<java.lang.String> getTags()
        Gets the tags. tags.
        Returns:
        the tags