Class PVSServer.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • addresses

      public Set<String> addresses
      IPv4 addresses of this server
    • firstPort

      public Long firstPort
      First UDP port accepted by this server
    • lastPort

      public Long lastPort
      Last UDP port accepted by this server
    • site

      public PVSSite site
      PVS site this server is part of
  • Constructor Details

    • Record

      public Record()
  • Method Details