Class PVSSite.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

      public String nameDescription
      a notes field containing human-readable description
    • PVSUuid

      public String PVSUuid
      Unique identifier of the PVS site, as configured in PVS
    • cacheStorage

      public Set<PVSCacheStorage> cacheStorage
      The SR used by PVS proxy for the cache
    • servers

      public Set<PVSServer> servers
      The set of PVS servers in the site
    • proxies

      public Set<PVSProxy> proxies
      The set of proxies associated with the site
  • Constructor Details

    • Record

      public Record()
  • Method Details