com.xensource.xenapi
Class HostPatch.Record

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

public static class HostPatch.Record
extends java.lang.Object
implements Types.Record

Represents all the fields in a HostPatch


Field Summary
 java.lang.Boolean applied
          True if the patch has been applied
 Host host
          Host the patch relates to
 java.lang.String nameDescription
          a notes field containg human-readable description
 java.lang.String nameLabel
          a human-readable name
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          additional configuration
 PoolPatch poolPatch
          The patch applied
 java.lang.Long size
          Size of the patch
 java.util.Date timestampApplied
          Time the patch was applied
 java.lang.String uuid
          Unique identifier/object reference
 java.lang.String version
          Patch version number
 
Constructor Summary
HostPatch.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a host_patch.Record to a Map
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid
Unique identifier/object reference


nameLabel

public java.lang.String nameLabel
a human-readable name


nameDescription

public java.lang.String nameDescription
a notes field containg human-readable description


version

public java.lang.String version
Patch version number


host

public Host host
Host the patch relates to


applied

public java.lang.Boolean applied
True if the patch has been applied


timestampApplied

public java.util.Date timestampApplied
Time the patch was applied


size

public java.lang.Long size
Size of the patch


poolPatch

public PoolPatch poolPatch
The patch applied


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
additional configuration

Constructor Detail

HostPatch.Record

public HostPatch.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

public java.util.Map<java.lang.String,java.lang.Object> toMap()
Convert a host_patch.Record to a Map

Specified by:
toMap in interface Types.Record