UNPKG

@muhlba91/pulumi-proxmoxve

Version:

A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.

47 lines 3.3 kB
export { ApplierArgs, ApplierState } from "./applier"; export type Applier = import("./applier").Applier; export declare const Applier: typeof import("./applier").Applier; export { ApplierLegacyArgs, ApplierLegacyState } from "./applierLegacy"; export type ApplierLegacy = import("./applierLegacy").ApplierLegacy; export declare const ApplierLegacy: typeof import("./applierLegacy").ApplierLegacy; export { GetSubnetArgs, GetSubnetResult, GetSubnetOutputArgs } from "./getSubnet"; export declare const getSubnet: typeof import("./getSubnet").getSubnet; export declare const getSubnetOutput: typeof import("./getSubnet").getSubnetOutput; export { GetSubnetLegacyArgs, GetSubnetLegacyResult, GetSubnetLegacyOutputArgs } from "./getSubnetLegacy"; export declare const getSubnetLegacy: typeof import("./getSubnetLegacy").getSubnetLegacy; export declare const getSubnetLegacyOutput: typeof import("./getSubnetLegacy").getSubnetLegacyOutput; export { GetVnetArgs, GetVnetResult, GetVnetOutputArgs } from "./getVnet"; export declare const getVnet: typeof import("./getVnet").getVnet; export declare const getVnetOutput: typeof import("./getVnet").getVnetOutput; export { GetVnetLegacyArgs, GetVnetLegacyResult, GetVnetLegacyOutputArgs } from "./getVnetLegacy"; export declare const getVnetLegacy: typeof import("./getVnetLegacy").getVnetLegacy; export declare const getVnetLegacyOutput: typeof import("./getVnetLegacy").getVnetLegacyOutput; export { GetVnetsResult } from "./getVnets"; export declare const getVnets: typeof import("./getVnets").getVnets; export declare const getVnetsOutput: typeof import("./getVnets").getVnetsOutput; export { GetVnetsLegacyResult } from "./getVnetsLegacy"; export declare const getVnetsLegacy: typeof import("./getVnetsLegacy").getVnetsLegacy; export declare const getVnetsLegacyOutput: typeof import("./getVnetsLegacy").getVnetsLegacyOutput; export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones"; export declare const getZones: typeof import("./getZones").getZones; export declare const getZonesOutput: typeof import("./getZones").getZonesOutput; export { GetZonesLegacyArgs, GetZonesLegacyResult, GetZonesLegacyOutputArgs } from "./getZonesLegacy"; export declare const getZonesLegacy: typeof import("./getZonesLegacy").getZonesLegacy; export declare const getZonesLegacyOutput: typeof import("./getZonesLegacy").getZonesLegacyOutput; export { SubnetArgs, SubnetState } from "./subnet"; export type Subnet = import("./subnet").Subnet; export declare const Subnet: typeof import("./subnet").Subnet; export { SubnetLegacyArgs, SubnetLegacyState } from "./subnetLegacy"; export type SubnetLegacy = import("./subnetLegacy").SubnetLegacy; export declare const SubnetLegacy: typeof import("./subnetLegacy").SubnetLegacy; export { VnetArgs, VnetState } from "./vnet"; export type Vnet = import("./vnet").Vnet; export declare const Vnet: typeof import("./vnet").Vnet; export { VnetLegacyArgs, VnetLegacyState } from "./vnetLegacy"; export type VnetLegacy = import("./vnetLegacy").VnetLegacy; export declare const VnetLegacy: typeof import("./vnetLegacy").VnetLegacy; import * as controller from "./controller"; import * as fabric from "./fabric"; import * as zone from "./zone"; export { controller, fabric, zone, }; //# sourceMappingURL=index.d.ts.map