@gridscale/api
Version:
gridscale API Wrapper
26 lines • 553 B
text/typescript
/* 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',
},
},
};