@ediri/vultr
Version:
A Pulumi package for creating and managing Vultr cloud resources.
13 lines (12 loc) • 370 B
TypeScript
/**
* The API Key that allows interaction with the API
*/
export declare const apiKey: string | undefined;
/**
* Allows users to set the speed of API calls to work with the Vultr Rate Limit
*/
export declare const rateLimit: number;
/**
* Allows users to set the maximum number of retries allowed for a failed API call.
*/
export declare const retryLimit: number;