pulumi-oci 2.1.0a1719958917__py3-none-any.whl → 2.1.0a1720054142__py3-none-any.whl

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 (59) hide show
  1. pulumi_oci/__init__.py +43 -0
  2. pulumi_oci/database/__init__.py +11 -0
  3. pulumi_oci/database/_inputs.py +607 -0
  4. pulumi_oci/database/db_node.py +28 -0
  5. pulumi_oci/database/exadb_vm_cluster.py +1761 -0
  6. pulumi_oci/database/exascale_db_storage_vault.py +787 -0
  7. pulumi_oci/database/get_backups.py +22 -5
  8. pulumi_oci/database/get_db_node.py +14 -1
  9. pulumi_oci/database/get_db_nodes.py +2 -2
  10. pulumi_oci/database/get_exadb_vm_cluster.py +614 -0
  11. pulumi_oci/database/get_exadb_vm_cluster_update.py +226 -0
  12. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +153 -0
  13. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +226 -0
  14. pulumi_oci/database/get_exadb_vm_cluster_updates.py +173 -0
  15. pulumi_oci/database/get_exadb_vm_clusters.py +196 -0
  16. pulumi_oci/database/get_exascale_db_storage_vault.py +301 -0
  17. pulumi_oci/database/get_exascale_db_storage_vaults.py +176 -0
  18. pulumi_oci/database/get_gi_version_minor_versions.py +221 -0
  19. pulumi_oci/database/get_gi_versions.py +22 -5
  20. pulumi_oci/database/outputs.py +2050 -0
  21. pulumi_oci/database/pluggable_database.py +7 -7
  22. pulumi_oci/databasemigration/__init__.py +6 -0
  23. pulumi_oci/databasemigration/_inputs.py +1577 -0
  24. pulumi_oci/databasemigration/connection.py +2019 -0
  25. pulumi_oci/databasemigration/get_connection.py +616 -0
  26. pulumi_oci/databasemigration/get_connections.py +225 -0
  27. pulumi_oci/databasemigration/get_job_advisor_report.py +2 -10
  28. pulumi_oci/databasemigration/get_migration.py +427 -0
  29. pulumi_oci/databasemigration/get_migration_object_types.py +24 -13
  30. pulumi_oci/databasemigration/get_migrations.py +407 -0
  31. pulumi_oci/databasemigration/job.py +16 -20
  32. pulumi_oci/databasemigration/migration.py +1471 -0
  33. pulumi_oci/databasemigration/outputs.py +4301 -73
  34. pulumi_oci/filestorage/_inputs.py +10 -18
  35. pulumi_oci/filestorage/export.py +28 -7
  36. pulumi_oci/filestorage/file_system.py +159 -35
  37. pulumi_oci/filestorage/outputs.py +55 -34
  38. pulumi_oci/generativeai/_inputs.py +50 -2
  39. pulumi_oci/generativeai/dedicated_ai_cluster.py +30 -2
  40. pulumi_oci/generativeai/endpoint.py +2 -2
  41. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -47
  42. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -14
  43. pulumi_oci/generativeai/get_endpoint.py +2 -26
  44. pulumi_oci/generativeai/get_endpoints.py +2 -8
  45. pulumi_oci/generativeai/get_model.py +2 -38
  46. pulumi_oci/generativeai/get_models.py +2 -8
  47. pulumi_oci/generativeai/model.py +2 -2
  48. pulumi_oci/generativeai/outputs.py +86 -310
  49. pulumi_oci/pulumi-plugin.json +1 -1
  50. pulumi_oci/resourcescheduler/__init__.py +12 -0
  51. pulumi_oci/resourcescheduler/_inputs.py +224 -0
  52. pulumi_oci/resourcescheduler/get_schedule.py +340 -0
  53. pulumi_oci/resourcescheduler/get_schedules.py +193 -0
  54. pulumi_oci/resourcescheduler/outputs.py +687 -0
  55. pulumi_oci/resourcescheduler/schedule.py +977 -0
  56. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/METADATA +1 -1
  57. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/RECORD +59 -36
  58. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/WHEEL +0 -0
  59. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,407 @@
