View Source GoogleApi.GKEOnPrem.V1.Model.ListVmwareNodePoolsResponse (google_api_gke_on_prem v0.6.1)

Response message for listing VMware node pools.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.
  • vmwareNodePools (type: list(GoogleApi.GKEOnPrem.V1.Model.VmwareNodePool.t), default: nil) - The node pools from the specified parent resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.ListVmwareNodePoolsResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  vmwareNodePools: [GoogleApi.GKEOnPrem.V1.Model.VmwareNodePool.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.