|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.PoolPatch.Record
public static class PoolPatch.Record
Represents all the fields in a PoolPatch
| Field Summary | |
|---|---|
Set<Types.AfterApplyGuidance> |
afterApplyGuidance
What the client should do after this patch has been applied. |
Set<HostPatch> |
hostPatches
This hosts this patch is applied to. |
String |
nameDescription
a notes field containing human-readable description |
String |
nameLabel
a human-readable name |
Map<String,String> |
otherConfig
additional configuration |
Boolean |
poolApplied
This patch should be applied across the entire pool |
Long |
size
Size of the patch |
String |
uuid
Unique identifier/object reference |
String |
version
Patch version number |
| Constructor Summary | |
|---|---|
PoolPatch.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a pool_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 Long size
public Boolean poolApplied
public Set<HostPatch> hostPatches
public Set<Types.AfterApplyGuidance> afterApplyGuidance
public Map<String,String> otherConfig
| Constructor Detail |
|---|
public PoolPatch.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic 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 | |||||||