Class Command
- Command specifies the type of command to execute.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Command : IDirectResponseSchema
Properties
AgentCommand
AgentCommand specifies a one-time executable program for the agent to run.
Declaration
[JsonProperty("agentCommand")]
public virtual AgentCommand AgentCommand { get; set; }
Property Value
Type | Description |
---|---|
AgentCommand |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ShellCommand
ShellCommand is invoked via the agent's command line executor.
Declaration
[JsonProperty("shellCommand")]
public virtual ShellCommand ShellCommand { get; set; }
Property Value
Type | Description |
---|---|
ShellCommand |