palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
21 lines • 632 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
*/
import type { IPPool } from './iPPool';
import type { ObjectReference } from './objectReference';
export type VsphereNetworkConfig = {
ipPool?: IPPool;
/** NetworkName is the name of the network in which VMs are created/located. */
networkName: string;
parentPoolRef?: ObjectReference;
/** support dhcp or static IP, if false, use DHCP */
staticIp?: boolean;
};
//# sourceMappingURL=vsphereNetworkConfig.d.ts.map