Class: Google::Cloud::NetworkManagement::V1::ReachabilityDetails
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ReachabilityDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb
Overview
Results of the configuration analysis from the last run of the test.
Defined Under Namespace
Modules: Result
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
The details of a failure or a cancellation of reachability analysis.
-
#result ⇒ ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result
The overall result of the test's configuration analysis.
-
#traces ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::Trace>
Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
-
#verify_time ⇒ ::Google::Protobuf::Timestamp
The time of the configuration analysis.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns The details of a failure or a cancellation of reachability analysis.
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 278 class ReachabilityDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The overall result of the test's configuration analysis. module Result # No result was specified. RESULT_UNSPECIFIED = 0 # Possible scenarios are: # # * The configuration analysis determined that a packet originating from # the source is expected to reach the destination. # * The analysis didn't complete because the user lacks permission for # some of the resources in the trace. However, at the time the user's # permission became insufficient, the trace had been successful so far. REACHABLE = 1 # A packet originating from the source is expected to be dropped before # reaching the destination. UNREACHABLE = 2 # The source and destination endpoints do not uniquely identify # the test location in the network, and the reachability result contains # multiple traces. For some traces, a packet could be delivered, and for # others, it would not be. AMBIGUOUS = 4 # The configuration analysis did not complete. Possible reasons are: # # * A permissions error occurred--for example, the user might not have # read permission for all of the resources named in the test. # * An internal error occurred. # * The analyzer received an invalid or unsupported argument or was unable # to identify a known endpoint. UNDETERMINED = 5 end end |
#result ⇒ ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result
Returns The overall result of the test's configuration analysis.
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 278 class ReachabilityDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The overall result of the test's configuration analysis. module Result # No result was specified. RESULT_UNSPECIFIED = 0 # Possible scenarios are: # # * The configuration analysis determined that a packet originating from # the source is expected to reach the destination. # * The analysis didn't complete because the user lacks permission for # some of the resources in the trace. However, at the time the user's # permission became insufficient, the trace had been successful so far. REACHABLE = 1 # A packet originating from the source is expected to be dropped before # reaching the destination. UNREACHABLE = 2 # The source and destination endpoints do not uniquely identify # the test location in the network, and the reachability result contains # multiple traces. For some traces, a packet could be delivered, and for # others, it would not be. AMBIGUOUS = 4 # The configuration analysis did not complete. Possible reasons are: # # * A permissions error occurred--for example, the user might not have # read permission for all of the resources named in the test. # * An internal error occurred. # * The analyzer received an invalid or unsupported argument or was unable # to identify a known endpoint. UNDETERMINED = 5 end end |
#traces ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::Trace>
Returns Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 278 class ReachabilityDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The overall result of the test's configuration analysis. module Result # No result was specified. RESULT_UNSPECIFIED = 0 # Possible scenarios are: # # * The configuration analysis determined that a packet originating from # the source is expected to reach the destination. # * The analysis didn't complete because the user lacks permission for # some of the resources in the trace. However, at the time the user's # permission became insufficient, the trace had been successful so far. REACHABLE = 1 # A packet originating from the source is expected to be dropped before # reaching the destination. UNREACHABLE = 2 # The source and destination endpoints do not uniquely identify # the test location in the network, and the reachability result contains # multiple traces. For some traces, a packet could be delivered, and for # others, it would not be. AMBIGUOUS = 4 # The configuration analysis did not complete. Possible reasons are: # # * A permissions error occurred--for example, the user might not have # read permission for all of the resources named in the test. # * An internal error occurred. # * The analyzer received an invalid or unsupported argument or was unable # to identify a known endpoint. UNDETERMINED = 5 end end |
#verify_time ⇒ ::Google::Protobuf::Timestamp
Returns The time of the configuration analysis.
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 278 class ReachabilityDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The overall result of the test's configuration analysis. module Result # No result was specified. RESULT_UNSPECIFIED = 0 # Possible scenarios are: # # * The configuration analysis determined that a packet originating from # the source is expected to reach the destination. # * The analysis didn't complete because the user lacks permission for # some of the resources in the trace. However, at the time the user's # permission became insufficient, the trace had been successful so far. REACHABLE = 1 # A packet originating from the source is expected to be dropped before # reaching the destination. UNREACHABLE = 2 # The source and destination endpoints do not uniquely identify # the test location in the network, and the reachability result contains # multiple traces. For some traces, a packet could be delivered, and for # others, it would not be. AMBIGUOUS = 4 # The configuration analysis did not complete. Possible reasons are: # # * A permissions error occurred--for example, the user might not have # read permission for all of the resources named in the test. # * An internal error occurred. # * The analyzer received an invalid or unsupported argument or was unable # to identify a known endpoint. UNDETERMINED = 5 end end |