@natzka-oss/pulumi-netbox
Version:
A Pulumi package for creating and managing Netbox cloud resources.
130 lines (129 loc) • 9.72 kB
TypeScript
export { CableArgs, CableState } from "./cable";
export type Cable = import("./cable").Cable;
export declare const Cable: typeof import("./cable").Cable;
export { DeviceArgs, DeviceState } from "./device";
export type Device = import("./device").Device;
export declare const Device: typeof import("./device").Device;
export { DeviceConsolePortArgs, DeviceConsolePortState } from "./deviceConsolePort";
export type DeviceConsolePort = import("./deviceConsolePort").DeviceConsolePort;
export declare const DeviceConsolePort: typeof import("./deviceConsolePort").DeviceConsolePort;
export { DeviceConsoleServerPortArgs, DeviceConsoleServerPortState } from "./deviceConsoleServerPort";
export type DeviceConsoleServerPort = import("./deviceConsoleServerPort").DeviceConsoleServerPort;
export declare const DeviceConsoleServerPort: typeof import("./deviceConsoleServerPort").DeviceConsoleServerPort;
export { DeviceFrontPortArgs, DeviceFrontPortState } from "./deviceFrontPort";
export type DeviceFrontPort = import("./deviceFrontPort").DeviceFrontPort;
export declare const DeviceFrontPort: typeof import("./deviceFrontPort").DeviceFrontPort;
export { DeviceInterfaceArgs, DeviceInterfaceState } from "./deviceInterface";
export type DeviceInterface = import("./deviceInterface").DeviceInterface;
export declare const DeviceInterface: typeof import("./deviceInterface").DeviceInterface;
export { DeviceModuleBayArgs, DeviceModuleBayState } from "./deviceModuleBay";
export type DeviceModuleBay = import("./deviceModuleBay").DeviceModuleBay;
export declare const DeviceModuleBay: typeof import("./deviceModuleBay").DeviceModuleBay;
export { DevicePowerOutletArgs, DevicePowerOutletState } from "./devicePowerOutlet";
export type DevicePowerOutlet = import("./devicePowerOutlet").DevicePowerOutlet;
export declare const DevicePowerOutlet: typeof import("./devicePowerOutlet").DevicePowerOutlet;
export { DevicePowerPortArgs, DevicePowerPortState } from "./devicePowerPort";
export type DevicePowerPort = import("./devicePowerPort").DevicePowerPort;
export declare const DevicePowerPort: typeof import("./devicePowerPort").DevicePowerPort;
export { DevicePrimaryIpArgs, DevicePrimaryIpState } from "./devicePrimaryIp";
export type DevicePrimaryIp = import("./devicePrimaryIp").DevicePrimaryIp;
export declare const DevicePrimaryIp: typeof import("./devicePrimaryIp").DevicePrimaryIp;
export { DeviceRearPortArgs, DeviceRearPortState } from "./deviceRearPort";
export type DeviceRearPort = import("./deviceRearPort").DeviceRearPort;
export declare const DeviceRearPort: typeof import("./deviceRearPort").DeviceRearPort;
export { DeviceRoleArgs, DeviceRoleState } from "./deviceRole";
export type DeviceRole = import("./deviceRole").DeviceRole;
export declare const DeviceRole: typeof import("./deviceRole").DeviceRole;
export { DeviceTypeArgs, DeviceTypeState } from "./deviceType";
export type DeviceType = import("./deviceType").DeviceType;
export declare const DeviceType: typeof import("./deviceType").DeviceType;
export { GetDeviceInterfacesArgs, GetDeviceInterfacesResult, GetDeviceInterfacesOutputArgs } from "./getDeviceInterfaces";
export declare const getDeviceInterfaces: typeof import("./getDeviceInterfaces").getDeviceInterfaces;
export declare const getDeviceInterfacesOutput: typeof import("./getDeviceInterfaces").getDeviceInterfacesOutput;
export { GetDeviceRoleArgs, GetDeviceRoleResult, GetDeviceRoleOutputArgs } from "./getDeviceRole";
export declare const getDeviceRole: typeof import("./getDeviceRole").getDeviceRole;
export declare const getDeviceRoleOutput: typeof import("./getDeviceRole").getDeviceRoleOutput;
export { GetDeviceTypeArgs, GetDeviceTypeResult, GetDeviceTypeOutputArgs } from "./getDeviceType";
export declare const getDeviceType: typeof import("./getDeviceType").getDeviceType;
export declare const getDeviceTypeOutput: typeof import("./getDeviceType").getDeviceTypeOutput;
export { GetDevicesArgs, GetDevicesResult, GetDevicesOutputArgs } from "./getDevices";
export declare const getDevices: typeof import("./getDevices").getDevices;
export declare const getDevicesOutput: typeof import("./getDevices").getDevicesOutput;
export { GetLocationArgs, GetLocationResult, GetLocationOutputArgs } from "./getLocation";
export declare const getLocation: typeof import("./getLocation").getLocation;
export declare const getLocationOutput: typeof import("./getLocation").getLocationOutput;
export { GetLocationsArgs, GetLocationsResult, GetLocationsOutputArgs } from "./getLocations";
export declare const getLocations: typeof import("./getLocations").getLocations;
export declare const getLocationsOutput: typeof import("./getLocations").getLocationsOutput;
export { GetPlatformArgs, GetPlatformResult, GetPlatformOutputArgs } from "./getPlatform";
export declare const getPlatform: typeof import("./getPlatform").getPlatform;
export declare const getPlatformOutput: typeof import("./getPlatform").getPlatformOutput;
export { GetRackRoleArgs, GetRackRoleResult, GetRackRoleOutputArgs } from "./getRackRole";
export declare const getRackRole: typeof import("./getRackRole").getRackRole;
export declare const getRackRoleOutput: typeof import("./getRackRole").getRackRoleOutput;
export { GetRacksArgs, GetRacksResult, GetRacksOutputArgs } from "./getRacks";
export declare const getRacks: typeof import("./getRacks").getRacks;
export declare const getRacksOutput: typeof import("./getRacks").getRacksOutput;
export { GetRegionArgs, GetRegionResult, GetRegionOutputArgs } from "./getRegion";
export declare const getRegion: typeof import("./getRegion").getRegion;
export declare const getRegionOutput: typeof import("./getRegion").getRegionOutput;
export { GetSiteArgs, GetSiteResult, GetSiteOutputArgs } from "./getSite";
export declare const getSite: typeof import("./getSite").getSite;
export declare const getSiteOutput: typeof import("./getSite").getSiteOutput;
export { GetSiteGroupArgs, GetSiteGroupResult, GetSiteGroupOutputArgs } from "./getSiteGroup";
export declare const getSiteGroup: typeof import("./getSiteGroup").getSiteGroup;
export declare const getSiteGroupOutput: typeof import("./getSiteGroup").getSiteGroupOutput;
export { InterfaceTemplateArgs, InterfaceTemplateState } from "./interfaceTemplate";
export type InterfaceTemplate = import("./interfaceTemplate").InterfaceTemplate;
export declare const InterfaceTemplate: typeof import("./interfaceTemplate").InterfaceTemplate;
export { InventoryItemArgs, InventoryItemState } from "./inventoryItem";
export type InventoryItem = import("./inventoryItem").InventoryItem;
export declare const InventoryItem: typeof import("./inventoryItem").InventoryItem;
export { InventoryItemRoleArgs, InventoryItemRoleState } from "./inventoryItemRole";
export type InventoryItemRole = import("./inventoryItemRole").InventoryItemRole;
export declare const InventoryItemRole: typeof import("./inventoryItemRole").InventoryItemRole;
export { LocationArgs, LocationState } from "./location";
export type Location = import("./location").Location;
export declare const Location: typeof import("./location").Location;
export { ManufacturerArgs, ManufacturerState } from "./manufacturer";
export type Manufacturer = import("./manufacturer").Manufacturer;
export declare const Manufacturer: typeof import("./manufacturer").Manufacturer;
export { ModuleArgs, ModuleState } from "./module";
export type Module = import("./module").Module;
export declare const Module: typeof import("./module").Module;
export { ModuleTypeArgs, ModuleTypeState } from "./moduleType";
export type ModuleType = import("./moduleType").ModuleType;
export declare const ModuleType: typeof import("./moduleType").ModuleType;
export { PlatformArgs, PlatformState } from "./platform";
export type Platform = import("./platform").Platform;
export declare const Platform: typeof import("./platform").Platform;
export { PowerFeedArgs, PowerFeedState } from "./powerFeed";
export type PowerFeed = import("./powerFeed").PowerFeed;
export declare const PowerFeed: typeof import("./powerFeed").PowerFeed;
export { PowerPanelArgs, PowerPanelState } from "./powerPanel";
export type PowerPanel = import("./powerPanel").PowerPanel;
export declare const PowerPanel: typeof import("./powerPanel").PowerPanel;
export { RackArgs, RackState } from "./rack";
export type Rack = import("./rack").Rack;
export declare const Rack: typeof import("./rack").Rack;
export { RackReservationArgs, RackReservationState } from "./rackReservation";
export type RackReservation = import("./rackReservation").RackReservation;
export declare const RackReservation: typeof import("./rackReservation").RackReservation;
export { RackRoleArgs, RackRoleState } from "./rackRole";
export type RackRole = import("./rackRole").RackRole;
export declare const RackRole: typeof import("./rackRole").RackRole;
export { RackTypeArgs, RackTypeState } from "./rackType";
export type RackType = import("./rackType").RackType;
export declare const RackType: typeof import("./rackType").RackType;
export { RegionArgs, RegionState } from "./region";
export type Region = import("./region").Region;
export declare const Region: typeof import("./region").Region;
export { SiteArgs, SiteState } from "./site";
export type Site = import("./site").Site;
export declare const Site: typeof import("./site").Site;
export { SiteGroupArgs, SiteGroupState } from "./siteGroup";
export type SiteGroup = import("./siteGroup").SiteGroup;
export declare const SiteGroup: typeof import("./siteGroup").SiteGroup;
export { VirtualChassisArgs, VirtualChassisState } from "./virtualChassis";
export type VirtualChassis = import("./virtualChassis").VirtualChassis;
export declare const VirtualChassis: typeof import("./virtualChassis").VirtualChassis;