public static class Console.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
String |
location
URI for the console service
|
Map<String,String> |
otherConfig
additional configuration
|
Types.ConsoleProtocol |
protocol
the protocol used by this console
|
String |
uuid
Unique identifier/object reference
|
VM |
VM
VM to which this console is attached
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a console.Record to a Map
|
String |
toString() |
public String uuid
public Types.ConsoleProtocol protocol
public String location
public VM VM