@gridscale/api
Version:
gridscale API Wrapper
28 lines (27 loc) • 551 B
TypeScript
export declare const $StorageCreate: {
properties: {
name: {
type: string;
isRequired: boolean;
};
capacity: {
type: string;
isRequired: boolean;
};
labels: {
type: string;
contains: {
type: string;
};
};
storage_type: {
type: string;
};
storage_variant: {
type: string;
};
template: {
properties: {};
};
};
};