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- UPDATE_PENDING_REVIEW =
The proposed spoke update is pending review.
5- UPDATE_REJECTED =
The proposed spoke update has been rejected by the hub administrator.
6- UPDATE_FAILED =
Network Connectivity Center encountered errors while accepting the spoke update.
7