Class Console.Record

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

public static class Console.Record extends Object implements Types.Record
Represents all the fields in a Console
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • protocol

      public Types.ConsoleProtocol protocol
      the protocol used by this console
    • location

      public String location
      URI for the console service
    • VM

      public VM VM
      VM to which this console is attached
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration
  • Constructor Details

    • Record

      public Record()
  • Method Details