Workload Manager v1 API - Class AgentCommand (1.0.0-beta01)

public sealed class AgentCommand : IMessage<AgentCommand>, IEquatable<AgentCommand>, IDeepCloneable<AgentCommand>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > AgentCommand

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

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