Module: Google::Cloud::AppHub::V1::Workload::State

Defined in:
proto_docs/google/cloud/apphub/v1/workload.rb

Overview

Workload state.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state.

0
CREATING =

The Workload is being created.

1
ACTIVE =

The Workload is ready.

2
DELETING =

The Workload is being deleted.

3
DETACHED =

The underlying compute resources have been deleted.

4