1
+ # coding=utf-8
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
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetMigrationsResult',
15
+ 'AwaitableGetMigrationsResult',
16
+ 'get_migrations',
17
+ 'get_migrations_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetMigrationsResult:
22
+ """
23
+ A collection of values returned by getMigrations.
24
+ """
25
+ def __init__(__self__, advisor_settings=None, bulk_include_exclude_data=None, compartment_id=None, data_transfer_medium_details=None, database_combination=None, defined_tags=None, description=None, display_name=None, exclude_objects=None, executing_job_id=None, freeform_tags=None, ggs_details=None, hub_details=None, id=None, include_objects=None, initial_load_settings=None, lifecycle_details=None, migration_id=None, source_container_database_connection_id=None, source_database_connection_id=None, state=None, system_tags=None, target_database_connection_id=None, time_created=None, time_last_migration=None, time_updated=None, type=None, wait_after=None):
26
+ if advisor_settings and not isinstance(advisor_settings, list):
27
+ raise TypeError("Expected argument 'advisor_settings' to be a list")
28
+ pulumi.set(__self__, "advisor_settings", advisor_settings)
29
+ if bulk_include_exclude_data and not isinstance(bulk_include_exclude_data, str):
30
+ raise TypeError("Expected argument 'bulk_include_exclude_data' to be a str")
31
+ pulumi.set(__self__, "bulk_include_exclude_data", bulk_include_exclude_data)
32
+ if compartment_id and not isinstance(compartment_id, str):
33
+ raise TypeError("Expected argument 'compartment_id' to be a str")
34
+ pulumi.set(__self__, "compartment_id", compartment_id)
35
+ if data_transfer_medium_details and not isinstance(data_transfer_medium_details, list):
36
+ raise TypeError("Expected argument 'data_transfer_medium_details' to be a list")
37
+ pulumi.set(__self__, "data_transfer_medium_details", data_transfer_medium_details)
38
+ if database_combination and not isinstance(database_combination, str):
39
+ raise TypeError("Expected argument 'database_combination' to be a str")
40
+ pulumi.set(__self__, "database_combination", database_combination)
41
+ if defined_tags and not isinstance(defined_tags, dict):
42
+ raise TypeError("Expected argument 'defined_tags' to be a dict")
43
+ pulumi.set(__self__, "defined_tags", defined_tags)
44
+ if description and not isinstance(description, str):
45
+ raise TypeError("Expected argument 'description' to be a str")
46
+ pulumi.set(__self__, "description", description)
47
+ if display_name and not isinstance(display_name, str):
48
+ raise TypeError("Expected argument 'display_name' to be a str")
49
+ pulumi.set(__self__, "display_name", display_name)
50
+ if exclude_objects and not isinstance(exclude_objects, list):
51
+ raise TypeError("Expected argument 'exclude_objects' to be a list")
52
+ pulumi.set(__self__, "exclude_objects", exclude_objects)
53
+ if executing_job_id and not isinstance(executing_job_id, str):
54
+ raise TypeError("Expected argument 'executing_job_id' to be a str")
55
+ pulumi.set(__self__, "executing_job_id", executing_job_id)
56
+ if freeform_tags and not isinstance(freeform_tags, dict):
57
+ raise TypeError("Expected argument 'freeform_tags' to be a dict")
58
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
59
+ if ggs_details and not isinstance(ggs_details, list):
60
+ raise TypeError("Expected argument 'ggs_details' to be a list")
61
+ pulumi.set(__self__, "ggs_details", ggs_details)
62
+ if hub_details and not isinstance(hub_details, list):
63
+ raise TypeError("Expected argument 'hub_details' to be a list")
64
+ pulumi.set(__self__, "hub_details", hub_details)
65
+ if id and not isinstance(id, str):
66
+ raise TypeError("Expected argument 'id' to be a str")
67
+ pulumi.set(__self__, "id", id)
68
+ if include_objects and not isinstance(include_objects, list):
69
+ raise TypeError("Expected argument 'include_objects' to be a list")
70
+ pulumi.set(__self__, "include_objects", include_objects)
71
+ if initial_load_settings and not isinstance(initial_load_settings, list):
72
+ raise TypeError("Expected argument 'initial_load_settings' to be a list")
73
+ pulumi.set(__self__, "initial_load_settings", initial_load_settings)
74
+ if lifecycle_details and not isinstance(lifecycle_details, str):
75
+ raise TypeError("Expected argument 'lifecycle_details' to be a str")
76
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
77
+ if migration_id and not isinstance(migration_id, str):
78
+ raise TypeError("Expected argument 'migration_id' to be a str")
79
+ pulumi.set(__self__, "migration_id", migration_id)
80
+ if source_container_database_connection_id and not isinstance(source_container_database_connection_id, str):
81
+ raise TypeError("Expected argument 'source_container_database_connection_id' to be a str")
82
+ pulumi.set(__self__, "source_container_database_connection_id", source_container_database_connection_id)
83
+ if source_database_connection_id and not isinstance(source_database_connection_id, str):
84
+ raise TypeError("Expected argument 'source_database_connection_id' to be a str")
85
+ pulumi.set(__self__, "source_database_connection_id", source_database_connection_id)
86
+ if state and not isinstance(state, str):
87
+ raise TypeError("Expected argument 'state' to be a str")
88
+ pulumi.set(__self__, "state", state)
89
+ if system_tags and not isinstance(system_tags, dict):
90
+ raise TypeError("Expected argument 'system_tags' to be a dict")
91
+ pulumi.set(__self__, "system_tags", system_tags)
92
+ if target_database_connection_id and not isinstance(target_database_connection_id, str):
93
+ raise TypeError("Expected argument 'target_database_connection_id' to be a str")
94
+ pulumi.set(__self__, "target_database_connection_id", target_database_connection_id)
95
+ if time_created and not isinstance(time_created, str):
96
+ raise TypeError("Expected argument 'time_created' to be a str")
97
+ pulumi.set(__self__, "time_created", time_created)
98
+ if time_last_migration and not isinstance(time_last_migration, str):
99
+ raise TypeError("Expected argument 'time_last_migration' to be a str")
100
+ pulumi.set(__self__, "time_last_migration", time_last_migration)
101
+ if time_updated and not isinstance(time_updated, str):
102
+ raise TypeError("Expected argument 'time_updated' to be a str")
103
+ pulumi.set(__self__, "time_updated", time_updated)
104
+ if type and not isinstance(type, str):
105
+ raise TypeError("Expected argument 'type' to be a str")
106
+ pulumi.set(__self__, "type", type)
107
+ if wait_after and not isinstance(wait_after, str):
108
+ raise TypeError("Expected argument 'wait_after' to be a str")
109
+ pulumi.set(__self__, "wait_after", wait_after)
110
+
111
+ @property
112
+ @pulumi.getter(name="advisorSettings")
113
+ def advisor_settings(self) -> Sequence['outputs.GetMigrationsAdvisorSettingResult']:
114
+ """
115
+ Details about Oracle Advisor Settings.
116
+ """
117
+ return pulumi.get(self, "advisor_settings")
118
+
119
+ @property
120
+ @pulumi.getter(name="bulkIncludeExcludeData")
121
+ def bulk_include_exclude_data(self) -> str:
122
+ return pulumi.get(self, "bulk_include_exclude_data")
123
+
124
+ @property
125
+ @pulumi.getter(name="compartmentId")
126
+ def compartment_id(self) -> str:
127
+ """
128
+ The OCID of the resource being referenced.
129
+ """
130
+ return pulumi.get(self, "compartment_id")
131
+
132
+ @property
133
+ @pulumi.getter(name="dataTransferMediumDetails")
134
+ def data_transfer_medium_details(self) -> Sequence['outputs.GetMigrationsDataTransferMediumDetailResult']:
135
+ """
136
+ Optional additional properties for data transfer.
137
+ """
138
+ return pulumi.get(self, "data_transfer_medium_details")
139
+
140
+ @property
141
+ @pulumi.getter(name="databaseCombination")
142
+ def database_combination(self) -> str:
143
+ """
144
+ The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
145
+ """
146
+ return pulumi.get(self, "database_combination")
147
+
148
+ @property
149
+ @pulumi.getter(name="definedTags")
150
+ def defined_tags(self) -> Mapping[str, Any]:
151
+ """
152
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
153
+ """
154
+ return pulumi.get(self, "defined_tags")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def description(self) -> str:
159
+ """
160
+ A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
161
+ """
162
+ return pulumi.get(self, "description")
163
+
164
+ @property
165
+ @pulumi.getter(name="displayName")
166
+ def display_name(self) -> str:
167
+ """
168
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
169
+ """
170
+ return pulumi.get(self, "display_name")
171
+
172
+ @property
173
+ @pulumi.getter(name="excludeObjects")
174
+ def exclude_objects(self) -> Sequence['outputs.GetMigrationsExcludeObjectResult']:
175
+ return pulumi.get(self, "exclude_objects")
176
+
177
+ @property
178
+ @pulumi.getter(name="executingJobId")
179
+ def executing_job_id(self) -> str:
180
+ """
181
+ The OCID of the resource being referenced.
182
+ """
183
+ return pulumi.get(self, "executing_job_id")
184
+
185
+ @property
186
+ @pulumi.getter(name="freeformTags")
187
+ def freeform_tags(self) -> Mapping[str, Any]:
188
+ """
189
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
190
+ """
191
+ return pulumi.get(self, "freeform_tags")
192
+
193
+ @property
194
+ @pulumi.getter(name="ggsDetails")
195
+ def ggs_details(self) -> Sequence['outputs.GetMigrationsGgsDetailResult']:
196
+ """
197
+ Optional settings for Oracle GoldenGate processes
198
+ """
199
+ return pulumi.get(self, "ggs_details")
200
+
201
+ @property
202
+ @pulumi.getter(name="hubDetails")
203
+ def hub_details(self) -> Sequence['outputs.GetMigrationsHubDetailResult']:
204
+ """
205
+ Details about Oracle GoldenGate Microservices.
206
+ """
207
+ return pulumi.get(self, "hub_details")
208
+
209
+ @property
210
+ @pulumi.getter
211
+ def id(self) -> str:
212
+ """
213
+ The OCID of the resource being referenced.
214
+ """
215
+ return pulumi.get(self, "id")
216
+
217
+ @property
218
+ @pulumi.getter(name="includeObjects")
219
+ def include_objects(self) -> Sequence['outputs.GetMigrationsIncludeObjectResult']:
220
+ return pulumi.get(self, "include_objects")
221
+
222
+ @property
223
+ @pulumi.getter(name="initialLoadSettings")
224
+ def initial_load_settings(self) -> Sequence['outputs.GetMigrationsInitialLoadSettingResult']:
225
+ """
226
+ Optional settings for Data Pump Export and Import jobs
227
+ """
228
+ return pulumi.get(self, "initial_load_settings")
229
+
230
+ @property
231
+ @pulumi.getter(name="lifecycleDetails")
232
+ def lifecycle_details(self) -> str:
233
+ """
234
+ Additional status related to the execution and current state of the Migration.
235
+ """
236
+ return pulumi.get(self, "lifecycle_details")
237
+
238
+ @property
239
+ @pulumi.getter(name="migrationId")
240
+ def migration_id(self) -> str:
241
+ return pulumi.get(self, "migration_id")
242
+
243
+ @property
244
+ @pulumi.getter(name="sourceContainerDatabaseConnectionId")
245
+ def source_container_database_connection_id(self) -> str:
246
+ """
247
+ The OCID of the resource being referenced.
248
+ """
249
+ return pulumi.get(self, "source_container_database_connection_id")
250
+
251
+ @property
252
+ @pulumi.getter(name="sourceDatabaseConnectionId")
253
+ def source_database_connection_id(self) -> str:
254
+ """
255
+ The OCID of the resource being referenced.
256
+ """
257
+ return pulumi.get(self, "source_database_connection_id")
258
+
259
+ @property
260
+ @pulumi.getter
261
+ def state(self) -> str:
262
+ """
263
+ The current state of the Migration resource.
264
+ """
265
+ return pulumi.get(self, "state")
266
+
267
+ @property
268
+ @pulumi.getter(name="systemTags")
269
+ def system_tags(self) -> Mapping[str, Any]:
270
+ """
271
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
272
+ """
273
+ return pulumi.get(self, "system_tags")
274
+
275
+ @property
276
+ @pulumi.getter(name="targetDatabaseConnectionId")
277
+ def target_database_connection_id(self) -> str:
278
+ """
279
+ The OCID of the resource being referenced.
280
+ """
281
+ return pulumi.get(self, "target_database_connection_id")
282
+
283
+ @property
284
+ @pulumi.getter(name="timeCreated")
285
+ def time_created(self) -> str:
286
+ """
287
+ An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
288
+ """
289
+ return pulumi.get(self, "time_created")
290
+
291
+ @property
292
+ @pulumi.getter(name="timeLastMigration")
293
+ def time_last_migration(self) -> str:
294
+ """
295
+ An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
296
+ """
297
+ return pulumi.get(self, "time_last_migration")
298
+
299
+ @property
300
+ @pulumi.getter(name="timeUpdated")
301
+ def time_updated(self) -> str:
302
+ """
303
+ An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
304
+ """
305
+ return pulumi.get(self, "time_updated")
306
+
307
+ @property
308
+ @pulumi.getter
309
+ def type(self) -> str:
310
+ """
311
+ The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
312
+ """
313
+ return pulumi.get(self, "type")
314
+
315
+ @property
316
+ @pulumi.getter(name="waitAfter")
317
+ def wait_after(self) -> str:
318
+ """
319
+ You can optionally pause a migration after a job phase. This property allows you to optionally specify the phase after which you can pause the migration.
320
+ """
321
+ return pulumi.get(self, "wait_after")
322
+
323
+
324
+ class AwaitableGetMigrationsResult(GetMigrationsResult):
325
+ # pylint: disable=using-constant-test
326
+ def __await__(self):
327
+ if False:
328
+ yield self
329
+ return GetMigrationsResult(
330
+ advisor_settings=self.advisor_settings,
331
+ bulk_include_exclude_data=self.bulk_include_exclude_data,
332
+ compartment_id=self.compartment_id,
333
+ data_transfer_medium_details=self.data_transfer_medium_details,
334
+ database_combination=self.database_combination,
335
+ defined_tags=self.defined_tags,
336
+ description=self.description,
337
+ display_name=self.display_name,
338
+ exclude_objects=self.exclude_objects,
339
+ executing_job_id=self.executing_job_id,
340
+ freeform_tags=self.freeform_tags,
341
+ ggs_details=self.ggs_details,
342
+ hub_details=self.hub_details,
343
+ id=self.id,
344
+ include_objects=self.include_objects,
345
+ initial_load_settings=self.initial_load_settings,
346
+ lifecycle_details=self.lifecycle_details,
347
+ migration_id=self.migration_id,
348
+ source_container_database_connection_id=self.source_container_database_connection_id,
349
+ source_database_connection_id=self.source_database_connection_id,
350
+ state=self.state,
351
+ system_tags=self.system_tags,
352
+ target_database_connection_id=self.target_database_connection_id,
353
+ time_created=self.time_created,
354
+ time_last_migration=self.time_last_migration,
355
+ time_updated=self.time_updated,
356
+ type=self.type,
357
+ wait_after=self.wait_after)
358
+
359
+
360
+ def get_migrations(migration_id: Optional[str] = None,
361
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMigrationsResult:
362
+ """
363
+ ## Example Usage
364
+ """
365
+ __args__ = dict()
366
+ __args__['migrationId'] = migration_id
367
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
368
+ __ret__ = pulumi.runtime.invoke('oci:DatabaseMigration/getMigrations:getMigrations', __args__, opts=opts, typ=GetMigrationsResult).value
369
+
370
+ return AwaitableGetMigrationsResult(
371
+ advisor_settings=pulumi.get(__ret__, 'advisor_settings'),
372
+ bulk_include_exclude_data=pulumi.get(__ret__, 'bulk_include_exclude_data'),
373
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
374
+ data_transfer_medium_details=pulumi.get(__ret__, 'data_transfer_medium_details'),
375
+ database_combination=pulumi.get(__ret__, 'database_combination'),
376
+ defined_tags=pulumi.get(__ret__, 'defined_tags'),
377
+ description=pulumi.get(__ret__, 'description'),
378
+ display_name=pulumi.get(__ret__, 'display_name'),
379
+ exclude_objects=pulumi.get(__ret__, 'exclude_objects'),
380
+ executing_job_id=pulumi.get(__ret__, 'executing_job_id'),
381
+ freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
382
+ ggs_details=pulumi.get(__ret__, 'ggs_details'),
383
+ hub_details=pulumi.get(__ret__, 'hub_details'),
384
+ id=pulumi.get(__ret__, 'id'),
385
+ include_objects=pulumi.get(__ret__, 'include_objects'),
386
+ initial_load_settings=pulumi.get(__ret__, 'initial_load_settings'),
387
+ lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
388
+ migration_id=pulumi.get(__ret__, 'migration_id'),
389
+ source_container_database_connection_id=pulumi.get(__ret__, 'source_container_database_connection_id'),
390
+ source_database_connection_id=pulumi.get(__ret__, 'source_database_connection_id'),
391
+ state=pulumi.get(__ret__, 'state'),
392
+ system_tags=pulumi.get(__ret__, 'system_tags'),
393
+ target_database_connection_id=pulumi.get(__ret__, 'target_database_connection_id'),
394
+ time_created=pulumi.get(__ret__, 'time_created'),
395
+ time_last_migration=pulumi.get(__ret__, 'time_last_migration'),
396
+ time_updated=pulumi.get(__ret__, 'time_updated'),
397
+ type=pulumi.get(__ret__, 'type'),
398
+ wait_after=pulumi.get(__ret__, 'wait_after'))
399
+
400
+
401
+ @_utilities.lift_output_func(get_migrations)
402
+ def get_migrations_output(migration_id: Optional[pulumi.Input[str]] = None,
403
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMigrationsResult]:
404
+ """
405
+ ## Example Usage
406
+ """
407
+ ...
@@ -22,14 +22,14 @@ class JobArgs:
22
22
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
23
23
  """
24
24
  The set of arguments for constructing a Job resource.
25
- :param pulumi.Input[str] job_id: The OCID of the job
25
+ :param pulumi.Input[str] job_id: The OCID of the job
26
26
 
27
27
 
28
28
  ** IMPORTANT **
29
29
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
30
30
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
31
31
  :param pulumi.Input[str] display_name: (Updatable) Name of the job.
32
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
32
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
33
33
  """
34
34
  pulumi.set(__self__, "job_id", job_id)
35
35
  if defined_tags is not None:
@@ -43,7 +43,7 @@ class JobArgs:
43
43
  @pulumi.getter(name="jobId")
44
44
  def job_id(self) -> pulumi.Input[str]:
45
45
  """
46
- The OCID of the job
46
+ The OCID of the job
47
47
 
48
48
 
49
49
  ** IMPORTANT **
@@ -83,7 +83,7 @@ class JobArgs:
83
83
  @pulumi.getter(name="freeformTags")
84
84
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
85
85
  """
86
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
86
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
87
87
  """
88
88
  return pulumi.get(self, "freeform_tags")
89
89
 
@@ -112,8 +112,8 @@ class _JobState:
112
112
  Input properties used for looking up and filtering Job resources.
113
113
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
114
114
  :param pulumi.Input[str] display_name: (Updatable) Name of the job.
115
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
116
- :param pulumi.Input[str] job_id: The OCID of the job
115
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
116
+ :param pulumi.Input[str] job_id: The OCID of the job
117
117
 
118
118
 
119
119
  ** IMPORTANT **
@@ -183,7 +183,7 @@ class _JobState:
183
183
  @pulumi.getter(name="freeformTags")
184
184
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
185
185
  """
186
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
186
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
187
187
  """
188
188
  return pulumi.get(self, "freeform_tags")
189
189
 
@@ -195,7 +195,7 @@ class _JobState:
195
195
  @pulumi.getter(name="jobId")
196
196
  def job_id(self) -> Optional[pulumi.Input[str]]:
197
197
  """
198
- The OCID of the job
198
+ The OCID of the job
199
199
 
200
200
 
201
201
  ** IMPORTANT **
@@ -327,9 +327,7 @@ class Job(pulumi.CustomResource):
327
327
  job_id: Optional[pulumi.Input[str]] = None,
328
328
  __props__=None):
