GoogleApi.NetworkServices.V1.Model.ListLbTrafficExtensionsResponse (google_api_network_services v0.11.0)
View SourceMessage for response to listing LbTrafficExtension
resources.
Attributes
-
lbTrafficExtensions
(type:list(GoogleApi.NetworkServices.V1.Model.LbTrafficExtension.t)
, default:nil
) - The list ofLbTrafficExtension
resources. -
nextPageToken
(type:String.t
, default:nil
) - A token identifying a page of results that the server returns. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.ListLbTrafficExtensionsResponse{ lbTrafficExtensions: [GoogleApi.NetworkServices.V1.Model.LbTrafficExtension.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }