public sealed class StopAirflowCommandRequest : IMessage<StopAirflowCommandRequest>, IEquatable<StopAirflowCommandRequest>, IDeepCloneable<StopAirflowCommandRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class StopAirflowCommandRequest.
Stop Airflow Command request.
Implements
IMessageStopAirflowCommandRequest, IEquatableStopAirflowCommandRequest, IDeepCloneableStopAirflowCommandRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
StopAirflowCommandRequest()
public StopAirflowCommandRequest()
StopAirflowCommandRequest(StopAirflowCommandRequest)
public StopAirflowCommandRequest(StopAirflowCommandRequest other)
Parameter | |
---|---|
Name | Description |
other | StopAirflowCommandRequest |
Properties
Environment
public string Environment { get; set; }
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
Property Value | |
---|---|
Type | Description |
string |
ExecutionId
public string ExecutionId { get; set; }
The unique ID of the command execution.
Property Value | |
---|---|
Type | Description |
string |
Force
public bool Force { get; set; }
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
Property Value | |
---|---|
Type | Description |
bool |
Pod
public string Pod { get; set; }
The name of the pod where the command is executed.
Property Value | |
---|---|
Type | Description |
string |
PodNamespace
public string PodNamespace { get; set; }
The namespace of the pod where the command is executed.
Property Value | |
---|---|
Type | Description |
string |