ProjectsLocationsClustersListOptions
import type { ProjectsLocationsClustersListOptions } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Additional options for hypercomputeCluster#projectsLocationsClustersList.
interface ProjectsLocationsClustersListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
orderBy?: string
[src]Optional. How to order the resulting clusters. Must be one of the
following strings: * name * name desc * create_time * create_time desc If not specified, clusters will be returned in an arbitrary order.