UNPKG

@pulumi/openstack

Version:

A Pulumi package for creating and managing OpenStack cloud resources.

13 lines (12 loc) 796 B
export { AccountV1Args, AccountV1State } from "./accountV1"; export type AccountV1 = import("./accountV1").AccountV1; export declare const AccountV1: typeof import("./accountV1").AccountV1; export { ContainerArgs, ContainerState } from "./container"; export type Container = import("./container").Container; export declare const Container: typeof import("./container").Container; export { ContainerObjectArgs, ContainerObjectState } from "./containerObject"; export type ContainerObject = import("./containerObject").ContainerObject; export declare const ContainerObject: typeof import("./containerObject").ContainerObject; export { TempUrlArgs, TempUrlState } from "./tempUrl"; export type TempUrl = import("./tempUrl").TempUrl; export declare const TempUrl: typeof import("./tempUrl").TempUrl;