UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

30 lines 653 B
/** * 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 */ /** * CloudStack Vpc */ export type CloudStackVpc = { /** Vpc Cidr */ cidr?: string; /** Domain Id associated with Vpc */ domainId?: string; /** Vpc id */ id?: string; /** Vpc name */ name?: string; /** Vpc offering Id */ offeringId?: string; /** Project Id associated with Vpc */ projectId?: string; /** Zone Id associated with Vpc */ zoneId?: string; }; //# sourceMappingURL=cloudStackVpc.d.ts.map