PatchJobInstanceDetails class
Patch details for a VM instance.
For more information about reviewing VM instance details, see Listing all VM instance details for a specific patch job.
Constructors
- PatchJobInstanceDetails({String? attemptCount, String? failureReason, String? instanceSystemId, String? name, String? state})
- PatchJobInstanceDetails.fromJson(Map json_)
Properties
- attemptCount ↔ String?
-
The number of times the agent that the agent attempts to apply the patch.
getter/setter pair
- failureReason ↔ String?
-
If the patch fails, this field provides the reason.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceSystemId ↔ String?
-
The unique identifier for the instance.
getter/setter pair
- name ↔ String?
-
The instance name in the form
projects / * /zones / * /instances / *
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Current state of instance patch.
Possible string values are:
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