@gridscale/api
Version:
gridscale API Wrapper
28 lines (26 loc) • 567 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$IpUpdate = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$IpUpdate = {
properties: {
failover: {
type: 'boolean',
},
reverse_dns: {
type: 'string',
},
labels: {
type: 'array',
contains: {
type: 'string',
},
},
name: {
type: 'string',
},
},
};
//# sourceMappingURL=$IpUpdate.js.map