@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
10 lines • 677 B
TypeScript
export { InterconnectAttachmentArgs, InterconnectAttachmentState } from "./interconnectAttachment";
export type InterconnectAttachment = import("./interconnectAttachment").InterconnectAttachment;
export declare const InterconnectAttachment: typeof import("./interconnectAttachment").InterconnectAttachment;
export { NetworkArgs, NetworkState } from "./network";
export type Network = import("./network").Network;
export declare const Network: typeof import("./network").Network;
export { SubnetArgs, SubnetState } from "./subnet";
export type Subnet = import("./subnet").Subnet;
export declare const Subnet: typeof import("./subnet").Subnet;
//# sourceMappingURL=index.d.ts.map