public sealed class ExecStep : IMessage<ExecStep>, IEquatable<ExecStep>, IDeepCloneable<ExecStep>, IBufferMessage, IMessageA step that runs an executable for a PatchJob.
Implements
IMessage<ExecStep>, System.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 |
|