Class NovaVNCConsole
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaVNCConsole
-
- All Implemented Interfaces:
Serializable,VNCConsole,ModelEntity
public class NovaVNCConsole extends Object implements VNCConsole
Represents a VNC Console which provides VNC connection information for a remote server- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNovaVNCConsole.NovaConsolestatic classNovaVNCConsole.NovaConsoleSPICEstatic classNovaVNCConsole.NovaConsoleVNC-
Nested classes/interfaces inherited from interface org.openstack4j.model.compute.VNCConsole
VNCConsole.Type
-
-
Constructor Summary
Constructors Constructor Description NovaVNCConsole()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NovaVNCConsole.NovaConsolegetConsoleForType(VNCConsole.Type type)VNCConsole.TypegetType()StringgetURL()StringtoString()
-
-
-
Method Detail
-
getConsoleForType
public static NovaVNCConsole.NovaConsole getConsoleForType(VNCConsole.Type type)
-
getType
public VNCConsole.Type getType()
- Specified by:
getTypein interfaceVNCConsole- Returns:
- the VNC console Type
-
getURL
public String getURL()
- Specified by:
getURLin interfaceVNCConsole- Returns:
- the connection URL to the VNC Console
-
-