google_api_os_config v0.2.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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.