google_api_os_config v0.4.0 GoogleApi.OSConfig.V1.Model.ExecStep View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.