@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.38 kB
TypeScript
export { CustomArgs, CustomState } from "./custom";
export type Custom = import("./custom").Custom;
export declare const Custom: typeof import("./custom").Custom;
export { DecoderArgs, DecoderState } from "./decoder";
export type Decoder = import("./decoder").Decoder;
export declare const Decoder: typeof import("./decoder").Decoder;
export { GlobalArgs, GlobalState } from "./global";
export type Global = import("./global").Global;
export declare const Global: typeof import("./global").Global;
export { RuleArgs, RuleState } from "./rule";
export type Rule = import("./rule").Rule;
export declare const Rule: typeof import("./rule").Rule;
export { RulesettingsArgs, RulesettingsState } from "./rulesettings";
export type Rulesettings = import("./rulesettings").Rulesettings;
export declare const Rulesettings: typeof import("./rulesettings").Rulesettings;
export { SensorArgs, SensorState } from "./sensor";
export type Sensor = import("./sensor").Sensor;
export declare const Sensor: typeof import("./sensor").Sensor;
export { SettingsArgs, SettingsState } from "./settings";
export type Settings = import("./settings").Settings;
export declare const Settings: typeof import("./settings").Settings;
export { ViewmapArgs, ViewmapState } from "./viewmap";
export type Viewmap = import("./viewmap").Viewmap;
export declare const Viewmap: typeof import("./viewmap").Viewmap;