Class ShellCommand
- A ShellCommand is invoked via the agent's command line executor
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ShellCommand : IDirectResponseSchema
Properties
Args
args is a string of arguments to be passed to the command.
Declaration
[JsonProperty("args")]
public virtual string Args { get; set; }
Property Value
Type | Description |
---|---|
string |
Command
command is the name of the command to be executed.
Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeoutSeconds
Optional. If not specified, the default timeout is 60 seconds.
Declaration
[JsonProperty("timeoutSeconds")]
public virtual int? TimeoutSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? |