Package com.xensource.xenapi
Class PoolUpdate.Record
java.lang.Object
com.xensource.xenapi.PoolUpdate.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PoolUpdate
Represents all the fields in a PoolUpdate
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhat the client should do after this update has been applied.Flag - if true, all hosts in a pool must apply this update First published in XenServer 7.3.The hosts that have applied this update.Size of the update in bytesGPG key of the updatea notes field containing human-readable descriptiona human-readable nameadditional configuration First published in XenServer 7.3.Unique identifier/object referenceVDI the update was uploaded toUpdate 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
Update version number -
installationSize
Size of the update in bytes -
key
GPG key of the update -
afterApplyGuidance
What the client should do after this update has been applied. -
vdi
VDI the update was uploaded to -
hosts
The hosts that have applied this update. -
otherConfig
additional configuration First published in XenServer 7.3. -
enforceHomogeneity
Flag - if true, all hosts in a pool must apply this update First published in XenServer 7.3.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a pool_update.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-