@pulumi/azure 6.6.0 → 6.7.0-alpha.1730309595

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.
Files changed (51) hide show
  1. package/appservice/linuxFunctionApp.d.ts +1 -1
  2. package/appservice/linuxFunctionApp.js +1 -1
  3. package/cosmosdb/sqlContainer.d.ts +9 -3
  4. package/cosmosdb/sqlContainer.js.map +1 -1
  5. package/desktopvirtualization/applicationGroup.d.ts +3 -3
  6. package/devcenter/index.d.ts +3 -0
  7. package/devcenter/index.js +6 -1
  8. package/devcenter/index.js.map +1 -1
  9. package/devcenter/projectPool.d.ts +215 -0
  10. package/devcenter/projectPool.js +152 -0
  11. package/devcenter/projectPool.js.map +1 -0
  12. package/index.d.ts +2 -1
  13. package/index.js +3 -1
  14. package/index.js.map +1 -1
  15. package/mssql/managedInstance.d.ts +3 -3
  16. package/network/applicationGateway.d.ts +3 -3
  17. package/oracle/autonomousDatabase.d.ts +317 -0
  18. package/oracle/autonomousDatabase.js +153 -0
  19. package/oracle/autonomousDatabase.js.map +1 -0
  20. package/oracle/getAdbsCharacterSets.d.ts +74 -0
  21. package/oracle/getAdbsCharacterSets.js +60 -0
  22. package/oracle/getAdbsCharacterSets.js.map +1 -0
  23. package/oracle/getAdbsNationalCharacterSets.d.ts +74 -0
  24. package/oracle/getAdbsNationalCharacterSets.js +60 -0
  25. package/oracle/getAdbsNationalCharacterSets.js.map +1 -0
  26. package/oracle/getAutonomousDatabase.d.ts +295 -0
  27. package/oracle/getAutonomousDatabase.js +56 -0
  28. package/oracle/getAutonomousDatabase.js.map +1 -0
  29. package/oracle/getDbNodes.d.ts +74 -0
  30. package/oracle/getDbNodes.js +60 -0
  31. package/oracle/getDbNodes.js.map +1 -0
  32. package/oracle/getDbSystemShapes.d.ts +78 -0
  33. package/oracle/getDbSystemShapes.js +64 -0
  34. package/oracle/getDbSystemShapes.js.map +1 -0
  35. package/oracle/getGiVersions.d.ts +77 -0
  36. package/oracle/getGiVersions.js +64 -0
  37. package/oracle/getGiVersions.js.map +1 -0
  38. package/oracle/index.d.ts +21 -0
  39. package/oracle/index.js +24 -1
  40. package/oracle/index.js.map +1 -1
  41. package/package.json +2 -2
  42. package/storage/account.d.ts +6 -0
  43. package/storage/account.js.map +1 -1
  44. package/types/input.d.ts +52 -12
  45. package/types/output.d.ts +239 -17
  46. package/videoindexer/account.d.ts +157 -0
  47. package/videoindexer/account.js +109 -0
  48. package/videoindexer/account.js.map +1 -0
  49. package/videoindexer/index.d.ts +3 -0
  50. package/videoindexer/index.js +22 -0
  51. package/videoindexer/index.js.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAdbsCharacterSets.js","sourceRoot":"","sources":["../../oracle/getAdbsCharacterSets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AA0BD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
