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: 0
Unknown state.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
STATUS_IN_PROGRESS
Value: 1
Under progress.
Generated from protobuf enum STATUS_IN_PROGRESS = 1;
STATUS_ACTIVE
Value: 2
Running and ready to serve traffic.
Generated from protobuf enum STATUS_ACTIVE = 2;
STATUS_FAILED
Value: 3
Failed or stalled.
Generated from protobuf enum STATUS_FAILED = 3;
STATUS_DELETING
Value: 4
Delete in progress.
Generated from protobuf enum STATUS_DELETING = 4;
STATUS_DELETED
Value: 5
Deleted deployment.
Generated from protobuf enum STATUS_DELETED = 5;
STATUS_PEERING
Value: 10
NFDeploy specific status. Peering in progress.
Generated from protobuf enum STATUS_PEERING = 10;
STATUS_NOT_APPLICABLE
Value: 11
K8s objects such as NetworkAttachmentDefinition don't have a defined status.
Generated from protobuf enum STATUS_NOT_APPLICABLE = 11;