palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
20 lines • 777 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
*/
/**
* RemoveVolumeOptions is provided when dynamically hot unplugging volume and disk
*/
export type VmRemoveVolumeOptions = {
/** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */
dryRun?: string[];
/** Name represents the name that maps to both the disk and volume that should be removed */
name: string;
};
//# sourceMappingURL=vmRemoveVolumeOptions.d.ts.map