@pulumi/openstack 5.2.0-alpha.1750229011 → 5.2.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/compute/getAggregateV2.d.ts +16 -2
- package/compute/getAggregateV2.js +2 -0
- package/compute/getAggregateV2.js.map +1 -1
- package/compute/getHypervisorV2.d.ts +16 -2
- package/compute/getHypervisorV2.js +2 -0
- package/compute/getHypervisorV2.js.map +1 -1
- package/compute/getInstanceV2.d.ts +11 -0
- package/compute/getInstanceV2.js.map +1 -1
- package/compute/getServergroupV2.d.ts +102 -0
- package/compute/getServergroupV2.js +54 -0
- package/compute/getServergroupV2.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +4 -1
- package/compute/index.js.map +1 -1
- package/compute/instance.d.ts +0 -8
- package/compute/instance.js +2 -2
- package/compute/instance.js.map +1 -1
- package/database/database.d.ts +6 -3
- package/database/database.js.map +1 -1
- package/database/instance.d.ts +18 -0
- package/database/instance.js +2 -0
- package/database/instance.js.map +1 -1
- package/database/user.d.ts +6 -3
- package/database/user.js.map +1 -1
- package/dns/getZoneShareV2.d.ts +140 -0
- package/dns/getZoneShareV2.js +64 -0
- package/dns/getZoneShareV2.js.map +1 -0
- package/dns/index.d.ts +6 -0
- package/dns/index.js +9 -1
- package/dns/index.js.map +1 -1
- package/dns/transferAccept.d.ts +9 -12
- package/dns/transferAccept.js.map +1 -1
- package/dns/transferRequest.d.ts +9 -12
- package/dns/transferRequest.js.map +1 -1
- package/dns/zoneShareV2.d.ts +129 -0
- package/dns/zoneShareV2.js +91 -0
- package/dns/zoneShareV2.js.map +1 -0
- package/identity/getProject.d.ts +5 -3
- package/identity/getProject.js.map +1 -1
- package/identity/getProjectIdsV3.d.ts +8 -0
- package/identity/getProjectIdsV3.js.map +1 -1
- package/identity/getUser.d.ts +5 -3
- package/identity/getUser.js.map +1 -1
- package/identity/index.d.ts +6 -0
- package/identity/index.js +11 -1
- package/identity/index.js.map +1 -1
- package/identity/inheritRoleAssignment.d.ts +15 -0
- package/identity/inheritRoleAssignment.js.map +1 -1
- package/identity/limitV3.d.ts +171 -0
- package/identity/limitV3.js +103 -0
- package/identity/limitV3.js.map +1 -0
- package/identity/registeredLimitV3.d.ts +145 -0
- package/identity/registeredLimitV3.js +97 -0
- package/identity/registeredLimitV3.js.map +1 -0
- package/identity/roleAssignment.d.ts +15 -0
- package/identity/roleAssignment.js.map +1 -1
- package/lbFlavorprofileV2.d.ts +18 -0
- package/lbFlavorprofileV2.js.map +1 -1
- package/loadbalancer/flavorV2.d.ts +150 -0
- package/loadbalancer/flavorV2.js +93 -0
- package/loadbalancer/flavorV2.js.map +1 -0
- package/loadbalancer/flavorprofileV2.d.ts +18 -0
- package/loadbalancer/flavorprofileV2.js.map +1 -1
- package/loadbalancer/getFlavorV2.d.ts +1 -1
- package/loadbalancer/getFlavorprofileV2.d.ts +106 -0
- package/loadbalancer/getFlavorprofileV2.js +62 -0
- package/loadbalancer/getFlavorprofileV2.js.map +1 -0
- package/loadbalancer/getLbFlavorDeprecated.d.ts +101 -0
- package/loadbalancer/getLbFlavorDeprecated.js +60 -0
- package/loadbalancer/getLbFlavorDeprecated.js.map +1 -0
- package/loadbalancer/index.d.ts +9 -0
- package/loadbalancer/index.js +12 -1
- package/loadbalancer/index.js.map +1 -1
- package/networking/addressGroupV2.d.ts +138 -0
- package/networking/addressGroupV2.js +87 -0
- package/networking/addressGroupV2.js.map +1 -0
- package/networking/getRouter.d.ts +4 -0
- package/networking/getRouter.js.map +1 -1
- package/networking/getSubnet.d.ts +11 -0
- package/networking/getSubnet.js +2 -0
- package/networking/getSubnet.js.map +1 -1
- package/networking/getSubnetIdsV2.d.ts +11 -0
- package/networking/getSubnetIdsV2.js +2 -0
- package/networking/getSubnetIdsV2.js.map +1 -1
- package/networking/index.d.ts +3 -0
- package/networking/index.js +7 -2
- package/networking/index.js.map +1 -1
- package/networking/router.d.ts +18 -0
- package/networking/router.js +2 -0
- package/networking/router.js.map +1 -1
- package/networking/secGroupRule.d.ts +21 -0
- package/networking/secGroupRule.js +2 -0
- package/networking/secGroupRule.js.map +1 -1
- package/networking/subnet.d.ts +18 -0
- package/networking/subnet.js +2 -0
- package/networking/subnet.js.map +1 -1
- package/package.json +2 -2
- package/sharedfilesystem/getShare.d.ts +7 -3
- package/sharedfilesystem/getShare.js.map +1 -1
- package/sharedfilesystem/share.d.ts +9 -9
- package/sharedfilesystem/shareAccess.d.ts +9 -9
- package/types/output.d.ts +3 -0
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to get information about a DNS zone share.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as openstack from "@pulumi/openstack";
|
|
10
|
+
*
|
|
11
|
+
* const example = openstack.dns.getZoneShareV2({
|
|
12
|
+
* zoneId: "00000000-0000-0000-0000-000000000000",
|
|
13
|
+
* targetProjectId: "11111111-1111-1111-1111-111111111111",
|
|
14
|
+
* projectId: "22222222-2222-2222-2222-222222222222",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getZoneShareV2(args: GetZoneShareV2Args, opts?: pulumi.InvokeOptions): Promise<GetZoneShareV2Result>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getZoneShareV2.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetZoneShareV2Args {
|
|
23
|
+
/**
|
|
24
|
+
* If set to `true`, the data source will search
|
|
25
|
+
* across all projects. If set to `false`, it will only search within the
|
|
26
|
+
* current project. Defaults to `false`.
|
|
27
|
+
*/
|
|
28
|
+
allProjects?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The owner project ID. If omitted, it is derived
|
|
31
|
+
* from the zone share details.
|
|
32
|
+
*/
|
|
33
|
+
projectId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The region in which to obtain the V2 DNS client. If
|
|
36
|
+
* omitted, the `region` argument of the provider is used. Changing this creates
|
|
37
|
+
* a new DNS zone share data source.
|
|
38
|
+
*/
|
|
39
|
+
region?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The ID of the DNS zone share to retrieve. If
|
|
42
|
+
* provided, the data source returns only the share with this ID.
|
|
43
|
+
*/
|
|
44
|
+
shareId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* If provided, the data source returns the
|
|
47
|
+
* share with this target project ID.
|
|
48
|
+
*/
|
|
49
|
+
targetProjectId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The ID of the DNS zone for which to get share.
|
|
52
|
+
*/
|
|
53
|
+
zoneId: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* A collection of values returned by getZoneShareV2.
|
|
57
|
+
*/
|
|
58
|
+
export interface GetZoneShareV2Result {
|
|
59
|
+
/**
|
|
60
|
+
* See Argument Reference above.
|
|
61
|
+
*/
|
|
62
|
+
readonly allProjects?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
/**
|
|
68
|
+
* See Argument Reference above.
|
|
69
|
+
*/
|
|
70
|
+
readonly projectId?: string;
|
|
71
|
+
/**
|
|
72
|
+
* See Argument Reference above.
|
|
73
|
+
*/
|
|
74
|
+
readonly region: string;
|
|
75
|
+
/**
|
|
76
|
+
* The ID of the zone share.
|
|
77
|
+
*/
|
|
78
|
+
readonly shareId: string;
|
|
79
|
+
/**
|
|
80
|
+
* See Argument Reference above.
|
|
81
|
+
*/
|
|
82
|
+
readonly targetProjectId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* See Argument Reference above.
|
|
85
|
+
*/
|
|
86
|
+
readonly zoneId: string;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Use this data source to get information about a DNS zone share.
|
|
90
|
+
*
|
|
91
|
+
* ## Example Usage
|
|
92
|
+
*
|
|
93
|
+
* ```typescript
|
|
94
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
95
|
+
* import * as openstack from "@pulumi/openstack";
|
|
96
|
+
*
|
|
97
|
+
* const example = openstack.dns.getZoneShareV2({
|
|
98
|
+
* zoneId: "00000000-0000-0000-0000-000000000000",
|
|
99
|
+
* targetProjectId: "11111111-1111-1111-1111-111111111111",
|
|
100
|
+
* projectId: "22222222-2222-2222-2222-222222222222",
|
|
101
|
+
* });
|
|
102
|
+
* ```
|
|
103
|
+
*/
|
|
104
|
+
export declare function getZoneShareV2Output(args: GetZoneShareV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZoneShareV2Result>;
|
|
105
|
+
/**
|
|
106
|
+
* A collection of arguments for invoking getZoneShareV2.
|
|
107
|
+
*/
|
|
108
|
+
export interface GetZoneShareV2OutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* If set to `true`, the data source will search
|
|
111
|
+
* across all projects. If set to `false`, it will only search within the
|
|
112
|
+
* current project. Defaults to `false`.
|
|
113
|
+
*/
|
|
114
|
+
allProjects?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The owner project ID. If omitted, it is derived
|
|
117
|
+
* from the zone share details.
|
|
118
|
+
*/
|
|
119
|
+
projectId?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The region in which to obtain the V2 DNS client. If
|
|
122
|
+
* omitted, the `region` argument of the provider is used. Changing this creates
|
|
123
|
+
* a new DNS zone share data source.
|
|
124
|
+
*/
|
|
125
|
+
region?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The ID of the DNS zone share to retrieve. If
|
|
128
|
+
* provided, the data source returns only the share with this ID.
|
|
129
|
+
*/
|
|
130
|
+
shareId?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* If provided, the data source returns the
|
|
133
|
+
* share with this target project ID.
|
|
134
|
+
*/
|
|
135
|
+
targetProjectId?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The ID of the DNS zone for which to get share.
|
|
138
|
+
*/
|
|
139
|
+
zoneId: pulumi.Input<string>;
|
|
140
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getZoneShareV2Output = exports.getZoneShareV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to get information about a DNS zone share.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as openstack from "@pulumi/openstack";
|
|
16
|
+
*
|
|
17
|
+
* const example = openstack.dns.getZoneShareV2({
|
|
18
|
+
* zoneId: "00000000-0000-0000-0000-000000000000",
|
|
19
|
+
* targetProjectId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
+
* projectId: "22222222-2222-2222-2222-222222222222",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getZoneShareV2(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("openstack:dns/getZoneShareV2:getZoneShareV2", {
|
|
27
|
+
"allProjects": args.allProjects,
|
|
28
|
+
"projectId": args.projectId,
|
|
29
|
+
"region": args.region,
|
|
30
|
+
"shareId": args.shareId,
|
|
31
|
+
"targetProjectId": args.targetProjectId,
|
|
32
|
+
"zoneId": args.zoneId,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getZoneShareV2 = getZoneShareV2;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to get information about a DNS zone share.
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as openstack from "@pulumi/openstack";
|
|
44
|
+
*
|
|
45
|
+
* const example = openstack.dns.getZoneShareV2({
|
|
46
|
+
* zoneId: "00000000-0000-0000-0000-000000000000",
|
|
47
|
+
* targetProjectId: "11111111-1111-1111-1111-111111111111",
|
|
48
|
+
* projectId: "22222222-2222-2222-2222-222222222222",
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
function getZoneShareV2Output(args, opts) {
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
54
|
+
return pulumi.runtime.invokeOutput("openstack:dns/getZoneShareV2:getZoneShareV2", {
|
|
55
|
+
"allProjects": args.allProjects,
|
|
56
|
+
"projectId": args.projectId,
|
|
57
|
+
"region": args.region,
|
|
58
|
+
"shareId": args.shareId,
|
|
59
|
+
"targetProjectId": args.targetProjectId,
|
|
60
|
+
"zoneId": args.zoneId,
|
|
61
|
+
}, opts);
|
|
62
|
+
}
|
|
63
|
+
exports.getZoneShareV2Output = getZoneShareV2Output;
|
|
64
|
+
//# sourceMappingURL=getZoneShareV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneShareV2.js","sourceRoot":"","sources":["../../dns/getZoneShareV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AAwED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oDAUC"}
|
package/dns/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export { GetDnsZoneArgs, GetDnsZoneResult, GetDnsZoneOutputArgs } from "./getDnsZone";
|
|
2
2
|
export declare const getDnsZone: typeof import("./getDnsZone").getDnsZone;
|
|
3
3
|
export declare const getDnsZoneOutput: typeof import("./getDnsZone").getDnsZoneOutput;
|
|
4
|
+
export { GetZoneShareV2Args, GetZoneShareV2Result, GetZoneShareV2OutputArgs } from "./getZoneShareV2";
|
|
5
|
+
export declare const getZoneShareV2: typeof import("./getZoneShareV2").getZoneShareV2;
|
|
6
|
+
export declare const getZoneShareV2Output: typeof import("./getZoneShareV2").getZoneShareV2Output;
|
|
4
7
|
export { RecordSetArgs, RecordSetState } from "./recordSet";
|
|
5
8
|
export type RecordSet = import("./recordSet").RecordSet;
|
|
6
9
|
export declare const RecordSet: typeof import("./recordSet").RecordSet;
|
|
@@ -13,3 +16,6 @@ export declare const TransferRequest: typeof import("./transferRequest").Transfe
|
|
|
13
16
|
export { ZoneArgs, ZoneState } from "./zone";
|
|
14
17
|
export type Zone = import("./zone").Zone;
|
|
15
18
|
export declare const Zone: typeof import("./zone").Zone;
|
|
19
|
+
export { ZoneShareV2Args, ZoneShareV2State } from "./zoneShareV2";
|
|
20
|
+
export type ZoneShareV2 = import("./zoneShareV2").ZoneShareV2;
|
|
21
|
+
export declare const ZoneShareV2: typeof import("./zoneShareV2").ZoneShareV2;
|
package/dns/index.js
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.Zone = exports.TransferRequest = exports.TransferAccept = exports.RecordSet = exports.getDnsZoneOutput = exports.getDnsZone = void 0;
|
|
5
|
+
exports.ZoneShareV2 = exports.Zone = exports.TransferRequest = exports.TransferAccept = exports.RecordSet = exports.getZoneShareV2Output = exports.getZoneShareV2 = exports.getDnsZoneOutput = exports.getDnsZone = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getDnsZone = null;
|
|
9
9
|
exports.getDnsZoneOutput = null;
|
|
10
10
|
utilities.lazyLoad(exports, ["getDnsZone", "getDnsZoneOutput"], () => require("./getDnsZone"));
|
|
11
|
+
exports.getZoneShareV2 = null;
|
|
12
|
+
exports.getZoneShareV2Output = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getZoneShareV2", "getZoneShareV2Output"], () => require("./getZoneShareV2"));
|
|
11
14
|
exports.RecordSet = null;
|
|
12
15
|
utilities.lazyLoad(exports, ["RecordSet"], () => require("./recordSet"));
|
|
13
16
|
exports.TransferAccept = null;
|
|
@@ -16,6 +19,8 @@ exports.TransferRequest = null;
|
|
|
16
19
|
utilities.lazyLoad(exports, ["TransferRequest"], () => require("./transferRequest"));
|
|
17
20
|
exports.Zone = null;
|
|
18
21
|
utilities.lazyLoad(exports, ["Zone"], () => require("./zone"));
|
|
22
|
+
exports.ZoneShareV2 = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["ZoneShareV2"], () => require("./zoneShareV2"));
|
|
19
24
|
const _module = {
|
|
20
25
|
version: utilities.getVersion(),
|
|
21
26
|
construct: (name, type, urn) => {
|
|
@@ -28,6 +33,8 @@ const _module = {
|
|
|
28
33
|
return new exports.TransferRequest(name, undefined, { urn });
|
|
29
34
|
case "openstack:dns/zone:Zone":
|
|
30
35
|
return new exports.Zone(name, undefined, { urn });
|
|
36
|
+
case "openstack:dns/zoneShareV2:ZoneShareV2":
|
|
37
|
+
return new exports.ZoneShareV2(name, undefined, { urn });
|
|
31
38
|
default:
|
|
32
39
|
throw new Error(`unknown resource type ${type}`);
|
|
33
40
|
}
|
|
@@ -37,4 +44,5 @@ pulumi.runtime.registerResourceModule("openstack", "dns/recordSet", _module);
|
|
|
37
44
|
pulumi.runtime.registerResourceModule("openstack", "dns/transferAccept", _module);
|
|
38
45
|
pulumi.runtime.registerResourceModule("openstack", "dns/transferRequest", _module);
|
|
39
46
|
pulumi.runtime.registerResourceModule("openstack", "dns/zone", _module);
|
|
47
|
+
pulumi.runtime.registerResourceModule("openstack", "dns/zoneShareV2", _module);
|
|
40
48
|
//# sourceMappingURL=index.js.map
|
package/dns/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../dns/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../dns/index.ts"],"names":[],"mappings":"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"}
|
package/dns/transferAccept.d.ts
CHANGED
|
@@ -62,10 +62,9 @@ export declare class TransferAccept extends pulumi.CustomResource {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly key: pulumi.Output<string>;
|
|
64
64
|
/**
|
|
65
|
-
* The region in which to obtain the V2
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* Changing this creates a new DNS zone.
|
|
65
|
+
* The region in which to obtain the V2 DNS client.
|
|
66
|
+
* If omitted, the `region` argument of the provider is used.
|
|
67
|
+
* Changing this creates a new DNS zone zone transfer accept.
|
|
69
68
|
*/
|
|
70
69
|
readonly region: pulumi.Output<string>;
|
|
71
70
|
/**
|
|
@@ -103,10 +102,9 @@ export interface TransferAcceptState {
|
|
|
103
102
|
*/
|
|
104
103
|
key?: pulumi.Input<string>;
|
|
105
104
|
/**
|
|
106
|
-
* The region in which to obtain the V2
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
* Changing this creates a new DNS zone.
|
|
105
|
+
* The region in which to obtain the V2 DNS client.
|
|
106
|
+
* If omitted, the `region` argument of the provider is used.
|
|
107
|
+
* Changing this creates a new DNS zone zone transfer accept.
|
|
110
108
|
*/
|
|
111
109
|
region?: pulumi.Input<string>;
|
|
112
110
|
/**
|
|
@@ -136,10 +134,9 @@ export interface TransferAcceptArgs {
|
|
|
136
134
|
*/
|
|
137
135
|
key: pulumi.Input<string>;
|
|
138
136
|
/**
|
|
139
|
-
* The region in which to obtain the V2
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
* Changing this creates a new DNS zone.
|
|
137
|
+
* The region in which to obtain the V2 DNS client.
|
|
138
|
+
* If omitted, the `region` argument of the provider is used.
|
|
139
|
+
* Changing this creates a new DNS zone zone transfer accept.
|
|
143
140
|
*/
|
|
144
141
|
region?: pulumi.Input<string>;
|
|
145
142
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transferAccept.js","sourceRoot":"","sources":["../../dns/transferAccept.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"transferAccept.js","sourceRoot":"","sources":["../../dns/transferAccept.ts"],"names":[],"mappings":"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"}
|
package/dns/transferRequest.d.ts
CHANGED
|
@@ -59,10 +59,9 @@ export declare class TransferRequest extends pulumi.CustomResource {
|
|
|
59
59
|
readonly disableStatusCheck: pulumi.Output<boolean | undefined>;
|
|
60
60
|
readonly key: pulumi.Output<string>;
|
|
61
61
|
/**
|
|
62
|
-
* The region in which to obtain the V2
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
* Changing this creates a new DNS zone.
|
|
62
|
+
* The region in which to obtain the V2 DNS client.
|
|
63
|
+
* If omitted, the `region` argument of the provider is used.
|
|
64
|
+
* Changing this creates a new DNS zone zone transfer accept.
|
|
66
65
|
*/
|
|
67
66
|
readonly region: pulumi.Output<string>;
|
|
68
67
|
/**
|
|
@@ -106,10 +105,9 @@ export interface TransferRequestState {
|
|
|
106
105
|
disableStatusCheck?: pulumi.Input<boolean>;
|
|
107
106
|
key?: pulumi.Input<string>;
|
|
108
107
|
/**
|
|
109
|
-
* The region in which to obtain the V2
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
* Changing this creates a new DNS zone.
|
|
108
|
+
* The region in which to obtain the V2 DNS client.
|
|
109
|
+
* If omitted, the `region` argument of the provider is used.
|
|
110
|
+
* Changing this creates a new DNS zone zone transfer accept.
|
|
113
111
|
*/
|
|
114
112
|
region?: pulumi.Input<string>;
|
|
115
113
|
/**
|
|
@@ -145,10 +143,9 @@ export interface TransferRequestArgs {
|
|
|
145
143
|
disableStatusCheck?: pulumi.Input<boolean>;
|
|
146
144
|
key?: pulumi.Input<string>;
|
|
147
145
|
/**
|
|
148
|
-
* The region in which to obtain the V2
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
* Changing this creates a new DNS zone.
|
|
146
|
+
* The region in which to obtain the V2 DNS client.
|
|
147
|
+
* If omitted, the `region` argument of the provider is used.
|
|
148
|
+
* Changing this creates a new DNS zone zone transfer accept.
|
|
152
149
|
*/
|
|
153
150
|
region?: pulumi.Input<string>;
|
|
154
151
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transferRequest.js","sourceRoot":"","sources":["../../dns/transferRequest.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;
|
|
1
|
+
{"version":3,"file":"transferRequest.js","sourceRoot":"","sources":["../../dns/transferRequest.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IA0CD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AA/FL,0CAgGC;AAlFG,gBAAgB;AACO,4BAAY,GAAG,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages the sharing of a DNS zone in the OpenStack DNS Service.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as openstack from "@pulumi/openstack";
|
|
10
|
+
*
|
|
11
|
+
* const example = new openstack.dns.ZoneShareV2("example", {
|
|
12
|
+
* zoneId: "00000000-0000-0000-0000-000000000000",
|
|
13
|
+
* targetProjectId: "11111111-1111-1111-1111-111111111111",
|
|
14
|
+
* projectId: "22222222-2222-2222-2222-222222222222",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* ## Import
|
|
19
|
+
*
|
|
20
|
+
* DNS zone share can be imported by specifying the zone ID with share ID and optional project ID:
|
|
21
|
+
*
|
|
22
|
+
* bash
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import openstack:dns/zoneShareV2:ZoneShareV2 share_1 60cbdc69-64f9-49ee-b294-352e71e22827/0e1dae51-aee2-4b44-962f-885bb69f3a5c
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import openstack:dns/zoneShareV2:ZoneShareV2 share_1 60cbdc69-64f9-49ee-b294-352e71e22827/0e1dae51-aee2-4b44-962f-885bb69f3a5c/eb92139f6c054a878852ac9e8cbe612a
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
export declare class ZoneShareV2 extends pulumi.CustomResource {
|
|
33
|
+
/**
|
|
34
|
+
* Get an existing ZoneShareV2 resource's state with the given name, ID, and optional extra
|
|
35
|
+
* properties used to qualify the lookup.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resulting resource.
|
|
38
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
39
|
+
* @param state Any extra arguments used during the lookup.
|
|
40
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
|
+
*/
|
|
42
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZoneShareV2State, opts?: pulumi.CustomResourceOptions): ZoneShareV2;
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of ZoneShareV2. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj: any): obj is ZoneShareV2;
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the project DNS zone is created for, sets
|
|
50
|
+
* `X-Auth-Sudo-Tenant-ID` header (requires an assigned user role in target
|
|
51
|
+
* project).
|
|
52
|
+
*/
|
|
53
|
+
readonly projectId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The region in which to obtain the V2 DNS client. If
|
|
56
|
+
* omitted, the `region` argument of the provider is used. Changing this creates
|
|
57
|
+
* a new DNS zone share.
|
|
58
|
+
*/
|
|
59
|
+
readonly region: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The ID of the target project with which the
|
|
62
|
+
* DNS zone will be shared.
|
|
63
|
+
*/
|
|
64
|
+
readonly targetProjectId: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The ID of the DNS zone to be shared.
|
|
67
|
+
*/
|
|
68
|
+
readonly zoneId: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Create a ZoneShareV2 resource with the given unique name, arguments, and options.
|
|
71
|
+
*
|
|
72
|
+
* @param name The _unique_ name of the resource.
|
|
73
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
74
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
75
|
+
*/
|
|
76
|
+
constructor(name: string, args: ZoneShareV2Args, opts?: pulumi.CustomResourceOptions);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Input properties used for looking up and filtering ZoneShareV2 resources.
|
|
80
|
+
*/
|
|
81
|
+
export interface ZoneShareV2State {
|
|
82
|
+
/**
|
|
83
|
+
* The ID of the project DNS zone is created for, sets
|
|
84
|
+
* `X-Auth-Sudo-Tenant-ID` header (requires an assigned user role in target
|
|
85
|
+
* project).
|
|
86
|
+
*/
|
|
87
|
+
projectId?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The region in which to obtain the V2 DNS client. If
|
|
90
|
+
* omitted, the `region` argument of the provider is used. Changing this creates
|
|
91
|
+
* a new DNS zone share.
|
|
92
|
+
*/
|
|
93
|
+
region?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The ID of the target project with which the
|
|
96
|
+
* DNS zone will be shared.
|
|
97
|
+
*/
|
|
98
|
+
targetProjectId?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The ID of the DNS zone to be shared.
|
|
101
|
+
*/
|
|
102
|
+
zoneId?: pulumi.Input<string>;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* The set of arguments for constructing a ZoneShareV2 resource.
|
|
106
|
+
*/
|
|
107
|
+
export interface ZoneShareV2Args {
|
|
108
|
+
/**
|
|
109
|
+
* The ID of the project DNS zone is created for, sets
|
|
110
|
+
* `X-Auth-Sudo-Tenant-ID` header (requires an assigned user role in target
|
|
111
|
+
* project).
|
|
112
|
+
*/
|
|
113
|
+
projectId?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The region in which to obtain the V2 DNS client. If
|
|
116
|
+
* omitted, the `region` argument of the provider is used. Changing this creates
|
|
117
|
+
* a new DNS zone share.
|
|
118
|
+
*/
|
|
119
|
+
region?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The ID of the target project with which the
|
|
122
|
+
* DNS zone will be shared.
|
|
123
|
+
*/
|
|
124
|
+
targetProjectId: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The ID of the DNS zone to be shared.
|
|
127
|
+
*/
|
|
128
|
+
zoneId: pulumi.Input<string>;
|
|
129
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.ZoneShareV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages the sharing of a DNS zone in the OpenStack DNS Service.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as openstack from "@pulumi/openstack";
|
|
16
|
+
*
|
|
17
|
+
* const example = new openstack.dns.ZoneShareV2("example", {
|
|
18
|
+
* zoneId: "00000000-0000-0000-0000-000000000000",
|
|
19
|
+
* targetProjectId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
+
* projectId: "22222222-2222-2222-2222-222222222222",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* DNS zone share can be imported by specifying the zone ID with share ID and optional project ID:
|
|
27
|
+
*
|
|
28
|
+
* bash
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import openstack:dns/zoneShareV2:ZoneShareV2 share_1 60cbdc69-64f9-49ee-b294-352e71e22827/0e1dae51-aee2-4b44-962f-885bb69f3a5c
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* ```sh
|
|
35
|
+
* $ pulumi import openstack:dns/zoneShareV2:ZoneShareV2 share_1 60cbdc69-64f9-49ee-b294-352e71e22827/0e1dae51-aee2-4b44-962f-885bb69f3a5c/eb92139f6c054a878852ac9e8cbe612a
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
class ZoneShareV2 extends pulumi.CustomResource {
|
|
39
|
+
/**
|
|
40
|
+
* Get an existing ZoneShareV2 resource's state with the given name, ID, and optional extra
|
|
41
|
+
* properties used to qualify the lookup.
|
|
42
|
+
*
|
|
43
|
+
* @param name The _unique_ name of the resulting resource.
|
|
44
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
45
|
+
* @param state Any extra arguments used during the lookup.
|
|
46
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
47
|
+
*/
|
|
48
|
+
static get(name, id, state, opts) {
|
|
49
|
+
return new ZoneShareV2(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Returns true if the given object is an instance of ZoneShareV2. This is designed to work even
|
|
53
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
54
|
+
*/
|
|
55
|
+
static isInstance(obj) {
|
|
56
|
+
if (obj === undefined || obj === null) {
|
|
57
|
+
return false;
|
|
58
|
+
}
|
|
59
|
+
return obj['__pulumiType'] === ZoneShareV2.__pulumiType;
|
|
60
|
+
}
|
|
61
|
+
constructor(name, argsOrState, opts) {
|
|
62
|
+
let resourceInputs = {};
|
|
63
|
+
opts = opts || {};
|
|
64
|
+
if (opts.id) {
|
|
65
|
+
const state = argsOrState;
|
|
66
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
67
|
+
resourceInputs["region"] = state ? state.region : undefined;
|
|
68
|
+
resourceInputs["targetProjectId"] = state ? state.targetProjectId : undefined;
|
|
69
|
+
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
const args = argsOrState;
|
|
73
|
+
if ((!args || args.targetProjectId === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'targetProjectId'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.zoneId === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'zoneId'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
80
|
+
resourceInputs["region"] = args ? args.region : undefined;
|
|
81
|
+
resourceInputs["targetProjectId"] = args ? args.targetProjectId : undefined;
|
|
82
|
+
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(ZoneShareV2.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.ZoneShareV2 = ZoneShareV2;
|
|
89
|
+
/** @internal */
|
|
90
|
+
ZoneShareV2.__pulumiType = 'openstack:dns/zoneShareV2:ZoneShareV2';
|
|
91
|
+
//# sourceMappingURL=zoneShareV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zoneShareV2.js","sourceRoot":"","sources":["../../dns/zoneShareV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAgCD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAlFL,kCAmFC;AArEG,gBAAgB;AACO,wBAAY,GAAG,uCAAuC,CAAC"}
|
package/identity/getProject.d.ts
CHANGED
|
@@ -46,7 +46,8 @@ export interface GetProjectArgs {
|
|
|
46
46
|
*/
|
|
47
47
|
projectId?: string;
|
|
48
48
|
/**
|
|
49
|
-
* The region the
|
|
49
|
+
* The region in which to obtain the V3 Keystone client.
|
|
50
|
+
* If omitted, the `region` argument of the provider is used.
|
|
50
51
|
*/
|
|
51
52
|
region?: string;
|
|
52
53
|
}
|
|
@@ -87,7 +88,7 @@ export interface GetProjectResult {
|
|
|
87
88
|
*/
|
|
88
89
|
readonly projectId?: string;
|
|
89
90
|
/**
|
|
90
|
-
*
|
|
91
|
+
* See Argument Reference above.
|
|
91
92
|
*/
|
|
92
93
|
readonly region: string;
|
|
93
94
|
/**
|
|
@@ -142,7 +143,8 @@ export interface GetProjectOutputArgs {
|
|
|
142
143
|
*/
|
|
143
144
|
projectId?: pulumi.Input<string>;
|
|
144
145
|
/**
|
|
145
|
-
* The region the
|
|
146
|
+
* The region in which to obtain the V3 Keystone client.
|
|
147
|
+
* If omitted, the `region` argument of the provider is used.
|
|
146
148
|
*/
|
|
147
149
|
region?: pulumi.Input<string>;
|
|
148
150
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../../identity/getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gCAYC;
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../../identity/getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gCAYC;AAqFD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,0CAA0C,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC"}
|