View Source GoogleApi.GKEOnPrem.V1.Model.ListBareMetalNodePoolsResponse (google_api_gke_on_prem v0.6.0)
Response message for listing bare metal node pools.
Attributes
-
bareMetalNodePools
(type:list(GoogleApi.GKEOnPrem.V1.Model.BareMetalNodePool.t)
, default:nil
) - The node pools from the specified parent resource. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.ListBareMetalNodePoolsResponse{ bareMetalNodePools: [GoogleApi.GKEOnPrem.V1.Model.BareMetalNodePool.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.