Google Cloud Dataproc v1 API - Enum Session.Types.State (5.10.0)

public enum Session.Types.State

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum Session.Types.State.

The session state.

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

NameDescription
Active

The session is running.

Creating

The session is created prior to running.

Failed

The session is no longer running due to an error.

Terminated

The session is terminated successfully.

Terminating

The session is terminating.

Unspecified

The session state is unknown.