|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.HostPatch.Record
public static class HostPatch.Record
Represents all the fields in a HostPatch
Field Summary | |
---|---|
Boolean |
applied
True if the patch has been applied |
Host |
host
Host the patch relates to |
String |
nameDescription
a notes field containg human-readable description |
String |
nameLabel
a human-readable name |
Map<String,String> |
otherConfig
additional configuration |
PoolPatch |
poolPatch
The patch applied |
Long |
size
Size of the patch |
Date |
timestampApplied
Time the patch was applied |
String |
uuid
Unique identifier/object reference |
String |
version
Patch version number |
Constructor Summary | |
---|---|
HostPatch.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a host_patch.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public String nameLabel
public String nameDescription
public String version
public Host host
public Boolean applied
public Date timestampApplied
public Long size
public PoolPatch poolPatch
public Map<String,String> otherConfig
Constructor Detail |
---|
public HostPatch.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |