|
||||||||
| 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 | |
|---|---|
java.util.Set<Types.AfterApplyGuidance> |
afterApplyGuidance
What the client should do after this patch has been applied. |
java.util.Set<HostPatch> |
hostPatches
This hosts this patch is applied to. |
java.lang.String |
nameDescription
a notes field containg human-readable description |
java.lang.String |
nameLabel
a human-readable name |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration |
java.lang.Boolean |
poolApplied
This patch should be applied across the entire pool |
java.lang.Long |
size
Size of the patch |
java.lang.String |
uuid
Unique identifier/object reference |
java.lang.String |
version
Patch version number |
| Constructor Summary | |
|---|---|
PoolPatch.Record()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a pool_patch.Record to a Map |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.String version
public java.lang.Long size
public java.lang.Boolean poolApplied
public java.util.Set<HostPatch> hostPatches
public java.util.Set<Types.AfterApplyGuidance> afterApplyGuidance
public java.util.Map<java.lang.String,java.lang.String> otherConfig
| Constructor Detail |
|---|
public PoolPatch.Record()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||