com.xensource.xenapi
Class Console.Record

java.lang.Object
  extended by com.xensource.xenapi.Console.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Console

public static class Console.Record
extends java.lang.Object
implements Types.Record

Represents all the fields in a Console


Field Summary
 java.lang.String location
          URI for the console service
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          additional configuration
 Types.ConsoleProtocol protocol
          the protocol used by this console
 java.lang.String uuid
          Unique identifier/object reference
 VM VM
          VM to which this console is attached
 
Constructor Summary
Console.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a console.Record to a Map
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid
Unique identifier/object reference


protocol

public Types.ConsoleProtocol protocol
the protocol used by this console


location

public java.lang.String location
URI for the console service


VM

public VM VM
VM to which this console is attached


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
additional configuration

Constructor Detail

Console.Record

public Console.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

public java.util.Map<java.lang.String,java.lang.Object> toMap()
Convert a console.Record to a Map

Specified by:
toMap in interface Types.Record