@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
13 lines (12 loc) • 1.11 kB
TypeScript
export { GetV2AcceleratorTypesArgs, GetV2AcceleratorTypesResult, GetV2AcceleratorTypesOutputArgs } from "./getV2AcceleratorTypes";
export declare const getV2AcceleratorTypes: typeof import("./getV2AcceleratorTypes").getV2AcceleratorTypes;
export declare const getV2AcceleratorTypesOutput: typeof import("./getV2AcceleratorTypes").getV2AcceleratorTypesOutput;
export { GetV2RuntimeVersionsArgs, GetV2RuntimeVersionsResult, GetV2RuntimeVersionsOutputArgs } from "./getV2RuntimeVersions";
export declare const getV2RuntimeVersions: typeof import("./getV2RuntimeVersions").getV2RuntimeVersions;
export declare const getV2RuntimeVersionsOutput: typeof import("./getV2RuntimeVersions").getV2RuntimeVersionsOutput;
export { V2QueuedResourceArgs, V2QueuedResourceState } from "./v2queuedResource";
export type V2QueuedResource = import("./v2queuedResource").V2QueuedResource;
export declare const V2QueuedResource: typeof import("./v2queuedResource").V2QueuedResource;
export { V2VmArgs, V2VmState } from "./v2vm";
export type V2Vm = import("./v2vm").V2Vm;
export declare const V2Vm: typeof import("./v2vm").V2Vm;