Cloud Workstations v1 API - Enum Workstation.Types.State (1.0.0)

public enum Workstation.Types.State

Reference documentation and code samples for the Cloud Workstations v1 API enum Workstation.Types.State.

Whether a workstation is running and ready to receive user requests.

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Fields

NameDescription
Running

The workstation is ready to accept requests from users.

Starting

The workstation is not yet ready to accept requests from users but will be soon.

Stopped

The workstation is stopped and will not be able to receive requests until it is started.

Stopping

The workstation is being stopped.

Unspecified

Do not use.