UNPKG

@gridscale/api

Version:
53 lines (51 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$Firewall = void 0; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ exports.$Firewall = { properties: { status: { type: 'string', }, labels: { type: 'array', contains: { type: 'string', }, }, object_uuid: { type: 'string', format: 'uuid', }, change_time: { type: 'string', format: 'date-time', }, rules: { type: 'FirewallRules', }, create_time: { type: 'string', format: 'date-time', }, private: { type: 'boolean', }, relations: { type: 'FirewallRelation', }, description: { type: 'string', }, location_name: { type: 'string', format: 'string', }, name: { type: 'string', }, }, }; //# sourceMappingURL=$Firewall.js.map