@gridscale/api
Version:
gridscale API Wrapper
20 lines • 452 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $LoadbalancerinIp = {
type: 'array',
contains: {
properties: {
create_time: {
type: 'string',
format: 'date-time',
},
loadbalancer_uuid: {
type: 'string',
},
loadbalancer_name: {
type: 'string',
},
},
},
};