Module: Google::Cloud::TelcoAutomation::V1::Status
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Status of an entity (resource, deployment).
Constant Summary collapse
- STATUS_UNSPECIFIED =
Unknown state.
0- STATUS_IN_PROGRESS =
Under progress.
1- STATUS_ACTIVE =
Running and ready to serve traffic.
2- STATUS_FAILED =
Failed or stalled.
3- STATUS_DELETING =
Delete in progress.
4- STATUS_DELETED =
Deleted deployment.
5- STATUS_PEERING =
NFDeploy specific status. Peering in progress.
10- STATUS_NOT_APPLICABLE =
K8s objects such as NetworkAttachmentDefinition don't have a defined status.
11