com.xensource.xenapi
public static class PoolUpdate.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.util.Set<Types.UpdateAfterApplyGuidance> |
afterApplyGuidance
What the client should do after this update has been applied.
|
java.util.Set<Host> |
hosts
The hosts that have applied this update.
|
java.lang.Long |
installationSize
Size of the update in bytes
|
java.lang.String |
key
GPG key of the update
|
java.lang.String |
nameDescription
a notes field containing human-readable description
|
java.lang.String |
nameLabel
a human-readable name
|
java.lang.String |
uuid
Unique identifier/object reference
|
VDI |
vdi
VDI the update was uploaded to
|
java.lang.String |
version
Update version number
|
Constructor and Description |
---|
PoolUpdate.Record() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.String version
public java.lang.Long installationSize
public java.lang.String key
public java.util.Set<Types.UpdateAfterApplyGuidance> afterApplyGuidance
public VDI vdi
public java.util.Set<Host> hosts
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record