Package com.xensource.xenapi
Class HostPatch.Record
java.lang.Object
com.xensource.xenapi.HostPatch.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- HostPatch
Represents all the fields in a HostPatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionTrue if the patch has been appliedHost the patch relates toa notes field containing human-readable descriptiona human-readable nameadditional configuration First published in XenServer 4.1.The patch applied First published in XenServer 4.1.Size of the patchTime the patch was appliedUnique identifier/object referencePatch version number -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
version
Patch version number -
host
Host the patch relates to -
applied
True if the patch has been applied -
timestampApplied
Time the patch was applied -
size
Size of the patch -
poolPatch
The patch applied First published in XenServer 4.1. -
otherConfig
additional configuration First published in XenServer 4.1.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a host_patch.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-