@gridscale/api
Version:
gridscale API Wrapper
31 lines • 733 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $PaasServiceCreateResponse = {
properties: {
request_uuid: {
type: 'string',
format: 'uuid',
},
listen_ports: {
type: 'ListenPortsByIpIndex',
},
paas_service_uuid: {
type: 'string',
format: 'uuid',
},
credentials: {
type: 'PaasServiceCredentials',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
parameters: {
type: 'PaasServiceParameters',
},
resource_limits: {
type: 'PaasServiceResourceLimits',
},
},
};