google_api_network_management v0.6.0 GoogleApi.NetworkManagement.V1beta1.Model.ReachabilityDetails View Source
The details of reachability state from the latest run.
Attributes
-
error
(type:GoogleApi.NetworkManagement.V1beta1.Model.Status.t
, default:nil
) - The details of a failure or a cancellation of reachability analysis. -
result
(type:String.t
, default:nil
) - The overall reachability result of the test. -
traces
(type:list(GoogleApi.NetworkManagement.V1beta1.Model.Trace.t)
, default:nil
) - 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. -
verifyTime
(type:DateTime.t
, default:nil
) - The time the reachability state was verified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.NetworkManagement.V1beta1.Model.ReachabilityDetails{ error: GoogleApi.NetworkManagement.V1beta1.Model.Status.t(), result: String.t(), traces: [GoogleApi.NetworkManagement.V1beta1.Model.Trace.t()], verifyTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.