@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstancePatchState extends Object implements Serializable, Cloneable, StructuredPojo
Defines the high-level patch compliance state for a managed node, providing information about the number of installed, missing, not applicable, and failed patches along with metadata about the operation when this information was gathered for the managed node.
Constructor and Description |
---|
InstancePatchState() |
Modifier and Type | Method and Description |
---|---|
InstancePatchState |
clone() |
boolean |
equals(Object obj) |
String |
getBaselineId()
The ID of the patch baseline used to patch the managed node.
|
Integer |
getCriticalNonCompliantCount()
The number of patches per node that are specified as
Critical for compliance reporting in the patch
baseline aren't installed. |
Integer |
getFailedCount()
The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.
|
Integer |
getInstalledCount()
The number of patches from the patch baseline that are installed on the managed node.
|
Integer |
getInstalledOtherCount()
The number of patches not specified in the patch baseline that are installed on the managed node.
|
Integer |
getInstalledPendingRebootCount()
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
|
Integer |
getInstalledRejectedCount()
The number of patches installed on a managed node that are specified in a
RejectedPatches list. |
String |
getInstallOverrideList()
An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.
|
String |
getInstanceId()
The ID of the managed node the high-level patch compliance information was collected for.
|
Date |
getLastNoRebootInstallOperationTime()
The time of the last attempt to patch the managed node with
NoReboot specified as the reboot option. |
Integer |
getMissingCount()
The number of patches from the patch baseline that are applicable for the managed node but aren't currently
installed.
|
Integer |
getNotApplicableCount()
The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't
installed on the node.
|
String |
getOperation()
The type of patching operation that was performed: or
|
Date |
getOperationEndTime()
The time the most recent patching operation completed on the managed node.
|
Date |
getOperationStartTime()
The time the most recent patching operation was started on the managed node.
|
Integer |
getOtherNonCompliantCount()
The number of patches per node that are specified as other than
Critical or Security
but aren't compliant with the patch baseline. |
String |
getOwnerInformation()
Placeholder information.
|
String |
getPatchGroup()
The name of the patch group the managed node belongs to.
|
String |
getRebootOption()
Indicates the reboot option specified in the patch baseline.
|
Integer |
getSecurityNonCompliantCount()
The number of patches per node that are specified as
Security in a patch advisory aren't installed. |
String |
getSnapshotId()
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
|
Integer |
getUnreportedNotApplicableCount()
The number of patches beyond the supported limit of
NotApplicableCount that aren't reported by name
to Inventory. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
|
void |
setCriticalNonCompliantCount(Integer criticalNonCompliantCount)
The number of patches per node that are specified as
Critical for compliance reporting in the patch
baseline aren't installed. |
void |
setFailedCount(Integer failedCount)
The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.
|
void |
setInstalledCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the managed node.
|
void |
setInstalledOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the managed node.
|
void |
setInstalledPendingRebootCount(Integer installedPendingRebootCount)
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
|
void |
setInstalledRejectedCount(Integer installedRejectedCount)
The number of patches installed on a managed node that are specified in a
RejectedPatches list. |
void |
setInstallOverrideList(String installOverrideList)
An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.
|
void |
setInstanceId(String instanceId)
The ID of the managed node the high-level patch compliance information was collected for.
|
void |
setLastNoRebootInstallOperationTime(Date lastNoRebootInstallOperationTime)
The time of the last attempt to patch the managed node with
NoReboot specified as the reboot option. |
void |
setMissingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the managed node but aren't currently
installed.
|
void |
setNotApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't
installed on the node.
|
void |
setOperation(PatchOperationType operation)
The type of patching operation that was performed: or
|
void |
setOperation(String operation)
The type of patching operation that was performed: or
|
void |
setOperationEndTime(Date operationEndTime)
The time the most recent patching operation completed on the managed node.
|
void |
setOperationStartTime(Date operationStartTime)
The time the most recent patching operation was started on the managed node.
|
void |
setOtherNonCompliantCount(Integer otherNonCompliantCount)
The number of patches per node that are specified as other than
Critical or Security
but aren't compliant with the patch baseline. |
void |
setOwnerInformation(String ownerInformation)
Placeholder information.
|
void |
setPatchGroup(String patchGroup)
The name of the patch group the managed node belongs to.
|
void |
setRebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
|
void |
setRebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
|
void |
setSecurityNonCompliantCount(Integer securityNonCompliantCount)
The number of patches per node that are specified as
Security in a patch advisory aren't installed. |
void |
setSnapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
|
void |
setUnreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of
NotApplicableCount that aren't reported by name
to Inventory. |
String |
toString()
Returns a string representation of this object.
|
InstancePatchState |
withBaselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
|
InstancePatchState |
withCriticalNonCompliantCount(Integer criticalNonCompliantCount)
The number of patches per node that are specified as
Critical for compliance reporting in the patch
baseline aren't installed. |
InstancePatchState |
withFailedCount(Integer failedCount)
The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.
|
InstancePatchState |
withInstalledCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the managed node.
|
InstancePatchState |
withInstalledOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the managed node.
|
InstancePatchState |
withInstalledPendingRebootCount(Integer installedPendingRebootCount)
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
|
InstancePatchState |
withInstalledRejectedCount(Integer installedRejectedCount)
The number of patches installed on a managed node that are specified in a
RejectedPatches list. |
InstancePatchState |
withInstallOverrideList(String installOverrideList)
An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.
|
InstancePatchState |
withInstanceId(String instanceId)
The ID of the managed node the high-level patch compliance information was collected for.
|
InstancePatchState |
withLastNoRebootInstallOperationTime(Date lastNoRebootInstallOperationTime)
The time of the last attempt to patch the managed node with
NoReboot specified as the reboot option. |
InstancePatchState |
withMissingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the managed node but aren't currently
installed.
|
InstancePatchState |
withNotApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't
installed on the node.
|
InstancePatchState |
withOperation(PatchOperationType operation)
The type of patching operation that was performed: or
|
InstancePatchState |
withOperation(String operation)
The type of patching operation that was performed: or
|
InstancePatchState |
withOperationEndTime(Date operationEndTime)
The time the most recent patching operation completed on the managed node.
|
InstancePatchState |
withOperationStartTime(Date operationStartTime)
The time the most recent patching operation was started on the managed node.
|
InstancePatchState |
withOtherNonCompliantCount(Integer otherNonCompliantCount)
The number of patches per node that are specified as other than
Critical or Security
but aren't compliant with the patch baseline. |
InstancePatchState |
withOwnerInformation(String ownerInformation)
Placeholder information.
|
InstancePatchState |
withPatchGroup(String patchGroup)
The name of the patch group the managed node belongs to.
|
InstancePatchState |
withRebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState |
withRebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState |
withSecurityNonCompliantCount(Integer securityNonCompliantCount)
The number of patches per node that are specified as
Security in a patch advisory aren't installed. |
InstancePatchState |
withSnapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
|
InstancePatchState |
withUnreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of
NotApplicableCount that aren't reported by name
to Inventory. |
public void setInstanceId(String instanceId)
The ID of the managed node the high-level patch compliance information was collected for.
instanceId
- The ID of the managed node the high-level patch compliance information was collected for.public String getInstanceId()
The ID of the managed node the high-level patch compliance information was collected for.
public InstancePatchState withInstanceId(String instanceId)
The ID of the managed node the high-level patch compliance information was collected for.
instanceId
- The ID of the managed node the high-level patch compliance information was collected for.public void setPatchGroup(String patchGroup)
The name of the patch group the managed node belongs to.
patchGroup
- The name of the patch group the managed node belongs to.public String getPatchGroup()
The name of the patch group the managed node belongs to.
public InstancePatchState withPatchGroup(String patchGroup)
The name of the patch group the managed node belongs to.
patchGroup
- The name of the patch group the managed node belongs to.public void setBaselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
baselineId
- The ID of the patch baseline used to patch the managed node.public String getBaselineId()
The ID of the patch baseline used to patch the managed node.
public InstancePatchState withBaselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
baselineId
- The ID of the patch baseline used to patch the managed node.public void setSnapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
snapshotId
- The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.public String getSnapshotId()
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
public InstancePatchState withSnapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
snapshotId
- The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.public void setInstallOverrideList(String installOverrideList)
An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.
This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document
AWS-RunPatchBaseline
, overrides the patches specified by the default patch baseline.
For more information about the InstallOverrideList
parameter, see About the AWS-RunPatchBaseline SSM document
in the Amazon Web Services Systems Manager User
Guide.
installOverrideList
- An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be
installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in
the SSM document AWS-RunPatchBaseline
, overrides the patches specified by the default patch
baseline.
For more information about the InstallOverrideList
parameter, see About the AWS-RunPatchBaseline SSM document
in the Amazon Web Services Systems
Manager User Guide.
public String getInstallOverrideList()
An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.
This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document
AWS-RunPatchBaseline
, overrides the patches specified by the default patch baseline.
For more information about the InstallOverrideList
parameter, see About the AWS-RunPatchBaseline SSM document
in the Amazon Web Services Systems Manager User
Guide.
AWS-RunPatchBaseline
, overrides the patches specified by the default patch
baseline.
For more information about the InstallOverrideList
parameter, see About the AWS-RunPatchBaseline SSM document
in the Amazon Web Services Systems
Manager User Guide.
public InstancePatchState withInstallOverrideList(String installOverrideList)
An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.
This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document
AWS-RunPatchBaseline
, overrides the patches specified by the default patch baseline.
For more information about the InstallOverrideList
parameter, see About the AWS-RunPatchBaseline SSM document
in the Amazon Web Services Systems Manager User
Guide.
installOverrideList
- An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be
installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in
the SSM document AWS-RunPatchBaseline
, overrides the patches specified by the default patch
baseline.
For more information about the InstallOverrideList
parameter, see About the AWS-RunPatchBaseline SSM document
in the Amazon Web Services Systems
Manager User Guide.
public void setOwnerInformation(String ownerInformation)
Placeholder information. This field will always be empty in the current release of the service.
ownerInformation
- Placeholder information. This field will always be empty in the current release of the service.public String getOwnerInformation()
Placeholder information. This field will always be empty in the current release of the service.
public InstancePatchState withOwnerInformation(String ownerInformation)
Placeholder information. This field will always be empty in the current release of the service.
ownerInformation
- Placeholder information. This field will always be empty in the current release of the service.public void setInstalledCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the managed node.
installedCount
- The number of patches from the patch baseline that are installed on the managed node.public Integer getInstalledCount()
The number of patches from the patch baseline that are installed on the managed node.
public InstancePatchState withInstalledCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the managed node.
installedCount
- The number of patches from the patch baseline that are installed on the managed node.public void setInstalledOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the managed node.
installedOtherCount
- The number of patches not specified in the patch baseline that are installed on the managed node.public Integer getInstalledOtherCount()
The number of patches not specified in the patch baseline that are installed on the managed node.
public InstancePatchState withInstalledOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the managed node.
installedOtherCount
- The number of patches not specified in the patch baseline that are installed on the managed node.public void setInstalledPendingRebootCount(Integer installedPendingRebootCount)
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
installedPendingRebootCount
- The number of patches installed by Patch Manager since the last time the managed node was rebooted.public Integer getInstalledPendingRebootCount()
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
public InstancePatchState withInstalledPendingRebootCount(Integer installedPendingRebootCount)
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
installedPendingRebootCount
- The number of patches installed by Patch Manager since the last time the managed node was rebooted.public void setInstalledRejectedCount(Integer installedRejectedCount)
The number of patches installed on a managed node that are specified in a RejectedPatches
list.
Patches with a status of InstalledRejected
were typically installed before they were added to a
RejectedPatches
list.
If ALLOW_AS_DEPENDENCY
is the specified option for RejectedPatchesAction
, the value of
InstalledRejectedCount
will always be 0
(zero).
installedRejectedCount
- The number of patches installed on a managed node that are specified in a RejectedPatches
list. Patches with a status of InstalledRejected
were typically installed before they were
added to a RejectedPatches
list.
If ALLOW_AS_DEPENDENCY
is the specified option for RejectedPatchesAction
, the
value of InstalledRejectedCount
will always be 0
(zero).
public Integer getInstalledRejectedCount()
The number of patches installed on a managed node that are specified in a RejectedPatches
list.
Patches with a status of InstalledRejected
were typically installed before they were added to a
RejectedPatches
list.
If ALLOW_AS_DEPENDENCY
is the specified option for RejectedPatchesAction
, the value of
InstalledRejectedCount
will always be 0
(zero).
RejectedPatches
list. Patches with a status of InstalledRejected
were typically installed before they were
added to a RejectedPatches
list.
If ALLOW_AS_DEPENDENCY
is the specified option for RejectedPatchesAction
, the
value of InstalledRejectedCount
will always be 0
(zero).
public InstancePatchState withInstalledRejectedCount(Integer installedRejectedCount)
The number of patches installed on a managed node that are specified in a RejectedPatches
list.
Patches with a status of InstalledRejected
were typically installed before they were added to a
RejectedPatches
list.
If ALLOW_AS_DEPENDENCY
is the specified option for RejectedPatchesAction
, the value of
InstalledRejectedCount
will always be 0
(zero).
installedRejectedCount
- The number of patches installed on a managed node that are specified in a RejectedPatches
list. Patches with a status of InstalledRejected
were typically installed before they were
added to a RejectedPatches
list.
If ALLOW_AS_DEPENDENCY
is the specified option for RejectedPatchesAction
, the
value of InstalledRejectedCount
will always be 0
(zero).
public void setMissingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.
missingCount
- The number of patches from the patch baseline that are applicable for the managed node but aren't
currently installed.public Integer getMissingCount()
The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.
public InstancePatchState withMissingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.
missingCount
- The number of patches from the patch baseline that are applicable for the managed node but aren't
currently installed.public void setFailedCount(Integer failedCount)
The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.
failedCount
- The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.public Integer getFailedCount()
The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.
public InstancePatchState withFailedCount(Integer failedCount)
The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.
failedCount
- The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.public void setUnreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of NotApplicableCount
that aren't reported by name
to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
unreportedNotApplicableCount
- The number of patches beyond the supported limit of NotApplicableCount
that aren't reported
by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.public Integer getUnreportedNotApplicableCount()
The number of patches beyond the supported limit of NotApplicableCount
that aren't reported by name
to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
NotApplicableCount
that aren't reported
by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.public InstancePatchState withUnreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of NotApplicableCount
that aren't reported by name
to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
unreportedNotApplicableCount
- The number of patches beyond the supported limit of NotApplicableCount
that aren't reported
by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.public void setNotApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't
installed on the node. This number may be truncated if the list of patch names is very large. The number of
patches beyond this limit are reported in UnreportedNotApplicableCount
.
notApplicableCount
- The number of patches from the patch baseline that aren't applicable for the managed node and therefore
aren't installed on the node. This number may be truncated if the list of patch names is very large. The
number of patches beyond this limit are reported in UnreportedNotApplicableCount
.public Integer getNotApplicableCount()
The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't
installed on the node. This number may be truncated if the list of patch names is very large. The number of
patches beyond this limit are reported in UnreportedNotApplicableCount
.
UnreportedNotApplicableCount
.public InstancePatchState withNotApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't
installed on the node. This number may be truncated if the list of patch names is very large. The number of
patches beyond this limit are reported in UnreportedNotApplicableCount
.
notApplicableCount
- The number of patches from the patch baseline that aren't applicable for the managed node and therefore
aren't installed on the node. This number may be truncated if the list of patch names is very large. The
number of patches beyond this limit are reported in UnreportedNotApplicableCount
.public void setOperationStartTime(Date operationStartTime)
The time the most recent patching operation was started on the managed node.
operationStartTime
- The time the most recent patching operation was started on the managed node.public Date getOperationStartTime()
The time the most recent patching operation was started on the managed node.
public InstancePatchState withOperationStartTime(Date operationStartTime)
The time the most recent patching operation was started on the managed node.
operationStartTime
- The time the most recent patching operation was started on the managed node.public void setOperationEndTime(Date operationEndTime)
The time the most recent patching operation completed on the managed node.
operationEndTime
- The time the most recent patching operation completed on the managed node.public Date getOperationEndTime()
The time the most recent patching operation completed on the managed node.
public InstancePatchState withOperationEndTime(Date operationEndTime)
The time the most recent patching operation completed on the managed node.
operationEndTime
- The time the most recent patching operation completed on the managed node.public void setOperation(String operation)
The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
operation
- The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
PatchOperationType
public String getOperation()
The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
PatchOperationType
public InstancePatchState withOperation(String operation)
The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
operation
- The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
PatchOperationType
public void setOperation(PatchOperationType operation)
The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
operation
- The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
PatchOperationType
public InstancePatchState withOperation(PatchOperationType operation)
The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
operation
- The type of patching operation that was performed: or
SCAN
assesses the patch compliance state.
INSTALL
installs missing patches.
PatchOperationType
public void setLastNoRebootInstallOperationTime(Date lastNoRebootInstallOperationTime)
The time of the last attempt to patch the managed node with NoReboot
specified as the reboot option.
lastNoRebootInstallOperationTime
- The time of the last attempt to patch the managed node with NoReboot
specified as the reboot
option.public Date getLastNoRebootInstallOperationTime()
The time of the last attempt to patch the managed node with NoReboot
specified as the reboot option.
NoReboot
specified as the reboot
option.public InstancePatchState withLastNoRebootInstallOperationTime(Date lastNoRebootInstallOperationTime)
The time of the last attempt to patch the managed node with NoReboot
specified as the reboot option.
lastNoRebootInstallOperationTime
- The time of the last attempt to patch the managed node with NoReboot
specified as the reboot
option.public void setRebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches, or if
any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the system.
Patches installed with this option are assigned a status of InstalledPendingReboot
. These patches
might not be in effect until a reboot is performed.
rebootOption
- Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches,
or if any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot
.
These patches might not be in effect until a reboot is performed.
RebootOption
public String getRebootOption()
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches, or if
any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the system.
Patches installed with this option are assigned a status of InstalledPendingReboot
. These patches
might not be in effect until a reboot is performed.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches,
or if any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot
.
These patches might not be in effect until a reboot is performed.
RebootOption
public InstancePatchState withRebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches, or if
any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the system.
Patches installed with this option are assigned a status of InstalledPendingReboot
. These patches
might not be in effect until a reboot is performed.
rebootOption
- Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches,
or if any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot
.
These patches might not be in effect until a reboot is performed.
RebootOption
public void setRebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches, or if
any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the system.
Patches installed with this option are assigned a status of InstalledPendingReboot
. These patches
might not be in effect until a reboot is performed.
rebootOption
- Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches,
or if any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot
.
These patches might not be in effect until a reboot is performed.
RebootOption
public InstancePatchState withRebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches, or if
any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the system.
Patches installed with this option are assigned a status of InstalledPendingReboot
. These patches
might not be in effect until a reboot is performed.
rebootOption
- Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install
operations only. Reboots aren't attempted for Patch Manager
Scan
operations.
RebootIfNeeded
: Patch Manager tries to reboot the managed node if it installed any patches,
or if any patches are detected with a status of InstalledPendingReboot
.
NoReboot
: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot
.
These patches might not be in effect until a reboot is performed.
RebootOption
public void setCriticalNonCompliantCount(Integer criticalNonCompliantCount)
The number of patches per node that are specified as Critical
for compliance reporting in the patch
baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were
installed but awaiting a required managed node reboot. The status of these managed nodes is
NON_COMPLIANT
.
criticalNonCompliantCount
- The number of patches per node that are specified as Critical
for compliance reporting in the
patch baseline aren't installed. These patches might be missing, have failed installation, were rejected,
or were installed but awaiting a required managed node reboot. The status of these managed nodes is
NON_COMPLIANT
.public Integer getCriticalNonCompliantCount()
The number of patches per node that are specified as Critical
for compliance reporting in the patch
baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were
installed but awaiting a required managed node reboot. The status of these managed nodes is
NON_COMPLIANT
.
Critical
for compliance reporting in
the patch baseline aren't installed. These patches might be missing, have failed installation, were
rejected, or were installed but awaiting a required managed node reboot. The status of these managed
nodes is NON_COMPLIANT
.public InstancePatchState withCriticalNonCompliantCount(Integer criticalNonCompliantCount)
The number of patches per node that are specified as Critical
for compliance reporting in the patch
baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were
installed but awaiting a required managed node reboot. The status of these managed nodes is
NON_COMPLIANT
.
criticalNonCompliantCount
- The number of patches per node that are specified as Critical
for compliance reporting in the
patch baseline aren't installed. These patches might be missing, have failed installation, were rejected,
or were installed but awaiting a required managed node reboot. The status of these managed nodes is
NON_COMPLIANT
.public void setSecurityNonCompliantCount(Integer securityNonCompliantCount)
The number of patches per node that are specified as Security
in a patch advisory aren't installed.
These patches might be missing, have failed installation, were rejected, or were installed but awaiting a
required managed node reboot. The status of these managed nodes is NON_COMPLIANT
.
securityNonCompliantCount
- The number of patches per node that are specified as Security
in a patch advisory aren't
installed. These patches might be missing, have failed installation, were rejected, or were installed but
awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT
.public Integer getSecurityNonCompliantCount()
The number of patches per node that are specified as Security
in a patch advisory aren't installed.
These patches might be missing, have failed installation, were rejected, or were installed but awaiting a
required managed node reboot. The status of these managed nodes is NON_COMPLIANT
.
Security
in a patch advisory aren't
installed. These patches might be missing, have failed installation, were rejected, or were installed but
awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT
.public InstancePatchState withSecurityNonCompliantCount(Integer securityNonCompliantCount)
The number of patches per node that are specified as Security
in a patch advisory aren't installed.
These patches might be missing, have failed installation, were rejected, or were installed but awaiting a
required managed node reboot. The status of these managed nodes is NON_COMPLIANT
.
securityNonCompliantCount
- The number of patches per node that are specified as Security
in a patch advisory aren't
installed. These patches might be missing, have failed installation, were rejected, or were installed but
awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT
.public void setOtherNonCompliantCount(Integer otherNonCompliantCount)
The number of patches per node that are specified as other than Critical
or Security
but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT
.
otherNonCompliantCount
- The number of patches per node that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these managed nodes is
NON_COMPLIANT
.public Integer getOtherNonCompliantCount()
The number of patches per node that are specified as other than Critical
or Security
but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT
.
Critical
or
Security
but aren't compliant with the patch baseline. The status of these managed nodes is
NON_COMPLIANT
.public InstancePatchState withOtherNonCompliantCount(Integer otherNonCompliantCount)
The number of patches per node that are specified as other than Critical
or Security
but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT
.
otherNonCompliantCount
- The number of patches per node that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these managed nodes is
NON_COMPLIANT
.public String toString()
toString
in class Object
Object.toString()
public InstancePatchState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.