@pulumi/f5bigip
Version:
A Pulumi package for creating and managing F5 BigIP resources.
25 lines (24 loc) • 1.3 kB
TypeScript
export { BigIpLicenseArgs, BigIpLicenseState } from "./bigIpLicense";
export type BigIpLicense = import("./bigIpLicense").BigIpLicense;
export declare const BigIpLicense: typeof import("./bigIpLicense").BigIpLicense;
export { DnsArgs, DnsState } from "./dns";
export type Dns = import("./dns").Dns;
export declare const Dns: typeof import("./dns").Dns;
export { IAppArgs, IAppState } from "./iapp";
export type IApp = import("./iapp").IApp;
export declare const IApp: typeof import("./iapp").IApp;
export { NtpArgs, NtpState } from "./ntp";
export type Ntp = import("./ntp").Ntp;
export declare const Ntp: typeof import("./ntp").Ntp;
export { OcspArgs, OcspState } from "./ocsp";
export type Ocsp = import("./ocsp").Ocsp;
export declare const Ocsp: typeof import("./ocsp").Ocsp;
export { ProvisionArgs, ProvisionState } from "./provision";
export type Provision = import("./provision").Provision;
export declare const Provision: typeof import("./provision").Provision;
export { SnmpArgs, SnmpState } from "./snmp";
export type Snmp = import("./snmp").Snmp;
export declare const Snmp: typeof import("./snmp").Snmp;
export { SnmpTrapsArgs, SnmpTrapsState } from "./snmpTraps";
export type SnmpTraps = import("./snmpTraps").SnmpTraps;
export declare const SnmpTraps: typeof import("./snmpTraps").SnmpTraps;