Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ProbingDetails (v0.13.0)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ProbingDetails.

Results of active probing from the last run of the test.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#abort_cause

def abort_cause() -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingAbortCause

#abort_cause=

def abort_cause=(value) -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingAbortCause
Parameter

#destination_egress_location

def destination_egress_location() -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation
Returns
  • (::Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation) — The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.

#destination_egress_location=

def destination_egress_location=(value) -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation
Parameter
  • value (::Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation) — The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.
Returns
  • (::Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation) — The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.

#endpoint_info

def endpoint_info() -> ::Google::Cloud::NetworkManagement::V1::EndpointInfo
Returns

#endpoint_info=

def endpoint_info=(value) -> ::Google::Cloud::NetworkManagement::V1::EndpointInfo
Parameter
Returns

#error

def error() -> ::Google::Rpc::Status
Returns

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — Details about an internal failure or the cancellation of active probing.
Returns

#probing_latency

def probing_latency() -> ::Google::Cloud::NetworkManagement::V1::LatencyDistribution
Returns

#probing_latency=

def probing_latency=(value) -> ::Google::Cloud::NetworkManagement::V1::LatencyDistribution
Parameter
Returns

#result

def result() -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingResult
Returns

#result=

def result=(value) -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails::ProbingResult
Parameter
Returns

#sent_probe_count

def sent_probe_count() -> ::Integer
Returns
  • (::Integer) — Number of probes sent.

#sent_probe_count=

def sent_probe_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of probes sent.
Returns
  • (::Integer) — Number of probes sent.

#successful_probe_count

def successful_probe_count() -> ::Integer
Returns
  • (::Integer) — Number of probes that reached the destination.

#successful_probe_count=

def successful_probe_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of probes that reached the destination.
Returns
  • (::Integer) — Number of probes that reached the destination.

#verify_time

def verify_time() -> ::Google::Protobuf::Timestamp
Returns

#verify_time=

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