GoogleApi.OSConfig.V1.Model.ExecStep (google_api_os_config v0.7.0)

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

t()

Specs

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

Functions

decode(value, options)

Specs

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

Unwrap a decoded JSON object into its complex fields.