@gridscale/api
Version:
gridscale API Wrapper
25 lines (23 loc) • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$ServerRelation = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$ServerRelation = {
properties: {
public_ips: {
type: 'PublicIpinServer',
},
isoimages: {
type: 'IsoimageinServer',
},
storages: {
type: 'StoragesinServer',
},
networks: {
type: 'NetworkinServer',
},
},
};
//# sourceMappingURL=$ServerRelation.js.map