Class DatabaseRegistrationPatchDatabaseDetails

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

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

      • authenticationValue

        public java.lang.String authenticationValue()
        Gets the authenticationValue. Authentication method.
        Returns:
        the authenticationValue
      • brokerAuthenticationPassword

        public java.lang.String brokerAuthenticationPassword()
        Gets the brokerAuthenticationPassword. Broker authentication password.
        Returns:
        the brokerAuthenticationPassword
      • brokerAuthenticationType

        public java.lang.String brokerAuthenticationType()
        Gets the brokerAuthenticationType. Broker authentication type.
        Returns:
        the brokerAuthenticationType
      • brokerAuthenticationUser

        public java.lang.String brokerAuthenticationUser()
        Gets the brokerAuthenticationUser. Broker authentication user.
        Returns:
        the brokerAuthenticationUser
      • controllerAuthenticationPassword

        public java.lang.String controllerAuthenticationPassword()
        Gets the controllerAuthenticationPassword. Controller authentication password.
        Returns:
        the controllerAuthenticationPassword
      • controllerAuthenticationType

        public java.lang.String controllerAuthenticationType()
        Gets the controllerAuthenticationType. Controller authentication type.
        Returns:
        the controllerAuthenticationType
      • controllerAuthenticationUser

        public java.lang.String controllerAuthenticationUser()
        Gets the controllerAuthenticationUser. Controller authentication user.
        Returns:
        the controllerAuthenticationUser
      • credentialsKey

        public java.lang.String credentialsKey()
        Gets the credentialsKey. Base 64 encoded json file.
        Returns:
        the credentialsKey
      • password

        public java.lang.String password()
        Gets the password. New password.
        Returns:
        the password
      • username

        public java.lang.String username()
        Gets the username. New username.
        Returns:
        the username