GoogleApi.NetworkServices.V1.Model.ListServiceLbPoliciesResponse (google_api_network_services v0.11.0)

View Source

Response returned by the ListServiceLbPolicies method.

Attributes

  • nextPageToken (type: String.t, default: nil) - If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.
  • serviceLbPolicies (type: list(GoogleApi.NetworkServices.V1.Model.ServiceLbPolicy.t), default: nil) - List of ServiceLbPolicy resources.
  • unreachable (type: list(String.t), default: nil) - Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.ListServiceLbPoliciesResponse{
  nextPageToken: String.t() | nil,
  serviceLbPolicies:
    [GoogleApi.NetworkServices.V1.Model.ServiceLbPolicy.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.