/** Quotas for volume */
export interface VolumeQuota {
    /** Maximum total volume capacity allowed in your project */
    gigabytes: number;
    /** Maximum number of snapshots allowed in your project */
    snapshots: number;
    /** Maximum number of volumes allowed in your project */
    volumes: number;
}
//# sourceMappingURL=VolumeQuota.d.ts.map