UNPKG

@pulumi/f5bigip

Version:

A Pulumi package for creating and managing F5 BigIP resources.

10 lines (9 loc) 462 B
export { RouteArgs, RouteState } from "./route"; export type Route = import("./route").Route; export declare const Route: typeof import("./route").Route; export { SelfIpArgs, SelfIpState } from "./selfIp"; export type SelfIp = import("./selfIp").SelfIp; export declare const SelfIp: typeof import("./selfIp").SelfIp; export { VlanArgs, VlanState } from "./vlan"; export type Vlan = import("./vlan").Vlan; export declare const Vlan: typeof import("./vlan").Vlan;