Class ExecStep
A step that runs an executable for a PatchJob.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ExecStep : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinuxExecStepConfig
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
Declaration
[JsonProperty("linuxExecStepConfig")]
public virtual ExecStepConfig LinuxExecStepConfig { get; set; }
Property Value
Type | Description |
---|---|
ExecStepConfig |
WindowsExecStepConfig
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
Declaration
[JsonProperty("windowsExecStepConfig")]
public virtual ExecStepConfig WindowsExecStepConfig { get; set; }
Property Value
Type | Description |
---|---|
ExecStepConfig |