Class ConnectionProfileOracleForwardSshConnectivity


  • public final class ConnectionProfileOracleForwardSshConnectivity
    extends java.lang.Object
    • Method Detail

      • hostname

        public java.lang.String hostname()
        Returns:
        Required. Hostname for the SSH tunnel.
      • password

        public java.util.Optional<java.lang.String> password()
        Returns:
        Input only. SSH password. Only one of `password` and `private_key` can be configured. **Note**: This property is sensitive and will not be displayed in the plan.
      • port

        public java.lang.Integer port()
        Returns:
        Port for the SSH tunnel, default value is 22.
      • privateKey

        public java.util.Optional<java.lang.String> privateKey()
        Returns:
        Input only. SSH private key. Only one of `password` and `private_key` can be configured. **Note**: This property is sensitive and will not be displayed in the plan.
      • username

        public java.lang.String username()
        Returns:
        Required. Username for the SSH tunnel.