Package org.openstack4j.model.compute
Interface VNCConsole
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaVNCConsole
public interface VNCConsole extends ModelEntity
Represents a VNC Console which provides VNC connection information for a remote server- Author:
- Jeremy Unruh
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVNCConsole.TypeThe OpenStack VNC Console Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VNCConsole.TypegetType()StringgetURL()
-
-
-
Method Detail
-
getType
VNCConsole.Type getType()
- Returns:
- the VNC console Type
-
getURL
String getURL()
- Returns:
- the connection URL to the VNC Console
-
-