@gridscale/api
Version:
gridscale API Wrapper
43 lines (41 loc) • 939 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$LoadbalancerUpdate = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$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',
},
},
};
//# sourceMappingURL=$LoadbalancerUpdate.js.map