Show / Hide Table of Contents

Class ShellCommand

  • A ShellCommand is invoked via the agent's command line executor
Inheritance
object
ShellCommand
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX