Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ReachabilityDetails (v0.1.3)

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

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
Returns

#result

def result() -> ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result
Returns

#result=

def result=(value) -> ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result
Parameter
Returns

#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

#verify_time=

def verify_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns