Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ReachabilityDetails.
Results of the configuration analysis from the last run of the test.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — The details of a failure or a cancellation of reachability analysis.
#error=
def error=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The details of a failure or a cancellation of reachability analysis.
Returns
- (::Google::Rpc::Status) — The details of a failure or a cancellation of reachability analysis.
#result
def result() -> ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result
Returns
- (::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result) — The overall result of the test's configuration analysis.
#result=
def result=(value) -> ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result
Parameter
- value (::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result) — The overall result of the test's configuration analysis.
Returns
- (::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result) — The overall result of the test's configuration analysis.
#traces
def traces() -> ::Array<::Google::Cloud::NetworkManagement::V1::Trace>
Returns
- (::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.
#traces=
def traces=(value) -> ::Array<::Google::Cloud::NetworkManagement::V1::Trace>
Parameter
- value (::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.
Returns
- (::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
def verify_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time of the configuration analysis.
#verify_time=
def verify_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time of the configuration analysis.
Returns
- (::Google::Protobuf::Timestamp) — The time of the configuration analysis.