palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
24 lines • 738 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
/**
* DataVolumeSourceImageIO provides the parameters to create a Data Volume from an imageio source
*/
export type VmDataVolumeSourceImageIO = {
/** CertConfigMap provides a reference to the CA cert */
certConfigMap?: string;
/** DiskID provides id of a disk to be imported */
diskId: string;
/** SecretRef provides the secret reference needed to access the ovirt-engine */
secretRef?: string;
/** URL is the URL of the ovirt-engine */
url: string;
};
//# sourceMappingURL=vmDataVolumeSourceImageIO.d.ts.map