@linode/api-v4
Version:
JavaScript wrapper around the Linode APIv4
9 lines • 506 B
TypeScript
import { Filter, Params, ResourcePage as Page } from '../types';
import { ObjectStorageCluster } from './types';
/**
* @deprecated This method returns legacy clusterId values representing regions
* used in older API versions. It is maintained for backward compatibility only.
* Please use the "getRegions" endpoint instead for up-to-date information.
*/
export declare const getClusters: (params?: Params, filters?: Filter) => Promise<Page<ObjectStorageCluster>>;
//# sourceMappingURL=clusters.d.ts.map