UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

82 lines 7.17 kB
export { AclArgs, AclState } from "./acl"; export type Acl = import("./acl").Acl; export declare const Acl: typeof import("./acl").Acl; export { ConnectorArgs, ConnectorState } from "./connector"; export type Connector = import("./connector").Connector; export declare const Connector: typeof import("./connector").Connector; export { GatewayNetworkArgs, GatewayNetworkState } from "./gatewayNetwork"; export type GatewayNetwork = import("./gatewayNetwork").GatewayNetwork; export declare const GatewayNetwork: typeof import("./gatewayNetwork").GatewayNetwork; export { GetAclArgs, GetAclResult, GetAclOutputArgs } from "./getAcl"; export declare const getAcl: typeof import("./getAcl").getAcl; export declare const getAclOutput: typeof import("./getAcl").getAclOutput; export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector"; export declare const getConnector: typeof import("./getConnector").getConnector; export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput; export { GetGatewayNetworkArgs, GetGatewayNetworkResult, GetGatewayNetworkOutputArgs } from "./getGatewayNetwork"; export declare const getGatewayNetwork: typeof import("./getGatewayNetwork").getGatewayNetwork; export declare const getGatewayNetworkOutput: typeof import("./getGatewayNetwork").getGatewayNetworkOutput; export { GetIngressRuleArgs, GetIngressRuleResult, GetIngressRuleOutputArgs } from "./getIngressRule"; export declare const getIngressRule: typeof import("./getIngressRule").getIngressRule; export declare const getIngressRuleOutput: typeof import("./getIngressRule").getIngressRuleOutput; export { GetPrivateNetworkArgs, GetPrivateNetworkResult, GetPrivateNetworkOutputArgs } from "./getPrivateNetwork"; export declare const getPrivateNetwork: typeof import("./getPrivateNetwork").getPrivateNetwork; export declare const getPrivateNetworkOutput: typeof import("./getPrivateNetwork").getPrivateNetworkOutput; export { GetPublicGatewayArgs, GetPublicGatewayResult, GetPublicGatewayOutputArgs } from "./getPublicGateway"; export declare const getPublicGateway: typeof import("./getPublicGateway").getPublicGateway; export declare const getPublicGatewayOutput: typeof import("./getPublicGateway").getPublicGatewayOutput; export { GetPublicGatewayDhcpArgs, GetPublicGatewayDhcpResult, GetPublicGatewayDhcpOutputArgs } from "./getPublicGatewayDhcp"; export declare const getPublicGatewayDhcp: typeof import("./getPublicGatewayDhcp").getPublicGatewayDhcp; export declare const getPublicGatewayDhcpOutput: typeof import("./getPublicGatewayDhcp").getPublicGatewayDhcpOutput; export { GetPublicGatewayDhcpReservationArgs, GetPublicGatewayDhcpReservationResult, GetPublicGatewayDhcpReservationOutputArgs } from "./getPublicGatewayDhcpReservation"; export declare const getPublicGatewayDhcpReservation: typeof import("./getPublicGatewayDhcpReservation").getPublicGatewayDhcpReservation; export declare const getPublicGatewayDhcpReservationOutput: typeof import("./getPublicGatewayDhcpReservation").getPublicGatewayDhcpReservationOutput; export { GetPublicGatewayIpArgs, GetPublicGatewayIpResult, GetPublicGatewayIpOutputArgs } from "./getPublicGatewayIp"; export declare const getPublicGatewayIp: typeof import("./getPublicGatewayIp").getPublicGatewayIp; export declare const getPublicGatewayIpOutput: typeof import("./getPublicGatewayIp").getPublicGatewayIpOutput; export { GetPublicGatewayPatRuleArgs, GetPublicGatewayPatRuleResult, GetPublicGatewayPatRuleOutputArgs } from "./getPublicGatewayPatRule"; export declare const getPublicGatewayPatRule: typeof import("./getPublicGatewayPatRule").getPublicGatewayPatRule; export declare const getPublicGatewayPatRuleOutput: typeof import("./getPublicGatewayPatRule").getPublicGatewayPatRuleOutput; export { GetRouteArgs, GetRouteResult, GetRouteOutputArgs } from "./getRoute"; export declare const getRoute: typeof import("./getRoute").getRoute; export declare const getRouteOutput: typeof import("./getRoute").getRouteOutput; export { GetRoutesArgs, GetRoutesResult, GetRoutesOutputArgs } from "./getRoutes"; export declare const getRoutes: typeof import("./getRoutes").getRoutes; export declare const getRoutesOutput: typeof import("./getRoutes").getRoutesOutput; export { GetVpcArgs, GetVpcResult, GetVpcOutputArgs } from "./getVpc"; export declare const getVpc: typeof import("./getVpc").getVpc; export declare const getVpcOutput: typeof import("./getVpc").getVpcOutput; export { GetVpcsArgs, GetVpcsResult, GetVpcsOutputArgs } from "./getVpcs"; export declare const getVpcs: typeof import("./getVpcs").getVpcs; export declare const getVpcsOutput: typeof import("./getVpcs").getVpcsOutput; export { IngressRuleArgs, IngressRuleState } from "./ingressRule"; export type IngressRule = import("./ingressRule").IngressRule; export declare const IngressRule: typeof import("./ingressRule").IngressRule; export { PrivateNetworkArgs, PrivateNetworkState } from "./privateNetwork"; export type PrivateNetwork = import("./privateNetwork").PrivateNetwork; export declare const PrivateNetwork: typeof import("./privateNetwork").PrivateNetwork; export { PublicGatewayArgs, PublicGatewayState } from "./publicGateway"; export type PublicGateway = import("./publicGateway").PublicGateway; export declare const PublicGateway: typeof import("./publicGateway").PublicGateway; export { PublicGatewayDhcpArgs, PublicGatewayDhcpState } from "./publicGatewayDhcp"; export type PublicGatewayDhcp = import("./publicGatewayDhcp").PublicGatewayDhcp; export declare const PublicGatewayDhcp: typeof import("./publicGatewayDhcp").PublicGatewayDhcp; export { PublicGatewayDhcpReservationArgs, PublicGatewayDhcpReservationState } from "./publicGatewayDhcpReservation"; export type PublicGatewayDhcpReservation = import("./publicGatewayDhcpReservation").PublicGatewayDhcpReservation; export declare const PublicGatewayDhcpReservation: typeof import("./publicGatewayDhcpReservation").PublicGatewayDhcpReservation; export { PublicGatewayIpArgs, PublicGatewayIpState } from "./publicGatewayIp"; export type PublicGatewayIp = import("./publicGatewayIp").PublicGatewayIp; export declare const PublicGatewayIp: typeof import("./publicGatewayIp").PublicGatewayIp; export { PublicGatewayIpReverseDnsArgs, PublicGatewayIpReverseDnsState } from "./publicGatewayIpReverseDns"; export type PublicGatewayIpReverseDns = import("./publicGatewayIpReverseDns").PublicGatewayIpReverseDns; export declare const PublicGatewayIpReverseDns: typeof import("./publicGatewayIpReverseDns").PublicGatewayIpReverseDns; export { PublicGatewayPatRuleArgs, PublicGatewayPatRuleState } from "./publicGatewayPatRule"; export type PublicGatewayPatRule = import("./publicGatewayPatRule").PublicGatewayPatRule; export declare const PublicGatewayPatRule: typeof import("./publicGatewayPatRule").PublicGatewayPatRule; export { RouteArgs, RouteState } from "./route"; export type Route = import("./route").Route; export declare const Route: typeof import("./route").Route; export { VpcArgs, VpcState } from "./vpc"; export type Vpc = import("./vpc").Vpc; export declare const Vpc: typeof import("./vpc").Vpc; //# sourceMappingURL=index.d.ts.map