PatchJobInstanceDetailsSummary class
A summary of the current patch state across all instances that this patch job affects.
Contains counts of instances in different states. These states map to
InstancePatchState
. List patch job instance details to see the specific
states of each instance.
Constructors
- PatchJobInstanceDetailsSummary({String? ackedInstanceCount, String? applyingPatchesInstanceCount, String? downloadingPatchesInstanceCount, String? failedInstanceCount, String? inactiveInstanceCount, String? noAgentDetectedInstanceCount, String? notifiedInstanceCount, String? pendingInstanceCount, String? postPatchStepInstanceCount, String? prePatchStepInstanceCount, String? rebootingInstanceCount, String? startedInstanceCount, String? succeededInstanceCount, String? succeededRebootRequiredInstanceCount, String? timedOutInstanceCount})
- PatchJobInstanceDetailsSummary.fromJson(Map json_)
Properties
- ackedInstanceCount ↔ String?
-
Number of instances that have acked and will start shortly.
getter/setter pair
- applyingPatchesInstanceCount ↔ String?
-
Number of instances that are applying patches.
getter/setter pair
- downloadingPatchesInstanceCount ↔ String?
-
Number of instances that are downloading patches.
getter/setter pair
- failedInstanceCount ↔ String?
-
Number of instances that failed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveInstanceCount ↔ String?
-
Number of instances that are inactive.
getter/setter pair
- noAgentDetectedInstanceCount ↔ String?
-
Number of instances that do not appear to be running the agent.
getter/setter pair
- notifiedInstanceCount ↔ String?
-
Number of instances notified about patch job.
getter/setter pair
- pendingInstanceCount ↔ String?
-
Number of instances pending patch job.
getter/setter pair
- postPatchStepInstanceCount ↔ String?
-
Number of instances that are running the post-patch step.
getter/setter pair
- prePatchStepInstanceCount ↔ String?
-
Number of instances that are running the pre-patch step.
getter/setter pair
- rebootingInstanceCount ↔ String?
-
Number of instances rebooting.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startedInstanceCount ↔ String?
-
Number of instances that have started.
getter/setter pair
- succeededInstanceCount ↔ String?
-
Number of instances that have completed successfully.
getter/setter pair
- succeededRebootRequiredInstanceCount ↔ String?
-
Number of instances that require reboot.
getter/setter pair
- timedOutInstanceCount ↔ String?
-
Number of instances that exceeded the time out while applying the patch.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited