@upcloud/pulumi-upcloud 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +61 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +25 -0
- package/config/vars.js +43 -0
- package/config/vars.js.map +1 -0
- package/floatingIpAddress.d.ts +128 -0
- package/floatingIpAddress.js +90 -0
- package/floatingIpAddress.js.map +1 -0
- package/gateway.d.ts +206 -0
- package/gateway.js +111 -0
- package/gateway.js.map +1 -0
- package/gatewayConnection.d.ts +157 -0
- package/gatewayConnection.js +105 -0
- package/gatewayConnection.js.map +1 -0
- package/gatewayConnectionTunnel.d.ts +129 -0
- package/gatewayConnectionTunnel.js +78 -0
- package/gatewayConnectionTunnel.js.map +1 -0
- package/getHosts.d.ts +55 -0
- package/getHosts.js +52 -0
- package/getHosts.js.map +1 -0
- package/getIpAddresses.d.ts +51 -0
- package/getIpAddresses.js +48 -0
- package/getIpAddresses.js.map +1 -0
- package/getKubernetesCluster.d.ts +33 -0
- package/getKubernetesCluster.js +28 -0
- package/getKubernetesCluster.js.map +1 -0
- package/getLoadBalancerDnsChallengeDomain.d.ts +40 -0
- package/getLoadBalancerDnsChallengeDomain.js +42 -0
- package/getLoadBalancerDnsChallengeDomain.js.map +1 -0
- package/getManagedDatabaseMysqlSessions.d.ts +83 -0
- package/getManagedDatabaseMysqlSessions.js +74 -0
- package/getManagedDatabaseMysqlSessions.js.map +1 -0
- package/getManagedDatabaseOpensearchIndices.d.ts +82 -0
- package/getManagedDatabaseOpensearchIndices.js +76 -0
- package/getManagedDatabaseOpensearchIndices.js.map +1 -0
- package/getManagedDatabasePostgresqlSessions.d.ts +83 -0
- package/getManagedDatabasePostgresqlSessions.js +74 -0
- package/getManagedDatabasePostgresqlSessions.js.map +1 -0
- package/getManagedDatabaseRedisSessions.d.ts +87 -0
- package/getManagedDatabaseRedisSessions.js +78 -0
- package/getManagedDatabaseRedisSessions.js.map +1 -0
- package/getManagedDatabaseValkeySessions.d.ts +83 -0
- package/getManagedDatabaseValkeySessions.js +74 -0
- package/getManagedDatabaseValkeySessions.js.map +1 -0
- package/getManagedObjectStoragePolicies.d.ts +33 -0
- package/getManagedObjectStoragePolicies.js +28 -0
- package/getManagedObjectStoragePolicies.js.map +1 -0
- package/getManagedObjectStorageRegions.d.ts +33 -0
- package/getManagedObjectStorageRegions.js +30 -0
- package/getManagedObjectStorageRegions.js.map +1 -0
- package/getNetworks.d.ts +60 -0
- package/getNetworks.js +56 -0
- package/getNetworks.js.map +1 -0
- package/getStorage.d.ts +163 -0
- package/getStorage.js +122 -0
- package/getStorage.js.map +1 -0
- package/getTags.d.ts +20 -0
- package/getTags.js +24 -0
- package/getTags.js.map +1 -0
- package/getZone.d.ts +42 -0
- package/getZone.js +32 -0
- package/getZone.js.map +1 -0
- package/getZones.d.ts +29 -0
- package/getZones.js +30 -0
- package/getZones.js.map +1 -0
- package/index.d.ts +177 -0
- package/index.js +287 -0
- package/index.js.map +1 -0
- package/kubernetesCluster.d.ts +237 -0
- package/kubernetesCluster.js +131 -0
- package/kubernetesCluster.js.map +1 -0
- package/kubernetesNodeGroup.d.ts +243 -0
- package/kubernetesNodeGroup.js +120 -0
- package/kubernetesNodeGroup.js.map +1 -0
- package/loadbalancer.d.ts +261 -0
- package/loadbalancer.js +122 -0
- package/loadbalancer.js.map +1 -0
- package/loadbalancerBackend.d.ts +121 -0
- package/loadbalancerBackend.js +90 -0
- package/loadbalancerBackend.js.map +1 -0
- package/loadbalancerBackendTlsConfig.d.ts +75 -0
- package/loadbalancerBackendTlsConfig.js +62 -0
- package/loadbalancerBackendTlsConfig.js.map +1 -0
- package/loadbalancerDynamicBackendMember.d.ts +169 -0
- package/loadbalancerDynamicBackendMember.js +119 -0
- package/loadbalancerDynamicBackendMember.js.map +1 -0
- package/loadbalancerDynamicCertificateBundle.d.ts +114 -0
- package/loadbalancerDynamicCertificateBundle.js +83 -0
- package/loadbalancerDynamicCertificateBundle.js.map +1 -0
- package/loadbalancerFrontend.d.ts +184 -0
- package/loadbalancerFrontend.js +126 -0
- package/loadbalancerFrontend.js.map +1 -0
- package/loadbalancerFrontendRule.d.ts +170 -0
- package/loadbalancerFrontendRule.js +125 -0
- package/loadbalancerFrontendRule.js.map +1 -0
- package/loadbalancerFrontendTlsConfig.d.ts +114 -0
- package/loadbalancerFrontendTlsConfig.js +101 -0
- package/loadbalancerFrontendTlsConfig.js.map +1 -0
- package/loadbalancerManualCertificateBundle.d.ts +111 -0
- package/loadbalancerManualCertificateBundle.js +72 -0
- package/loadbalancerManualCertificateBundle.js.map +1 -0
- package/loadbalancerResolver.d.ts +171 -0
- package/loadbalancerResolver.js +120 -0
- package/loadbalancerResolver.js.map +1 -0
- package/loadbalancerStaticBackendMember.d.ts +156 -0
- package/loadbalancerStaticBackendMember.js +106 -0
- package/loadbalancerStaticBackendMember.js.map +1 -0
- package/managedDatabaseLogicalDatabase.d.ts +109 -0
- package/managedDatabaseLogicalDatabase.js +83 -0
- package/managedDatabaseLogicalDatabase.js.map +1 -0
- package/managedDatabaseMysql.d.ts +298 -0
- package/managedDatabaseMysql.js +139 -0
- package/managedDatabaseMysql.js.map +1 -0
- package/managedDatabaseOpensearch.d.ts +317 -0
- package/managedDatabaseOpensearch.js +132 -0
- package/managedDatabaseOpensearch.js.map +1 -0
- package/managedDatabasePostgresql.d.ts +295 -0
- package/managedDatabasePostgresql.js +130 -0
- package/managedDatabasePostgresql.js.map +1 -0
- package/managedDatabaseRedis.d.ts +287 -0
- package/managedDatabaseRedis.js +128 -0
- package/managedDatabaseRedis.js.map +1 -0
- package/managedDatabaseUser.d.ts +163 -0
- package/managedDatabaseUser.js +94 -0
- package/managedDatabaseUser.js.map +1 -0
- package/managedDatabaseValkey.d.ts +285 -0
- package/managedDatabaseValkey.js +126 -0
- package/managedDatabaseValkey.js.map +1 -0
- package/managedObjectStorage.d.ts +178 -0
- package/managedObjectStorage.js +107 -0
- package/managedObjectStorage.js.map +1 -0
- package/managedObjectStorageBucket.d.ts +94 -0
- package/managedObjectStorageBucket.js +76 -0
- package/managedObjectStorageBucket.js.map +1 -0
- package/managedObjectStorageCustomDomain.d.ts +105 -0
- package/managedObjectStorageCustomDomain.js +89 -0
- package/managedObjectStorageCustomDomain.js.map +1 -0
- package/managedObjectStoragePolicy.d.ts +155 -0
- package/managedObjectStoragePolicy.js +93 -0
- package/managedObjectStoragePolicy.js.map +1 -0
- package/managedObjectStorageUser.d.ts +101 -0
- package/managedObjectStorageUser.js +80 -0
- package/managedObjectStorageUser.js.map +1 -0
- package/managedObjectStorageUserAccessKey.d.ts +128 -0
- package/managedObjectStorageUserAccessKey.js +96 -0
- package/managedObjectStorageUserAccessKey.js.map +1 -0
- package/managedObjectStorageUserPolicy.d.ts +100 -0
- package/managedObjectStorageUserPolicy.js +87 -0
- package/managedObjectStorageUserPolicy.js.map +1 -0
- package/network.d.ts +142 -0
- package/network.js +95 -0
- package/network.js.map +1 -0
- package/networkPeering.d.ts +137 -0
- package/networkPeering.js +96 -0
- package/networkPeering.js.map +1 -0
- package/objectStorage.d.ts +196 -0
- package/objectStorage.js +132 -0
- package/objectStorage.js.map +1 -0
- package/package.json +29 -0
- package/provider.d.ts +60 -0
- package/provider.js +50 -0
- package/provider.js.map +1 -0
- package/router.d.ts +124 -0
- package/router.js +77 -0
- package/router.js.map +1 -0
- package/server.d.ts +332 -0
- package/server.js +106 -0
- package/server.js.map +1 -0
- package/serverFirewallRules.d.ts +124 -0
- package/serverFirewallRules.js +107 -0
- package/serverFirewallRules.js.map +1 -0
- package/serverGroup.d.ts +160 -0
- package/serverGroup.js +91 -0
- package/serverGroup.js.map +1 -0
- package/storage.d.ts +210 -0
- package/storage.js +91 -0
- package/storage.js.map +1 -0
- package/storageTemplate.d.ts +151 -0
- package/storageTemplate.js +90 -0
- package/storageTemplate.js.map +1 -0
- package/tag.d.ts +75 -0
- package/tag.js +56 -0
- package/tag.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +3721 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +3459 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
package/getTags.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTags.js","sourceRoot":"","sources":["../getTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE,EAC7D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAYD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
|
package/getZone.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides details on given zone.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getZone(args?: GetZoneArgs, opts?: pulumi.InvokeOptions): Promise<GetZoneResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getZone.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetZoneArgs {
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated Contains the same value as `id`. Use `id` instead.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getZone.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetZoneResult {
|
|
20
|
+
readonly description: string;
|
|
21
|
+
readonly id: string;
|
|
22
|
+
/**
|
|
23
|
+
* @deprecated Contains the same value as `id`. Use `id` instead.
|
|
24
|
+
*/
|
|
25
|
+
readonly name: string;
|
|
26
|
+
readonly parentZone: string;
|
|
27
|
+
readonly public: boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Provides details on given zone.
|
|
31
|
+
*/
|
|
32
|
+
export declare function getZoneOutput(args?: GetZoneOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZoneResult>;
|
|
33
|
+
/**
|
|
34
|
+
* A collection of arguments for invoking getZone.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetZoneOutputArgs {
|
|
37
|
+
id?: pulumi.Input<string>;
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated Contains the same value as `id`. Use `id` instead.
|
|
40
|
+
*/
|
|
41
|
+
name?: pulumi.Input<string>;
|
|
42
|
+
}
|
package/getZone.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZoneOutput = exports.getZone = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides details on given zone.
|
|
10
|
+
*/
|
|
11
|
+
function getZone(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("upcloud:index/getZone:getZone", {
|
|
15
|
+
"id": args.id,
|
|
16
|
+
"name": args.name,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getZone = getZone;
|
|
20
|
+
/**
|
|
21
|
+
* Provides details on given zone.
|
|
22
|
+
*/
|
|
23
|
+
function getZoneOutput(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invokeOutput("upcloud:index/getZone:getZone", {
|
|
27
|
+
"id": args.id,
|
|
28
|
+
"name": args.name,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getZoneOutput = getZoneOutput;
|
|
32
|
+
//# sourceMappingURL=getZone.js.map
|
package/getZone.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AA0BD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
|
package/getZones.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Returns a list of available UpCloud zones.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getZones(args?: GetZonesArgs, opts?: pulumi.InvokeOptions): Promise<GetZonesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getZones.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetZonesArgs {
|
|
10
|
+
filterType?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getZones.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetZonesResult {
|
|
16
|
+
readonly filterType?: string;
|
|
17
|
+
readonly id: string;
|
|
18
|
+
readonly zoneIds: string[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Returns a list of available UpCloud zones.
|
|
22
|
+
*/
|
|
23
|
+
export declare function getZonesOutput(args?: GetZonesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZonesResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getZones.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetZonesOutputArgs {
|
|
28
|
+
filterType?: pulumi.Input<string>;
|
|
29
|
+
}
|
package/getZones.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZonesOutput = exports.getZones = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Returns a list of available UpCloud zones.
|
|
10
|
+
*/
|
|
11
|
+
function getZones(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("upcloud:index/getZones:getZones", {
|
|
15
|
+
"filterType": args.filterType,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getZones = getZones;
|
|
19
|
+
/**
|
|
20
|
+
* Returns a list of available UpCloud zones.
|
|
21
|
+
*/
|
|
22
|
+
function getZonesOutput(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("upcloud:index/getZones:getZones", {
|
|
26
|
+
"filterType": args.filterType,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getZonesOutput = getZonesOutput;
|
|
30
|
+
//# sourceMappingURL=getZones.js.map
|
package/getZones.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZones.js","sourceRoot":"","sources":["../getZones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAiBD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
export { FloatingIpAddressArgs, FloatingIpAddressState } from "./floatingIpAddress";
|
|
2
|
+
export type FloatingIpAddress = import("./floatingIpAddress").FloatingIpAddress;
|
|
3
|
+
export declare const FloatingIpAddress: typeof import("./floatingIpAddress").FloatingIpAddress;
|
|
4
|
+
export { GatewayArgs, GatewayState } from "./gateway";
|
|
5
|
+
export type Gateway = import("./gateway").Gateway;
|
|
6
|
+
export declare const Gateway: typeof import("./gateway").Gateway;
|
|
7
|
+
export { GatewayConnectionArgs, GatewayConnectionState } from "./gatewayConnection";
|
|
8
|
+
export type GatewayConnection = import("./gatewayConnection").GatewayConnection;
|
|
9
|
+
export declare const GatewayConnection: typeof import("./gatewayConnection").GatewayConnection;
|
|
10
|
+
export { GatewayConnectionTunnelArgs, GatewayConnectionTunnelState } from "./gatewayConnectionTunnel";
|
|
11
|
+
export type GatewayConnectionTunnel = import("./gatewayConnectionTunnel").GatewayConnectionTunnel;
|
|
12
|
+
export declare const GatewayConnectionTunnel: typeof import("./gatewayConnectionTunnel").GatewayConnectionTunnel;
|
|
13
|
+
export { GetHostsArgs, GetHostsResult, GetHostsOutputArgs } from "./getHosts";
|
|
14
|
+
export declare const getHosts: typeof import("./getHosts").getHosts;
|
|
15
|
+
export declare const getHostsOutput: typeof import("./getHosts").getHostsOutput;
|
|
16
|
+
export { GetIpAddressesArgs, GetIpAddressesResult, GetIpAddressesOutputArgs } from "./getIpAddresses";
|
|
17
|
+
export declare const getIpAddresses: typeof import("./getIpAddresses").getIpAddresses;
|
|
18
|
+
export declare const getIpAddressesOutput: typeof import("./getIpAddresses").getIpAddressesOutput;
|
|
19
|
+
export { GetKubernetesClusterArgs, GetKubernetesClusterResult, GetKubernetesClusterOutputArgs } from "./getKubernetesCluster";
|
|
20
|
+
export declare const getKubernetesCluster: typeof import("./getKubernetesCluster").getKubernetesCluster;
|
|
21
|
+
export declare const getKubernetesClusterOutput: typeof import("./getKubernetesCluster").getKubernetesClusterOutput;
|
|
22
|
+
export { GetLoadBalancerDnsChallengeDomainResult } from "./getLoadBalancerDnsChallengeDomain";
|
|
23
|
+
export declare const getLoadBalancerDnsChallengeDomain: typeof import("./getLoadBalancerDnsChallengeDomain").getLoadBalancerDnsChallengeDomain;
|
|
24
|
+
export declare const getLoadBalancerDnsChallengeDomainOutput: typeof import("./getLoadBalancerDnsChallengeDomain").getLoadBalancerDnsChallengeDomainOutput;
|
|
25
|
+
export { GetManagedDatabaseMysqlSessionsArgs, GetManagedDatabaseMysqlSessionsResult, GetManagedDatabaseMysqlSessionsOutputArgs } from "./getManagedDatabaseMysqlSessions";
|
|
26
|
+
export declare const getManagedDatabaseMysqlSessions: typeof import("./getManagedDatabaseMysqlSessions").getManagedDatabaseMysqlSessions;
|
|
27
|
+
export declare const getManagedDatabaseMysqlSessionsOutput: typeof import("./getManagedDatabaseMysqlSessions").getManagedDatabaseMysqlSessionsOutput;
|
|
28
|
+
export { GetManagedDatabaseOpensearchIndicesArgs, GetManagedDatabaseOpensearchIndicesResult, GetManagedDatabaseOpensearchIndicesOutputArgs } from "./getManagedDatabaseOpensearchIndices";
|
|
29
|
+
export declare const getManagedDatabaseOpensearchIndices: typeof import("./getManagedDatabaseOpensearchIndices").getManagedDatabaseOpensearchIndices;
|
|
30
|
+
export declare const getManagedDatabaseOpensearchIndicesOutput: typeof import("./getManagedDatabaseOpensearchIndices").getManagedDatabaseOpensearchIndicesOutput;
|
|
31
|
+
export { GetManagedDatabasePostgresqlSessionsArgs, GetManagedDatabasePostgresqlSessionsResult, GetManagedDatabasePostgresqlSessionsOutputArgs } from "./getManagedDatabasePostgresqlSessions";
|
|
32
|
+
export declare const getManagedDatabasePostgresqlSessions: typeof import("./getManagedDatabasePostgresqlSessions").getManagedDatabasePostgresqlSessions;
|
|
33
|
+
export declare const getManagedDatabasePostgresqlSessionsOutput: typeof import("./getManagedDatabasePostgresqlSessions").getManagedDatabasePostgresqlSessionsOutput;
|
|
34
|
+
export { GetManagedDatabaseRedisSessionsArgs, GetManagedDatabaseRedisSessionsResult, GetManagedDatabaseRedisSessionsOutputArgs } from "./getManagedDatabaseRedisSessions";
|
|
35
|
+
export declare const getManagedDatabaseRedisSessions: typeof import("./getManagedDatabaseRedisSessions").getManagedDatabaseRedisSessions;
|
|
36
|
+
export declare const getManagedDatabaseRedisSessionsOutput: typeof import("./getManagedDatabaseRedisSessions").getManagedDatabaseRedisSessionsOutput;
|
|
37
|
+
export { GetManagedDatabaseValkeySessionsArgs, GetManagedDatabaseValkeySessionsResult, GetManagedDatabaseValkeySessionsOutputArgs } from "./getManagedDatabaseValkeySessions";
|
|
38
|
+
export declare const getManagedDatabaseValkeySessions: typeof import("./getManagedDatabaseValkeySessions").getManagedDatabaseValkeySessions;
|
|
39
|
+
export declare const getManagedDatabaseValkeySessionsOutput: typeof import("./getManagedDatabaseValkeySessions").getManagedDatabaseValkeySessionsOutput;
|
|
40
|
+
export { GetManagedObjectStoragePoliciesArgs, GetManagedObjectStoragePoliciesResult, GetManagedObjectStoragePoliciesOutputArgs } from "./getManagedObjectStoragePolicies";
|
|
41
|
+
export declare const getManagedObjectStoragePolicies: typeof import("./getManagedObjectStoragePolicies").getManagedObjectStoragePolicies;
|
|
42
|
+
export declare const getManagedObjectStoragePoliciesOutput: typeof import("./getManagedObjectStoragePolicies").getManagedObjectStoragePoliciesOutput;
|
|
43
|
+
export { GetManagedObjectStorageRegionsArgs, GetManagedObjectStorageRegionsResult, GetManagedObjectStorageRegionsOutputArgs } from "./getManagedObjectStorageRegions";
|
|
44
|
+
export declare const getManagedObjectStorageRegions: typeof import("./getManagedObjectStorageRegions").getManagedObjectStorageRegions;
|
|
45
|
+
export declare const getManagedObjectStorageRegionsOutput: typeof import("./getManagedObjectStorageRegions").getManagedObjectStorageRegionsOutput;
|
|
46
|
+
export { GetNetworksArgs, GetNetworksResult, GetNetworksOutputArgs } from "./getNetworks";
|
|
47
|
+
export declare const getNetworks: typeof import("./getNetworks").getNetworks;
|
|
48
|
+
export declare const getNetworksOutput: typeof import("./getNetworks").getNetworksOutput;
|
|
49
|
+
export { GetStorageArgs, GetStorageResult, GetStorageOutputArgs } from "./getStorage";
|
|
50
|
+
export declare const getStorage: typeof import("./getStorage").getStorage;
|
|
51
|
+
export declare const getStorageOutput: typeof import("./getStorage").getStorageOutput;
|
|
52
|
+
export { GetTagsResult } from "./getTags";
|
|
53
|
+
export declare const getTags: typeof import("./getTags").getTags;
|
|
54
|
+
export declare const getTagsOutput: typeof import("./getTags").getTagsOutput;
|
|
55
|
+
export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone";
|
|
56
|
+
export declare const getZone: typeof import("./getZone").getZone;
|
|
57
|
+
export declare const getZoneOutput: typeof import("./getZone").getZoneOutput;
|
|
58
|
+
export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones";
|
|
59
|
+
export declare const getZones: typeof import("./getZones").getZones;
|
|
60
|
+
export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
|
|
61
|
+
export { KubernetesClusterArgs, KubernetesClusterState } from "./kubernetesCluster";
|
|
62
|
+
export type KubernetesCluster = import("./kubernetesCluster").KubernetesCluster;
|
|
63
|
+
export declare const KubernetesCluster: typeof import("./kubernetesCluster").KubernetesCluster;
|
|
64
|
+
export { KubernetesNodeGroupArgs, KubernetesNodeGroupState } from "./kubernetesNodeGroup";
|
|
65
|
+
export type KubernetesNodeGroup = import("./kubernetesNodeGroup").KubernetesNodeGroup;
|
|
66
|
+
export declare const KubernetesNodeGroup: typeof import("./kubernetesNodeGroup").KubernetesNodeGroup;
|
|
67
|
+
export { LoadbalancerArgs, LoadbalancerState } from "./loadbalancer";
|
|
68
|
+
export type Loadbalancer = import("./loadbalancer").Loadbalancer;
|
|
69
|
+
export declare const Loadbalancer: typeof import("./loadbalancer").Loadbalancer;
|
|
70
|
+
export { LoadbalancerBackendArgs, LoadbalancerBackendState } from "./loadbalancerBackend";
|
|
71
|
+
export type LoadbalancerBackend = import("./loadbalancerBackend").LoadbalancerBackend;
|
|
72
|
+
export declare const LoadbalancerBackend: typeof import("./loadbalancerBackend").LoadbalancerBackend;
|
|
73
|
+
export { LoadbalancerBackendTlsConfigArgs, LoadbalancerBackendTlsConfigState } from "./loadbalancerBackendTlsConfig";
|
|
74
|
+
export type LoadbalancerBackendTlsConfig = import("./loadbalancerBackendTlsConfig").LoadbalancerBackendTlsConfig;
|
|
75
|
+
export declare const LoadbalancerBackendTlsConfig: typeof import("./loadbalancerBackendTlsConfig").LoadbalancerBackendTlsConfig;
|
|
76
|
+
export { LoadbalancerDynamicBackendMemberArgs, LoadbalancerDynamicBackendMemberState } from "./loadbalancerDynamicBackendMember";
|
|
77
|
+
export type LoadbalancerDynamicBackendMember = import("./loadbalancerDynamicBackendMember").LoadbalancerDynamicBackendMember;
|
|
78
|
+
export declare const LoadbalancerDynamicBackendMember: typeof import("./loadbalancerDynamicBackendMember").LoadbalancerDynamicBackendMember;
|
|
79
|
+
export { LoadbalancerDynamicCertificateBundleArgs, LoadbalancerDynamicCertificateBundleState } from "./loadbalancerDynamicCertificateBundle";
|
|
80
|
+
export type LoadbalancerDynamicCertificateBundle = import("./loadbalancerDynamicCertificateBundle").LoadbalancerDynamicCertificateBundle;
|
|
81
|
+
export declare const LoadbalancerDynamicCertificateBundle: typeof import("./loadbalancerDynamicCertificateBundle").LoadbalancerDynamicCertificateBundle;
|
|
82
|
+
export { LoadbalancerFrontendArgs, LoadbalancerFrontendState } from "./loadbalancerFrontend";
|
|
83
|
+
export type LoadbalancerFrontend = import("./loadbalancerFrontend").LoadbalancerFrontend;
|
|
84
|
+
export declare const LoadbalancerFrontend: typeof import("./loadbalancerFrontend").LoadbalancerFrontend;
|
|
85
|
+
export { LoadbalancerFrontendRuleArgs, LoadbalancerFrontendRuleState } from "./loadbalancerFrontendRule";
|
|
86
|
+
export type LoadbalancerFrontendRule = import("./loadbalancerFrontendRule").LoadbalancerFrontendRule;
|
|
87
|
+
export declare const LoadbalancerFrontendRule: typeof import("./loadbalancerFrontendRule").LoadbalancerFrontendRule;
|
|
88
|
+
export { LoadbalancerFrontendTlsConfigArgs, LoadbalancerFrontendTlsConfigState } from "./loadbalancerFrontendTlsConfig";
|
|
89
|
+
export type LoadbalancerFrontendTlsConfig = import("./loadbalancerFrontendTlsConfig").LoadbalancerFrontendTlsConfig;
|
|
90
|
+
export declare const LoadbalancerFrontendTlsConfig: typeof import("./loadbalancerFrontendTlsConfig").LoadbalancerFrontendTlsConfig;
|
|
91
|
+
export { LoadbalancerManualCertificateBundleArgs, LoadbalancerManualCertificateBundleState } from "./loadbalancerManualCertificateBundle";
|
|
92
|
+
export type LoadbalancerManualCertificateBundle = import("./loadbalancerManualCertificateBundle").LoadbalancerManualCertificateBundle;
|
|
93
|
+
export declare const LoadbalancerManualCertificateBundle: typeof import("./loadbalancerManualCertificateBundle").LoadbalancerManualCertificateBundle;
|
|
94
|
+
export { LoadbalancerResolverArgs, LoadbalancerResolverState } from "./loadbalancerResolver";
|
|
95
|
+
export type LoadbalancerResolver = import("./loadbalancerResolver").LoadbalancerResolver;
|
|
96
|
+
export declare const LoadbalancerResolver: typeof import("./loadbalancerResolver").LoadbalancerResolver;
|
|
97
|
+
export { LoadbalancerStaticBackendMemberArgs, LoadbalancerStaticBackendMemberState } from "./loadbalancerStaticBackendMember";
|
|
98
|
+
export type LoadbalancerStaticBackendMember = import("./loadbalancerStaticBackendMember").LoadbalancerStaticBackendMember;
|
|
99
|
+
export declare const LoadbalancerStaticBackendMember: typeof import("./loadbalancerStaticBackendMember").LoadbalancerStaticBackendMember;
|
|
100
|
+
export { ManagedDatabaseLogicalDatabaseArgs, ManagedDatabaseLogicalDatabaseState } from "./managedDatabaseLogicalDatabase";
|
|
101
|
+
export type ManagedDatabaseLogicalDatabase = import("./managedDatabaseLogicalDatabase").ManagedDatabaseLogicalDatabase;
|
|
102
|
+
export declare const ManagedDatabaseLogicalDatabase: typeof import("./managedDatabaseLogicalDatabase").ManagedDatabaseLogicalDatabase;
|
|
103
|
+
export { ManagedDatabaseMysqlArgs, ManagedDatabaseMysqlState } from "./managedDatabaseMysql";
|
|
104
|
+
export type ManagedDatabaseMysql = import("./managedDatabaseMysql").ManagedDatabaseMysql;
|
|
105
|
+
export declare const ManagedDatabaseMysql: typeof import("./managedDatabaseMysql").ManagedDatabaseMysql;
|
|
106
|
+
export { ManagedDatabaseOpensearchArgs, ManagedDatabaseOpensearchState } from "./managedDatabaseOpensearch";
|
|
107
|
+
export type ManagedDatabaseOpensearch = import("./managedDatabaseOpensearch").ManagedDatabaseOpensearch;
|
|
108
|
+
export declare const ManagedDatabaseOpensearch: typeof import("./managedDatabaseOpensearch").ManagedDatabaseOpensearch;
|
|
109
|
+
export { ManagedDatabasePostgresqlArgs, ManagedDatabasePostgresqlState } from "./managedDatabasePostgresql";
|
|
110
|
+
export type ManagedDatabasePostgresql = import("./managedDatabasePostgresql").ManagedDatabasePostgresql;
|
|
111
|
+
export declare const ManagedDatabasePostgresql: typeof import("./managedDatabasePostgresql").ManagedDatabasePostgresql;
|
|
112
|
+
export { ManagedDatabaseRedisArgs, ManagedDatabaseRedisState } from "./managedDatabaseRedis";
|
|
113
|
+
export type ManagedDatabaseRedis = import("./managedDatabaseRedis").ManagedDatabaseRedis;
|
|
114
|
+
export declare const ManagedDatabaseRedis: typeof import("./managedDatabaseRedis").ManagedDatabaseRedis;
|
|
115
|
+
export { ManagedDatabaseUserArgs, ManagedDatabaseUserState } from "./managedDatabaseUser";
|
|
116
|
+
export type ManagedDatabaseUser = import("./managedDatabaseUser").ManagedDatabaseUser;
|
|
117
|
+
export declare const ManagedDatabaseUser: typeof import("./managedDatabaseUser").ManagedDatabaseUser;
|
|
118
|
+
export { ManagedDatabaseValkeyArgs, ManagedDatabaseValkeyState } from "./managedDatabaseValkey";
|
|
119
|
+
export type ManagedDatabaseValkey = import("./managedDatabaseValkey").ManagedDatabaseValkey;
|
|
120
|
+
export declare const ManagedDatabaseValkey: typeof import("./managedDatabaseValkey").ManagedDatabaseValkey;
|
|
121
|
+
export { ManagedObjectStorageArgs, ManagedObjectStorageState } from "./managedObjectStorage";
|
|
122
|
+
export type ManagedObjectStorage = import("./managedObjectStorage").ManagedObjectStorage;
|
|
123
|
+
export declare const ManagedObjectStorage: typeof import("./managedObjectStorage").ManagedObjectStorage;
|
|
124
|
+
export { ManagedObjectStorageBucketArgs, ManagedObjectStorageBucketState } from "./managedObjectStorageBucket";
|
|
125
|
+
export type ManagedObjectStorageBucket = import("./managedObjectStorageBucket").ManagedObjectStorageBucket;
|
|
126
|
+
export declare const ManagedObjectStorageBucket: typeof import("./managedObjectStorageBucket").ManagedObjectStorageBucket;
|
|
127
|
+
export { ManagedObjectStorageCustomDomainArgs, ManagedObjectStorageCustomDomainState } from "./managedObjectStorageCustomDomain";
|
|
128
|
+
export type ManagedObjectStorageCustomDomain = import("./managedObjectStorageCustomDomain").ManagedObjectStorageCustomDomain;
|
|
129
|
+
export declare const ManagedObjectStorageCustomDomain: typeof import("./managedObjectStorageCustomDomain").ManagedObjectStorageCustomDomain;
|
|
130
|
+
export { ManagedObjectStoragePolicyArgs, ManagedObjectStoragePolicyState } from "./managedObjectStoragePolicy";
|
|
131
|
+
export type ManagedObjectStoragePolicy = import("./managedObjectStoragePolicy").ManagedObjectStoragePolicy;
|
|
132
|
+
export declare const ManagedObjectStoragePolicy: typeof import("./managedObjectStoragePolicy").ManagedObjectStoragePolicy;
|
|
133
|
+
export { ManagedObjectStorageUserArgs, ManagedObjectStorageUserState } from "./managedObjectStorageUser";
|
|
134
|
+
export type ManagedObjectStorageUser = import("./managedObjectStorageUser").ManagedObjectStorageUser;
|
|
135
|
+
export declare const ManagedObjectStorageUser: typeof import("./managedObjectStorageUser").ManagedObjectStorageUser;
|
|
136
|
+
export { ManagedObjectStorageUserAccessKeyArgs, ManagedObjectStorageUserAccessKeyState } from "./managedObjectStorageUserAccessKey";
|
|
137
|
+
export type ManagedObjectStorageUserAccessKey = import("./managedObjectStorageUserAccessKey").ManagedObjectStorageUserAccessKey;
|
|
138
|
+
export declare const ManagedObjectStorageUserAccessKey: typeof import("./managedObjectStorageUserAccessKey").ManagedObjectStorageUserAccessKey;
|
|
139
|
+
export { ManagedObjectStorageUserPolicyArgs, ManagedObjectStorageUserPolicyState } from "./managedObjectStorageUserPolicy";
|
|
140
|
+
export type ManagedObjectStorageUserPolicy = import("./managedObjectStorageUserPolicy").ManagedObjectStorageUserPolicy;
|
|
141
|
+
export declare const ManagedObjectStorageUserPolicy: typeof import("./managedObjectStorageUserPolicy").ManagedObjectStorageUserPolicy;
|
|
142
|
+
export { NetworkArgs, NetworkState } from "./network";
|
|
143
|
+
export type Network = import("./network").Network;
|
|
144
|
+
export declare const Network: typeof import("./network").Network;
|
|
145
|
+
export { NetworkPeeringArgs, NetworkPeeringState } from "./networkPeering";
|
|
146
|
+
export type NetworkPeering = import("./networkPeering").NetworkPeering;
|
|
147
|
+
export declare const NetworkPeering: typeof import("./networkPeering").NetworkPeering;
|
|
148
|
+
export { ObjectStorageArgs, ObjectStorageState } from "./objectStorage";
|
|
149
|
+
export type ObjectStorage = import("./objectStorage").ObjectStorage;
|
|
150
|
+
export declare const ObjectStorage: typeof import("./objectStorage").ObjectStorage;
|
|
151
|
+
export { ProviderArgs } from "./provider";
|
|
152
|
+
export type Provider = import("./provider").Provider;
|
|
153
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
154
|
+
export { RouterArgs, RouterState } from "./router";
|
|
155
|
+
export type Router = import("./router").Router;
|
|
156
|
+
export declare const Router: typeof import("./router").Router;
|
|
157
|
+
export { ServerArgs, ServerState } from "./server";
|
|
158
|
+
export type Server = import("./server").Server;
|
|
159
|
+
export declare const Server: typeof import("./server").Server;
|
|
160
|
+
export { ServerFirewallRulesArgs, ServerFirewallRulesState } from "./serverFirewallRules";
|
|
161
|
+
export type ServerFirewallRules = import("./serverFirewallRules").ServerFirewallRules;
|
|
162
|
+
export declare const ServerFirewallRules: typeof import("./serverFirewallRules").ServerFirewallRules;
|
|
163
|
+
export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
|
|
164
|
+
export type ServerGroup = import("./serverGroup").ServerGroup;
|
|
165
|
+
export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
|
|
166
|
+
export { StorageArgs, StorageState } from "./storage";
|
|
167
|
+
export type Storage = import("./storage").Storage;
|
|
168
|
+
export declare const Storage: typeof import("./storage").Storage;
|
|
169
|
+
export { StorageTemplateArgs, StorageTemplateState } from "./storageTemplate";
|
|
170
|
+
export type StorageTemplate = import("./storageTemplate").StorageTemplate;
|
|
171
|
+
export declare const StorageTemplate: typeof import("./storageTemplate").StorageTemplate;
|
|
172
|
+
export { TagArgs, TagState } from "./tag";
|
|
173
|
+
export type Tag = import("./tag").Tag;
|
|
174
|
+
export declare const Tag: typeof import("./tag").Tag;
|
|
175
|
+
import * as config from "./config";
|
|
176
|
+
import * as types from "./types";
|
|
177
|
+
export { config, types, };
|
package/index.js
ADDED
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ManagedDatabaseLogicalDatabase = exports.LoadbalancerStaticBackendMember = exports.LoadbalancerResolver = exports.LoadbalancerManualCertificateBundle = exports.LoadbalancerFrontendTlsConfig = exports.LoadbalancerFrontendRule = exports.LoadbalancerFrontend = exports.LoadbalancerDynamicCertificateBundle = exports.LoadbalancerDynamicBackendMember = exports.LoadbalancerBackendTlsConfig = exports.LoadbalancerBackend = exports.Loadbalancer = exports.KubernetesNodeGroup = exports.KubernetesCluster = exports.getZonesOutput = exports.getZones = exports.getZoneOutput = exports.getZone = exports.getTagsOutput = exports.getTags = exports.getStorageOutput = exports.getStorage = exports.getNetworksOutput = exports.getNetworks = exports.getManagedObjectStorageRegionsOutput = exports.getManagedObjectStorageRegions = exports.getManagedObjectStoragePoliciesOutput = exports.getManagedObjectStoragePolicies = exports.getManagedDatabaseValkeySessionsOutput = exports.getManagedDatabaseValkeySessions = exports.getManagedDatabaseRedisSessionsOutput = exports.getManagedDatabaseRedisSessions = exports.getManagedDatabasePostgresqlSessionsOutput = exports.getManagedDatabasePostgresqlSessions = exports.getManagedDatabaseOpensearchIndicesOutput = exports.getManagedDatabaseOpensearchIndices = exports.getManagedDatabaseMysqlSessionsOutput = exports.getManagedDatabaseMysqlSessions = exports.getLoadBalancerDnsChallengeDomainOutput = exports.getLoadBalancerDnsChallengeDomain = exports.getKubernetesClusterOutput = exports.getKubernetesCluster = exports.getIpAddressesOutput = exports.getIpAddresses = exports.getHostsOutput = exports.getHosts = exports.GatewayConnectionTunnel = exports.GatewayConnection = exports.Gateway = exports.FloatingIpAddress = void 0;
|
|
6
|
+
exports.types = exports.config = exports.Tag = exports.StorageTemplate = exports.Storage = exports.ServerGroup = exports.ServerFirewallRules = exports.Server = exports.Router = exports.Provider = exports.ObjectStorage = exports.NetworkPeering = exports.Network = exports.ManagedObjectStorageUserPolicy = exports.ManagedObjectStorageUserAccessKey = exports.ManagedObjectStorageUser = exports.ManagedObjectStoragePolicy = exports.ManagedObjectStorageCustomDomain = exports.ManagedObjectStorageBucket = exports.ManagedObjectStorage = exports.ManagedDatabaseValkey = exports.ManagedDatabaseUser = exports.ManagedDatabaseRedis = exports.ManagedDatabasePostgresql = exports.ManagedDatabaseOpensearch = exports.ManagedDatabaseMysql = void 0;
|
|
7
|
+
const pulumi = require("@pulumi/pulumi");
|
|
8
|
+
const utilities = require("./utilities");
|
|
9
|
+
exports.FloatingIpAddress = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["FloatingIpAddress"], () => require("./floatingIpAddress"));
|
|
11
|
+
exports.Gateway = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["Gateway"], () => require("./gateway"));
|
|
13
|
+
exports.GatewayConnection = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["GatewayConnection"], () => require("./gatewayConnection"));
|
|
15
|
+
exports.GatewayConnectionTunnel = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["GatewayConnectionTunnel"], () => require("./gatewayConnectionTunnel"));
|
|
17
|
+
exports.getHosts = null;
|
|
18
|
+
exports.getHostsOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["getHosts", "getHostsOutput"], () => require("./getHosts"));
|
|
20
|
+
exports.getIpAddresses = null;
|
|
21
|
+
exports.getIpAddressesOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getIpAddresses", "getIpAddressesOutput"], () => require("./getIpAddresses"));
|
|
23
|
+
exports.getKubernetesCluster = null;
|
|
24
|
+
exports.getKubernetesClusterOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getKubernetesCluster", "getKubernetesClusterOutput"], () => require("./getKubernetesCluster"));
|
|
26
|
+
exports.getLoadBalancerDnsChallengeDomain = null;
|
|
27
|
+
exports.getLoadBalancerDnsChallengeDomainOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getLoadBalancerDnsChallengeDomain", "getLoadBalancerDnsChallengeDomainOutput"], () => require("./getLoadBalancerDnsChallengeDomain"));
|
|
29
|
+
exports.getManagedDatabaseMysqlSessions = null;
|
|
30
|
+
exports.getManagedDatabaseMysqlSessionsOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["getManagedDatabaseMysqlSessions", "getManagedDatabaseMysqlSessionsOutput"], () => require("./getManagedDatabaseMysqlSessions"));
|
|
32
|
+
exports.getManagedDatabaseOpensearchIndices = null;
|
|
33
|
+
exports.getManagedDatabaseOpensearchIndicesOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getManagedDatabaseOpensearchIndices", "getManagedDatabaseOpensearchIndicesOutput"], () => require("./getManagedDatabaseOpensearchIndices"));
|
|
35
|
+
exports.getManagedDatabasePostgresqlSessions = null;
|
|
36
|
+
exports.getManagedDatabasePostgresqlSessionsOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getManagedDatabasePostgresqlSessions", "getManagedDatabasePostgresqlSessionsOutput"], () => require("./getManagedDatabasePostgresqlSessions"));
|
|
38
|
+
exports.getManagedDatabaseRedisSessions = null;
|
|
39
|
+
exports.getManagedDatabaseRedisSessionsOutput = null;
|
|
40
|
+
utilities.lazyLoad(exports, ["getManagedDatabaseRedisSessions", "getManagedDatabaseRedisSessionsOutput"], () => require("./getManagedDatabaseRedisSessions"));
|
|
41
|
+
exports.getManagedDatabaseValkeySessions = null;
|
|
42
|
+
exports.getManagedDatabaseValkeySessionsOutput = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["getManagedDatabaseValkeySessions", "getManagedDatabaseValkeySessionsOutput"], () => require("./getManagedDatabaseValkeySessions"));
|
|
44
|
+
exports.getManagedObjectStoragePolicies = null;
|
|
45
|
+
exports.getManagedObjectStoragePoliciesOutput = null;
|
|
46
|
+
utilities.lazyLoad(exports, ["getManagedObjectStoragePolicies", "getManagedObjectStoragePoliciesOutput"], () => require("./getManagedObjectStoragePolicies"));
|
|
47
|
+
exports.getManagedObjectStorageRegions = null;
|
|
48
|
+
exports.getManagedObjectStorageRegionsOutput = null;
|
|
49
|
+
utilities.lazyLoad(exports, ["getManagedObjectStorageRegions", "getManagedObjectStorageRegionsOutput"], () => require("./getManagedObjectStorageRegions"));
|
|
50
|
+
exports.getNetworks = null;
|
|
51
|
+
exports.getNetworksOutput = null;
|
|
52
|
+
utilities.lazyLoad(exports, ["getNetworks", "getNetworksOutput"], () => require("./getNetworks"));
|
|
53
|
+
exports.getStorage = null;
|
|
54
|
+
exports.getStorageOutput = null;
|
|
55
|
+
utilities.lazyLoad(exports, ["getStorage", "getStorageOutput"], () => require("./getStorage"));
|
|
56
|
+
exports.getTags = null;
|
|
57
|
+
exports.getTagsOutput = null;
|
|
58
|
+
utilities.lazyLoad(exports, ["getTags", "getTagsOutput"], () => require("./getTags"));
|
|
59
|
+
exports.getZone = null;
|
|
60
|
+
exports.getZoneOutput = null;
|
|
61
|
+
utilities.lazyLoad(exports, ["getZone", "getZoneOutput"], () => require("./getZone"));
|
|
62
|
+
exports.getZones = null;
|
|
63
|
+
exports.getZonesOutput = null;
|
|
64
|
+
utilities.lazyLoad(exports, ["getZones", "getZonesOutput"], () => require("./getZones"));
|
|
65
|
+
exports.KubernetesCluster = null;
|
|
66
|
+
utilities.lazyLoad(exports, ["KubernetesCluster"], () => require("./kubernetesCluster"));
|
|
67
|
+
exports.KubernetesNodeGroup = null;
|
|
68
|
+
utilities.lazyLoad(exports, ["KubernetesNodeGroup"], () => require("./kubernetesNodeGroup"));
|
|
69
|
+
exports.Loadbalancer = null;
|
|
70
|
+
utilities.lazyLoad(exports, ["Loadbalancer"], () => require("./loadbalancer"));
|
|
71
|
+
exports.LoadbalancerBackend = null;
|
|
72
|
+
utilities.lazyLoad(exports, ["LoadbalancerBackend"], () => require("./loadbalancerBackend"));
|
|
73
|
+
exports.LoadbalancerBackendTlsConfig = null;
|
|
74
|
+
utilities.lazyLoad(exports, ["LoadbalancerBackendTlsConfig"], () => require("./loadbalancerBackendTlsConfig"));
|
|
75
|
+
exports.LoadbalancerDynamicBackendMember = null;
|
|
76
|
+
utilities.lazyLoad(exports, ["LoadbalancerDynamicBackendMember"], () => require("./loadbalancerDynamicBackendMember"));
|
|
77
|
+
exports.LoadbalancerDynamicCertificateBundle = null;
|
|
78
|
+
utilities.lazyLoad(exports, ["LoadbalancerDynamicCertificateBundle"], () => require("./loadbalancerDynamicCertificateBundle"));
|
|
79
|
+
exports.LoadbalancerFrontend = null;
|
|
80
|
+
utilities.lazyLoad(exports, ["LoadbalancerFrontend"], () => require("./loadbalancerFrontend"));
|
|
81
|
+
exports.LoadbalancerFrontendRule = null;
|
|
82
|
+
utilities.lazyLoad(exports, ["LoadbalancerFrontendRule"], () => require("./loadbalancerFrontendRule"));
|
|
83
|
+
exports.LoadbalancerFrontendTlsConfig = null;
|
|
84
|
+
utilities.lazyLoad(exports, ["LoadbalancerFrontendTlsConfig"], () => require("./loadbalancerFrontendTlsConfig"));
|
|
85
|
+
exports.LoadbalancerManualCertificateBundle = null;
|
|
86
|
+
utilities.lazyLoad(exports, ["LoadbalancerManualCertificateBundle"], () => require("./loadbalancerManualCertificateBundle"));
|
|
87
|
+
exports.LoadbalancerResolver = null;
|
|
88
|
+
utilities.lazyLoad(exports, ["LoadbalancerResolver"], () => require("./loadbalancerResolver"));
|
|
89
|
+
exports.LoadbalancerStaticBackendMember = null;
|
|
90
|
+
utilities.lazyLoad(exports, ["LoadbalancerStaticBackendMember"], () => require("./loadbalancerStaticBackendMember"));
|
|
91
|
+
exports.ManagedDatabaseLogicalDatabase = null;
|
|
92
|
+
utilities.lazyLoad(exports, ["ManagedDatabaseLogicalDatabase"], () => require("./managedDatabaseLogicalDatabase"));
|
|
93
|
+
exports.ManagedDatabaseMysql = null;
|
|
94
|
+
utilities.lazyLoad(exports, ["ManagedDatabaseMysql"], () => require("./managedDatabaseMysql"));
|
|
95
|
+
exports.ManagedDatabaseOpensearch = null;
|
|
96
|
+
utilities.lazyLoad(exports, ["ManagedDatabaseOpensearch"], () => require("./managedDatabaseOpensearch"));
|
|
97
|
+
exports.ManagedDatabasePostgresql = null;
|
|
98
|
+
utilities.lazyLoad(exports, ["ManagedDatabasePostgresql"], () => require("./managedDatabasePostgresql"));
|
|
99
|
+
exports.ManagedDatabaseRedis = null;
|
|
100
|
+
utilities.lazyLoad(exports, ["ManagedDatabaseRedis"], () => require("./managedDatabaseRedis"));
|
|
101
|
+
exports.ManagedDatabaseUser = null;
|
|
102
|
+
utilities.lazyLoad(exports, ["ManagedDatabaseUser"], () => require("./managedDatabaseUser"));
|
|
103
|
+
exports.ManagedDatabaseValkey = null;
|
|
104
|
+
utilities.lazyLoad(exports, ["ManagedDatabaseValkey"], () => require("./managedDatabaseValkey"));
|
|
105
|
+
exports.ManagedObjectStorage = null;
|
|
106
|
+
utilities.lazyLoad(exports, ["ManagedObjectStorage"], () => require("./managedObjectStorage"));
|
|
107
|
+
exports.ManagedObjectStorageBucket = null;
|
|
108
|
+
utilities.lazyLoad(exports, ["ManagedObjectStorageBucket"], () => require("./managedObjectStorageBucket"));
|
|
109
|
+
exports.ManagedObjectStorageCustomDomain = null;
|
|
110
|
+
utilities.lazyLoad(exports, ["ManagedObjectStorageCustomDomain"], () => require("./managedObjectStorageCustomDomain"));
|
|
111
|
+
exports.ManagedObjectStoragePolicy = null;
|
|
112
|
+
utilities.lazyLoad(exports, ["ManagedObjectStoragePolicy"], () => require("./managedObjectStoragePolicy"));
|
|
113
|
+
exports.ManagedObjectStorageUser = null;
|
|
114
|
+
utilities.lazyLoad(exports, ["ManagedObjectStorageUser"], () => require("./managedObjectStorageUser"));
|
|
115
|
+
exports.ManagedObjectStorageUserAccessKey = null;
|
|
116
|
+
utilities.lazyLoad(exports, ["ManagedObjectStorageUserAccessKey"], () => require("./managedObjectStorageUserAccessKey"));
|
|
117
|
+
exports.ManagedObjectStorageUserPolicy = null;
|
|
118
|
+
utilities.lazyLoad(exports, ["ManagedObjectStorageUserPolicy"], () => require("./managedObjectStorageUserPolicy"));
|
|
119
|
+
exports.Network = null;
|
|
120
|
+
utilities.lazyLoad(exports, ["Network"], () => require("./network"));
|
|
121
|
+
exports.NetworkPeering = null;
|
|
122
|
+
utilities.lazyLoad(exports, ["NetworkPeering"], () => require("./networkPeering"));
|
|
123
|
+
exports.ObjectStorage = null;
|
|
124
|
+
utilities.lazyLoad(exports, ["ObjectStorage"], () => require("./objectStorage"));
|
|
125
|
+
exports.Provider = null;
|
|
126
|
+
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
|
127
|
+
exports.Router = null;
|
|
128
|
+
utilities.lazyLoad(exports, ["Router"], () => require("./router"));
|
|
129
|
+
exports.Server = null;
|
|
130
|
+
utilities.lazyLoad(exports, ["Server"], () => require("./server"));
|
|
131
|
+
exports.ServerFirewallRules = null;
|
|
132
|
+
utilities.lazyLoad(exports, ["ServerFirewallRules"], () => require("./serverFirewallRules"));
|
|
133
|
+
exports.ServerGroup = null;
|
|
134
|
+
utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
|
|
135
|
+
exports.Storage = null;
|
|
136
|
+
utilities.lazyLoad(exports, ["Storage"], () => require("./storage"));
|
|
137
|
+
exports.StorageTemplate = null;
|
|
138
|
+
utilities.lazyLoad(exports, ["StorageTemplate"], () => require("./storageTemplate"));
|
|
139
|
+
exports.Tag = null;
|
|
140
|
+
utilities.lazyLoad(exports, ["Tag"], () => require("./tag"));
|
|
141
|
+
// Export sub-modules:
|
|
142
|
+
const config = require("./config");
|
|
143
|
+
exports.config = config;
|
|
144
|
+
const types = require("./types");
|
|
145
|
+
exports.types = types;
|
|
146
|
+
const _module = {
|
|
147
|
+
version: utilities.getVersion(),
|
|
148
|
+
construct: (name, type, urn) => {
|
|
149
|
+
switch (type) {
|
|
150
|
+
case "upcloud:index/floatingIpAddress:FloatingIpAddress":
|
|
151
|
+
return new exports.FloatingIpAddress(name, undefined, { urn });
|
|
152
|
+
case "upcloud:index/gateway:Gateway":
|
|
153
|
+
return new exports.Gateway(name, undefined, { urn });
|
|
154
|
+
case "upcloud:index/gatewayConnection:GatewayConnection":
|
|
155
|
+
return new exports.GatewayConnection(name, undefined, { urn });
|
|
156
|
+
case "upcloud:index/gatewayConnectionTunnel:GatewayConnectionTunnel":
|
|
157
|
+
return new exports.GatewayConnectionTunnel(name, undefined, { urn });
|
|
158
|
+
case "upcloud:index/kubernetesCluster:KubernetesCluster":
|
|
159
|
+
return new exports.KubernetesCluster(name, undefined, { urn });
|
|
160
|
+
case "upcloud:index/kubernetesNodeGroup:KubernetesNodeGroup":
|
|
161
|
+
return new exports.KubernetesNodeGroup(name, undefined, { urn });
|
|
162
|
+
case "upcloud:index/loadbalancer:Loadbalancer":
|
|
163
|
+
return new exports.Loadbalancer(name, undefined, { urn });
|
|
164
|
+
case "upcloud:index/loadbalancerBackend:LoadbalancerBackend":
|
|
165
|
+
return new exports.LoadbalancerBackend(name, undefined, { urn });
|
|
166
|
+
case "upcloud:index/loadbalancerBackendTlsConfig:LoadbalancerBackendTlsConfig":
|
|
167
|
+
return new exports.LoadbalancerBackendTlsConfig(name, undefined, { urn });
|
|
168
|
+
case "upcloud:index/loadbalancerDynamicBackendMember:LoadbalancerDynamicBackendMember":
|
|
169
|
+
return new exports.LoadbalancerDynamicBackendMember(name, undefined, { urn });
|
|
170
|
+
case "upcloud:index/loadbalancerDynamicCertificateBundle:LoadbalancerDynamicCertificateBundle":
|
|
171
|
+
return new exports.LoadbalancerDynamicCertificateBundle(name, undefined, { urn });
|
|
172
|
+
case "upcloud:index/loadbalancerFrontend:LoadbalancerFrontend":
|
|
173
|
+
return new exports.LoadbalancerFrontend(name, undefined, { urn });
|
|
174
|
+
case "upcloud:index/loadbalancerFrontendRule:LoadbalancerFrontendRule":
|
|
175
|
+
return new exports.LoadbalancerFrontendRule(name, undefined, { urn });
|
|
176
|
+
case "upcloud:index/loadbalancerFrontendTlsConfig:LoadbalancerFrontendTlsConfig":
|
|
177
|
+
return new exports.LoadbalancerFrontendTlsConfig(name, undefined, { urn });
|
|
178
|
+
case "upcloud:index/loadbalancerManualCertificateBundle:LoadbalancerManualCertificateBundle":
|
|
179
|
+
return new exports.LoadbalancerManualCertificateBundle(name, undefined, { urn });
|
|
180
|
+
case "upcloud:index/loadbalancerResolver:LoadbalancerResolver":
|
|
181
|
+
return new exports.LoadbalancerResolver(name, undefined, { urn });
|
|
182
|
+
case "upcloud:index/loadbalancerStaticBackendMember:LoadbalancerStaticBackendMember":
|
|
183
|
+
return new exports.LoadbalancerStaticBackendMember(name, undefined, { urn });
|
|
184
|
+
case "upcloud:index/managedDatabaseLogicalDatabase:ManagedDatabaseLogicalDatabase":
|
|
185
|
+
return new exports.ManagedDatabaseLogicalDatabase(name, undefined, { urn });
|
|
186
|
+
case "upcloud:index/managedDatabaseMysql:ManagedDatabaseMysql":
|
|
187
|
+
return new exports.ManagedDatabaseMysql(name, undefined, { urn });
|
|
188
|
+
case "upcloud:index/managedDatabaseOpensearch:ManagedDatabaseOpensearch":
|
|
189
|
+
return new exports.ManagedDatabaseOpensearch(name, undefined, { urn });
|
|
190
|
+
case "upcloud:index/managedDatabasePostgresql:ManagedDatabasePostgresql":
|
|
191
|
+
return new exports.ManagedDatabasePostgresql(name, undefined, { urn });
|
|
192
|
+
case "upcloud:index/managedDatabaseRedis:ManagedDatabaseRedis":
|
|
193
|
+
return new exports.ManagedDatabaseRedis(name, undefined, { urn });
|
|
194
|
+
case "upcloud:index/managedDatabaseUser:ManagedDatabaseUser":
|
|
195
|
+
return new exports.ManagedDatabaseUser(name, undefined, { urn });
|
|
196
|
+
case "upcloud:index/managedDatabaseValkey:ManagedDatabaseValkey":
|
|
197
|
+
return new exports.ManagedDatabaseValkey(name, undefined, { urn });
|
|
198
|
+
case "upcloud:index/managedObjectStorage:ManagedObjectStorage":
|
|
199
|
+
return new exports.ManagedObjectStorage(name, undefined, { urn });
|
|
200
|
+
case "upcloud:index/managedObjectStorageBucket:ManagedObjectStorageBucket":
|
|
201
|
+
return new exports.ManagedObjectStorageBucket(name, undefined, { urn });
|
|
202
|
+
case "upcloud:index/managedObjectStorageCustomDomain:ManagedObjectStorageCustomDomain":
|
|
203
|
+
return new exports.ManagedObjectStorageCustomDomain(name, undefined, { urn });
|
|
204
|
+
case "upcloud:index/managedObjectStoragePolicy:ManagedObjectStoragePolicy":
|
|
205
|
+
return new exports.ManagedObjectStoragePolicy(name, undefined, { urn });
|
|
206
|
+
case "upcloud:index/managedObjectStorageUser:ManagedObjectStorageUser":
|
|
207
|
+
return new exports.ManagedObjectStorageUser(name, undefined, { urn });
|
|
208
|
+
case "upcloud:index/managedObjectStorageUserAccessKey:ManagedObjectStorageUserAccessKey":
|
|
209
|
+
return new exports.ManagedObjectStorageUserAccessKey(name, undefined, { urn });
|
|
210
|
+
case "upcloud:index/managedObjectStorageUserPolicy:ManagedObjectStorageUserPolicy":
|
|
211
|
+
return new exports.ManagedObjectStorageUserPolicy(name, undefined, { urn });
|
|
212
|
+
case "upcloud:index/network:Network":
|
|
213
|
+
return new exports.Network(name, undefined, { urn });
|
|
214
|
+
case "upcloud:index/networkPeering:NetworkPeering":
|
|
215
|
+
return new exports.NetworkPeering(name, undefined, { urn });
|
|
216
|
+
case "upcloud:index/objectStorage:ObjectStorage":
|
|
217
|
+
return new exports.ObjectStorage(name, undefined, { urn });
|
|
218
|
+
case "upcloud:index/router:Router":
|
|
219
|
+
return new exports.Router(name, undefined, { urn });
|
|
220
|
+
case "upcloud:index/server:Server":
|
|
221
|
+
return new exports.Server(name, undefined, { urn });
|
|
222
|
+
case "upcloud:index/serverFirewallRules:ServerFirewallRules":
|
|
223
|
+
return new exports.ServerFirewallRules(name, undefined, { urn });
|
|
224
|
+
case "upcloud:index/serverGroup:ServerGroup":
|
|
225
|
+
return new exports.ServerGroup(name, undefined, { urn });
|
|
226
|
+
case "upcloud:index/storage:Storage":
|
|
227
|
+
return new exports.Storage(name, undefined, { urn });
|
|
228
|
+
case "upcloud:index/storageTemplate:StorageTemplate":
|
|
229
|
+
return new exports.StorageTemplate(name, undefined, { urn });
|
|
230
|
+
case "upcloud:index/tag:Tag":
|
|
231
|
+
return new exports.Tag(name, undefined, { urn });
|
|
232
|
+
default:
|
|
233
|
+
throw new Error(`unknown resource type ${type}`);
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
};
|
|
237
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/floatingIpAddress", _module);
|
|
238
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/gateway", _module);
|
|
239
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/gatewayConnection", _module);
|
|
240
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/gatewayConnectionTunnel", _module);
|
|
241
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/kubernetesCluster", _module);
|
|
242
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/kubernetesNodeGroup", _module);
|
|
243
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancer", _module);
|
|
244
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerBackend", _module);
|
|
245
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerBackendTlsConfig", _module);
|
|
246
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerDynamicBackendMember", _module);
|
|
247
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerDynamicCertificateBundle", _module);
|
|
248
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerFrontend", _module);
|
|
249
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerFrontendRule", _module);
|
|
250
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerFrontendTlsConfig", _module);
|
|
251
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerManualCertificateBundle", _module);
|
|
252
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerResolver", _module);
|
|
253
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/loadbalancerStaticBackendMember", _module);
|
|
254
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabaseLogicalDatabase", _module);
|
|
255
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabaseMysql", _module);
|
|
256
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabaseOpensearch", _module);
|
|
257
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabasePostgresql", _module);
|
|
258
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabaseRedis", _module);
|
|
259
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabaseUser", _module);
|
|
260
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedDatabaseValkey", _module);
|
|
261
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStorage", _module);
|
|
262
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStorageBucket", _module);
|
|
263
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStorageCustomDomain", _module);
|
|
264
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStoragePolicy", _module);
|
|
265
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStorageUser", _module);
|
|
266
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStorageUserAccessKey", _module);
|
|
267
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/managedObjectStorageUserPolicy", _module);
|
|
268
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/network", _module);
|
|
269
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/networkPeering", _module);
|
|
270
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/objectStorage", _module);
|
|
271
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/router", _module);
|
|
272
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/server", _module);
|
|
273
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/serverFirewallRules", _module);
|
|
274
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/serverGroup", _module);
|
|
275
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/storage", _module);
|
|
276
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/storageTemplate", _module);
|
|
277
|
+
pulumi.runtime.registerResourceModule("upcloud", "index/tag", _module);
|
|
278
|
+
pulumi.runtime.registerResourcePackage("upcloud", {
|
|
279
|
+
version: utilities.getVersion(),
|
|
280
|
+
constructProvider: (name, type, urn) => {
|
|
281
|
+
if (type !== "pulumi:providers:upcloud") {
|
|
282
|
+
throw new Error(`unknown provider type ${type}`);
|
|
283
|
+
}
|
|
284
|
+
return new exports.Provider(name, undefined, { urn });
|
|
285
|
+
},
|
|
286
|
+
});
|
|
287
|
+
//# sourceMappingURL=index.js.map
|