"show"(object)
H2OConnection
object.ip
character
string specifying the IP address of the H2O cloud.port
numeric
value specifying the port number of the H2O cloud.proxy
character
specifying the proxy path of the H2O cloud.https
insecure
username
password
cluster_name
mutable
H2OConnectionMutableState
object to hold the mutable state for the H2O connection.A new H2O connection is established via the h2o.init() function, which takes as parameters the `ip` and `port` of the machine running an instance to connect with. The default behavior is to connect with a local instance of H2O at port 54321, or to boot a new local instance if one is not found at port 54321.