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
Properties
- attemptCount ↔ String
-
The number of times the agent that the agent attempts to apply the patch.
read / write
- failureReason ↔ String
-
If the patch fails, this field provides the reason.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- instanceSystemId ↔ String
-
The unique identifier for the instance. This identifier is defined by the
server.
read / write
- name ↔ String
-
The instance name in the form
projects / * /zones / * /instances / *
read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state ↔ String
-
Current state of instance patch.
Possible string values are: [...]
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited