@pulumi/juniper-mist
Version:
A Pulumi package for creating and managing Juniper Mist resources.
31 lines (30 loc) • 2.09 kB
TypeScript
export { ApArgs, ApState } from "./ap";
export type Ap = import("./ap").Ap;
export declare const Ap: typeof import("./ap").Ap;
export { BaseArgs, BaseState } from "./base";
export type Base = import("./base").Base;
export declare const Base: typeof import("./base").Base;
export { GatewayArgs, GatewayState } from "./gateway";
export type Gateway = import("./gateway").Gateway;
export declare const Gateway: typeof import("./gateway").Gateway;
export { GatewayClusterArgs, GatewayClusterState } from "./gatewayCluster";
export type GatewayCluster = import("./gatewayCluster").GatewayCluster;
export declare const GatewayCluster: typeof import("./gatewayCluster").GatewayCluster;
export { GetApStatsArgs, GetApStatsResult, GetApStatsOutputArgs } from "./getApStats";
export declare const getApStats: typeof import("./getApStats").getApStats;
export declare const getApStatsOutput: typeof import("./getApStats").getApStatsOutput;
export { GetGatewayStatsArgs, GetGatewayStatsResult, GetGatewayStatsOutputArgs } from "./getGatewayStats";
export declare const getGatewayStats: typeof import("./getGatewayStats").getGatewayStats;
export declare const getGatewayStatsOutput: typeof import("./getGatewayStats").getGatewayStatsOutput;
export { GetSwitchStatsArgs, GetSwitchStatsResult, GetSwitchStatsOutputArgs } from "./getSwitchStats";
export declare const getSwitchStats: typeof import("./getSwitchStats").getSwitchStats;
export declare const getSwitchStatsOutput: typeof import("./getSwitchStats").getSwitchStatsOutput;
export { GetVersionsArgs, GetVersionsResult, GetVersionsOutputArgs } from "./getVersions";
export declare const getVersions: typeof import("./getVersions").getVersions;
export declare const getVersionsOutput: typeof import("./getVersions").getVersionsOutput;
export { ImageArgs, ImageState } from "./image";
export type Image = import("./image").Image;
export declare const Image: typeof import("./image").Image;
export { SwitchArgs, SwitchState } from "./switch";
export type Switch = import("./switch").Switch;
export declare const Switch: typeof import("./switch").Switch;