@pulumiverse/fortios
Version:
A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0
28 lines (27 loc) • 2.07 kB
TypeScript
export { CategoryArgs, CategoryState } from "./category";
export type Category = import("./category").Category;
export declare const Category: typeof import("./category").Category;
export { CustomArgs, CustomState } from "./custom";
export type Custom = import("./custom").Custom;
export declare const Custom: typeof import("./custom").Custom;
export { GetCategoryArgs, GetCategoryResult, GetCategoryOutputArgs } from "./getCategory";
export declare const getCategory: typeof import("./getCategory").getCategory;
export declare const getCategoryOutput: typeof import("./getCategory").getCategoryOutput;
export { GetCategorylistArgs, GetCategorylistResult, GetCategorylistOutputArgs } from "./getCategorylist";
export declare const getCategorylist: typeof import("./getCategorylist").getCategorylist;
export declare const getCategorylistOutput: typeof import("./getCategorylist").getCategorylistOutput;
export { GetCustomArgs, GetCustomResult, GetCustomOutputArgs } from "./getCustom";
export declare const getCustom: typeof import("./getCustom").getCustom;
export declare const getCustomOutput: typeof import("./getCustom").getCustomOutput;
export { GetCustomlistArgs, GetCustomlistResult, GetCustomlistOutputArgs } from "./getCustomlist";
export declare const getCustomlist: typeof import("./getCustomlist").getCustomlist;
export declare const getCustomlistOutput: typeof import("./getCustomlist").getCustomlistOutput;
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
export declare const getGroup: typeof import("./getGroup").getGroup;
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
export { GetGrouplistArgs, GetGrouplistResult, GetGrouplistOutputArgs } from "./getGrouplist";
export declare const getGrouplist: typeof import("./getGrouplist").getGrouplist;
export declare const getGrouplistOutput: typeof import("./getGrouplist").getGrouplistOutput;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;