@@ -0,0 +1,74 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Gets a list of supported national character sets.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as azure from "@pulumi/azure";
11
+ *
12
+ * export = async () => {
13
+ * const example = await azure.oracle.getAdbsCharacterSets({
14
+ * location: "West Europe",
15
+ * });
16
+ * return {
17
+ * example: exampleAzurermOracleAdbsNationalCharacterSets,
18
+ * };
19
+ * }
20
+ * ```
21
+ */
22
+ export declare function getAdbsNationalCharacterSets(args: GetAdbsNationalCharacterSetsArgs, opts?: pulumi.InvokeOptions): Promise<GetAdbsNationalCharacterSetsResult>;
23
+ /**
24
+ * A collection of arguments for invoking getAdbsNationalCharacterSets.
25
+ */
26
+ export interface GetAdbsNationalCharacterSetsArgs {
27
+ /**
28
+ * The Azure Region to query for the national character sets in.
29
+ */
30
+ location: string;
31
+ }
32
+ /**
33
+ * A collection of values returned by getAdbsNationalCharacterSets.
34
+ */
35
+ export interface GetAdbsNationalCharacterSetsResult {
36
+ /**
37
+ * A `characterSets` block as defined below.
38
+ */
39
+ readonly characterSets: outputs.oracle.GetAdbsNationalCharacterSetsCharacterSet[];
40
+ /**
41
+ * The provider-assigned unique ID for this managed resource.
42
+ */
43
+ readonly id: string;
44
+ readonly location: string;
45
+ }
46
+ /**
47
+ * Gets a list of supported national character sets.
48
+ *
49
+ * ## Example Usage
50
+ *
51
+ * ```typescript
52
+ * import * as pulumi from "@pulumi/pulumi";
53
+ * import * as azure from "@pulumi/azure";
54
+ *
55
+ * export = async () => {
56
+ * const example = await azure.oracle.getAdbsCharacterSets({
57
+ * location: "West Europe",
58
+ * });
59
+ * return {
60
+ * example: exampleAzurermOracleAdbsNationalCharacterSets,
61
+ * };
62
+ * }
63
+ * ```
64
+ */
65
+ export declare function getAdbsNationalCharacterSetsOutput(args: GetAdbsNationalCharacterSetsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAdbsNationalCharacterSetsResult>;
66
+ /**
67
+ * A collection of arguments for invoking getAdbsNationalCharacterSets.
68
+ */
69
+ export interface GetAdbsNationalCharacterSetsOutputArgs {
70
+ /**
71
+ * The Azure Region to query for the national character sets in.
72
+ */
73
+ location: pulumi.Input<string>;
74
+ }
@@ -0,0 +1,60 @@
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.getAdbsNationalCharacterSetsOutput = exports.getAdbsNationalCharacterSets = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Gets a list of supported national character sets.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as azure from "@pulumi/azure";
16
+ *
17
+ * export = async () => {
18
+ * const example = await azure.oracle.getAdbsCharacterSets({
19
+ * location: "West Europe",
20
+ * });
21
+ * return {
22
+ * example: exampleAzurermOracleAdbsNationalCharacterSets,
23
+ * };
24
+ * }
25
+ * ```
26
+ */
27
+ function getAdbsNationalCharacterSets(args, opts) {
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
+ return pulumi.runtime.invoke("azure:oracle/getAdbsNationalCharacterSets:getAdbsNationalCharacterSets", {
30
+ "location": args.location,
31
+ }, opts);
32
+ }
33
+ exports.getAdbsNationalCharacterSets = getAdbsNationalCharacterSets;
34
+ /**
35
+ * Gets a list of supported national character sets.
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as azure from "@pulumi/azure";
42
+ *
43
+ * export = async () => {
44
+ * const example = await azure.oracle.getAdbsCharacterSets({
45
+ * location: "West Europe",
46
+ * });
47
+ * return {
48
+ * example: exampleAzurermOracleAdbsNationalCharacterSets,
49
+ * };
50
+ * }
51
+ * ```
52
+ */
53
+ function getAdbsNationalCharacterSetsOutput(args, opts) {
54
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
55
+ return pulumi.runtime.invokeOutput("azure:oracle/getAdbsNationalCharacterSets:getAdbsNationalCharacterSets", {
56
+ "location": args.location,
57
+ }, opts);
58
+ }
59
+ exports.getAdbsNationalCharacterSetsOutput = getAdbsNationalCharacterSetsOutput;
60
+ //# sourceMappingURL=getAdbsNationalCharacterSets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAdbsNationalCharacterSets.js","sourceRoot":"","sources":["../../oracle/getAdbsNationalCharacterSets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC;AA0BD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gFAKC"}
@@ -0,0 +1,295 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Use this data source to access information about an existing Autonomous Database.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as azure from "@pulumi/azure";
10
+ *
11
+ * const example = azure.oracle.getAutonomousDatabase({
12
+ * name: "existing",
13
+ * resourceGroupName: "existing",
14
+ * });
15
+ * export const id = example.then(example => example.id);
16
+ * ```
17
+ */
18
+ export declare function getAutonomousDatabase(args: GetAutonomousDatabaseArgs, opts?: pulumi.InvokeOptions): Promise<GetAutonomousDatabaseResult>;
19
+ /**
20
+ * A collection of arguments for invoking getAutonomousDatabase.
21
+ */
22
+ export interface GetAutonomousDatabaseArgs {
23
+ /**
24
+ * The name of this Autonomous Database.
25
+ */
26
+ name: string;
27
+ /**
28
+ * The name of the Resource Group where the Autonomous Database exists.
29
+ */
30
+ resourceGroupName: string;
31
+ }
32
+ /**
33
+ * A collection of values returned by getAutonomousDatabase.
34
+ */
35
+ export interface GetAutonomousDatabaseResult {
36
+ /**
37
+ * The current amount of storage in use for user and system data, in terabytes (TB).
38
+ */
39
+ readonly actualUsedDataStorageSizeInTbs: number;
40
+ /**
41
+ * The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
42
+ */
43
+ readonly allocatedStorageSizeInTbs: number;
44
+ /**
45
+ * The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
46
+ */
47
+ readonly allowedIps: number[];
48
+ /**
49
+ * Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
50
+ */
51
+ readonly autoScalingEnabled: boolean;
52
+ /**
53
+ * Indicates if auto scaling is enabled for the Autonomous Database storage.
54
+ */
55
+ readonly autoScalingForStorageEnabled: boolean;
56
+ /**
57
+ * The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
58
+ */
59
+ readonly autonomousDatabaseId: string;
60
+ /**
61
+ * List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
62
+ */
63
+ readonly availableUpgradeVersions: string[];
64
+ /**
65
+ * Retention period, in days, for backups.
66
+ */
67
+ readonly backupRetentionPeriodInDays: number;
68
+ /**
69
+ * The character set for the autonomous database.
70
+ */
71
+ readonly characterSet: string;
72
+ /**
73
+ * The compute amount (CPUs) available to the database.
74
+ */
75
+ readonly computeCount: number;
76
+ /**
77
+ * The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
78
+ */
79
+ readonly cpuCoreCount: number;
80
+ /**
81
+ * The quantity of data in the database, in gigabytes.
82
+ */
83
+ readonly dataStorageSizeInGbs: number;
84
+ /**
85
+ * The maximum storage that can be allocated for the database, in terabytes.
86
+ */
87
+ readonly dataStorageSizeInTbs: number;
88
+ /**
89
+ * The DB node storage size in, in gigabytes.
90
+ */
91
+ readonly dbNodeStorageSizeInGbs: number;
92
+ /**
93
+ * A valid Oracle Database version for Autonomous Database.
94
+ */
95
+ readonly dbVersion: string;
96
+ /**
97
+ * The user-friendly name for the Autonomous Database. The name does not have to be unique.
98
+ */
99
+ readonly displayName: string;
100
+ /**
101
+ * Indicates the number of seconds of data loss for a Data Guard failover.
102
+ */
103
+ readonly failedDataRecoveryInSeconds: number;
104
+ /**
105
+ * The provider-assigned unique ID for this managed resource.
106
+ */
107
+ readonly id: string;
108
+ /**
109
+ * The area assigned to In-Memory tables in Autonomous Database.
110
+ */
111
+ readonly inMemoryAreaInGbs: number;
112
+ /**
113
+ * Information about the current lifecycle state.
114
+ */
115
+ readonly lifecycleDetails: string;
116
+ /**
117
+ * Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
118
+ */
119
+ readonly localAdgAutoFailoverMaxDataLossLimit: number;
120
+ /**
121
+ * Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
122
+ */
123
+ readonly localDataGuardEnabled: boolean;
124
+ /**
125
+ * The Azure Region where the Autonomous Database exists.
126
+ */
127
+ readonly location: string;
128
+ /**
129
+ * The amount of memory (in GBs) enabled per ECPU or OCPU.
130
+ */
131
+ readonly memoryPerOracleComputeUnitInGbs: number;
132
+ /**
133
+ * Specifies if the Autonomous Database requires mTLS connections.
134
+ */
135
+ readonly mtlsConnectionRequired: boolean;
136
+ readonly name: string;
137
+ /**
138
+ * The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
139
+ */
140
+ readonly nationalCharacterSet: string;
141
+ /**
142
+ * The date and time when the next long-term backup would be created.
143
+ */
144
+ readonly nextLongTermBackupTimeStamp: string;
145
+ /**
146
+ * The URL of the resource in the OCI console.
147
+ */
148
+ readonly ociUrl: string;
149
+ /**
150
+ * The [OCID](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm) of the autonomous database.
151
+ */
152
+ readonly ocid: string;
153
+ readonly peerDbId: string;
154
+ /**
155
+ * The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
156
+ */
157
+ readonly peerDbIds: string[];
158
+ /**
159
+ * Indicates if the Autonomous Database version is a preview version.
160
+ */
161
+ readonly preview: boolean;
162
+ /**
163
+ * Indicates if the Autonomous Database version is a preview version with service terms accepted.
164
+ */
165
+ readonly previewVersionWithServiceTermsAccepted: boolean;
166
+ /**
167
+ * The private endpoint for the resource.
168
+ */
169
+ readonly privateEndpoint: string;
170
+ /**
171
+ * The private endpoint Ip address for the resource.
172
+ */
173
+ readonly privateEndpointIp: string;
174
+ /**
175
+ * The private endpoint label for the resource.
176
+ */
177
+ readonly privateEndpointLabel: string;
178
+ /**
179
+ * An array of CPU values that an Autonomous Database can be scaled to.
180
+ */
181
+ readonly provisionableCpuses: number[];
182
+ /**
183
+ * Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
184
+ */
185
+ readonly remoteDataGuardEnabled: boolean;
186
+ readonly resourceGroupName: string;
187
+ /**
188
+ * The URL of the Service Console for the Autonomous Database.
189
+ */
190
+ readonly serviceConsoleUrl: string;
191
+ /**
192
+ * The URL of the SQL web developer.
193
+ */
194
+ readonly sqlWebDeveloperUrl: string;
195
+ /**
196
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
197
+ */
198
+ readonly subnetId: string;
199
+ /**
200
+ * The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
201
+ */
202
+ readonly supportedRegionsToCloneTos: number[];
203
+ /**
204
+ * A mapping of tags assigned to the Autonomous Database.
205
+ */
206
+ readonly tags: {
207
+ [key: string]: string;
208
+ };
209
+ /**
210
+ * The date and time the Autonomous Database was created.
211
+ */
212
+ readonly timeCreated: string;
213
+ /**
214
+ * The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
215
+ */
216
+ readonly timeDataGuardRoleChanged: string;
217
+ /**
218
+ * The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
219
+ */
220
+ readonly timeDeletionOfFreeAutonomousDatabase: string;
221
+ /**
222
+ * The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
223
+ */
224
+ readonly timeLocalDataGuardEnabledOn: string;
225
+ /**
226
+ * The date and time when maintenance will begin.
227
+ */
228
+ readonly timeMaintenanceBegin: string;
229
+ /**
230
+ * The date and time when maintenance will end.
231
+ */
232
+ readonly timeMaintenanceEnd: string;
233
+ /**
234
+ * The timestamp of the last failover operation.
235
+ */
236
+ readonly timeOfLastFailover: string;
237
+ /**
238
+ * The date and time when last refresh happened.
239
+ */
240
+ readonly timeOfLastRefresh: string;
241
+ /**
242
+ * The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
243
+ */
244
+ readonly timeOfLastRefreshPoint: string;
245
+ /**
246
+ * The timestamp of the last switchover operation for the Autonomous Database.
247
+ */
248
+ readonly timeOfLastSwitchover: string;
249
+ /**
250
+ * The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
251
+ */
252
+ readonly timeReclamationOfFreeAutonomousDatabase: string;
253
+ /**
254
+ * The storage space consumed by Autonomous Database in GBs.
255
+ */
256
+ readonly usedDataStorageSizeInGbs: number;
257
+ /**
258
+ * The amount of storage that has been used, in terabytes.
259
+ */
260
+ readonly usedDataStorageSizeInTbs: number;
261
+ /**
262
+ * The ID to an Azure Resource Manager vnet resource.
263
+ */
264
+ readonly virtualNetworkId: string;
265
+ }
266
+ /**
267
+ * Use this data source to access information about an existing Autonomous Database.
268
+ *
269
+ * ## Example Usage
270
+ *
271
+ * ```typescript
272
+ * import * as pulumi from "@pulumi/pulumi";
273
+ * import * as azure from "@pulumi/azure";
274
+ *
275
+ * const example = azure.oracle.getAutonomousDatabase({
276
+ * name: "existing",
277
+ * resourceGroupName: "existing",
278
+ * });
279
+ * export const id = example.then(example => example.id);
280
+ * ```
281
+ */
282
+ export declare function getAutonomousDatabaseOutput(args: GetAutonomousDatabaseOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAutonomousDatabaseResult>;
283
+ /**
284
+ * A collection of arguments for invoking getAutonomousDatabase.
285
+ */
286
+ export interface GetAutonomousDatabaseOutputArgs {
287
+ /**
288
+ * The name of this Autonomous Database.
289
+ */
290
+ name: pulumi.Input<string>;
291
+ /**
292
+ * The name of the Resource Group where the Autonomous Database exists.
293
+ */
294
+ resourceGroupName: pulumi.Input<string>;
295
+ }
@@ -0,0 +1,56 @@
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.getAutonomousDatabaseOutput = exports.getAutonomousDatabase = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to access information about an existing Autonomous Database.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as azure from "@pulumi/azure";
16
+ *
17
+ * const example = azure.oracle.getAutonomousDatabase({
18
+ * name: "existing",
19
+ * resourceGroupName: "existing",
20
+ * });
21
+ * export const id = example.then(example => example.id);
22
+ * ```
23
+ */
24
+ function getAutonomousDatabase(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("azure:oracle/getAutonomousDatabase:getAutonomousDatabase", {
27
+ "name": args.name,
28
+ "resourceGroupName": args.resourceGroupName,
29
+ }, opts);
30
+ }
31
+ exports.getAutonomousDatabase = getAutonomousDatabase;
32
+ /**
33
+ * Use this data source to access information about an existing Autonomous Database.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as azure from "@pulumi/azure";
40
+ *
41
+ * const example = azure.oracle.getAutonomousDatabase({
42
+ * name: "existing",
43
+ * resourceGroupName: "existing",
44
+ * });
45
+ * export const id = example.then(example => example.id);
46
+ * ```
47
+ */
48
+ function getAutonomousDatabaseOutput(args, opts) {
49
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
50
+ return pulumi.runtime.invokeOutput("azure:oracle/getAutonomousDatabase:getAutonomousDatabase", {
51
+ "name": args.name,
52
+ "resourceGroupName": args.resourceGroupName,
53
+ }, opts);
54
+ }
55
+ exports.getAutonomousDatabaseOutput = getAutonomousDatabaseOutput;
56
+ //# sourceMappingURL=getAutonomousDatabase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAutonomousDatabase.js","sourceRoot":"","sources":["../../oracle/getAutonomousDatabase.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAwPD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
@@ -0,0 +1,74 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Lists the database nodes for the specified Cloud VM Cluster.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as azure from "@pulumi/azure";
11
+ *
12
+ * export = async () => {
13
+ * const example = await azure.oracle.getDbNodes({
14
+ * cloudVmClusterId: "existing",
15
+ * });
16
+ * return {
17
+ * example: example,
18
+ * };
19
+ * }
20
+ * ```
21
+ */
22
+ export declare function getDbNodes(args: GetDbNodesArgs, opts?: pulumi.InvokeOptions): Promise<GetDbNodesResult>;
23
+ /**
24
+ * A collection of arguments for invoking getDbNodes.
25
+ */
26
+ export interface GetDbNodesArgs {
27
+ /**
28
+ * The id of the Cloud VM cluster.
29
+ */
30
+ cloudVmClusterId: string;
31
+ }
32
+ /**
33
+ * A collection of values returned by getDbNodes.
34
+ */
35
+ export interface GetDbNodesResult {
36
+ readonly cloudVmClusterId: string;
37
+ /**
38
+ * A `dbNodes` block as defined below.
39
+ */
40
+ readonly dbNodes: outputs.oracle.GetDbNodesDbNode[];
41
+ /**
42
+ * The provider-assigned unique ID for this managed resource.
43
+ */
44
+ readonly id: string;
45
+ }
46
+ /**
47
+ * Lists the database nodes for the specified Cloud VM Cluster.
48
+ *
49
+ * ## Example Usage
50
+ *
51
+ * ```typescript
52
+ * import * as pulumi from "@pulumi/pulumi";
53
+ * import * as azure from "@pulumi/azure";
54
+ *
55
+ * export = async () => {
56
+ * const example = await azure.oracle.getDbNodes({
57
+ * cloudVmClusterId: "existing",
58
+ * });
59
+ * return {
60
+ * example: example,
61
+ * };
62
+ * }
63
+ * ```
64
+ */
65
+ export declare function getDbNodesOutput(args: GetDbNodesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDbNodesResult>;
66
+ /**
67
+ * A collection of arguments for invoking getDbNodes.
68
+ */
69
+ export interface GetDbNodesOutputArgs {
70
+ /**
71
+ * The id of the Cloud VM cluster.
72
+ */
73
+ cloudVmClusterId: pulumi.Input<string>;
74
+ }
@@ -0,0 +1,60 @@
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.getDbNodesOutput = exports.getDbNodes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Lists the database nodes for the specified Cloud VM Cluster.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as azure from "@pulumi/azure";
16
+ *
17
+ * export = async () => {
18
+ * const example = await azure.oracle.getDbNodes({
19
+ * cloudVmClusterId: "existing",
20
+ * });
21
+ * return {
22
+ * example: example,
23
+ * };
24
+ * }
25
+ * ```
26
+ */
27
+ function getDbNodes(args, opts) {
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
+ return pulumi.runtime.invoke("azure:oracle/getDbNodes:getDbNodes", {
30
+ "cloudVmClusterId": args.cloudVmClusterId,
31
+ }, opts);
32
+ }
33
+ exports.getDbNodes = getDbNodes;
34
+ /**
35
+ * Lists the database nodes for the specified Cloud VM Cluster.
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as azure from "@pulumi/azure";
42
+ *
43
+ * export = async () => {
44
+ * const example = await azure.oracle.getDbNodes({
45
+ * cloudVmClusterId: "existing",
46
+ * });
47
+ * return {
48
+ * example: example,
49
+ * };
50
+ * }
51
+ * ```
52
+ */
53
+ function getDbNodesOutput(args, opts) {
54
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
55
+ return pulumi.runtime.invokeOutput("azure:oracle/getDbNodes:getDbNodes", {
56
+ "cloudVmClusterId": args.cloudVmClusterId,
57
+ }, opts);
58
+ }
59
+ exports.getDbNodesOutput = getDbNodesOutput;
60
+ //# sourceMappingURL=getDbNodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDbNodes.js","sourceRoot":"","sources":["../../oracle/getDbNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;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,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA0BD;;;;;;;;;;;;;;;;;;GAkBG;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,oCAAoC,EAAE;QACrE,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}