@gridscale/api
Version:
gridscale API Wrapper
33 lines (31 loc) • 781 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$NetworkinFirewall = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$NetworkinFirewall = {
type: 'array',
contains: {
properties: {
create_time: {
type: 'string',
format: 'date-time',
},
network_uuid: {
type: 'string',
},
network_name: {
type: 'string',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
object_name: {
type: 'string',
},
},
},
};
//# sourceMappingURL=$NetworkinFirewall.js.map