@natzka-oss/pulumi-netbox
Version:
A Pulumi package for creating and managing Netbox cloud resources.
37 lines (36 loc) • 2.84 kB
TypeScript
export { ContactArgs, ContactState } from "./contact";
export type Contact = import("./contact").Contact;
export declare const Contact: typeof import("./contact").Contact;
export { ContactAssignmentArgs, ContactAssignmentState } from "./contactAssignment";
export type ContactAssignment = import("./contactAssignment").ContactAssignment;
export declare const ContactAssignment: typeof import("./contactAssignment").ContactAssignment;
export { ContactGroupArgs, ContactGroupState } from "./contactGroup";
export type ContactGroup = import("./contactGroup").ContactGroup;
export declare const ContactGroup: typeof import("./contactGroup").ContactGroup;
export { ContactRoleArgs, ContactRoleState } from "./contactRole";
export type ContactRole = import("./contactRole").ContactRole;
export declare const ContactRole: typeof import("./contactRole").ContactRole;
export { GetContactArgs, GetContactResult, GetContactOutputArgs } from "./getContact";
export declare const getContact: typeof import("./getContact").getContact;
export declare const getContactOutput: typeof import("./getContact").getContactOutput;
export { GetContactGroupArgs, GetContactGroupResult, GetContactGroupOutputArgs } from "./getContactGroup";
export declare const getContactGroup: typeof import("./getContactGroup").getContactGroup;
export declare const getContactGroupOutput: typeof import("./getContactGroup").getContactGroupOutput;
export { GetContactRoleArgs, GetContactRoleResult, GetContactRoleOutputArgs } from "./getContactRole";
export declare const getContactRole: typeof import("./getContactRole").getContactRole;
export declare const getContactRoleOutput: typeof import("./getContactRole").getContactRoleOutput;
export { GetTenantArgs, GetTenantResult, GetTenantOutputArgs } from "./getTenant";
export declare const getTenant: typeof import("./getTenant").getTenant;
export declare const getTenantOutput: typeof import("./getTenant").getTenantOutput;
export { GetTenantGroupArgs, GetTenantGroupResult, GetTenantGroupOutputArgs } from "./getTenantGroup";
export declare const getTenantGroup: typeof import("./getTenantGroup").getTenantGroup;
export declare const getTenantGroupOutput: typeof import("./getTenantGroup").getTenantGroupOutput;
export { GetTenantsArgs, GetTenantsResult, GetTenantsOutputArgs } from "./getTenants";
export declare const getTenants: typeof import("./getTenants").getTenants;
export declare const getTenantsOutput: typeof import("./getTenants").getTenantsOutput;
export { TenantArgs, TenantState } from "./tenant";
export type Tenant = import("./tenant").Tenant;
export declare const Tenant: typeof import("./tenant").Tenant;
export { TenantGroupArgs, TenantGroupState } from "./tenantGroup";
export type TenantGroup = import("./tenantGroup").TenantGroup;
export declare const TenantGroup: typeof import("./tenantGroup").TenantGroup;