@gridscale/api
Version:
gridscale API Wrapper
36 lines • 856 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $SnapshotExportToS3Payload = {
properties: {
s3auth: {
properties: {
host: {
type: 'string',
},
access_keys: {
type: 'string',
},
secret_key: {
type: 'string',
},
},
},
s3data: {
properties: {
host: {
type: 'string',
},
bucket: {
type: 'string',
},
filename: {
type: 'string',
},
private: {
type: 'boolean',
},
},
},
},
};