Package com.morpheusdata.core.providers
Interface ProvisionProvider.HypervisorConsoleFacet
- Enclosing interface:
- ProvisionProvider
@Deprecated(since="1.3.4",
forRemoval=false)
public static interface ProvisionProvider.HypervisorConsoleFacet
Deprecated.
Provides methods for interacting with provisioned vms through a hypervisor console
Console connection data is returned as a generic map for backward compatibility.
Legacy implementations may optionally include a
protocols key to override
WebSocket sub-protocol handling:
- omit
protocols: preserve Morpheus defaults protocols: []: send noSec-WebSocket-Protocolheaderprotocols: ['plain.kubevirt.io']: send the provided values in order
- Since:
- 0.15.3
-
Method Summary
Modifier and TypeMethodDescriptiondefault ServiceResponseenableConsoleAccess(ComputeServer server) Deprecated.Method called before making a hypervisor vnc console connection to a server to ensure that the server settings are correctdefault ServiceResponsegetNoVNCConsoleUrl(ComputeServer server) Deprecated.Builds the URL and authentication required to connect to the target server using noVNCdefault ServiceResponsegetWMKSConsoleUrl(ComputeServer server) Deprecated.Builds the URL and authentication required to connect to the target server using noVNCdefault ServiceResponsegetXvpVNCConsoleUrl(ComputeServer server) Deprecated.Builds the URL and authentication required to connect to the target server using noVNCdefault ServiceResponseupdateServerHost(ComputeServer server) Deprecated.Method called before using the console host to ensure it is accurate
-
Method Details
-
getXvpVNCConsoleUrl
Deprecated.Builds the URL and authentication required to connect to the target server using noVNC- Parameters:
server- server to connect to- Returns:
- Url and authentication for an xvpVnc console connection to the server
- Since:
- 0.13.8
-
getNoVNCConsoleUrl
Deprecated.Builds the URL and authentication required to connect to the target server using noVNC- Parameters:
server- server to connect to- Returns:
- Url and authentication for a noVNC console connection to the server
- Since:
- 0.13.8
-
getWMKSConsoleUrl
Deprecated.Builds the URL and authentication required to connect to the target server using noVNC- Parameters:
server- server to connect to- Returns:
- Url and authentication for a wmks console connection to the server
- Since:
- 0.13.8
-
updateServerHost
Deprecated.Method called before using the console host to ensure it is accurate- Parameters:
server- server to connect to- Returns:
- Success or failure
- Since:
- 0.13.8
-
enableConsoleAccess
Deprecated.Method called before making a hypervisor vnc console connection to a server to ensure that the server settings are correct- Parameters:
server- server to connect to- Returns:
- Success or failure
- Since:
- 0.13.8
-
ProvisionProvider.HypervisorConsoleFacetV2. This legacy map-based console contract will be removed in a future release.