|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Console.Record
public static class Console.Record
Represents all the fields in a Console
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Console.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a console.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public Types.ConsoleProtocol protocol
public String location
public VM VM
public Map<String,String> otherConfig
| Constructor Detail |
|---|
public Console.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||