public sealed class AgentCommand : IMessage<AgentCommand>, IEquatable<AgentCommand>, IDeepCloneable<AgentCommand>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class AgentCommand.
An AgentCommand specifies a one-time executable program for the agent to run.
Implements
IMessageAgentCommand, IEquatableAgentCommand, IDeepCloneableAgentCommand, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
AgentCommand()
public AgentCommand()AgentCommand(AgentCommand)
public AgentCommand(AgentCommand other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentCommand |
Properties
Command
public string Command { get; set; }The name of the agent one-time executable that will be invoked.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parameters
public MapField<string, string> Parameters { get; }A map of key/value pairs that can be used to specify additional one-time executable settings.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|