@gridscale/api
Version:
gridscale API Wrapper
30 lines (29 loc) • 640 B
TypeScript
export declare const $PaasServiceCreate: {
properties: {
name: {
type: string;
isRequired: boolean;
};
paas_service_template_uuid: {
type: string;
isRequired: boolean;
format: string;
};
labels: {
type: string;
contains: {
type: string;
};
};
paas_security_zone_uuid: {
type: string;
format: string;
};
parameters: {
type: string;
};
resource_limits: {
type: string;
};
};
};