Class HostPatch.Record

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

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

      public Host host
      Host the patch relates to
    • applied

      public Boolean applied
      True if the patch has been applied
    • timestampApplied

      public Date timestampApplied
      Time the patch was applied
    • size

      public Long size
      Size of the patch
    • poolPatch

      public PoolPatch poolPatch
      The patch applied First published in XenServer 4.1.
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration First published in XenServer 4.1.
  • Constructor Details

    • Record

      public Record()
  • Method Details