Cloud Composer v1 API - Class StopAirflowCommandRequest (2.5.0)

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.

Inheritance

object > StopAirflowCommandRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

StopAirflowCommandRequest()

public StopAirflowCommandRequest()

StopAirflowCommandRequest(StopAirflowCommandRequest)

public StopAirflowCommandRequest(StopAirflowCommandRequest other)
Parameter
NameDescription
otherStopAirflowCommandRequest

Properties

Environment

public string Environment { get; set; }

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

Property Value
TypeDescription
string

ExecutionId

public string ExecutionId { get; set; }

The unique ID of the command execution.

Property Value
TypeDescription
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
TypeDescription
bool

Pod

public string Pod { get; set; }

The name of the pod where the command is executed.

Property Value
TypeDescription
string

PodNamespace

public string PodNamespace { get; set; }

The namespace of the pod where the command is executed.

Property Value
TypeDescription
string