UNPKG

@gridscale/api

Version:
26 lines 553 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $LinkedNetworkUpdate = { properties: { ordering: { type: 'number', }, bootdevice: { type: 'boolean', }, l3security: { type: 'array', contains: { type: 'string', }, }, firewall: { type: 'FirewallRules', }, firewall_template_uuid: { type: 'string', format: 'uuid', }, }, };