@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
10 lines (9 loc) • 579 B
TypeScript
export { NeighborArgs, NeighborState } from "./neighbor";
export type Neighbor = import("./neighbor").Neighbor;
export declare const Neighbor: typeof import("./neighbor").Neighbor;
export { NetworkArgs, NetworkState } from "./network";
export type Network = import("./network").Network;
export declare const Network: typeof import("./network").Network;
export { OspfinterfaceArgs, OspfinterfaceState } from "./ospfinterface";
export type Ospfinterface = import("./ospfinterface").Ospfinterface;
export declare const Ospfinterface: typeof import("./ospfinterface").Ospfinterface;