UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

23 lines 848 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 */ import type { MaasInstanceType } from './maasInstanceType'; import type { MaasNetworkConfigEntity } from './maasNetworkConfigEntity'; export type MaasMachineConfigEntity = { /** for control plane pool, this will be the failure domains for kcp */ azs?: string[]; instanceType?: MaasInstanceType; network?: MaasNetworkConfigEntity; resourcePool?: string; /** useLxdVm enables on-demand LXD VM provisioning for this machine pool (workload clusters only). When true, machines in this pool are created as MAAS LXD-backed VMs instead of bare metal. */ useLxdVm?: boolean; }; //# sourceMappingURL=maasMachineConfigEntity.d.ts.map