@gridscale/api
Version:
gridscale API Wrapper
28 lines (26 loc) • 643 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$MarketplaceApplicationSetup = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$MarketplaceApplicationSetup = {
properties: {
cores: {
type: 'number',
maximum: 64,
minimum: 1,
},
memory: {
type: 'number',
maximum: 192,
minimum: 1,
},
capacity: {
type: 'number',
maximum: 16384,
minimum: 1,
},
},
};
//# sourceMappingURL=$MarketplaceApplicationSetup.js.map