Package com.morpheusdata.model
Class HypervisorConsoleConnection
java.lang.Object
com.morpheusdata.model.HypervisorConsoleConnection
Describes the connection details needed to establish a hypervisor console session.
The
protocols property controls the Sec-WebSocket-Protocol request header
when browser-based console access is proxied through Morpheus:
null: no override specified. Morpheus will preserve its default behavior.- empty list: explicitly send no
Sec-WebSocket-Protocolheader. - non-empty list: send the provided values in order.
- Since:
- 1.3.4
-
Field Details
-
url
-
token
-
host
-
port
-
protocols
-
-
Constructor Details
-
HypervisorConsoleConnection
public HypervisorConsoleConnection()
-
-
Method Details
-
getUrl
-
setUrl
-
getToken
-
setToken
-
getHost
-
setHost
-
getPort
-
setPort
-
getProtocols
-
setProtocols
-
toMap
-