Uses of Class
org.openstack4j.model.compute.VNCConsole.Type
-
Packages that use VNCConsole.Type Package Description org.openstack4j.api.compute org.openstack4j.model.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of VNCConsole.Type in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type VNCConsole.Type 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.Type in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return VNCConsole.Type Modifier and Type Method Description VNCConsole.TypeVNCConsole. getType()static VNCConsole.TypeVNCConsole.Type. value(String vncType)static VNCConsole.TypeVNCConsole.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static VNCConsole.Type[]VNCConsole.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VNCConsole.Type in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return VNCConsole.Type Modifier and Type Method Description VNCConsole.TypeNovaVNCConsole. getType()Methods in org.openstack4j.openstack.compute.domain with parameters of type VNCConsole.Type Modifier and Type Method Description static NovaVNCConsole.NovaConsoleNovaVNCConsole. getConsoleForType(VNCConsole.Type type)Constructors in org.openstack4j.openstack.compute.domain with parameters of type VNCConsole.Type Constructor Description NovaConsole(VNCConsole.Type type)NovaConsoleSPICE(VNCConsole.Type type)NovaConsoleVNC(VNCConsole.Type type) -
Uses of VNCConsole.Type in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type VNCConsole.Type 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
-