@gridscale/api
Version:
gridscale API Wrapper
39 lines • 813 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $LoadbalancerUpdate = {
properties: {
name: {
type: 'string',
},
forwarding_rules: {
type: 'array',
contains: {
properties: {
},
},
},
backend_servers: {
type: 'array',
contains: {
properties: {
},
},
},
status: {
type: 'string',
},
redirect_http_to_https: {
type: 'boolean',
},
labels: {
type: 'array',
contains: {
type: 'string',
},
},
algorithm: {
type: 'string',
},
},
};