Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class Status.
Status of an entity (resource, deployment).
Protobuf type google.cloud.telcoautomation.v1.Status
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0Unknown state.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
STATUS_IN_PROGRESS
Value: 1Under progress.
Generated from protobuf enum STATUS_IN_PROGRESS = 1;
STATUS_ACTIVE
Value: 2Running and ready to serve traffic.
Generated from protobuf enum STATUS_ACTIVE = 2;
STATUS_FAILED
Value: 3Failed or stalled.
Generated from protobuf enum STATUS_FAILED = 3;
STATUS_DELETING
Value: 4Delete in progress.
Generated from protobuf enum STATUS_DELETING = 4;
STATUS_DELETED
Value: 5Deleted deployment.
Generated from protobuf enum STATUS_DELETED = 5;
STATUS_PEERING
Value: 10NFDeploy specific status. Peering in progress.
Generated from protobuf enum STATUS_PEERING = 10;
STATUS_NOT_APPLICABLE
Value: 11K8s objects such as NetworkAttachmentDefinition don't have a defined status.
Generated from protobuf enum STATUS_NOT_APPLICABLE = 11;