@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
46 lines (45 loc) • 3.79 kB
TypeScript
export { BgpPeerArgs, BgpPeerState } from "./bgpPeer";
export type BgpPeer = import("./bgpPeer").BgpPeer;
export declare const BgpPeer: typeof import("./bgpPeer").BgpPeer;
export { BgpPeersArgs, BgpPeersResult, BgpPeersOutputArgs } from "./bgpPeers";
export declare const bgpPeers: typeof import("./bgpPeers").bgpPeers;
export declare const bgpPeersOutput: typeof import("./bgpPeers").bgpPeersOutput;
export { ConnectionArgs, ConnectionState } from "./connection";
export type Connection = import("./connection").Connection;
export declare const Connection: typeof import("./connection").Connection;
export { ConnectionsArgs, ConnectionsResult, ConnectionsOutputArgs } from "./connections";
export declare const connections: typeof import("./connections").connections;
export declare const connectionsOutput: typeof import("./connections").connectionsOutput;
export { GatewayArgs, GatewayState } from "./gateway";
export type Gateway = import("./gateway").Gateway;
export declare const Gateway: typeof import("./gateway").Gateway;
export { GatewayRouteArgs, GatewayRouteState } from "./gatewayRoute";
export type GatewayRoute = import("./gatewayRoute").GatewayRoute;
export declare const GatewayRoute: typeof import("./gatewayRoute").GatewayRoute;
export { GatewayRoutesArgs, GatewayRoutesResult, GatewayRoutesOutputArgs } from "./gatewayRoutes";
export declare const gatewayRoutes: typeof import("./gatewayRoutes").gatewayRoutes;
export declare const gatewayRoutesOutput: typeof import("./gatewayRoutes").gatewayRoutesOutput;
export { GatewaysArgs, GatewaysResult, GatewaysOutputArgs } from "./gateways";
export declare const gateways: typeof import("./gateways").gateways;
export declare const gatewaysOutput: typeof import("./gateways").gatewaysOutput;
export { GetBgpPeersArgs, GetBgpPeersResult, GetBgpPeersOutputArgs } from "./getBgpPeers";
export declare const getBgpPeers: typeof import("./getBgpPeers").getBgpPeers;
export declare const getBgpPeersOutput: typeof import("./getBgpPeers").getBgpPeersOutput;
export { GetConnectionsArgs, GetConnectionsResult, GetConnectionsOutputArgs } from "./getConnections";
export declare const getConnections: typeof import("./getConnections").getConnections;
export declare const getConnectionsOutput: typeof import("./getConnections").getConnectionsOutput;
export { GetGatewayRoutesArgs, GetGatewayRoutesResult, GetGatewayRoutesOutputArgs } from "./getGatewayRoutes";
export declare const getGatewayRoutes: typeof import("./getGatewayRoutes").getGatewayRoutes;
export declare const getGatewayRoutesOutput: typeof import("./getGatewayRoutes").getGatewayRoutesOutput;
export { GetGatewaysArgs, GetGatewaysResult, GetGatewaysOutputArgs } from "./getGateways";
export declare const getGateways: typeof import("./getGateways").getGateways;
export declare const getGatewaysOutput: typeof import("./getGateways").getGatewaysOutput;
export { GetVirtualInterfacesArgs, GetVirtualInterfacesResult, GetVirtualInterfacesOutputArgs } from "./getVirtualInterfaces";
export declare const getVirtualInterfaces: typeof import("./getVirtualInterfaces").getVirtualInterfaces;
export declare const getVirtualInterfacesOutput: typeof import("./getVirtualInterfaces").getVirtualInterfacesOutput;
export { VirtualInterfaceArgs, VirtualInterfaceState } from "./virtualInterface";
export type VirtualInterface = import("./virtualInterface").VirtualInterface;
export declare const VirtualInterface: typeof import("./virtualInterface").VirtualInterface;
export { VirtualInterfacesArgs, VirtualInterfacesResult, VirtualInterfacesOutputArgs } from "./virtualInterfaces";
export declare const virtualInterfaces: typeof import("./virtualInterfaces").virtualInterfaces;
export declare const virtualInterfacesOutput: typeof import("./virtualInterfaces").virtualInterfacesOutput;