ProjectsLocationsVmwareClustersListOptions
import type { ProjectsLocationsVmwareClustersListOptions } from "https://googleapis.deno.dev/v1/gkeonprem:v1.ts";
Additional options for GKEonprem#projectsLocationsVmwareClustersList.
§Properties
Optional. If true, return list of Vmware Clusters including the ones that only exists in RMS.
A resource filtering expression following https://google.aip.dev/160. When non-empty, only resource's whose attributes field matches the filter are returned.
Requested page size. Server may return fewer items than requested. If unspecified, at most 50 clusters will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
View for VMware clusters. When BASIC
is specified, only the cluster
resource name and admin cluster membership are returned. The default/unset
value CLUSTER_VIEW_UNSPECIFIED
is the same as `FULL', which returns the
complete cluster configuration details.