@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
66 lines • 4.69 kB
JavaScript
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.OdbSubnet = exports.OdbNetwork = exports.getDbServersOutput = exports.getDbServers = exports.getDbNodesOutput = exports.getDbNodes = exports.getCloudVmClustersOutput = exports.getCloudVmClusters = exports.getCloudVmClusterOutput = exports.getCloudVmCluster = exports.getCloudExadataInfrastructuresOutput = exports.getCloudExadataInfrastructures = exports.getCloudExadataInfrastructureOutput = exports.getCloudExadataInfrastructure = exports.getAutonomousDatabasesOutput = exports.getAutonomousDatabases = exports.getAutonomousDatabaseOutput = exports.getAutonomousDatabase = exports.CloudVmCluster = exports.CloudExadataInfrastructure = exports.AutonomousDatabase = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.AutonomousDatabase = null;
utilities.lazyLoad(exports, ["AutonomousDatabase"], () => require("./autonomousDatabase"));
exports.CloudExadataInfrastructure = null;
utilities.lazyLoad(exports, ["CloudExadataInfrastructure"], () => require("./cloudExadataInfrastructure"));
exports.CloudVmCluster = null;
utilities.lazyLoad(exports, ["CloudVmCluster"], () => require("./cloudVmCluster"));
exports.getAutonomousDatabase = null;
exports.getAutonomousDatabaseOutput = null;
utilities.lazyLoad(exports, ["getAutonomousDatabase", "getAutonomousDatabaseOutput"], () => require("./getAutonomousDatabase"));
exports.getAutonomousDatabases = null;
exports.getAutonomousDatabasesOutput = null;
utilities.lazyLoad(exports, ["getAutonomousDatabases", "getAutonomousDatabasesOutput"], () => require("./getAutonomousDatabases"));
exports.getCloudExadataInfrastructure = null;
exports.getCloudExadataInfrastructureOutput = null;
utilities.lazyLoad(exports, ["getCloudExadataInfrastructure", "getCloudExadataInfrastructureOutput"], () => require("./getCloudExadataInfrastructure"));
exports.getCloudExadataInfrastructures = null;
exports.getCloudExadataInfrastructuresOutput = null;
utilities.lazyLoad(exports, ["getCloudExadataInfrastructures", "getCloudExadataInfrastructuresOutput"], () => require("./getCloudExadataInfrastructures"));
exports.getCloudVmCluster = null;
exports.getCloudVmClusterOutput = null;
utilities.lazyLoad(exports, ["getCloudVmCluster", "getCloudVmClusterOutput"], () => require("./getCloudVmCluster"));
exports.getCloudVmClusters = null;
exports.getCloudVmClustersOutput = null;
utilities.lazyLoad(exports, ["getCloudVmClusters", "getCloudVmClustersOutput"], () => require("./getCloudVmClusters"));
exports.getDbNodes = null;
exports.getDbNodesOutput = null;
utilities.lazyLoad(exports, ["getDbNodes", "getDbNodesOutput"], () => require("./getDbNodes"));
exports.getDbServers = null;
exports.getDbServersOutput = null;
utilities.lazyLoad(exports, ["getDbServers", "getDbServersOutput"], () => require("./getDbServers"));
exports.OdbNetwork = null;
utilities.lazyLoad(exports, ["OdbNetwork"], () => require("./odbNetwork"));
exports.OdbSubnet = null;
utilities.lazyLoad(exports, ["OdbSubnet"], () => require("./odbSubnet"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "gcp:oracledatabase/autonomousDatabase:AutonomousDatabase":
return new exports.AutonomousDatabase(name, undefined, { urn });
case "gcp:oracledatabase/cloudExadataInfrastructure:CloudExadataInfrastructure":
return new exports.CloudExadataInfrastructure(name, undefined, { urn });
case "gcp:oracledatabase/cloudVmCluster:CloudVmCluster":
return new exports.CloudVmCluster(name, undefined, { urn });
case "gcp:oracledatabase/odbNetwork:OdbNetwork":
return new exports.OdbNetwork(name, undefined, { urn });
case "gcp:oracledatabase/odbSubnet:OdbSubnet":
return new exports.OdbSubnet(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("gcp", "oracledatabase/autonomousDatabase", _module);
pulumi.runtime.registerResourceModule("gcp", "oracledatabase/cloudExadataInfrastructure", _module);
pulumi.runtime.registerResourceModule("gcp", "oracledatabase/cloudVmCluster", _module);
pulumi.runtime.registerResourceModule("gcp", "oracledatabase/odbNetwork", _module);
pulumi.runtime.registerResourceModule("gcp", "oracledatabase/odbSubnet", _module);
//# sourceMappingURL=index.js.map
;