Module: Google::Cloud::AppHub::V1::Service::State
- Defined in:
- proto_docs/google/cloud/apphub/v1/service.rb
Overview
Service state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state.
0- CREATING =
The service is being created.
1- ACTIVE =
The service is ready.
2- DELETING =
The service is being deleted.
3- DETACHED =
The underlying networking resources have been deleted.
4