@pulumi/openstack 4.2.0-alpha.1727221614 → 5.0.0
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/blockstorage/index.d.ts +0 -18
- package/blockstorage/index.js +1 -27
- package/blockstorage/index.js.map +1 -1
- package/compute/index.d.ts +0 -9
- package/compute/index.js +1 -16
- package/compute/index.js.map +1 -1
- package/compute/instance.d.ts +6 -6
- package/compute/serverGroup.d.ts +5 -5
- package/compute/serverGroup.js +2 -2
- package/containerinfra/cluster.d.ts +15 -0
- package/containerinfra/cluster.js +2 -0
- package/containerinfra/cluster.js.map +1 -1
- package/containerinfra/getCluster.d.ts +5 -0
- package/containerinfra/getCluster.js.map +1 -1
- package/dns/recordSet.d.ts +5 -2
- package/dns/recordSet.js +5 -2
- package/dns/recordSet.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/firewall/index.d.ts +0 -12
- package/firewall/index.js +1 -19
- package/firewall/index.js.map +1 -1
- package/identity/getProjectIdsV3.d.ts +128 -0
- package/identity/getProjectIdsV3.js +74 -0
- package/identity/getProjectIdsV3.js.map +1 -0
- package/identity/index.d.ts +3 -0
- package/identity/index.js +4 -1
- package/identity/index.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +6 -1
- package/index.js.map +1 -1
- package/keymanager/containerV1.d.ts +2 -16
- package/keymanager/containerV1.js +2 -16
- package/keymanager/containerV1.js.map +1 -1
- package/lbFlavorprofileV2.d.ts +133 -0
- package/lbFlavorprofileV2.js +104 -0
- package/lbFlavorprofileV2.js.map +1 -0
- package/loadbalancer/index.d.ts +0 -15
- package/loadbalancer/index.js +1 -26
- package/loadbalancer/index.js.map +1 -1
- package/loadbalancer/l7policyV2.d.ts +3 -3
- package/loadbalancer/l7ruleV2.d.ts +3 -3
- package/loadbalancer/listener.d.ts +337 -90
- package/loadbalancer/listener.js +61 -0
- package/loadbalancer/listener.js.map +1 -1
- package/loadbalancer/monitor.d.ts +42 -6
- package/loadbalancer/monitor.js +4 -0
- package/loadbalancer/monitor.js.map +1 -1
- package/loadbalancer/pool.d.ts +190 -61
- package/loadbalancer/pool.js +14 -0
- package/loadbalancer/pool.js.map +1 -1
- package/networking/network.d.ts +10 -7
- package/networking/network.js +10 -7
- package/networking/network.js.map +1 -1
- package/networking/secGroupRule.d.ts +21 -6
- package/networking/secGroupRule.js.map +1 -1
- package/objectstorage/accountV1.d.ts +163 -0
- package/objectstorage/accountV1.js +89 -0
- package/objectstorage/accountV1.js.map +1 -0
- package/objectstorage/index.d.ts +3 -0
- package/objectstorage/index.js +6 -1
- package/objectstorage/index.js.map +1 -1
- package/objectstorage/tempUrl.d.ts +42 -0
- package/objectstorage/tempUrl.js +5 -1
- package/objectstorage/tempUrl.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +0 -84
- package/types/output.d.ts +0 -84
- package/blockstorage/getSnapshotV2.d.ts +0 -127
- package/blockstorage/getSnapshotV2.js +0 -62
- package/blockstorage/getSnapshotV2.js.map +0 -1
- package/blockstorage/getVolumeV2.d.ts +0 -138
- package/blockstorage/getVolumeV2.js +0 -62
- package/blockstorage/getVolumeV2.js.map +0 -1
- package/blockstorage/quoteSetV2.d.ts +0 -217
- package/blockstorage/quoteSetV2.js +0 -89
- package/blockstorage/quoteSetV2.js.map +0 -1
- package/blockstorage/volumeAttachV2.d.ts +0 -296
- package/blockstorage/volumeAttachV2.js +0 -145
- package/blockstorage/volumeAttachV2.js.map +0 -1
- package/blockstorage/volumeV1.d.ts +0 -234
- package/blockstorage/volumeV1.js +0 -97
- package/blockstorage/volumeV1.js.map +0 -1
- package/blockstorage/volumeV2.d.ts +0 -276
- package/blockstorage/volumeV2.js +0 -103
- package/blockstorage/volumeV2.js.map +0 -1
- package/compute/floatingIp.d.ts +0 -125
- package/compute/floatingIp.js +0 -86
- package/compute/floatingIp.js.map +0 -1
- package/compute/floatingIpAssociate.d.ts +0 -159
- package/compute/floatingIpAssociate.js +0 -126
- package/compute/floatingIpAssociate.js.map +0 -1
- package/compute/secGroup.d.ts +0 -172
- package/compute/secGroup.js +0 -120
- package/compute/secGroup.js.map +0 -1
- package/firewall/firewall.d.ts +0 -238
- package/firewall/firewall.js +0 -114
- package/firewall/firewall.js.map +0 -1
- package/firewall/getPolicy.d.ts +0 -118
- package/firewall/getPolicy.js +0 -58
- package/firewall/getPolicy.js.map +0 -1
- package/firewall/policy.d.ts +0 -216
- package/firewall/policy.js +0 -105
- package/firewall/policy.js.map +0 -1
- package/firewall/rule.d.ts +0 -291
- package/firewall/rule.js +0 -106
- package/firewall/rule.js.map +0 -1
- package/loadbalancer/loadBalancer.d.ts +0 -320
- package/loadbalancer/loadBalancer.js +0 -105
- package/loadbalancer/loadBalancer.js.map +0 -1
- package/loadbalancer/memberV1.d.ts +0 -162
- package/loadbalancer/memberV1.js +0 -94
- package/loadbalancer/memberV1.js.map +0 -1
- package/loadbalancer/monitorV1.d.ts +0 -242
- package/loadbalancer/monitorV1.js +0 -105
- package/loadbalancer/monitorV1.js.map +0 -1
- package/loadbalancer/poolV1.d.ts +0 -281
- package/loadbalancer/poolV1.js +0 -185
- package/loadbalancer/poolV1.js.map +0 -1
- package/loadbalancer/vip.d.ts +0 -292
- package/loadbalancer/vip.js +0 -113
- package/loadbalancer/vip.js.map +0 -1
package/blockstorage/index.d.ts
CHANGED
|
@@ -4,15 +4,9 @@ export declare const getAvailabilityZonesV3Output: typeof import("./getAvailabil
|
|
|
4
4
|
export { GetQuotasetV3Args, GetQuotasetV3Result, GetQuotasetV3OutputArgs } from "./getQuotasetV3";
|
|
5
5
|
export declare const getQuotasetV3: typeof import("./getQuotasetV3").getQuotasetV3;
|
|
6
6
|
export declare const getQuotasetV3Output: typeof import("./getQuotasetV3").getQuotasetV3Output;
|
|
7
|
-
export { GetSnapshotV2Args, GetSnapshotV2Result, GetSnapshotV2OutputArgs } from "./getSnapshotV2";
|
|
8
|
-
export declare const getSnapshotV2: typeof import("./getSnapshotV2").getSnapshotV2;
|
|
9
|
-
export declare const getSnapshotV2Output: typeof import("./getSnapshotV2").getSnapshotV2Output;
|
|
10
7
|
export { GetSnapshotV3Args, GetSnapshotV3Result, GetSnapshotV3OutputArgs } from "./getSnapshotV3";
|
|
11
8
|
export declare const getSnapshotV3: typeof import("./getSnapshotV3").getSnapshotV3;
|
|
12
9
|
export declare const getSnapshotV3Output: typeof import("./getSnapshotV3").getSnapshotV3Output;
|
|
13
|
-
export { GetVolumeV2Args, GetVolumeV2Result, GetVolumeV2OutputArgs } from "./getVolumeV2";
|
|
14
|
-
export declare const getVolumeV2: typeof import("./getVolumeV2").getVolumeV2;
|
|
15
|
-
export declare const getVolumeV2Output: typeof import("./getVolumeV2").getVolumeV2Output;
|
|
16
10
|
export { GetVolumeV3Args, GetVolumeV3Result, GetVolumeV3OutputArgs } from "./getVolumeV3";
|
|
17
11
|
export declare const getVolumeV3: typeof import("./getVolumeV3").getVolumeV3;
|
|
18
12
|
export declare const getVolumeV3Output: typeof import("./getVolumeV3").getVolumeV3Output;
|
|
@@ -22,9 +16,6 @@ export declare const QosAssociationV3: typeof import("./qosAssociationV3").QosAs
|
|
|
22
16
|
export { QosV3Args, QosV3State } from "./qosV3";
|
|
23
17
|
export type QosV3 = import("./qosV3").QosV3;
|
|
24
18
|
export declare const QosV3: typeof import("./qosV3").QosV3;
|
|
25
|
-
export { QuoteSetV2Args, QuoteSetV2State } from "./quoteSetV2";
|
|
26
|
-
export type QuoteSetV2 = import("./quoteSetV2").QuoteSetV2;
|
|
27
|
-
export declare const QuoteSetV2: typeof import("./quoteSetV2").QuoteSetV2;
|
|
28
19
|
export { QuoteSetV3Args, QuoteSetV3State } from "./quoteSetV3";
|
|
29
20
|
export type QuoteSetV3 = import("./quoteSetV3").QuoteSetV3;
|
|
30
21
|
export declare const QuoteSetV3: typeof import("./quoteSetV3").QuoteSetV3;
|
|
@@ -34,18 +25,9 @@ export declare const Volume: typeof import("./volume").Volume;
|
|
|
34
25
|
export { VolumeAttachArgs, VolumeAttachState } from "./volumeAttach";
|
|
35
26
|
export type VolumeAttach = import("./volumeAttach").VolumeAttach;
|
|
36
27
|
export declare const VolumeAttach: typeof import("./volumeAttach").VolumeAttach;
|
|
37
|
-
export { VolumeAttachV2Args, VolumeAttachV2State } from "./volumeAttachV2";
|
|
38
|
-
export type VolumeAttachV2 = import("./volumeAttachV2").VolumeAttachV2;
|
|
39
|
-
export declare const VolumeAttachV2: typeof import("./volumeAttachV2").VolumeAttachV2;
|
|
40
28
|
export { VolumeTypeAccessV3Args, VolumeTypeAccessV3State } from "./volumeTypeAccessV3";
|
|
41
29
|
export type VolumeTypeAccessV3 = import("./volumeTypeAccessV3").VolumeTypeAccessV3;
|
|
42
30
|
export declare const VolumeTypeAccessV3: typeof import("./volumeTypeAccessV3").VolumeTypeAccessV3;
|
|
43
31
|
export { VolumeTypeV3Args, VolumeTypeV3State } from "./volumeTypeV3";
|
|
44
32
|
export type VolumeTypeV3 = import("./volumeTypeV3").VolumeTypeV3;
|
|
45
33
|
export declare const VolumeTypeV3: typeof import("./volumeTypeV3").VolumeTypeV3;
|
|
46
|
-
export { VolumeV1Args, VolumeV1State } from "./volumeV1";
|
|
47
|
-
export type VolumeV1 = import("./volumeV1").VolumeV1;
|
|
48
|
-
export declare const VolumeV1: typeof import("./volumeV1").VolumeV1;
|
|
49
|
-
export { VolumeV2Args, VolumeV2State } from "./volumeV2";
|
|
50
|
-
export type VolumeV2 = import("./volumeV2").VolumeV2;
|
|
51
|
-
export declare const VolumeV2: typeof import("./volumeV2").VolumeV2;
|
package/blockstorage/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
5
|
+
exports.VolumeTypeV3 = exports.VolumeTypeAccessV3 = exports.VolumeAttach = exports.Volume = exports.QuoteSetV3 = exports.QosV3 = exports.QosAssociationV3 = exports.getVolumeV3Output = exports.getVolumeV3 = exports.getSnapshotV3Output = exports.getSnapshotV3 = exports.getQuotasetV3Output = exports.getQuotasetV3 = exports.getAvailabilityZonesV3Output = exports.getAvailabilityZonesV3 = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getAvailabilityZonesV3 = null;
|
|
@@ -11,15 +11,9 @@ utilities.lazyLoad(exports, ["getAvailabilityZonesV3", "getAvailabilityZonesV3Ou
|
|
|
11
11
|
exports.getQuotasetV3 = null;
|
|
12
12
|
exports.getQuotasetV3Output = null;
|
|
13
13
|
utilities.lazyLoad(exports, ["getQuotasetV3", "getQuotasetV3Output"], () => require("./getQuotasetV3"));
|
|
14
|
-
exports.getSnapshotV2 = null;
|
|
15
|
-
exports.getSnapshotV2Output = null;
|
|
16
|
-
utilities.lazyLoad(exports, ["getSnapshotV2", "getSnapshotV2Output"], () => require("./getSnapshotV2"));
|
|
17
14
|
exports.getSnapshotV3 = null;
|
|
18
15
|
exports.getSnapshotV3Output = null;
|
|
19
16
|
utilities.lazyLoad(exports, ["getSnapshotV3", "getSnapshotV3Output"], () => require("./getSnapshotV3"));
|
|
20
|
-
exports.getVolumeV2 = null;
|
|
21
|
-
exports.getVolumeV2Output = null;
|
|
22
|
-
utilities.lazyLoad(exports, ["getVolumeV2", "getVolumeV2Output"], () => require("./getVolumeV2"));
|
|
23
17
|
exports.getVolumeV3 = null;
|
|
24
18
|
exports.getVolumeV3Output = null;
|
|
25
19
|
utilities.lazyLoad(exports, ["getVolumeV3", "getVolumeV3Output"], () => require("./getVolumeV3"));
|
|
@@ -27,24 +21,16 @@ exports.QosAssociationV3 = null;
|
|
|
27
21
|
utilities.lazyLoad(exports, ["QosAssociationV3"], () => require("./qosAssociationV3"));
|
|
28
22
|
exports.QosV3 = null;
|
|
29
23
|
utilities.lazyLoad(exports, ["QosV3"], () => require("./qosV3"));
|
|
30
|
-
exports.QuoteSetV2 = null;
|
|
31
|
-
utilities.lazyLoad(exports, ["QuoteSetV2"], () => require("./quoteSetV2"));
|
|
32
24
|
exports.QuoteSetV3 = null;
|
|
33
25
|
utilities.lazyLoad(exports, ["QuoteSetV3"], () => require("./quoteSetV3"));
|
|
34
26
|
exports.Volume = null;
|
|
35
27
|
utilities.lazyLoad(exports, ["Volume"], () => require("./volume"));
|
|
36
28
|
exports.VolumeAttach = null;
|
|
37
29
|
utilities.lazyLoad(exports, ["VolumeAttach"], () => require("./volumeAttach"));
|
|
38
|
-
exports.VolumeAttachV2 = null;
|
|
39
|
-
utilities.lazyLoad(exports, ["VolumeAttachV2"], () => require("./volumeAttachV2"));
|
|
40
30
|
exports.VolumeTypeAccessV3 = null;
|
|
41
31
|
utilities.lazyLoad(exports, ["VolumeTypeAccessV3"], () => require("./volumeTypeAccessV3"));
|
|
42
32
|
exports.VolumeTypeV3 = null;
|
|
43
33
|
utilities.lazyLoad(exports, ["VolumeTypeV3"], () => require("./volumeTypeV3"));
|
|
44
|
-
exports.VolumeV1 = null;
|
|
45
|
-
utilities.lazyLoad(exports, ["VolumeV1"], () => require("./volumeV1"));
|
|
46
|
-
exports.VolumeV2 = null;
|
|
47
|
-
utilities.lazyLoad(exports, ["VolumeV2"], () => require("./volumeV2"));
|
|
48
34
|
const _module = {
|
|
49
35
|
version: utilities.getVersion(),
|
|
50
36
|
construct: (name, type, urn) => {
|
|
@@ -53,24 +39,16 @@ const _module = {
|
|
|
53
39
|
return new exports.QosAssociationV3(name, undefined, { urn });
|
|
54
40
|
case "openstack:blockstorage/qosV3:QosV3":
|
|
55
41
|
return new exports.QosV3(name, undefined, { urn });
|
|
56
|
-
case "openstack:blockstorage/quoteSetV2:QuoteSetV2":
|
|
57
|
-
return new exports.QuoteSetV2(name, undefined, { urn });
|
|
58
42
|
case "openstack:blockstorage/quoteSetV3:QuoteSetV3":
|
|
59
43
|
return new exports.QuoteSetV3(name, undefined, { urn });
|
|
60
44
|
case "openstack:blockstorage/volume:Volume":
|
|
61
45
|
return new exports.Volume(name, undefined, { urn });
|
|
62
46
|
case "openstack:blockstorage/volumeAttach:VolumeAttach":
|
|
63
47
|
return new exports.VolumeAttach(name, undefined, { urn });
|
|
64
|
-
case "openstack:blockstorage/volumeAttachV2:VolumeAttachV2":
|
|
65
|
-
return new exports.VolumeAttachV2(name, undefined, { urn });
|
|
66
48
|
case "openstack:blockstorage/volumeTypeAccessV3:VolumeTypeAccessV3":
|
|
67
49
|
return new exports.VolumeTypeAccessV3(name, undefined, { urn });
|
|
68
50
|
case "openstack:blockstorage/volumeTypeV3:VolumeTypeV3":
|
|
69
51
|
return new exports.VolumeTypeV3(name, undefined, { urn });
|
|
70
|
-
case "openstack:blockstorage/volumeV1:VolumeV1":
|
|
71
|
-
return new exports.VolumeV1(name, undefined, { urn });
|
|
72
|
-
case "openstack:blockstorage/volumeV2:VolumeV2":
|
|
73
|
-
return new exports.VolumeV2(name, undefined, { urn });
|
|
74
52
|
default:
|
|
75
53
|
throw new Error(`unknown resource type ${type}`);
|
|
76
54
|
}
|
|
@@ -78,13 +56,9 @@ const _module = {
|
|
|
78
56
|
};
|
|
79
57
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/qosAssociationV3", _module);
|
|
80
58
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/qosV3", _module);
|
|
81
|
-
pulumi.runtime.registerResourceModule("openstack", "blockstorage/quoteSetV2", _module);
|
|
82
59
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/quoteSetV3", _module);
|
|
83
60
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volume", _module);
|
|
84
61
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volumeAttach", _module);
|
|
85
|
-
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volumeAttachV2", _module);
|
|
86
62
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volumeTypeAccessV3", _module);
|
|
87
63
|
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volumeTypeV3", _module);
|
|
88
|
-
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volumeV1", _module);
|
|
89
|
-
pulumi.runtime.registerResourceModule("openstack", "blockstorage/volumeV2", _module);
|
|
90
64
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../blockstorage/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../blockstorage/index.ts"],"names":[],"mappings":"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"}
|
package/compute/index.d.ts
CHANGED
|
@@ -7,12 +7,6 @@ export declare const Flavor: typeof import("./flavor").Flavor;
|
|
|
7
7
|
export { FlavorAccessArgs, FlavorAccessState } from "./flavorAccess";
|
|
8
8
|
export type FlavorAccess = import("./flavorAccess").FlavorAccess;
|
|
9
9
|
export declare const FlavorAccess: typeof import("./flavorAccess").FlavorAccess;
|
|
10
|
-
export { FloatingIpArgs, FloatingIpState } from "./floatingIp";
|
|
11
|
-
export type FloatingIp = import("./floatingIp").FloatingIp;
|
|
12
|
-
export declare const FloatingIp: typeof import("./floatingIp").FloatingIp;
|
|
13
|
-
export { FloatingIpAssociateArgs, FloatingIpAssociateState } from "./floatingIpAssociate";
|
|
14
|
-
export type FloatingIpAssociate = import("./floatingIpAssociate").FloatingIpAssociate;
|
|
15
|
-
export declare const FloatingIpAssociate: typeof import("./floatingIpAssociate").FloatingIpAssociate;
|
|
16
10
|
export { GetAggregateV2Args, GetAggregateV2Result, GetAggregateV2OutputArgs } from "./getAggregateV2";
|
|
17
11
|
export declare const getAggregateV2: typeof import("./getAggregateV2").getAggregateV2;
|
|
18
12
|
export declare const getAggregateV2Output: typeof import("./getAggregateV2").getAggregateV2Output;
|
|
@@ -49,9 +43,6 @@ export declare const Keypair: typeof import("./keypair").Keypair;
|
|
|
49
43
|
export { QuotaSetV2Args, QuotaSetV2State } from "./quotaSetV2";
|
|
50
44
|
export type QuotaSetV2 = import("./quotaSetV2").QuotaSetV2;
|
|
51
45
|
export declare const QuotaSetV2: typeof import("./quotaSetV2").QuotaSetV2;
|
|
52
|
-
export { SecGroupArgs, SecGroupState } from "./secGroup";
|
|
53
|
-
export type SecGroup = import("./secGroup").SecGroup;
|
|
54
|
-
export declare const SecGroup: typeof import("./secGroup").SecGroup;
|
|
55
46
|
export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
|
|
56
47
|
export type ServerGroup = import("./serverGroup").ServerGroup;
|
|
57
48
|
export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
|
package/compute/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.VolumeAttach = exports.ServerGroup = exports.
|
|
5
|
+
exports.VolumeAttach = exports.ServerGroup = exports.QuotaSetV2 = exports.Keypair = exports.InterfaceAttach = exports.Instance = exports.getQuotaSetV2Output = exports.getQuotaSetV2 = exports.getLimitsV2Output = exports.getLimitsV2 = exports.getKeypairOutput = exports.getKeypair = exports.getInstanceV2Output = exports.getInstanceV2 = exports.getHypervisorV2Output = exports.getHypervisorV2 = exports.getFlavorOutput = exports.getFlavor = exports.getAvailabilityZonesOutput = exports.getAvailabilityZones = exports.getAggregateV2Output = exports.getAggregateV2 = exports.FlavorAccess = exports.Flavor = exports.AggregateV2 = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AggregateV2 = null;
|
|
@@ -11,10 +11,6 @@ exports.Flavor = null;
|
|
|
11
11
|
utilities.lazyLoad(exports, ["Flavor"], () => require("./flavor"));
|
|
12
12
|
exports.FlavorAccess = null;
|
|
13
13
|
utilities.lazyLoad(exports, ["FlavorAccess"], () => require("./flavorAccess"));
|
|
14
|
-
exports.FloatingIp = null;
|
|
15
|
-
utilities.lazyLoad(exports, ["FloatingIp"], () => require("./floatingIp"));
|
|
16
|
-
exports.FloatingIpAssociate = null;
|
|
17
|
-
utilities.lazyLoad(exports, ["FloatingIpAssociate"], () => require("./floatingIpAssociate"));
|
|
18
14
|
exports.getAggregateV2 = null;
|
|
19
15
|
exports.getAggregateV2Output = null;
|
|
20
16
|
utilities.lazyLoad(exports, ["getAggregateV2", "getAggregateV2Output"], () => require("./getAggregateV2"));
|
|
@@ -47,8 +43,6 @@ exports.Keypair = null;
|
|
|
47
43
|
utilities.lazyLoad(exports, ["Keypair"], () => require("./keypair"));
|
|
48
44
|
exports.QuotaSetV2 = null;
|
|
49
45
|
utilities.lazyLoad(exports, ["QuotaSetV2"], () => require("./quotaSetV2"));
|
|
50
|
-
exports.SecGroup = null;
|
|
51
|
-
utilities.lazyLoad(exports, ["SecGroup"], () => require("./secGroup"));
|
|
52
46
|
exports.ServerGroup = null;
|
|
53
47
|
utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
|
|
54
48
|
exports.VolumeAttach = null;
|
|
@@ -63,10 +57,6 @@ const _module = {
|
|
|
63
57
|
return new exports.Flavor(name, undefined, { urn });
|
|
64
58
|
case "openstack:compute/flavorAccess:FlavorAccess":
|
|
65
59
|
return new exports.FlavorAccess(name, undefined, { urn });
|
|
66
|
-
case "openstack:compute/floatingIp:FloatingIp":
|
|
67
|
-
return new exports.FloatingIp(name, undefined, { urn });
|
|
68
|
-
case "openstack:compute/floatingIpAssociate:FloatingIpAssociate":
|
|
69
|
-
return new exports.FloatingIpAssociate(name, undefined, { urn });
|
|
70
60
|
case "openstack:compute/instance:Instance":
|
|
71
61
|
return new exports.Instance(name, undefined, { urn });
|
|
72
62
|
case "openstack:compute/interfaceAttach:InterfaceAttach":
|
|
@@ -75,8 +65,6 @@ const _module = {
|
|
|
75
65
|
return new exports.Keypair(name, undefined, { urn });
|
|
76
66
|
case "openstack:compute/quotaSetV2:QuotaSetV2":
|
|
77
67
|
return new exports.QuotaSetV2(name, undefined, { urn });
|
|
78
|
-
case "openstack:compute/secGroup:SecGroup":
|
|
79
|
-
return new exports.SecGroup(name, undefined, { urn });
|
|
80
68
|
case "openstack:compute/serverGroup:ServerGroup":
|
|
81
69
|
return new exports.ServerGroup(name, undefined, { urn });
|
|
82
70
|
case "openstack:compute/volumeAttach:VolumeAttach":
|
|
@@ -89,13 +77,10 @@ const _module = {
|
|
|
89
77
|
pulumi.runtime.registerResourceModule("openstack", "compute/aggregateV2", _module);
|
|
90
78
|
pulumi.runtime.registerResourceModule("openstack", "compute/flavor", _module);
|
|
91
79
|
pulumi.runtime.registerResourceModule("openstack", "compute/flavorAccess", _module);
|
|
92
|
-
pulumi.runtime.registerResourceModule("openstack", "compute/floatingIp", _module);
|
|
93
|
-
pulumi.runtime.registerResourceModule("openstack", "compute/floatingIpAssociate", _module);
|
|
94
80
|
pulumi.runtime.registerResourceModule("openstack", "compute/instance", _module);
|
|
95
81
|
pulumi.runtime.registerResourceModule("openstack", "compute/interfaceAttach", _module);
|
|
96
82
|
pulumi.runtime.registerResourceModule("openstack", "compute/keypair", _module);
|
|
97
83
|
pulumi.runtime.registerResourceModule("openstack", "compute/quotaSetV2", _module);
|
|
98
|
-
pulumi.runtime.registerResourceModule("openstack", "compute/secGroup", _module);
|
|
99
84
|
pulumi.runtime.registerResourceModule("openstack", "compute/serverGroup", _module);
|
|
100
85
|
pulumi.runtime.registerResourceModule("openstack", "compute/volumeAttach", _module);
|
|
101
86
|
//# sourceMappingURL=index.js.map
|
package/compute/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../compute/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../compute/index.ts"],"names":[],"mappings":"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"}
|
package/compute/instance.d.ts
CHANGED
|
@@ -136,9 +136,9 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
136
136
|
*/
|
|
137
137
|
readonly personalities: pulumi.Output<outputs.compute.InstancePersonality[] | undefined>;
|
|
138
138
|
/**
|
|
139
|
-
* Provide the VM state. Only 'active', 'shutoff'
|
|
139
|
+
* Provide the VM state. Only 'active', 'shutoff', 'paused'
|
|
140
140
|
* and 'shelved_offloaded' are supported values.
|
|
141
|
-
* *Note*: If the initial powerState is the shutoff
|
|
141
|
+
* *Note*: If the initial powerState is the shutoff or paused
|
|
142
142
|
* the VM will be stopped immediately after build and the provisioners like
|
|
143
143
|
* remote-exec or files are not supported.
|
|
144
144
|
*/
|
|
@@ -320,9 +320,9 @@ export interface InstanceState {
|
|
|
320
320
|
*/
|
|
321
321
|
personalities?: pulumi.Input<pulumi.Input<inputs.compute.InstancePersonality>[]>;
|
|
322
322
|
/**
|
|
323
|
-
* Provide the VM state. Only 'active', 'shutoff'
|
|
323
|
+
* Provide the VM state. Only 'active', 'shutoff', 'paused'
|
|
324
324
|
* and 'shelved_offloaded' are supported values.
|
|
325
|
-
* *Note*: If the initial powerState is the shutoff
|
|
325
|
+
* *Note*: If the initial powerState is the shutoff or paused
|
|
326
326
|
* the VM will be stopped immediately after build and the provisioners like
|
|
327
327
|
* remote-exec or files are not supported.
|
|
328
328
|
*/
|
|
@@ -484,9 +484,9 @@ export interface InstanceArgs {
|
|
|
484
484
|
*/
|
|
485
485
|
personalities?: pulumi.Input<pulumi.Input<inputs.compute.InstancePersonality>[]>;
|
|
486
486
|
/**
|
|
487
|
-
* Provide the VM state. Only 'active', 'shutoff'
|
|
487
|
+
* Provide the VM state. Only 'active', 'shutoff', 'paused'
|
|
488
488
|
* and 'shelved_offloaded' are supported values.
|
|
489
|
-
* *Note*: If the initial powerState is the shutoff
|
|
489
|
+
* *Note*: If the initial powerState is the shutoff or paused
|
|
490
490
|
* the VM will be stopped immediately after build and the provisioners like
|
|
491
491
|
* remote-exec or files are not supported.
|
|
492
492
|
*/
|
package/compute/serverGroup.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* const test_sg = new openstack.compute.ServerGroup("test-sg", {
|
|
16
16
|
* name: "my-sg",
|
|
17
|
-
* policies:
|
|
17
|
+
* policies: "anti-affinity",
|
|
18
18
|
* });
|
|
19
19
|
* const test_instance = new openstack.compute.Instance("test-instance", {
|
|
20
20
|
* name: "my-instance",
|
|
@@ -37,7 +37,7 @@ import * as outputs from "../types/output";
|
|
|
37
37
|
*
|
|
38
38
|
* const test_sg = new openstack.compute.ServerGroup("test-sg", {
|
|
39
39
|
* name: "my-sg",
|
|
40
|
-
* policies:
|
|
40
|
+
* policies: "anti-affinity",
|
|
41
41
|
* rules: {
|
|
42
42
|
* maxServerPerHost: 3,
|
|
43
43
|
* },
|
|
@@ -111,7 +111,7 @@ export declare class ServerGroup extends pulumi.CustomResource {
|
|
|
111
111
|
* the server group. See the Policies section for more information. Changing this
|
|
112
112
|
* creates a new server group.
|
|
113
113
|
*/
|
|
114
|
-
readonly policies: pulumi.Output<string
|
|
114
|
+
readonly policies: pulumi.Output<string | undefined>;
|
|
115
115
|
/**
|
|
116
116
|
* The region in which to obtain the V2 Compute client.
|
|
117
117
|
* If omitted, the `region` argument of the provider is used. Changing
|
|
@@ -156,7 +156,7 @@ export interface ServerGroupState {
|
|
|
156
156
|
* the server group. See the Policies section for more information. Changing this
|
|
157
157
|
* creates a new server group.
|
|
158
158
|
*/
|
|
159
|
-
policies?: pulumi.Input<
|
|
159
|
+
policies?: pulumi.Input<string>;
|
|
160
160
|
/**
|
|
161
161
|
* The region in which to obtain the V2 Compute client.
|
|
162
162
|
* If omitted, the `region` argument of the provider is used. Changing
|
|
@@ -189,7 +189,7 @@ export interface ServerGroupArgs {
|
|
|
189
189
|
* the server group. See the Policies section for more information. Changing this
|
|
190
190
|
* creates a new server group.
|
|
191
191
|
*/
|
|
192
|
-
policies?: pulumi.Input<
|
|
192
|
+
policies?: pulumi.Input<string>;
|
|
193
193
|
/**
|
|
194
194
|
* The region in which to obtain the V2 Compute client.
|
|
195
195
|
* If omitted, the `region` argument of the provider is used. Changing
|
package/compute/serverGroup.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("../utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* const test_sg = new openstack.compute.ServerGroup("test-sg", {
|
|
20
20
|
* name: "my-sg",
|
|
21
|
-
* policies:
|
|
21
|
+
* policies: "anti-affinity",
|
|
22
22
|
* });
|
|
23
23
|
* const test_instance = new openstack.compute.Instance("test-instance", {
|
|
24
24
|
* name: "my-instance",
|
|
@@ -41,7 +41,7 @@ const utilities = require("../utilities");
|
|
|
41
41
|
*
|
|
42
42
|
* const test_sg = new openstack.compute.ServerGroup("test-sg", {
|
|
43
43
|
* name: "my-sg",
|
|
44
|
-
* policies:
|
|
44
|
+
* policies: "anti-affinity",
|
|
45
45
|
* rules: {
|
|
46
46
|
* maxServerPerHost: 3,
|
|
47
47
|
* },
|
|
@@ -155,6 +155,11 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
155
155
|
* new cluster.
|
|
156
156
|
*/
|
|
157
157
|
readonly masterFlavor: pulumi.Output<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Indicates whether to create a load balancer
|
|
160
|
+
* for the master nodes. Changing this creates a new cluster.
|
|
161
|
+
*/
|
|
162
|
+
readonly masterLbEnabled: pulumi.Output<boolean>;
|
|
158
163
|
/**
|
|
159
164
|
* Indicates whether the provided labels should be
|
|
160
165
|
* merged with cluster template labels. Changing this creates a new cluster.
|
|
@@ -276,6 +281,11 @@ export interface ClusterState {
|
|
|
276
281
|
* new cluster.
|
|
277
282
|
*/
|
|
278
283
|
masterFlavor?: pulumi.Input<string>;
|
|
284
|
+
/**
|
|
285
|
+
* Indicates whether to create a load balancer
|
|
286
|
+
* for the master nodes. Changing this creates a new cluster.
|
|
287
|
+
*/
|
|
288
|
+
masterLbEnabled?: pulumi.Input<boolean>;
|
|
279
289
|
/**
|
|
280
290
|
* Indicates whether the provided labels should be
|
|
281
291
|
* merged with cluster template labels. Changing this creates a new cluster.
|
|
@@ -381,6 +391,11 @@ export interface ClusterArgs {
|
|
|
381
391
|
* new cluster.
|
|
382
392
|
*/
|
|
383
393
|
masterFlavor?: pulumi.Input<string>;
|
|
394
|
+
/**
|
|
395
|
+
* Indicates whether to create a load balancer
|
|
396
|
+
* for the master nodes. Changing this creates a new cluster.
|
|
397
|
+
*/
|
|
398
|
+
masterLbEnabled?: pulumi.Input<boolean>;
|
|
384
399
|
/**
|
|
385
400
|
* Indicates whether the provided labels should be
|
|
386
401
|
* merged with cluster template labels. Changing this creates a new cluster.
|
|
@@ -119,6 +119,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
119
119
|
resourceInputs["masterAddresses"] = state ? state.masterAddresses : undefined;
|
|
120
120
|
resourceInputs["masterCount"] = state ? state.masterCount : undefined;
|
|
121
121
|
resourceInputs["masterFlavor"] = state ? state.masterFlavor : undefined;
|
|
122
|
+
resourceInputs["masterLbEnabled"] = state ? state.masterLbEnabled : undefined;
|
|
122
123
|
resourceInputs["mergeLabels"] = state ? state.mergeLabels : undefined;
|
|
123
124
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
124
125
|
resourceInputs["nodeAddresses"] = state ? state.nodeAddresses : undefined;
|
|
@@ -146,6 +147,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
146
147
|
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
147
148
|
resourceInputs["masterCount"] = args ? args.masterCount : undefined;
|
|
148
149
|
resourceInputs["masterFlavor"] = args ? args.masterFlavor : undefined;
|
|
150
|
+
resourceInputs["masterLbEnabled"] = args ? args.masterLbEnabled : undefined;
|
|
149
151
|
resourceInputs["mergeLabels"] = args ? args.mergeLabels : undefined;
|
|
150
152
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
151
153
|
resourceInputs["nodeCount"] = args ? args.nodeCount : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerinfra/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerinfra/cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -108,6 +108,11 @@ export interface GetClusterResult {
|
|
|
108
108
|
* The flavor for the master nodes.
|
|
109
109
|
*/
|
|
110
110
|
readonly masterFlavor: string;
|
|
111
|
+
/**
|
|
112
|
+
* Whether a load balancer is created for the master
|
|
113
|
+
* cluster nodes.
|
|
114
|
+
*/
|
|
115
|
+
readonly masterLbEnabled: boolean;
|
|
111
116
|
/**
|
|
112
117
|
* See Argument Reference above.
|
|
113
118
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../containerinfra/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../containerinfra/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAmID;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
package/dns/recordSet.d.ts
CHANGED
|
@@ -29,8 +29,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
29
|
*
|
|
30
30
|
* ## Import
|
|
31
31
|
*
|
|
32
|
-
* This resource can be imported by specifying the zone ID and recordset ID
|
|
33
|
-
*
|
|
32
|
+
* This resource can be imported by specifying the zone ID and recordset ID with an optional project ID as a prefix:
|
|
33
|
+
*
|
|
34
|
+
* ```sh
|
|
35
|
+
* $ pulumi import openstack:dns/recordSet:RecordSet recordset_1 project_id/zone_id/recordset_id
|
|
36
|
+
* ```
|
|
34
37
|
*
|
|
35
38
|
* ```sh
|
|
36
39
|
* $ pulumi import openstack:dns/recordSet:RecordSet recordset_1 zone_id/recordset_id
|
package/dns/recordSet.js
CHANGED
|
@@ -35,8 +35,11 @@ const utilities = require("../utilities");
|
|
|
35
35
|
*
|
|
36
36
|
* ## Import
|
|
37
37
|
*
|
|
38
|
-
* This resource can be imported by specifying the zone ID and recordset ID
|
|
39
|
-
*
|
|
38
|
+
* This resource can be imported by specifying the zone ID and recordset ID with an optional project ID as a prefix:
|
|
39
|
+
*
|
|
40
|
+
* ```sh
|
|
41
|
+
* $ pulumi import openstack:dns/recordSet:RecordSet recordset_1 project_id/zone_id/recordset_id
|
|
42
|
+
* ```
|
|
40
43
|
*
|
|
41
44
|
* ```sh
|
|
42
45
|
* $ pulumi import openstack:dns/recordSet:RecordSet recordset_1 zone_id/recordset_id
|
package/dns/recordSet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recordSet.js","sourceRoot":"","sources":["../../dns/recordSet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"recordSet.js","sourceRoot":"","sources":["../../dns/recordSet.ts"],"names":[],"mappings":"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"}
|
package/dns/zone.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
* $ pulumi import openstack:dns/zone:Zone zone_1 zone_id
|
|
31
|
+
* $ pulumi import openstack:dns/zone:Zone zone_1 zone_id:project_id
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
export declare class Zone extends pulumi.CustomResource {
|
package/dns/zone.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
34
34
|
* ```
|
|
35
35
|
*
|
|
36
36
|
* ```sh
|
|
37
|
-
* $ pulumi import openstack:dns/zone:Zone zone_1 zone_id
|
|
37
|
+
* $ pulumi import openstack:dns/zone:Zone zone_1 zone_id:project_id
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
class Zone extends pulumi.CustomResource {
|
package/firewall/index.d.ts
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
|
-
export { FirewallArgs, FirewallState } from "./firewall";
|
|
2
|
-
export type Firewall = import("./firewall").Firewall;
|
|
3
|
-
export declare const Firewall: typeof import("./firewall").Firewall;
|
|
4
|
-
export { GetPolicyArgs, GetPolicyResult, GetPolicyOutputArgs } from "./getPolicy";
|
|
5
|
-
export declare const getPolicy: typeof import("./getPolicy").getPolicy;
|
|
6
|
-
export declare const getPolicyOutput: typeof import("./getPolicy").getPolicyOutput;
|
|
7
1
|
export { GroupV2Args, GroupV2State } from "./groupV2";
|
|
8
2
|
export type GroupV2 = import("./groupV2").GroupV2;
|
|
9
3
|
export declare const GroupV2: typeof import("./groupV2").GroupV2;
|
|
10
|
-
export { PolicyArgs, PolicyState } from "./policy";
|
|
11
|
-
export type Policy = import("./policy").Policy;
|
|
12
|
-
export declare const Policy: typeof import("./policy").Policy;
|
|
13
4
|
export { PolicyV2Args, PolicyV2State } from "./policyV2";
|
|
14
5
|
export type PolicyV2 = import("./policyV2").PolicyV2;
|
|
15
6
|
export declare const PolicyV2: typeof import("./policyV2").PolicyV2;
|
|
16
|
-
export { RuleArgs, RuleState } from "./rule";
|
|
17
|
-
export type Rule = import("./rule").Rule;
|
|
18
|
-
export declare const Rule: typeof import("./rule").Rule;
|
|
19
7
|
export { RuleV2Args, RuleV2State } from "./ruleV2";
|
|
20
8
|
export type RuleV2 = import("./ruleV2").RuleV2;
|
|
21
9
|
export declare const RuleV2: typeof import("./ruleV2").RuleV2;
|
package/firewall/index.js
CHANGED
|
@@ -2,38 +2,23 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.RuleV2 = exports.
|
|
5
|
+
exports.RuleV2 = exports.PolicyV2 = exports.GroupV2 = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
-
exports.Firewall = null;
|
|
9
|
-
utilities.lazyLoad(exports, ["Firewall"], () => require("./firewall"));
|
|
10
|
-
exports.getPolicy = null;
|
|
11
|
-
exports.getPolicyOutput = null;
|
|
12
|
-
utilities.lazyLoad(exports, ["getPolicy", "getPolicyOutput"], () => require("./getPolicy"));
|
|
13
8
|
exports.GroupV2 = null;
|
|
14
9
|
utilities.lazyLoad(exports, ["GroupV2"], () => require("./groupV2"));
|
|
15
|
-
exports.Policy = null;
|
|
16
|
-
utilities.lazyLoad(exports, ["Policy"], () => require("./policy"));
|
|
17
10
|
exports.PolicyV2 = null;
|
|
18
11
|
utilities.lazyLoad(exports, ["PolicyV2"], () => require("./policyV2"));
|
|
19
|
-
exports.Rule = null;
|
|
20
|
-
utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
|
|
21
12
|
exports.RuleV2 = null;
|
|
22
13
|
utilities.lazyLoad(exports, ["RuleV2"], () => require("./ruleV2"));
|
|
23
14
|
const _module = {
|
|
24
15
|
version: utilities.getVersion(),
|
|
25
16
|
construct: (name, type, urn) => {
|
|
26
17
|
switch (type) {
|
|
27
|
-
case "openstack:firewall/firewall:Firewall":
|
|
28
|
-
return new exports.Firewall(name, undefined, { urn });
|
|
29
18
|
case "openstack:firewall/groupV2:GroupV2":
|
|
30
19
|
return new exports.GroupV2(name, undefined, { urn });
|
|
31
|
-
case "openstack:firewall/policy:Policy":
|
|
32
|
-
return new exports.Policy(name, undefined, { urn });
|
|
33
20
|
case "openstack:firewall/policyV2:PolicyV2":
|
|
34
21
|
return new exports.PolicyV2(name, undefined, { urn });
|
|
35
|
-
case "openstack:firewall/rule:Rule":
|
|
36
|
-
return new exports.Rule(name, undefined, { urn });
|
|
37
22
|
case "openstack:firewall/ruleV2:RuleV2":
|
|
38
23
|
return new exports.RuleV2(name, undefined, { urn });
|
|
39
24
|
default:
|
|
@@ -41,10 +26,7 @@ const _module = {
|
|
|
41
26
|
}
|
|
42
27
|
},
|
|
43
28
|
};
|
|
44
|
-
pulumi.runtime.registerResourceModule("openstack", "firewall/firewall", _module);
|
|
45
29
|
pulumi.runtime.registerResourceModule("openstack", "firewall/groupV2", _module);
|
|
46
|
-
pulumi.runtime.registerResourceModule("openstack", "firewall/policy", _module);
|
|
47
30
|
pulumi.runtime.registerResourceModule("openstack", "firewall/policyV2", _module);
|
|
48
|
-
pulumi.runtime.registerResourceModule("openstack", "firewall/rule", _module);
|
|
49
31
|
pulumi.runtime.registerResourceModule("openstack", "firewall/ruleV2", _module);
|
|
50
32
|
//# sourceMappingURL=index.js.map
|