public static class HostPatch.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Boolean |
applied
True if the patch has been applied
|
Host |
host
Host the patch relates to
|
String |
nameDescription
a notes field containg human-readable description
|
String |
nameLabel
a human-readable name
|
Map<String,String> |
otherConfig
additional configuration
|
PoolPatch |
poolPatch
The patch applied
|
Long |
size
Size of the patch
|
Date |
timestampApplied
Time the patch was applied
|
String |
uuid
Unique identifier/object reference
|
String |
version
Patch version number
|
Constructor and Description |
---|
HostPatch.Record() |
public String uuid
public String nameLabel
public String nameDescription
public String version
public Host host
public Boolean applied
public Date timestampApplied
public Long size
public PoolPatch poolPatch