@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
19 lines (18 loc) • 1.26 kB
TypeScript
export { DataplanArgs, DataplanState } from "./dataplan";
export type Dataplan = import("./dataplan").Dataplan;
export declare const Dataplan: typeof import("./dataplan").Dataplan;
export { ExtenderArgs, ExtenderState } from "./extender";
export type Extender = import("./extender").Extender;
export declare const Extender: typeof import("./extender").Extender;
export { ExtenderprofileArgs, ExtenderprofileState } from "./extenderprofile";
export type Extenderprofile = import("./extenderprofile").Extenderprofile;
export declare const Extenderprofile: typeof import("./extenderprofile").Extenderprofile;
export { ExtendervapArgs, ExtendervapState } from "./extendervap";
export type Extendervap = import("./extendervap").Extendervap;
export declare const Extendervap: typeof import("./extendervap").Extendervap;
export { FortigateArgs, FortigateState } from "./fortigate";
export type Fortigate = import("./fortigate").Fortigate;
export declare const Fortigate: typeof import("./fortigate").Fortigate;
export { FortigateprofileArgs, FortigateprofileState } from "./fortigateprofile";
export type Fortigateprofile = import("./fortigateprofile").Fortigateprofile;
export declare const Fortigateprofile: typeof import("./fortigateprofile").Fortigateprofile;