public static class HostPatch.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
applied
True if the patch has been applied
|
Host |
host
Host the patch relates 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
|
PoolPatch |
poolPatch
The patch applied
|
java.lang.Long |
size
Size of the patch
|
java.util.Date |
timestampApplied
Time the patch was applied
|
java.lang.String |
uuid
Unique identifier/object reference
|
java.lang.String |
version
Patch version number
|
Constructor and Description |
---|
HostPatch.Record() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.String version
public Host host
public java.lang.Boolean applied
public java.util.Date timestampApplied
public java.lang.Long size
public PoolPatch poolPatch
public java.util.Map<java.lang.String,java.lang.String> otherConfig
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