Google Cloud Network Management V1 Client - Class Status (2.7.0)

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 \ InstanceInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

RUNNING

Value: 1

The instance is running.

Generated from protobuf enum RUNNING = 1;

NOT_RUNNING

Value: 2

The instance has any status other than "RUNNING".

Generated from protobuf enum NOT_RUNNING = 2;