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.
Implements
IMessage<ExecStep>, IEquatable<ExecStep>, IDeepCloneable<ExecStep>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ExecStep()
public ExecStep()
ExecStep(ExecStep)
public ExecStep(ExecStep other)
Parameter | |
---|---|
Name | Description |
other | ExecStep |
Properties
LinuxExecStepConfig
public ExecStepConfig LinuxExecStepConfig { get; set; }
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
Property Value | |
---|---|
Type | Description |
ExecStepConfig |
WindowsExecStepConfig
public ExecStepConfig WindowsExecStepConfig { get; set; }
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
Property Value | |
---|---|
Type | Description |
ExecStepConfig |