GoogleApi.NetworkManagement.V1.Model.ListConnectivityTestsResponse (google_api_network_management v0.39.0)
View SourceResponse for the ListConnectivityTests method.
Attributes
-
nextPageToken(type:String.t, default:nil) - Page token to fetch the next set of Connectivity Tests. -
resources(type:list(GoogleApi.NetworkManagement.V1.Model.ConnectivityTest.t), default:nil) - List of Connectivity Tests. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached (when querying all locations with-).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkManagement.V1.Model.ListConnectivityTestsResponse{ nextPageToken: String.t() | nil, resources: [GoogleApi.NetworkManagement.V1.Model.ConnectivityTest.t()] | nil, unreachable: [String.t()] | nil }