Class: Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The reason a spoke is inactive.
Defined Under Namespace
Modules: Code
Instance Attribute Summary collapse
-
#code ⇒ ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code
The code associated with this reason.
-
#message ⇒ ::String
Human-readable details about this reason.
-
#user_details ⇒ ::String
Additional information provided by the user in the RejectSpoke call.
Instance Attribute Details
#code ⇒ ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code
Returns The code associated with this reason.
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 213 class StateReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The Code enum represents the various reasons a state can be `INACTIVE`. module Code # No information available. CODE_UNSPECIFIED = 0 # The proposed spoke is pending review. PENDING_REVIEW = 1 # The proposed spoke has been rejected by the hub administrator. REJECTED = 2 # The spoke has been deactivated internally. PAUSED = 3 # Network Connectivity Center encountered errors while accepting # the spoke. FAILED = 4 # The proposed spoke update is pending review. UPDATE_PENDING_REVIEW = 5 # The proposed spoke update has been rejected by the hub administrator. UPDATE_REJECTED = 6 # Network Connectivity Center encountered errors while accepting # the spoke update. UPDATE_FAILED = 7 end end |
#message ⇒ ::String
Returns Human-readable details about this reason.
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 213 class StateReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The Code enum represents the various reasons a state can be `INACTIVE`. module Code # No information available. CODE_UNSPECIFIED = 0 # The proposed spoke is pending review. PENDING_REVIEW = 1 # The proposed spoke has been rejected by the hub administrator. REJECTED = 2 # The spoke has been deactivated internally. PAUSED = 3 # Network Connectivity Center encountered errors while accepting # the spoke. FAILED = 4 # The proposed spoke update is pending review. UPDATE_PENDING_REVIEW = 5 # The proposed spoke update has been rejected by the hub administrator. UPDATE_REJECTED = 6 # Network Connectivity Center encountered errors while accepting # the spoke update. UPDATE_FAILED = 7 end end |
#user_details ⇒ ::String
Returns Additional information provided by the user in the RejectSpoke call.
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 213 class StateReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The Code enum represents the various reasons a state can be `INACTIVE`. module Code # No information available. CODE_UNSPECIFIED = 0 # The proposed spoke is pending review. PENDING_REVIEW = 1 # The proposed spoke has been rejected by the hub administrator. REJECTED = 2 # The spoke has been deactivated internally. PAUSED = 3 # Network Connectivity Center encountered errors while accepting # the spoke. FAILED = 4 # The proposed spoke update is pending review. UPDATE_PENDING_REVIEW = 5 # The proposed spoke update has been rejected by the hub administrator. UPDATE_REJECTED = 6 # Network Connectivity Center encountered errors while accepting # the spoke update. UPDATE_FAILED = 7 end end |