UNPKG

@pulumiverse/fortios

Version:

A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0

25 lines (24 loc) 1.8 kB
export { ClientArgs, ClientState } from "./client"; export type Client = import("./client").Client; export declare const Client: typeof import("./client").Client; export { FctemsArgs, FctemsState } from "./fctems"; export type Fctems = import("./fctems").Fctems; export declare const Fctems: typeof import("./fctems").Fctems; export { FctemsoverrideArgs, FctemsoverrideState } from "./fctemsoverride"; export type Fctemsoverride = import("./fctemsoverride").Fctemsoverride; export declare const Fctemsoverride: typeof import("./fctemsoverride").Fctemsoverride; export { ForticlientemsArgs, ForticlientemsState } from "./forticlientems"; export type Forticlientems = import("./forticlientems").Forticlientems; export declare const Forticlientems: typeof import("./forticlientems").Forticlientems; export { ForticlientregistrationsyncArgs, ForticlientregistrationsyncState } from "./forticlientregistrationsync"; export type Forticlientregistrationsync = import("./forticlientregistrationsync").Forticlientregistrationsync; export declare const Forticlientregistrationsync: typeof import("./forticlientregistrationsync").Forticlientregistrationsync; export { ProfileArgs, ProfileState } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile; export { RegisteredforticlientArgs, RegisteredforticlientState } from "./registeredforticlient"; export type Registeredforticlient = import("./registeredforticlient").Registeredforticlient; export declare const Registeredforticlient: typeof import("./registeredforticlient").Registeredforticlient; export { SettingsArgs, SettingsState } from "./settings"; export type Settings = import("./settings").Settings; export declare const Settings: typeof import("./settings").Settings;