View Source GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetails (google_api_os_config v0.21.1)

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.

Attributes

  • attemptCount (type: String.t, default: nil) - The number of times the agent that the agent attempts to apply the patch.
  • failureReason (type: String.t, default: nil) - If the patch fails, this field provides the reason.
  • instanceSystemId (type: String.t, default: nil) - The unique identifier for the instance. This identifier is defined by the server.
  • name (type: String.t, default: nil) - The instance name in the form projects/*/zones/*/instances/*
  • state (type: String.t, default: nil) - Current state of instance patch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetails{
  attemptCount: String.t() | nil,
  failureReason: String.t() | nil,
  instanceSystemId: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.