DescribePatchGroupStateResult class
Constructors
- DescribePatchGroupStateResult({int? instances, int? instancesWithFailedPatches, int? instancesWithInstalledOtherPatches, int? instancesWithInstalledPatches, int? instancesWithInstalledPendingRebootPatches, int? instancesWithInstalledRejectedPatches, int? instancesWithMissingPatches, int? instancesWithNotApplicablePatches, int? instancesWithUnreportedNotApplicablePatches})
-
DescribePatchGroupStateResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instances → int?
-
The number of instances in the patch group.
final
- instancesWithFailedPatches → int?
-
The number of instances with patches from the patch baseline that failed to
install.
final
- instancesWithInstalledOtherPatches → int?
-
The number of instances with patches installed that aren't defined in the
patch baseline.
final
- instancesWithInstalledPatches → int?
-
The number of instances with installed patches.
final
- instancesWithInstalledPendingRebootPatches → int?
-
The number of instances with patches installed by Patch Manager that have
not been rebooted after the patch installation. The status of these
instances is NON_COMPLIANT.
final
- instancesWithInstalledRejectedPatches → int?
-
The number of instances 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.
final
- instancesWithMissingPatches → int?
-
The number of instances with missing patches from the patch baseline.
final
- instancesWithNotApplicablePatches → int?
-
The number of instances with patches that aren't applicable.
final
- instancesWithUnreportedNotApplicablePatches → int?
-
The number of instances with
NotApplicable
patches beyond the supported limit, which are not reported by name to Systems Manager Inventory.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited