Network Management v1 API - Enum InstanceInfo.Types.Status (2.16.0)

public enum InstanceInfo.Types.Status

Reference documentation and code samples for the Network Management v1 API enum InstanceInfo.Types.Status.

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

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

Name Description
NotRunning

The instance has any status other than "RUNNING".

Running

The instance is running.

Unspecified

Default unspecified value.