Module: Google::Cloud::AppHub::V1::ServiceProjectAttachment::State

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

Overview

ServiceProjectAttachment state.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state.

0
CREATING =

The ServiceProjectAttachment is being created.

1
ACTIVE =

The ServiceProjectAttachment is ready. This means Services and Workloads under the corresponding ServiceProjectAttachment is ready for registration.

2
DELETING =

The ServiceProjectAttachment is being deleted.

3