Module: Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code

Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

The Code enum represents the various reasons a state can be INACTIVE.

Constant Summary collapse

CODE_UNSPECIFIED =

No information available.

0
PENDING_REVIEW =

The proposed spoke is pending review.

1
REJECTED =

The proposed spoke has been rejected by the hub administrator.

2
PAUSED =

The spoke has been deactivated internally.

3
FAILED =

Network Connectivity Center encountered errors while accepting the spoke.

4