Module: Google::Cloud::NetworkManagement::V1::InstanceInfo::Status

Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

The status of the instance. We treat all states other than "RUNNING" as not running.

Constant Summary collapse

STATUS_UNSPECIFIED =

Default unspecified value.

0
RUNNING =

The instance is running.

1
NOT_RUNNING =

The instance has any status other than "RUNNING".

2