329
329
  """
330
- This resource provides the Job resource in Oracle Cloud Infrastructure Database Migration service.
331
-
332
- Update Migration Job resource details.
330
+ ## Example Usage
333
331
 
334
332
  ## Import
335
333
 
@@ -343,8 +341,8 @@ class Job(pulumi.CustomResource):
343
341
  :param pulumi.ResourceOptions opts: Options for the resource.
344
342
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
345
343
  :param pulumi.Input[str] display_name: (Updatable) Name of the job.
346
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
347
- :param pulumi.Input[str] job_id: The OCID of the job
344
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
345
+ :param pulumi.Input[str] job_id: The OCID of the job
348
346
 
349
347
 
350
348
  ** IMPORTANT **
@@ -357,9 +355,7 @@ class Job(pulumi.CustomResource):
357
355
  args: JobArgs,
358
356
  opts: Optional[pulumi.ResourceOptions] = None):
359
357
  """
360
- This resource provides the Job resource in Oracle Cloud Infrastructure Database Migration service.
361
-
362
- Update Migration Job resource details.
358
+ ## Example Usage
363
359
 
364
360
  ## Import
365
361
 
@@ -444,8 +440,8 @@ class Job(pulumi.CustomResource):
444
440
  :param pulumi.ResourceOptions opts: Options for the resource.
445
441
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
446
442
  :param pulumi.Input[str] display_name: (Updatable) Name of the job.
447
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
448
- :param pulumi.Input[str] job_id: The OCID of the job
443
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
444
+ :param pulumi.Input[str] job_id: The OCID of the job
449
445
 
450
446
 
451
447
  ** IMPORTANT **
@@ -499,7 +495,7 @@ class Job(pulumi.CustomResource):
499
495
  @pulumi.getter(name="freeformTags")
500
496
  def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
501
497
  """
502
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
498
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
503
499
  """
504
500
  return pulumi.get(self, "freeform_tags")
505
501
 
@@ -507,7 +503,7 @@ class Job(pulumi.CustomResource):
507
503
  @pulumi.getter(name="jobId")
508
504
  def job_id(self) -> pulumi.Output[str]:
509
505
  """
510
- The OCID of the job
506
+ The OCID of the job
511
507
 
512
508
 
513
509
  ** IMPORTANT **