@equinix-labs/pulumi-equinix
Version:
A Pulumi package for creating and managing equinix cloud resources.
38 lines (37 loc) • 2.7 kB
TypeScript
export { AclTemplateArgs, AclTemplateState } from "./aclTemplate";
export type AclTemplate = import("./aclTemplate").AclTemplate;
export declare const AclTemplate: typeof import("./aclTemplate").AclTemplate;
export { BgpArgs, BgpState } from "./bgp";
export type Bgp = import("./bgp").Bgp;
export declare const Bgp: typeof import("./bgp").Bgp;
export { DeviceArgs, DeviceState } from "./device";
export type Device = import("./device").Device;
export declare const Device: typeof import("./device").Device;
export { DeviceLinkArgs, DeviceLinkState } from "./deviceLink";
export type DeviceLink = import("./deviceLink").DeviceLink;
export declare const DeviceLink: typeof import("./deviceLink").DeviceLink;
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
export declare const getAccount: typeof import("./getAccount").getAccount;
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
export declare const getDevice: typeof import("./getDevice").getDevice;
export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
export { GetDevicePlatformArgs, GetDevicePlatformResult, GetDevicePlatformOutputArgs } from "./getDevicePlatform";
export declare const getDevicePlatform: typeof import("./getDevicePlatform").getDevicePlatform;
export declare const getDevicePlatformOutput: typeof import("./getDevicePlatform").getDevicePlatformOutput;
export { GetDeviceSoftwareArgs, GetDeviceSoftwareResult, GetDeviceSoftwareOutputArgs } from "./getDeviceSoftware";
export declare const getDeviceSoftware: typeof import("./getDeviceSoftware").getDeviceSoftware;
export declare const getDeviceSoftwareOutput: typeof import("./getDeviceSoftware").getDeviceSoftwareOutput;
export { GetDeviceTypeArgs, GetDeviceTypeResult, GetDeviceTypeOutputArgs } from "./getDeviceType";
export declare const getDeviceType: typeof import("./getDeviceType").getDeviceType;
export declare const getDeviceTypeOutput: typeof import("./getDeviceType").getDeviceTypeOutput;
export { NetworkFileArgs, NetworkFileState } from "./networkFile";
export type NetworkFile = import("./networkFile").NetworkFile;
export declare const NetworkFile: typeof import("./networkFile").NetworkFile;
export { SshKeyArgs, SshKeyState } from "./sshKey";
export type SshKey = import("./sshKey").SshKey;
export declare const SshKey: typeof import("./sshKey").SshKey;
export { SshUserArgs, SshUserState } from "./sshUser";
export type SshUser = import("./sshUser").SshUser;
export declare const SshUser: typeof import("./sshUser").SshUser;
export * from "../types/enums/networkedge";