View Source GoogleApi.GKEOnPrem.V1.Model.ListVmwareClustersResponse (google_api_gke_on_prem v0.4.0)
Response message for listing VMware Clusters.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token identifying a page of results the server should return. If the token is not empty this means that more results are available and should be retrieved by repeating the request with the provided page token. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached. -
vmwareClusters
(type:list(GoogleApi.GKEOnPrem.V1.Model.VmwareCluster.t)
, default:nil
) - The list of VMware Cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.ListVmwareClustersResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, vmwareClusters: [GoogleApi.GKEOnPrem.V1.Model.VmwareCluster.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.