@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
64 lines • 4.75 kB
TypeScript
export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage";
export declare const getImage: typeof import("./getImage").getImage;
export declare const getImageOutput: typeof import("./getImage").getImageOutput;
export { GetIpArgs, GetIpResult, GetIpOutputArgs } from "./getIp";
export declare const getIp: typeof import("./getIp").getIp;
export declare const getIpOutput: typeof import("./getIp").getIpOutput;
export { GetPlacementGroupArgs, GetPlacementGroupResult, GetPlacementGroupOutputArgs } from "./getPlacementGroup";
export declare const getPlacementGroup: typeof import("./getPlacementGroup").getPlacementGroup;
export declare const getPlacementGroupOutput: typeof import("./getPlacementGroup").getPlacementGroupOutput;
export { GetPrivateNicArgs, GetPrivateNicResult, GetPrivateNicOutputArgs } from "./getPrivateNic";
export declare const getPrivateNic: typeof import("./getPrivateNic").getPrivateNic;
export declare const getPrivateNicOutput: typeof import("./getPrivateNic").getPrivateNicOutput;
export { GetSecurityGroupArgs, GetSecurityGroupResult, GetSecurityGroupOutputArgs } from "./getSecurityGroup";
export declare const getSecurityGroup: typeof import("./getSecurityGroup").getSecurityGroup;
export declare const getSecurityGroupOutput: typeof import("./getSecurityGroup").getSecurityGroupOutput;
export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer";
export declare const getServer: typeof import("./getServer").getServer;
export declare const getServerOutput: typeof import("./getServer").getServerOutput;
export { GetServerTypeArgs, GetServerTypeResult, GetServerTypeOutputArgs } from "./getServerType";
export declare const getServerType: typeof import("./getServerType").getServerType;
export declare const getServerTypeOutput: typeof import("./getServerType").getServerTypeOutput;
export { GetServersArgs, GetServersResult, GetServersOutputArgs } from "./getServers";
export declare const getServers: typeof import("./getServers").getServers;
export declare const getServersOutput: typeof import("./getServers").getServersOutput;
export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
export declare const getVolume: typeof import("./getVolume").getVolume;
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
export { ImageArgs, ImageState } from "./image";
export type Image = import("./image").Image;
export declare const Image: typeof import("./image").Image;
export { IpArgs, IpState } from "./ip";
export type Ip = import("./ip").Ip;
export declare const Ip: typeof import("./ip").Ip;
export { IpReverseDnsArgs, IpReverseDnsState } from "./ipReverseDns";
export type IpReverseDns = import("./ipReverseDns").IpReverseDns;
export declare const IpReverseDns: typeof import("./ipReverseDns").IpReverseDns;
export { PlacementGroupArgs, PlacementGroupState } from "./placementGroup";
export type PlacementGroup = import("./placementGroup").PlacementGroup;
export declare const PlacementGroup: typeof import("./placementGroup").PlacementGroup;
export { PrivateNicArgs, PrivateNicState } from "./privateNic";
export type PrivateNic = import("./privateNic").PrivateNic;
export declare const PrivateNic: typeof import("./privateNic").PrivateNic;
export { SecurityGroupArgs, SecurityGroupState } from "./securityGroup";
export type SecurityGroup = import("./securityGroup").SecurityGroup;
export declare const SecurityGroup: typeof import("./securityGroup").SecurityGroup;
export { SecurityGroupRulesArgs, SecurityGroupRulesState } from "./securityGroupRules";
export type SecurityGroupRules = import("./securityGroupRules").SecurityGroupRules;
export declare const SecurityGroupRules: typeof import("./securityGroupRules").SecurityGroupRules;
export { ServerArgs, ServerState } from "./server";
export type Server = import("./server").Server;
export declare const Server: typeof import("./server").Server;
export { SnapshotArgs, SnapshotState } from "./snapshot";
export type Snapshot = import("./snapshot").Snapshot;
export declare const Snapshot: typeof import("./snapshot").Snapshot;
export { UserDataArgs, UserDataState } from "./userData";
export type UserData = import("./userData").UserData;
export declare const UserData: typeof import("./userData").UserData;
export { VolumeArgs, VolumeState } from "./volume";
export type Volume = import("./volume").Volume;
export declare const Volume: typeof import("./volume").Volume;
//# sourceMappingURL=index.d.ts.map