UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

31 lines 2.19 kB
export { GetIpArgs, GetIpResult, GetIpOutputArgs } from "./getIp"; export declare const getIp: typeof import("./getIp").getIp; export declare const getIpOutput: typeof import("./getIp").getIpOutput; export { GetIpsArgs, GetIpsResult, GetIpsOutputArgs } from "./getIps"; export declare const getIps: typeof import("./getIps").getIps; export declare const getIpsOutput: typeof import("./getIps").getIpsOutput; export { GetOfferArgs, GetOfferResult, GetOfferOutputArgs } from "./getOffer"; export declare const getOffer: typeof import("./getOffer").getOffer; export declare const getOfferOutput: typeof import("./getOffer").getOfferOutput; export { GetOptionArgs, GetOptionResult, GetOptionOutputArgs } from "./getOption"; export declare const getOption: typeof import("./getOption").getOption; export declare const getOptionOutput: typeof import("./getOption").getOptionOutput; export { GetOsArgs, GetOsResult, GetOsOutputArgs } from "./getOs"; export declare const getOs: typeof import("./getOs").getOs; export declare const getOsOutput: typeof import("./getOs").getOsOutput; export { GetPartitionSchemaArgs, GetPartitionSchemaResult, GetPartitionSchemaOutputArgs } from "./getPartitionSchema"; export declare const getPartitionSchema: typeof import("./getPartitionSchema").getPartitionSchema; export declare const getPartitionSchemaOutput: typeof import("./getPartitionSchema").getPartitionSchemaOutput; export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer"; export declare const getServer: typeof import("./getServer").getServer; export declare const getServerOutput: typeof import("./getServer").getServerOutput; export { IpArgs, IpState } from "./ip"; export type Ip = import("./ip").Ip; export declare const Ip: typeof import("./ip").Ip; export { IpMacAddressArgs, IpMacAddressState } from "./ipMacAddress"; export type IpMacAddress = import("./ipMacAddress").IpMacAddress; export declare const IpMacAddress: typeof import("./ipMacAddress").IpMacAddress; export { ServerArgs, ServerState } from "./server"; export type Server = import("./server").Server; export declare const Server: typeof import("./server").Server; //# sourceMappingURL=index.d.ts.map