Class PoolUpdate.Record

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

public static class PoolUpdate.Record extends Object implements Types.Record
Represents all the fields in a PoolUpdate
  • 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
    • version

      public String version
      Update version number
    • installationSize

      public Long installationSize
      Size of the update in bytes
    • key

      public String key
      GPG key of the update
    • afterApplyGuidance

      public Set<Types.UpdateAfterApplyGuidance> afterApplyGuidance
      What the client should do after this update has been applied.
    • vdi

      public VDI vdi
      VDI the update was uploaded to
    • hosts

      public Set<Host> hosts
      The hosts that have applied this update.
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration First published in XenServer 7.3.
    • enforceHomogeneity

      public Boolean enforceHomogeneity
      Flag - if true, all hosts in a pool must apply this update First published in XenServer 7.3.
  • Constructor Details

    • Record

      public Record()
  • Method Details