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

A step that runs an executable for a PatchJob.

Attributes

  • linuxExecStepConfig (type: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t, default: nil) - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
  • windowsExecStepConfig (type: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t, default: nil) - The ExecStepConfig for all Windows VMs targeted by the PatchJob.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.ExecStep{
  linuxExecStepConfig: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t() | nil,
  windowsExecStepConfig: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.