public static class PoolPatch.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 containg 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 and Description |
---|
PoolPatch.Record() |
public String uuid
public String nameLabel
public String nameDescription
public String version
public Long size
public Boolean poolApplied
public Set<Types.AfterApplyGuidance> afterApplyGuidance