Reference documentation and code samples for the Google Cloud Network Management V1 Client class Status.
The status of the instance. We treat all states other than "RUNNING" as not running.
Protobuf type google.cloud.networkmanagement.v1.InstanceInfo.Status
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ InstanceInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
RUNNING
Value: 1The instance is running.
Generated from protobuf enum RUNNING = 1;
NOT_RUNNING
Value: 2The instance has any status other than "RUNNING".
Generated from protobuf enum NOT_RUNNING = 2;