Google Cloud OS Config v1 API - Class ExecStep (2.3.0)

public sealed class ExecStep : IMessage<ExecStep>, IEquatable<ExecStep>, IDeepCloneable<ExecStep>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class ExecStep.

A step that runs an executable for a PatchJob.

Inheritance

object > ExecStep

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ExecStep()

public ExecStep()

ExecStep(ExecStep)

public ExecStep(ExecStep other)
Parameter
NameDescription
otherExecStep

Properties

LinuxExecStepConfig

public ExecStepConfig LinuxExecStepConfig { get; set; }

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

Property Value
TypeDescription
ExecStepConfig

WindowsExecStepConfig

public ExecStepConfig WindowsExecStepConfig { get; set; }

The ExecStepConfig for all Windows VMs targeted by the PatchJob.

Property Value
TypeDescription
ExecStepConfig