Class StopAirflowCommandRequest
Stop Airflow Command request.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class StopAirflowCommandRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionId
The unique ID of the command execution.
Declaration
[JsonProperty("executionId")]
public virtual string ExecutionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Pod
The name of the pod where the command is executed.
Declaration
[JsonProperty("pod")]
public virtual string Pod { get; set; }
Property Value
Type | Description |
---|---|
string |
PodNamespace
The namespace of the pod where the command is executed.
Declaration
[JsonProperty("podNamespace")]
public virtual string PodNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |