AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribePatchGroupState operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateResponse

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class DescribePatchGroupStateResponse : AmazonWebServiceResponse

The DescribePatchGroupStateResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Instances System.Int32

Gets and sets the property Instances.

The number of managed nodes in the patch group.

Public Property InstancesWithCriticalNonCompliantPatches System.Int32

Gets and sets the property InstancesWithCriticalNonCompliantPatches.

The number of managed nodes where patches 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 Property InstancesWithFailedPatches System.Int32

Gets and sets the property InstancesWithFailedPatches.

The number of managed nodes with patches from the patch baseline that failed to install.

Public Property InstancesWithInstalledOtherPatches System.Int32

Gets and sets the property InstancesWithInstalledOtherPatches.

The number of managed nodes with patches installed that aren't defined in the patch baseline.

Public Property InstancesWithInstalledPatches System.Int32

Gets and sets the property InstancesWithInstalledPatches.

The number of managed nodes with installed patches.

Public Property InstancesWithInstalledPendingRebootPatches System.Int32

Gets and sets the property InstancesWithInstalledPendingRebootPatches.

The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.

Public Property InstancesWithInstalledRejectedPatches System.Int32

Gets and sets the property InstancesWithInstalledRejectedPatches.

The number of managed nodes with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).

Public Property InstancesWithMissingPatches System.Int32

Gets and sets the property InstancesWithMissingPatches.

The number of managed nodes with missing patches from the patch baseline.

Public Property InstancesWithNotApplicablePatches System.Int32

Gets and sets the property InstancesWithNotApplicablePatches.

The number of managed nodes with patches that aren't applicable.

Public Property InstancesWithOtherNonCompliantPatches System.Int32

Gets and sets the property InstancesWithOtherNonCompliantPatches.

The number of managed nodes with patches installed 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 Property InstancesWithSecurityNonCompliantPatches System.Int32

Gets and sets the property InstancesWithSecurityNonCompliantPatches.

The number of managed nodes where patches 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 Property InstancesWithUnreportedNotApplicablePatches System.Int32

Gets and sets the property InstancesWithUnreportedNotApplicablePatches.

The number of managed nodes with NotApplicable patches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5