UNPKG

@natzka-oss/pulumi-netbox

Version:

A Pulumi package for creating and managing Netbox cloud resources.

44 lines (43 loc) 2.74 kB
export { ConfigContextArgs, ConfigContextState } from "./configContext"; export type ConfigContext = import("./configContext").ConfigContext; export declare const ConfigContext: typeof import("./configContext").ConfigContext; export { ConfigTemplateArgs, ConfigTemplateState } from "./configTemplate"; export type ConfigTemplate = import("./configTemplate").ConfigTemplate; export declare const ConfigTemplate: typeof import("./configTemplate").ConfigTemplate; export { CustomFieldArgs, CustomFieldState } from "./customField"; export type CustomField = import("./customField").CustomField; export declare const CustomField: typeof import("./customField").CustomField; export { CustomFieldChoiceSetArgs, CustomFieldChoiceSetState } from "./customFieldChoiceSet"; export type CustomFieldChoiceSet = import("./customFieldChoiceSet").CustomFieldChoiceSet; export declare const CustomFieldChoiceSet: typeof import("./customFieldChoiceSet").CustomFieldChoiceSet; export { EventRuleArgs, EventRuleState } from "./eventRule"; export type EventRule = import("./eventRule").EventRule; export declare const EventRule: typeof import("./eventRule").EventRule; export { GetConfigContextArgs, GetConfigContextResult, GetConfigContextOutputArgs } from "./getConfigContext"; export declare const getConfigContext: typeof import("./getConfigContext").getConfigContext; export declare const getConfigContextOutput: typeof import("./getConfigContext").getConfigContextOutput; export { GetTagArgs, GetTagResult, GetTagOutputArgs } from "./getTag"; export declare const getTag: typeof import("./getTag").getTag; export declare const getTagOutput: typeof import("./getTag").getTagOutput; export { GetTagsArgs, GetTagsResult, GetTagsOutputArgs } from "./getTags"; export declare const getTags: typeof import("./getTags").getTags; export declare const getTagsOutput: typeof import("./getTags").getTagsOutput; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export { TagArgs, TagState } from "./tag"; export type Tag = import("./tag").Tag; export declare const Tag: typeof import("./tag").Tag; export { WebhookArgs, WebhookState } from "./webhook"; export type Webhook = import("./webhook").Webhook; export declare const Webhook: typeof import("./webhook").Webhook; import * as auth from "./auth"; import * as circuit from "./circuit"; import * as config from "./config"; import * as dcim from "./dcim"; import * as ipam from "./ipam"; import * as tenancy from "./tenancy"; import * as types from "./types"; import * as virt from "./virt"; import * as vpn from "./vpn"; export { auth, circuit, config, dcim, ipam, tenancy, types, virt, vpn, };