Uses of Interface
org.openstack4j.model.compute.VNCConsole
-
Packages that use VNCConsole Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of VNCConsole in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return VNCConsole Modifier and Type Method Description VNCConsoleServerService. getVNCConsole(String serverId, VNCConsole.Type type)Obtains the VNC Console connection information for the given server and VNC Console Type -
Uses of VNCConsole in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement VNCConsole Modifier and Type Class Description classNovaVNCConsoleRepresents a VNC Console which provides VNC connection information for a remote server -
Uses of VNCConsole in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return VNCConsole Modifier and Type Method Description VNCConsoleServerServiceImpl. getVNCConsole(String serverId, VNCConsole.Type type)Obtains the VNC Console connection information for the given server and VNC Console Type
-