Package com.xensource.xenapi
Class PoolPatch.Record
java.lang.Object
com.xensource.xenapi.PoolPatch.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PoolPatch
Represents all the fields in a PoolPatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhat the client should do after this patch has been applied.This hosts this patch is applied to.a notes field containing human-readable descriptiona human-readable nameadditional configurationThis patch should be applied across the entire poolA reference to the associated pool_update object First published in XenServer 7.1.Size of the patchUnique 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 -
size
Size of the patch -
poolApplied
This patch should be applied across the entire pool -
hostPatches
This hosts this patch is applied to. -
afterApplyGuidance
What the client should do after this patch has been applied. -
poolUpdate
A reference to the associated pool_update object First published in XenServer 7.1. -
otherConfig
additional configuration
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a pool_patch.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-