UNPKG

@natzka-oss/pulumi-netbox

Version:

A Pulumi package for creating and managing Netbox cloud resources.

85 lines (84 loc) 5.94 kB
export { AggregateArgs, AggregateState } from "./aggregate"; export type Aggregate = import("./aggregate").Aggregate; export declare const Aggregate: typeof import("./aggregate").Aggregate; export { AsnArgs, AsnState } from "./asn"; export type Asn = import("./asn").Asn; export declare const Asn: typeof import("./asn").Asn; export { AvailableIpAddressArgs, AvailableIpAddressState } from "./availableIpAddress"; export type AvailableIpAddress = import("./availableIpAddress").AvailableIpAddress; export declare const AvailableIpAddress: typeof import("./availableIpAddress").AvailableIpAddress; export { AvailablePrefixArgs, AvailablePrefixState } from "./availablePrefix"; export type AvailablePrefix = import("./availablePrefix").AvailablePrefix; export declare const AvailablePrefix: typeof import("./availablePrefix").AvailablePrefix; export { GetAsnArgs, GetAsnResult, GetAsnOutputArgs } from "./getAsn"; export declare const getAsn: typeof import("./getAsn").getAsn; export declare const getAsnOutput: typeof import("./getAsn").getAsnOutput; export { GetAsnsArgs, GetAsnsResult, GetAsnsOutputArgs } from "./getAsns"; export declare const getAsns: typeof import("./getAsns").getAsns; export declare const getAsnsOutput: typeof import("./getAsns").getAsnsOutput; export { GetAvailablePrefixArgs, GetAvailablePrefixResult, GetAvailablePrefixOutputArgs } from "./getAvailablePrefix"; export declare const getAvailablePrefix: typeof import("./getAvailablePrefix").getAvailablePrefix; export declare const getAvailablePrefixOutput: typeof import("./getAvailablePrefix").getAvailablePrefixOutput; export { GetIpAddressesArgs, GetIpAddressesResult, GetIpAddressesOutputArgs } from "./getIpAddresses"; export declare const getIpAddresses: typeof import("./getIpAddresses").getIpAddresses; export declare const getIpAddressesOutput: typeof import("./getIpAddresses").getIpAddressesOutput; export { GetIpRangeArgs, GetIpRangeResult, GetIpRangeOutputArgs } from "./getIpRange"; export declare const getIpRange: typeof import("./getIpRange").getIpRange; export declare const getIpRangeOutput: typeof import("./getIpRange").getIpRangeOutput; export { GetPrefixArgs, GetPrefixResult, GetPrefixOutputArgs } from "./getPrefix"; export declare const getPrefix: typeof import("./getPrefix").getPrefix; export declare const getPrefixOutput: typeof import("./getPrefix").getPrefixOutput; export { GetPrefixesArgs, GetPrefixesResult, GetPrefixesOutputArgs } from "./getPrefixes"; export declare const getPrefixes: typeof import("./getPrefixes").getPrefixes; export declare const getPrefixesOutput: typeof import("./getPrefixes").getPrefixesOutput; export { GetRoleArgs, GetRoleResult, GetRoleOutputArgs } from "./getRole"; export declare const getRole: typeof import("./getRole").getRole; export declare const getRoleOutput: typeof import("./getRole").getRoleOutput; export { GetRouteTargetArgs, GetRouteTargetResult, GetRouteTargetOutputArgs } from "./getRouteTarget"; export declare const getRouteTarget: typeof import("./getRouteTarget").getRouteTarget; export declare const getRouteTargetOutput: typeof import("./getRouteTarget").getRouteTargetOutput; export { GetVlanArgs, GetVlanResult, GetVlanOutputArgs } from "./getVlan"; export declare const getVlan: typeof import("./getVlan").getVlan; export declare const getVlanOutput: typeof import("./getVlan").getVlanOutput; export { GetVlanGroupArgs, GetVlanGroupResult, GetVlanGroupOutputArgs } from "./getVlanGroup"; export declare const getVlanGroup: typeof import("./getVlanGroup").getVlanGroup; export declare const getVlanGroupOutput: typeof import("./getVlanGroup").getVlanGroupOutput; export { GetVlansArgs, GetVlansResult, GetVlansOutputArgs } from "./getVlans"; export declare const getVlans: typeof import("./getVlans").getVlans; export declare const getVlansOutput: typeof import("./getVlans").getVlansOutput; export { GetVrfArgs, GetVrfResult, GetVrfOutputArgs } from "./getVrf"; export declare const getVrf: typeof import("./getVrf").getVrf; export declare const getVrfOutput: typeof import("./getVrf").getVrfOutput; export { GetVrfsArgs, GetVrfsResult, GetVrfsOutputArgs } from "./getVrfs"; export declare const getVrfs: typeof import("./getVrfs").getVrfs; export declare const getVrfsOutput: typeof import("./getVrfs").getVrfsOutput; export { IpAddressArgs, IpAddressState } from "./ipAddress"; export type IpAddress = import("./ipAddress").IpAddress; export declare const IpAddress: typeof import("./ipAddress").IpAddress; export { IpRangeArgs, IpRangeState } from "./ipRange"; export type IpRange = import("./ipRange").IpRange; export declare const IpRange: typeof import("./ipRange").IpRange; export { PrefixArgs, PrefixState } from "./prefix"; export type Prefix = import("./prefix").Prefix; export declare const Prefix: typeof import("./prefix").Prefix; export { RirArgs, RirState } from "./rir"; export type Rir = import("./rir").Rir; export declare const Rir: typeof import("./rir").Rir; export { RoleArgs, RoleState } from "./role"; export type Role = import("./role").Role; export declare const Role: typeof import("./role").Role; export { RouteTargetArgs, RouteTargetState } from "./routeTarget"; export type RouteTarget = import("./routeTarget").RouteTarget; export declare const RouteTarget: typeof import("./routeTarget").RouteTarget; export { ServiceArgs, ServiceState } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service; export { VlanArgs, VlanState } from "./vlan"; export type Vlan = import("./vlan").Vlan; export declare const Vlan: typeof import("./vlan").Vlan; export { VlanGroupArgs, VlanGroupState } from "./vlanGroup"; export type VlanGroup = import("./vlanGroup").VlanGroup; export declare const VlanGroup: typeof import("./vlanGroup").VlanGroup; export { VrfArgs, VrfState } from "./vrf"; export type Vrf = import("./vrf").Vrf; export declare const Vrf: typeof import("./vrf").Vrf;