pulumi-oci 2.26.0a1741943394__py3-none-any.whl → 2.27.0__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 (84) hide show
  1. pulumi_oci/__init__.py +144 -0
  2. pulumi_oci/containerengine/_inputs.py +9 -9
  3. pulumi_oci/containerengine/outputs.py +18 -22
  4. pulumi_oci/core/__init__.py +7 -0
  5. pulumi_oci/core/_inputs.py +147 -0
  6. pulumi_oci/core/compute_gpu_memory_cluster.py +706 -0
  7. pulumi_oci/core/compute_gpu_memory_fabric.py +667 -0
  8. pulumi_oci/core/get_compute_gpu_memory_cluster.py +281 -0
  9. pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +144 -0
  10. pulumi_oci/core/get_compute_gpu_memory_clusters.py +232 -0
  11. pulumi_oci/core/get_compute_gpu_memory_fabric.py +309 -0
  12. pulumi_oci/core/get_compute_gpu_memory_fabrics.py +289 -0
  13. pulumi_oci/core/outputs.py +582 -0
  14. pulumi_oci/database/__init__.py +2 -0
  15. pulumi_oci/database/_inputs.py +2211 -24
  16. pulumi_oci/database/autonomous_container_database.py +305 -52
  17. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  18. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  19. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  20. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  21. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  22. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  23. pulumi_oci/database/get_maintenance_run.py +15 -1
  24. pulumi_oci/database/maintenance_run.py +28 -0
  25. pulumi_oci/database/outputs.py +2747 -225
  26. pulumi_oci/goldengate/_inputs.py +128 -0
  27. pulumi_oci/goldengate/deployment.py +103 -0
  28. pulumi_oci/goldengate/deployment_backup.py +28 -0
  29. pulumi_oci/goldengate/get_deployment.py +43 -1
  30. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  31. pulumi_oci/goldengate/outputs.py +289 -0
  32. pulumi_oci/osmanagementhub/__init__.py +18 -0
  33. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  34. pulumi_oci/osmanagementhub/event.py +8 -0
  35. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  36. pulumi_oci/osmanagementhub/get_event.py +2 -0
  37. pulumi_oci/osmanagementhub/get_events.py +2 -0
  38. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  39. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  40. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  41. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  42. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  43. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  44. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  45. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  46. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  47. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  48. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  49. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  51. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  52. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  53. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  54. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  55. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  56. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  57. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  58. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  59. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  60. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  61. pulumi_oci/osmanagementhub/management_station.py +251 -4
  62. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  63. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  64. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  65. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  66. pulumi_oci/osmanagementhub/profile.py +70 -14
  67. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  68. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  69. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  70. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  71. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  72. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  73. pulumi_oci/osmanagementhub/software_source.py +365 -26
  74. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  75. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  76. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  77. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  78. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  79. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  80. pulumi_oci/pulumi-plugin.json +1 -1
  81. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/METADATA +2 -2
  82. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/RECORD +84 -57
  83. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/WHEEL +1 -1
  84. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/top_level.txt +0 -0
@@ -43,6 +43,8 @@ __all__ = [
43
43
  'LifecycleStageDetachManagedInstancesManagementManagedInstanceDetailsWorkRequestDetailsArgsDict',
44
44
  'LifecycleStagePromoteSoftwareSourceManagementWorkRequestDetailsArgs',
45
45
  'LifecycleStagePromoteSoftwareSourceManagementWorkRequestDetailsArgsDict',
46
+ 'LifecycleStageRebootManagementWorkRequestDetailsArgs',
47
+ 'LifecycleStageRebootManagementWorkRequestDetailsArgsDict',
46
48
  'ManagedInstanceAutonomousSettingsArgs',
47
49
  'ManagedInstanceAutonomousSettingsArgsDict',
48
50
  'ManagedInstanceGroupAttachManagedInstancesManagementWorkRequestDetailsArgs',
@@ -67,6 +69,8 @@ __all__ = [
67
69
  'ManagedInstanceGroupManageModuleStreamsManagementRemoveArgsDict',
68
70
  'ManagedInstanceGroupManageModuleStreamsManagementWorkRequestDetailsArgs',
69
71
  'ManagedInstanceGroupManageModuleStreamsManagementWorkRequestDetailsArgsDict',
72
+ 'ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs',
73
+ 'ManagedInstanceGroupRebootManagementWorkRequestDetailsArgsDict',
70
74
  'ManagedInstanceGroupRemovePackagesManagementWorkRequestDetailsArgs',
71
75
  'ManagedInstanceGroupRemovePackagesManagementWorkRequestDetailsArgsDict',
72
76
  'ManagedInstanceGroupSoftwareSourceArgs',
@@ -81,16 +85,22 @@ __all__ = [
81
85
  'ManagedInstanceLifecycleStageArgsDict',
82
86
  'ManagedInstanceManagedInstanceGroupArgs',
83
87
  'ManagedInstanceManagedInstanceGroupArgsDict',
88
+ 'ManagedInstanceRebootManagementWorkRequestDetailsArgs',
89
+ 'ManagedInstanceRebootManagementWorkRequestDetailsArgsDict',
84
90
  'ManagedInstanceSoftwareSourceArgs',
85
91
  'ManagedInstanceSoftwareSourceArgsDict',
86
92
  'ManagedInstanceUpdatePackagesManagementWorkRequestDetailsArgs',
87
93
  'ManagedInstanceUpdatePackagesManagementWorkRequestDetailsArgsDict',
94
+ 'ManagementStationAssociateManagedInstancesManagementWorkRequestDetailsArgs',
95
+ 'ManagementStationAssociateManagedInstancesManagementWorkRequestDetailsArgsDict',
88
96
  'ManagementStationHealthArgs',
89
97
  'ManagementStationHealthArgsDict',
90
98
  'ManagementStationMirrorArgs',
91
99
  'ManagementStationMirrorArgsDict',
92
100
  'ManagementStationMirrorSyncStatusArgs',
93
101
  'ManagementStationMirrorSyncStatusArgsDict',
102
+ 'ManagementStationPeerManagementStationArgs',
103
+ 'ManagementStationPeerManagementStationArgsDict',
94
104
  'ManagementStationProxyArgs',
95
105
  'ManagementStationProxyArgsDict',
96
106
  'ProfileLifecycleEnvironmentArgs',
@@ -127,6 +137,8 @@ __all__ = [
127
137
  'SoftwareSourceCustomSoftwareSourceFilterPackageGroupFilterArgsDict',
128
138
  'SoftwareSourceVendorSoftwareSourceArgs',
129
139
  'SoftwareSourceVendorSoftwareSourceArgsDict',
140
+ 'WorkRequestRerunManagementWorkRequestDetailsArgs',
141
+ 'WorkRequestRerunManagementWorkRequestDetailsArgsDict',
130
142
  'GetEntitlementsFilterArgs',
131
143
  'GetEntitlementsFilterArgsDict',
132
144
  'GetErrataFilterArgs',
@@ -171,6 +183,8 @@ __all__ = [
171
183
  'GetManagementStationMirrorsFilterArgsDict',
172
184
  'GetManagementStationsFilterArgs',
173
185
  'GetManagementStationsFilterArgsDict',
186
+ 'GetProfileAvailableSoftwareSourcesFilterArgs',
187
+ 'GetProfileAvailableSoftwareSourcesFilterArgsDict',
174
188
  'GetProfilesFilterArgs',
175
189
  'GetProfilesFilterArgsDict',
176
190
  'GetScheduledJobsFilterArgs',
@@ -179,6 +193,8 @@ __all__ = [
179
193
  'GetSoftwarePackageSoftwareSourceFilterArgsDict',
180
194
  'GetSoftwarePackagesFilterArgs',
181
195
  'GetSoftwarePackagesFilterArgsDict',
196
+ 'GetSoftwareSourceAvailableSoftwarePackagesFilterArgs',
197
+ 'GetSoftwareSourceAvailableSoftwarePackagesFilterArgsDict',
182
198
  'GetSoftwareSourceModuleStreamProfilesFilterArgs',
183
199
  'GetSoftwareSourceModuleStreamProfilesFilterArgsDict',
184
200
  'GetSoftwareSourceModuleStreamsFilterArgs',
@@ -203,10 +219,22 @@ if not MYPY:
203
219
  """
204
220
  Provides additional information for the work request associated with an event.
205
221
  """
222
+ attempted_resolutions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
223
+ """
224
+ The actions used to attempt fixing the error.
225
+ """
206
226
  contents: NotRequired[pulumi.Input[Sequence[pulumi.Input['EventDataContentArgsDict']]]]
207
227
  """
208
228
  Provides information collected for the exploit attempt event.
209
229
  """
230
+ error_cause: NotRequired[pulumi.Input[str]]
231
+ """
232
+ The commands executed by the agent that caused the error.
233
+ """
234
+ error_log: NotRequired[pulumi.Input[str]]
235
+ """
236
+ The output log of the error.
237
+ """
210
238
  event_count: NotRequired[pulumi.Input[int]]
211
239
  """
212
240
  Number of times the event has occurred.
@@ -215,6 +243,10 @@ if not MYPY:
215
243
  """
216
244
  Fingerprint of the event.
217
245
  """
246
+ health_state: NotRequired[pulumi.Input[str]]
247
+ """
248
+ Health state of the management station
249
+ """
218
250
  operation_type: NotRequired[pulumi.Input[str]]
219
251
  """
220
252
  Type of management station operation.
@@ -223,6 +255,18 @@ if not MYPY:
223
255
  """
224
256
  Reason for the event.
225
257
  """
258
+ reboot_status: NotRequired[pulumi.Input[str]]
259
+ """
260
+ Reboot status for the current event
261
+ """
262
+ resolution_log: NotRequired[pulumi.Input[str]]
263
+ """
264
+ The log output after the resolutions.
265
+ """
266
+ resolution_status: NotRequired[pulumi.Input[str]]
267
+ """
268
+ Indicates if the event succeeded.
269
+ """
226
270
  status: NotRequired[pulumi.Input[str]]
227
271
  """
228
272
  Status of the management station operation.
@@ -238,35 +282,63 @@ elif False:
238
282
  class EventDataArgs:
239
283
  def __init__(__self__, *,
240
284
  additional_details: Optional[pulumi.Input[Sequence[pulumi.Input['EventDataAdditionalDetailArgs']]]] = None,
285
+ attempted_resolutions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
241
286
  contents: Optional[pulumi.Input[Sequence[pulumi.Input['EventDataContentArgs']]]] = None,
287
+ error_cause: Optional[pulumi.Input[str]] = None,
288
+ error_log: Optional[pulumi.Input[str]] = None,
242
289
  event_count: Optional[pulumi.Input[int]] = None,
243
290
  event_fingerprint: Optional[pulumi.Input[str]] = None,
291
+ health_state: Optional[pulumi.Input[str]] = None,
244
292
  operation_type: Optional[pulumi.Input[str]] = None,
245
293
  reason: Optional[pulumi.Input[str]] = None,
294
+ reboot_status: Optional[pulumi.Input[str]] = None,
295
+ resolution_log: Optional[pulumi.Input[str]] = None,
296
+ resolution_status: Optional[pulumi.Input[str]] = None,
246
297
  status: Optional[pulumi.Input[str]] = None,
247
298
  time_first_occurred: Optional[pulumi.Input[str]] = None):
248
299
  """
249
300
  :param pulumi.Input[Sequence[pulumi.Input['EventDataAdditionalDetailArgs']]] additional_details: Provides additional information for the work request associated with an event.
301
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] attempted_resolutions: The actions used to attempt fixing the error.
250
302
  :param pulumi.Input[Sequence[pulumi.Input['EventDataContentArgs']]] contents: Provides information collected for the exploit attempt event.
303
+ :param pulumi.Input[str] error_cause: The commands executed by the agent that caused the error.
304
+ :param pulumi.Input[str] error_log: The output log of the error.
251
305
  :param pulumi.Input[int] event_count: Number of times the event has occurred.
252
306
  :param pulumi.Input[str] event_fingerprint: Fingerprint of the event.
307
+ :param pulumi.Input[str] health_state: Health state of the management station
253
308
  :param pulumi.Input[str] operation_type: Type of management station operation.
254
309
  :param pulumi.Input[str] reason: Reason for the event.
310
+ :param pulumi.Input[str] reboot_status: Reboot status for the current event
311
+ :param pulumi.Input[str] resolution_log: The log output after the resolutions.
312
+ :param pulumi.Input[str] resolution_status: Indicates if the event succeeded.
255
313
  :param pulumi.Input[str] status: Status of the management station operation.
256
314
  :param pulumi.Input[str] time_first_occurred: The date and time that the event first occurred.
257
315
  """
258
316
  if additional_details is not None:
259
317
  pulumi.set(__self__, "additional_details", additional_details)
318
+ if attempted_resolutions is not None:
319
+ pulumi.set(__self__, "attempted_resolutions", attempted_resolutions)
260
320
  if contents is not None:
261
321
  pulumi.set(__self__, "contents", contents)
322
+ if error_cause is not None:
323
+ pulumi.set(__self__, "error_cause", error_cause)
324
+ if error_log is not None:
325
+ pulumi.set(__self__, "error_log", error_log)
262
326
  if event_count is not None:
263
327
  pulumi.set(__self__, "event_count", event_count)
264
328
  if event_fingerprint is not None:
265
329
  pulumi.set(__self__, "event_fingerprint", event_fingerprint)
330
+ if health_state is not None:
331
+ pulumi.set(__self__, "health_state", health_state)
266
332
  if operation_type is not None:
267
333
  pulumi.set(__self__, "operation_type", operation_type)
268
334
  if reason is not None:
269
335
  pulumi.set(__self__, "reason", reason)
336
+ if reboot_status is not None:
337
+ pulumi.set(__self__, "reboot_status", reboot_status)
338
+ if resolution_log is not None:
339
+ pulumi.set(__self__, "resolution_log", resolution_log)
340
+ if resolution_status is not None:
341
+ pulumi.set(__self__, "resolution_status", resolution_status)
270
342
  if status is not None:
271
343
  pulumi.set(__self__, "status", status)
272
344
  if time_first_occurred is not None:
@@ -284,6 +356,18 @@ class EventDataArgs:
284
356
  def additional_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EventDataAdditionalDetailArgs']]]]):
285
357
  pulumi.set(self, "additional_details", value)
286
358
 
359
+ @property
360
+ @pulumi.getter(name="attemptedResolutions")
361
+ def attempted_resolutions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
362
+ """
363
+ The actions used to attempt fixing the error.
364
+ """
365
+ return pulumi.get(self, "attempted_resolutions")
366
+
367
+ @attempted_resolutions.setter
368
+ def attempted_resolutions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
369
+ pulumi.set(self, "attempted_resolutions", value)
370
+
287
371
  @property
288
372
  @pulumi.getter
289
373
  def contents(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EventDataContentArgs']]]]:
@@ -296,6 +380,30 @@ class EventDataArgs:
296
380
  def contents(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EventDataContentArgs']]]]):
297
381
  pulumi.set(self, "contents", value)
298
382
 
383
+ @property
384
+ @pulumi.getter(name="errorCause")
385
+ def error_cause(self) -> Optional[pulumi.Input[str]]:
386
+ """
387
+ The commands executed by the agent that caused the error.
388
+ """
389
+ return pulumi.get(self, "error_cause")
390
+
391
+ @error_cause.setter
392
+ def error_cause(self, value: Optional[pulumi.Input[str]]):
393
+ pulumi.set(self, "error_cause", value)
394
+
395
+ @property
396
+ @pulumi.getter(name="errorLog")
397
+ def error_log(self) -> Optional[pulumi.Input[str]]:
398
+ """
399
+ The output log of the error.
400
+ """
401
+ return pulumi.get(self, "error_log")
402
+
403
+ @error_log.setter
404
+ def error_log(self, value: Optional[pulumi.Input[str]]):
405
+ pulumi.set(self, "error_log", value)
406
+
299
407
  @property
300
408
  @pulumi.getter(name="eventCount")
301
409
  def event_count(self) -> Optional[pulumi.Input[int]]:
@@ -320,6 +428,18 @@ class EventDataArgs:
320
428
  def event_fingerprint(self, value: Optional[pulumi.Input[str]]):
321
429
  pulumi.set(self, "event_fingerprint", value)
322
430
 
431
+ @property
432
+ @pulumi.getter(name="healthState")
433
+ def health_state(self) -> Optional[pulumi.Input[str]]:
434
+ """
435
+ Health state of the management station
436
+ """
437
+ return pulumi.get(self, "health_state")
438
+
439
+ @health_state.setter
440
+ def health_state(self, value: Optional[pulumi.Input[str]]):
441
+ pulumi.set(self, "health_state", value)
442
+
323
443
  @property
324
444
  @pulumi.getter(name="operationType")
325
445
  def operation_type(self) -> Optional[pulumi.Input[str]]:
@@ -344,6 +464,42 @@ class EventDataArgs:
344
464
  def reason(self, value: Optional[pulumi.Input[str]]):
345
465
  pulumi.set(self, "reason", value)
346
466
 
467
+ @property
468
+ @pulumi.getter(name="rebootStatus")
469
+ def reboot_status(self) -> Optional[pulumi.Input[str]]:
470
+ """
471
+ Reboot status for the current event
472
+ """
473
+ return pulumi.get(self, "reboot_status")
474
+
475
+ @reboot_status.setter
476
+ def reboot_status(self, value: Optional[pulumi.Input[str]]):
477
+ pulumi.set(self, "reboot_status", value)
478
+
479
+ @property
480
+ @pulumi.getter(name="resolutionLog")
481
+ def resolution_log(self) -> Optional[pulumi.Input[str]]:
482
+ """
483
+ The log output after the resolutions.
484
+ """
485
+ return pulumi.get(self, "resolution_log")
486
+
487
+ @resolution_log.setter
488
+ def resolution_log(self, value: Optional[pulumi.Input[str]]):
489
+ pulumi.set(self, "resolution_log", value)
490
+
491
+ @property
492
+ @pulumi.getter(name="resolutionStatus")
493
+ def resolution_status(self) -> Optional[pulumi.Input[str]]:
494
+ """
495
+ Indicates if the event succeeded.
496
+ """
497
+ return pulumi.get(self, "resolution_status")
498
+
499
+ @resolution_status.setter
500
+ def resolution_status(self, value: Optional[pulumi.Input[str]]):
501
+ pulumi.set(self, "resolution_status", value)
502
+
347
503
  @property
348
504
  @pulumi.getter
349
505
  def status(self) -> Optional[pulumi.Input[str]]:
@@ -551,6 +707,8 @@ if not MYPY:
551
707
  * `SOFTWARE_SOURCE` - Software source
552
708
  * `AGENT` - Agent
553
709
  * `MANAGEMENT_STATION` - Management Station
710
+ * `SYSADMIN` - Used to identify attempts on fixing agent errors on the instance
711
+ * `REBOOT` - Reboot
554
712
  """
555
713
  elif False:
556
714
  EventDataContentArgsDict: TypeAlias = Mapping[str, Any]
@@ -584,6 +742,8 @@ class EventDataContentArgs:
584
742
  * `SOFTWARE_SOURCE` - Software source
585
743
  * `AGENT` - Agent
586
744
  * `MANAGEMENT_STATION` - Management Station
745
+ * `SYSADMIN` - Used to identify attempts on fixing agent errors on the instance
746
+ * `REBOOT` - Reboot
587
747
  """
588
748
  if content_availability is not None:
589
749
  pulumi.set(__self__, "content_availability", content_availability)
@@ -676,6 +836,8 @@ class EventDataContentArgs:
676
836
  * `SOFTWARE_SOURCE` - Software source
677
837
  * `AGENT` - Agent
678
838
  * `MANAGEMENT_STATION` - Management Station
839
+ * `SYSADMIN` - Used to identify attempts on fixing agent errors on the instance
840
+ * `REBOOT` - Reboot
679
841
  """
680
842
  return pulumi.get(self, "type")
681
843
 
@@ -1708,6 +1870,70 @@ class LifecycleStagePromoteSoftwareSourceManagementWorkRequestDetailsArgs:
1708
1870
  pulumi.set(self, "display_name", value)
1709
1871
 
1710
1872
 
1873
+ if not MYPY:
1874
+ class LifecycleStageRebootManagementWorkRequestDetailsArgsDict(TypedDict):
1875
+ description: NotRequired[pulumi.Input[str]]
1876
+ """
1877
+ User-specified information about the job. Avoid entering confidential information.
1878
+ """
1879
+ display_name: NotRequired[pulumi.Input[str]]
1880
+ """
1881
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
1882
+
1883
+
1884
+ ** IMPORTANT **
1885
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1886
+ """
1887
+ elif False:
1888
+ LifecycleStageRebootManagementWorkRequestDetailsArgsDict: TypeAlias = Mapping[str, Any]
1889
+
1890
+ @pulumi.input_type
1891
+ class LifecycleStageRebootManagementWorkRequestDetailsArgs:
1892
+ def __init__(__self__, *,
1893
+ description: Optional[pulumi.Input[str]] = None,
1894
+ display_name: Optional[pulumi.Input[str]] = None):
1895
+ """
1896
+ :param pulumi.Input[str] description: User-specified information about the job. Avoid entering confidential information.
1897
+ :param pulumi.Input[str] display_name: A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
1898
+
1899
+
1900
+ ** IMPORTANT **
1901
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1902
+ """
1903
+ if description is not None:
1904
+ pulumi.set(__self__, "description", description)
1905
+ if display_name is not None:
1906
+ pulumi.set(__self__, "display_name", display_name)
1907
+
1908
+ @property
1909
+ @pulumi.getter
1910
+ def description(self) -> Optional[pulumi.Input[str]]:
1911
+ """
1912
+ User-specified information about the job. Avoid entering confidential information.
1913
+ """
1914
+ return pulumi.get(self, "description")
1915
+
1916
+ @description.setter
1917
+ def description(self, value: Optional[pulumi.Input[str]]):
1918
+ pulumi.set(self, "description", value)
1919
+
1920
+ @property
1921
+ @pulumi.getter(name="displayName")
1922
+ def display_name(self) -> Optional[pulumi.Input[str]]:
1923
+ """
1924
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
1925
+
1926
+
1927
+ ** IMPORTANT **
1928
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1929
+ """
1930
+ return pulumi.get(self, "display_name")
1931
+
1932
+ @display_name.setter
1933
+ def display_name(self, value: Optional[pulumi.Input[str]]):
1934
+ pulumi.set(self, "display_name", value)
1935
+
1936
+
1711
1937
  if not MYPY:
1712
1938
  class ManagedInstanceAutonomousSettingsArgsDict(TypedDict):
1713
1939
  is_data_collection_authorized: NotRequired[pulumi.Input[bool]]
@@ -2514,6 +2740,70 @@ class ManagedInstanceGroupManageModuleStreamsManagementWorkRequestDetailsArgs:
2514
2740
  pulumi.set(self, "display_name", value)
2515
2741
 
2516
2742
 
2743
+ if not MYPY:
2744
+ class ManagedInstanceGroupRebootManagementWorkRequestDetailsArgsDict(TypedDict):
2745
+ description: NotRequired[pulumi.Input[str]]
2746
+ """
2747
+ User-specified information about the job. Avoid entering confidential information.
2748
+ """
2749
+ display_name: NotRequired[pulumi.Input[str]]
2750
+ """
2751
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
2752
+
2753
+
2754
+ ** IMPORTANT **
2755
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2756
+ """
2757
+ elif False:
2758
+ ManagedInstanceGroupRebootManagementWorkRequestDetailsArgsDict: TypeAlias = Mapping[str, Any]
2759
+
2760
+ @pulumi.input_type
2761
+ class ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs:
2762
+ def __init__(__self__, *,
2763
+ description: Optional[pulumi.Input[str]] = None,
2764
+ display_name: Optional[pulumi.Input[str]] = None):
2765
+ """
2766
+ :param pulumi.Input[str] description: User-specified information about the job. Avoid entering confidential information.
2767
+ :param pulumi.Input[str] display_name: A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
2768
+
2769
+
2770
+ ** IMPORTANT **
2771
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2772
+ """
2773
+ if description is not None:
2774
+ pulumi.set(__self__, "description", description)
2775
+ if display_name is not None:
2776
+ pulumi.set(__self__, "display_name", display_name)
2777
+
2778
+ @property
2779
+ @pulumi.getter
2780
+ def description(self) -> Optional[pulumi.Input[str]]:
2781
+ """
2782
+ User-specified information about the job. Avoid entering confidential information.
2783
+ """
2784
+ return pulumi.get(self, "description")
2785
+
2786
+ @description.setter
2787
+ def description(self, value: Optional[pulumi.Input[str]]):
2788
+ pulumi.set(self, "description", value)
2789
+
2790
+ @property
2791
+ @pulumi.getter(name="displayName")
2792
+ def display_name(self) -> Optional[pulumi.Input[str]]:
2793
+ """
2794
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
2795
+
2796
+
2797
+ ** IMPORTANT **
2798
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2799
+ """
2800
+ return pulumi.get(self, "display_name")
2801
+
2802
+ @display_name.setter
2803
+ def display_name(self, value: Optional[pulumi.Input[str]]):
2804
+ pulumi.set(self, "display_name", value)
2805
+
2806
+
2517
2807
  if not MYPY:
2518
2808
  class ManagedInstanceGroupRemovePackagesManagementWorkRequestDetailsArgsDict(TypedDict):
2519
2809
  description: NotRequired[pulumi.Input[str]]
@@ -2974,6 +3264,70 @@ class ManagedInstanceManagedInstanceGroupArgs:
2974
3264
  pulumi.set(self, "id", value)
2975
3265
 
2976
3266
 
3267
+ if not MYPY:
3268
+ class ManagedInstanceRebootManagementWorkRequestDetailsArgsDict(TypedDict):
3269
+ description: NotRequired[pulumi.Input[str]]
3270
+ """
3271
+ User-specified information about the job. Avoid entering confidential information.
3272
+ """
3273
+ display_name: NotRequired[pulumi.Input[str]]
3274
+ """
3275
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
3276
+
3277
+
3278
+ ** IMPORTANT **
3279
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3280
+ """
3281
+ elif False:
3282
+ ManagedInstanceRebootManagementWorkRequestDetailsArgsDict: TypeAlias = Mapping[str, Any]
3283
+
3284
+ @pulumi.input_type
3285
+ class ManagedInstanceRebootManagementWorkRequestDetailsArgs:
3286
+ def __init__(__self__, *,
3287
+ description: Optional[pulumi.Input[str]] = None,
3288
+ display_name: Optional[pulumi.Input[str]] = None):
3289
+ """
3290
+ :param pulumi.Input[str] description: User-specified information about the job. Avoid entering confidential information.
3291
+ :param pulumi.Input[str] display_name: A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
3292
+
3293
+
3294
+ ** IMPORTANT **
3295
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3296
+ """
3297
+ if description is not None:
3298
+ pulumi.set(__self__, "description", description)
3299
+ if display_name is not None:
3300
+ pulumi.set(__self__, "display_name", display_name)
3301
+
3302
+ @property
3303
+ @pulumi.getter
3304
+ def description(self) -> Optional[pulumi.Input[str]]:
3305
+ """
3306
+ User-specified information about the job. Avoid entering confidential information.
3307
+ """
3308
+ return pulumi.get(self, "description")
3309
+
3310
+ @description.setter
3311
+ def description(self, value: Optional[pulumi.Input[str]]):
3312
+ pulumi.set(self, "description", value)
3313
+
3314
+ @property
3315
+ @pulumi.getter(name="displayName")
3316
+ def display_name(self) -> Optional[pulumi.Input[str]]:
3317
+ """
3318
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
3319
+
3320
+
3321
+ ** IMPORTANT **
3322
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3323
+ """
3324
+ return pulumi.get(self, "display_name")
3325
+
3326
+ @display_name.setter
3327
+ def display_name(self, value: Optional[pulumi.Input[str]]):
3328
+ pulumi.set(self, "display_name", value)
3329
+
3330
+
2977
3331
  if not MYPY:
2978
3332
  class ManagedInstanceSoftwareSourceArgsDict(TypedDict):
2979
3333
  description: NotRequired[pulumi.Input[str]]
@@ -3150,6 +3504,70 @@ class ManagedInstanceUpdatePackagesManagementWorkRequestDetailsArgs:
3150
3504
  pulumi.set(self, "display_name", value)
3151
3505
 
3152
3506
 
3507
+ if not MYPY:
3508
+ class ManagementStationAssociateManagedInstancesManagementWorkRequestDetailsArgsDict(TypedDict):
3509
+ description: NotRequired[pulumi.Input[str]]
3510
+ """
3511
+ User-specified information about the job. Avoid entering confidential information.
3512
+ """
3513
+ display_name: NotRequired[pulumi.Input[str]]
3514
+ """
3515
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
3516
+
3517
+
3518
+ ** IMPORTANT **
3519
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3520
+ """
3521
+ elif False:
3522
+ ManagementStationAssociateManagedInstancesManagementWorkRequestDetailsArgsDict: TypeAlias = Mapping[str, Any]
3523
+
3524
+ @pulumi.input_type
3525
+ class ManagementStationAssociateManagedInstancesManagementWorkRequestDetailsArgs:
3526
+ def __init__(__self__, *,
3527
+ description: Optional[pulumi.Input[str]] = None,
3528
+ display_name: Optional[pulumi.Input[str]] = None):
3529
+ """
3530
+ :param pulumi.Input[str] description: User-specified information about the job. Avoid entering confidential information.
3531
+ :param pulumi.Input[str] display_name: A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
3532
+
3533
+
3534
+ ** IMPORTANT **
3535
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3536
+ """
3537
+ if description is not None:
3538
+ pulumi.set(__self__, "description", description)
3539
+ if display_name is not None:
3540
+ pulumi.set(__self__, "display_name", display_name)
3541
+
3542
+ @property
3543
+ @pulumi.getter
3544
+ def description(self) -> Optional[pulumi.Input[str]]:
3545
+ """
3546
+ User-specified information about the job. Avoid entering confidential information.
3547
+ """
3548
+ return pulumi.get(self, "description")
3549
+
3550
+ @description.setter
3551
+ def description(self, value: Optional[pulumi.Input[str]]):
3552
+ pulumi.set(self, "description", value)
3553
+
3554
+ @property
3555
+ @pulumi.getter(name="displayName")
3556
+ def display_name(self) -> Optional[pulumi.Input[str]]:
3557
+ """
3558
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
3559
+
3560
+
3561
+ ** IMPORTANT **
3562
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3563
+ """
3564
+ return pulumi.get(self, "display_name")
3565
+
3566
+ @display_name.setter
3567
+ def display_name(self, value: Optional[pulumi.Input[str]]):
3568
+ pulumi.set(self, "display_name", value)
3569
+
3570
+
3153
3571
  if not MYPY:
3154
3572
  class ManagementStationHealthArgsDict(TypedDict):
3155
3573
  description: NotRequired[pulumi.Input[str]]
@@ -3216,6 +3634,10 @@ if not MYPY:
3216
3634
  """
3217
3635
  (Updatable) Default mirror listening port for https.
3218
3636
  """
3637
+ is_sslverify_enabled: NotRequired[pulumi.Input[bool]]
3638
+ """
3639
+ (Updatable) When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
3640
+ """
3219
3641
  sslcert: NotRequired[pulumi.Input[str]]
3220
3642
  """
3221
3643
  (Updatable) Path to the SSL cerfificate.
@@ -3229,16 +3651,20 @@ class ManagementStationMirrorArgs:
3229
3651
  directory: pulumi.Input[str],
3230
3652
  port: pulumi.Input[str],
3231
3653
  sslport: pulumi.Input[str],
3654
+ is_sslverify_enabled: Optional[pulumi.Input[bool]] = None,
3232
3655
  sslcert: Optional[pulumi.Input[str]] = None):
3233
3656
  """
3234
3657
  :param pulumi.Input[str] directory: (Updatable) Path to the data volume on the management station where software source mirrors are stored.
3235
3658
  :param pulumi.Input[str] port: (Updatable) Default mirror listening port for http.
3236
3659
  :param pulumi.Input[str] sslport: (Updatable) Default mirror listening port for https.
3660
+ :param pulumi.Input[bool] is_sslverify_enabled: (Updatable) When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
3237
3661
  :param pulumi.Input[str] sslcert: (Updatable) Path to the SSL cerfificate.
3238
3662
  """
3239
3663
  pulumi.set(__self__, "directory", directory)
3240
3664
  pulumi.set(__self__, "port", port)
3241
3665
  pulumi.set(__self__, "sslport", sslport)
3666
+ if is_sslverify_enabled is not None:
3667
+ pulumi.set(__self__, "is_sslverify_enabled", is_sslverify_enabled)
3242
3668
  if sslcert is not None:
3243
3669
  pulumi.set(__self__, "sslcert", sslcert)
3244
3670
 
@@ -3278,6 +3704,18 @@ class ManagementStationMirrorArgs:
3278
3704
  def sslport(self, value: pulumi.Input[str]):
3279
3705
  pulumi.set(self, "sslport", value)
3280
3706
 
3707
+ @property
3708
+ @pulumi.getter(name="isSslverifyEnabled")
3709
+ def is_sslverify_enabled(self) -> Optional[pulumi.Input[bool]]:
3710
+ """
3711
+ (Updatable) When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
3712
+ """
3713
+ return pulumi.get(self, "is_sslverify_enabled")
3714
+
3715
+ @is_sslverify_enabled.setter
3716
+ def is_sslverify_enabled(self, value: Optional[pulumi.Input[bool]]):
3717
+ pulumi.set(self, "is_sslverify_enabled", value)
3718
+
3281
3719
  @property
3282
3720
  @pulumi.getter
3283
3721
  def sslcert(self) -> Optional[pulumi.Input[str]]:
@@ -3403,6 +3841,58 @@ class ManagementStationMirrorSyncStatusArgs:
3403
3841
  pulumi.set(self, "unsynced", value)
3404
3842
 
3405
3843
 
3844
+ if not MYPY:
3845
+ class ManagementStationPeerManagementStationArgsDict(TypedDict):
3846
+ display_name: NotRequired[pulumi.Input[str]]
3847
+ """
3848
+ (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3849
+ """
3850
+ id: NotRequired[pulumi.Input[str]]
3851
+ """
3852
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
3853
+ """
3854
+ elif False:
3855
+ ManagementStationPeerManagementStationArgsDict: TypeAlias = Mapping[str, Any]
3856
+
3857
+ @pulumi.input_type
3858
+ class ManagementStationPeerManagementStationArgs:
3859
+ def __init__(__self__, *,
3860
+ display_name: Optional[pulumi.Input[str]] = None,
3861
+ id: Optional[pulumi.Input[str]] = None):
3862
+ """
3863
+ :param pulumi.Input[str] display_name: (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3864
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
3865
+ """
3866
+ if display_name is not None:
3867
+ pulumi.set(__self__, "display_name", display_name)
3868
+ if id is not None:
3869
+ pulumi.set(__self__, "id", id)
3870
+
3871
+ @property
3872
+ @pulumi.getter(name="displayName")
3873
+ def display_name(self) -> Optional[pulumi.Input[str]]:
3874
+ """
3875
+ (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3876
+ """
3877
+ return pulumi.get(self, "display_name")
3878
+
3879
+ @display_name.setter
3880
+ def display_name(self, value: Optional[pulumi.Input[str]]):
3881
+ pulumi.set(self, "display_name", value)
3882
+
3883
+ @property
3884
+ @pulumi.getter
3885
+ def id(self) -> Optional[pulumi.Input[str]]:
3886
+ """
3887
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
3888
+ """
3889
+ return pulumi.get(self, "id")
3890
+
3891
+ @id.setter
3892
+ def id(self, value: Optional[pulumi.Input[str]]):
3893
+ pulumi.set(self, "id", value)
3894
+
3895
+
3406
3896
  if not MYPY:
3407
3897
  class ManagementStationProxyArgsDict(TypedDict):
3408
3898
  is_enabled: pulumi.Input[bool]
@@ -3498,7 +3988,7 @@ if not MYPY:
3498
3988
  class ProfileLifecycleEnvironmentArgsDict(TypedDict):
3499
3989
  display_name: NotRequired[pulumi.Input[str]]
3500
3990
  """
3501
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
3991
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3502
3992
  """
3503
3993
  id: NotRequired[pulumi.Input[str]]
3504
3994
  """
@@ -3513,7 +4003,7 @@ class ProfileLifecycleEnvironmentArgs:
3513
4003
  display_name: Optional[pulumi.Input[str]] = None,
3514
4004
  id: Optional[pulumi.Input[str]] = None):
3515
4005
  """
3516
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4006
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3517
4007
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
3518
4008
  """
3519
4009
  if display_name is not None:
@@ -3525,7 +4015,7 @@ class ProfileLifecycleEnvironmentArgs:
3525
4015
  @pulumi.getter(name="displayName")
3526
4016
  def display_name(self) -> Optional[pulumi.Input[str]]:
3527
4017
  """
3528
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4018
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3529
4019
  """
3530
4020
  return pulumi.get(self, "display_name")
3531
4021
 
@@ -3550,7 +4040,7 @@ if not MYPY:
3550
4040
  class ProfileLifecycleStageArgsDict(TypedDict):
3551
4041
  display_name: NotRequired[pulumi.Input[str]]
3552
4042
  """
3553
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4043
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3554
4044
  """
3555
4045
  id: NotRequired[pulumi.Input[str]]
3556
4046
  """
@@ -3565,7 +4055,7 @@ class ProfileLifecycleStageArgs:
3565
4055
  display_name: Optional[pulumi.Input[str]] = None,
3566
4056
  id: Optional[pulumi.Input[str]] = None):
3567
4057
  """
3568
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4058
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3569
4059
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
3570
4060
  """
3571
4061
  if display_name is not None:
@@ -3577,7 +4067,7 @@ class ProfileLifecycleStageArgs:
3577
4067
  @pulumi.getter(name="displayName")
3578
4068
  def display_name(self) -> Optional[pulumi.Input[str]]:
3579
4069
  """
3580
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4070
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3581
4071
  """
3582
4072
  return pulumi.get(self, "display_name")
3583
4073
 
@@ -3602,7 +4092,7 @@ if not MYPY:
3602
4092
  class ProfileManagedInstanceGroupArgsDict(TypedDict):
3603
4093
  display_name: NotRequired[pulumi.Input[str]]
3604
4094
  """
3605
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4095
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3606
4096
  """
3607
4097
  id: NotRequired[pulumi.Input[str]]
3608
4098
  """
@@ -3617,7 +4107,7 @@ class ProfileManagedInstanceGroupArgs:
3617
4107
  display_name: Optional[pulumi.Input[str]] = None,
3618
4108
  id: Optional[pulumi.Input[str]] = None):
3619
4109
  """
3620
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4110
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3621
4111
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
3622
4112
  """
3623
4113
  if display_name is not None:
@@ -3629,7 +4119,7 @@ class ProfileManagedInstanceGroupArgs:
3629
4119
  @pulumi.getter(name="displayName")
3630
4120
  def display_name(self) -> Optional[pulumi.Input[str]]:
3631
4121
  """
3632
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4122
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3633
4123
  """
3634
4124
  return pulumi.get(self, "display_name")
3635
4125
 
@@ -3658,7 +4148,7 @@ if not MYPY:
3658
4148
  """
3659
4149
  display_name: NotRequired[pulumi.Input[str]]
3660
4150
  """
3661
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4151
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3662
4152
  """
3663
4153
  id: NotRequired[pulumi.Input[str]]
3664
4154
  """
@@ -3685,7 +4175,7 @@ class ProfileSoftwareSourceArgs:
3685
4175
  software_source_type: Optional[pulumi.Input[str]] = None):
3686
4176
  """
3687
4177
  :param pulumi.Input[str] description: (Updatable) User-specified description of the registration profile.
3688
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4178
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3689
4179
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
3690
4180
  :param pulumi.Input[bool] is_mandatory_for_autonomous_linux: Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
3691
4181
  :param pulumi.Input[str] software_source_type: Type of the software source.
@@ -3717,7 +4207,7 @@ class ProfileSoftwareSourceArgs:
3717
4207
  @pulumi.getter(name="displayName")
3718
4208
  def display_name(self) -> Optional[pulumi.Input[str]]:
3719
4209
  """
3720
- (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4210
+ (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
3721
4211
  """
3722
4212
  return pulumi.get(self, "display_name")
3723
4213
 
@@ -3776,6 +4266,10 @@ if not MYPY:
3776
4266
  """
3777
4267
  (Updatable) The names of the target packages. This parameter only applies when the scheduled job is for installing, updating, or removing packages.
3778
4268
  """
4269
+ reboot_timeout_in_mins: NotRequired[pulumi.Input[int]]
4270
+ """
4271
+ (Updatable) The number of minutes the service waits for the reboot to complete. If the instance doesn't reboot within the timeout, the service marks the reboot job as failed.
4272
+ """
3779
4273
  software_source_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3780
4274
  """
3781
4275
  (Updatable) The software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This parameter only applies when the scheduled job is for attaching or detaching software sources.
@@ -3797,6 +4291,7 @@ class ScheduledJobOperationArgs:
3797
4291
  operation_type: pulumi.Input[str],
3798
4292
  manage_module_streams_details: Optional[pulumi.Input['ScheduledJobOperationManageModuleStreamsDetailsArgs']] = None,
3799
4293
  package_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4294
+ reboot_timeout_in_mins: Optional[pulumi.Input[int]] = None,
3800
4295
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3801
4296
  switch_module_streams_details: Optional[pulumi.Input['ScheduledJobOperationSwitchModuleStreamsDetailsArgs']] = None,
3802
4297
  windows_update_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
@@ -3804,6 +4299,7 @@ class ScheduledJobOperationArgs:
3804
4299
  :param pulumi.Input[str] operation_type: (Updatable) The type of operation this scheduled job performs.
3805
4300
  :param pulumi.Input['ScheduledJobOperationManageModuleStreamsDetailsArgs'] manage_module_streams_details: (Updatable) The set of changes to make to the state of the modules, streams, and profiles on the managed target.
3806
4301
  :param pulumi.Input[Sequence[pulumi.Input[str]]] package_names: (Updatable) The names of the target packages. This parameter only applies when the scheduled job is for installing, updating, or removing packages.
4302
+ :param pulumi.Input[int] reboot_timeout_in_mins: (Updatable) The number of minutes the service waits for the reboot to complete. If the instance doesn't reboot within the timeout, the service marks the reboot job as failed.
3807
4303
  :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: (Updatable) The software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This parameter only applies when the scheduled job is for attaching or detaching software sources.
3808
4304
  :param pulumi.Input['ScheduledJobOperationSwitchModuleStreamsDetailsArgs'] switch_module_streams_details: (Updatable) Provides the information used to update a module stream.
3809
4305
  :param pulumi.Input[Sequence[pulumi.Input[str]]] windows_update_names: (Updatable) Unique identifier for the Windows update. This parameter only applies if the scheduled job is for installing Windows updates. Note that this is not an OCID, but is a unique identifier assigned by Microsoft. For example: '6981d463-cd91-4a26-b7c4-ea4ded9183ed'.
@@ -3813,6 +4309,8 @@ class ScheduledJobOperationArgs:
3813
4309
  pulumi.set(__self__, "manage_module_streams_details", manage_module_streams_details)
3814
4310
  if package_names is not None:
3815
4311
  pulumi.set(__self__, "package_names", package_names)
4312
+ if reboot_timeout_in_mins is not None:
4313
+ pulumi.set(__self__, "reboot_timeout_in_mins", reboot_timeout_in_mins)
3816
4314
  if software_source_ids is not None:
3817
4315
  pulumi.set(__self__, "software_source_ids", software_source_ids)
3818
4316
  if switch_module_streams_details is not None:
@@ -3856,6 +4354,18 @@ class ScheduledJobOperationArgs:
3856
4354
  def package_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3857
4355
  pulumi.set(self, "package_names", value)
3858
4356
 
4357
+ @property
4358
+ @pulumi.getter(name="rebootTimeoutInMins")
4359
+ def reboot_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
4360
+ """
4361
+ (Updatable) The number of minutes the service waits for the reboot to complete. If the instance doesn't reboot within the timeout, the service marks the reboot job as failed.
4362
+ """
4363
+ return pulumi.get(self, "reboot_timeout_in_mins")
4364
+
4365
+ @reboot_timeout_in_mins.setter
4366
+ def reboot_timeout_in_mins(self, value: Optional[pulumi.Input[int]]):
4367
+ pulumi.set(self, "reboot_timeout_in_mins", value)
4368
+
3859
4369
  @property
3860
4370
  @pulumi.getter(name="softwareSourceIds")
3861
4371
  def software_source_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -4828,6 +5338,58 @@ class SoftwareSourceVendorSoftwareSourceArgs:
4828
5338
  pulumi.set(self, "id", value)
4829
5339
 
4830
5340
 
5341
+ if not MYPY:
5342
+ class WorkRequestRerunManagementWorkRequestDetailsArgsDict(TypedDict):
5343
+ description: NotRequired[pulumi.Input[str]]
5344
+ """
5345
+ User-specified information about the job. Avoid entering confidential information.
5346
+ """
5347
+ display_name: NotRequired[pulumi.Input[str]]
5348
+ """
5349
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
5350
+ """
5351
+ elif False:
5352
+ WorkRequestRerunManagementWorkRequestDetailsArgsDict: TypeAlias = Mapping[str, Any]
5353
+
5354
+ @pulumi.input_type
5355
+ class WorkRequestRerunManagementWorkRequestDetailsArgs:
5356
+ def __init__(__self__, *,
5357
+ description: Optional[pulumi.Input[str]] = None,
5358
+ display_name: Optional[pulumi.Input[str]] = None):
5359
+ """
5360
+ :param pulumi.Input[str] description: User-specified information about the job. Avoid entering confidential information.
5361
+ :param pulumi.Input[str] display_name: A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
5362
+ """
5363
+ if description is not None:
5364
+ pulumi.set(__self__, "description", description)
5365
+ if display_name is not None:
5366
+ pulumi.set(__self__, "display_name", display_name)
5367
+
5368
+ @property
5369
+ @pulumi.getter
5370
+ def description(self) -> Optional[pulumi.Input[str]]:
5371
+ """
5372
+ User-specified information about the job. Avoid entering confidential information.
5373
+ """
5374
+ return pulumi.get(self, "description")
5375
+
5376
+ @description.setter
5377
+ def description(self, value: Optional[pulumi.Input[str]]):
5378
+ pulumi.set(self, "description", value)
5379
+
5380
+ @property
5381
+ @pulumi.getter(name="displayName")
5382
+ def display_name(self) -> Optional[pulumi.Input[str]]:
5383
+ """
5384
+ A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
5385
+ """
5386
+ return pulumi.get(self, "display_name")
5387
+
5388
+ @display_name.setter
5389
+ def display_name(self, value: Optional[pulumi.Input[str]]):
5390
+ pulumi.set(self, "display_name", value)
5391
+
5392
+
4831
5393
  if not MYPY:
4832
5394
  class GetEntitlementsFilterArgsDict(TypedDict):
4833
5395
  name: str
@@ -5970,6 +6532,53 @@ class GetManagementStationsFilterArgs:
5970
6532
  pulumi.set(self, "regex", value)
5971
6533
 
5972
6534
 
6535
+ if not MYPY:
6536
+ class GetProfileAvailableSoftwareSourcesFilterArgsDict(TypedDict):
6537
+ name: str
6538
+ values: Sequence[str]
6539
+ regex: NotRequired[bool]
6540
+ elif False:
6541
+ GetProfileAvailableSoftwareSourcesFilterArgsDict: TypeAlias = Mapping[str, Any]
6542
+
6543
+ @pulumi.input_type
6544
+ class GetProfileAvailableSoftwareSourcesFilterArgs:
6545
+ def __init__(__self__, *,
6546
+ name: str,
6547
+ values: Sequence[str],
6548
+ regex: Optional[bool] = None):
6549
+ pulumi.set(__self__, "name", name)
6550
+ pulumi.set(__self__, "values", values)
6551
+ if regex is not None:
6552
+ pulumi.set(__self__, "regex", regex)
6553
+
6554
+ @property
6555
+ @pulumi.getter
6556
+ def name(self) -> str:
6557
+ return pulumi.get(self, "name")
6558
+
6559
+ @name.setter
6560
+ def name(self, value: str):
6561
+ pulumi.set(self, "name", value)
6562
+
6563
+ @property
6564
+ @pulumi.getter
6565
+ def values(self) -> Sequence[str]:
6566
+ return pulumi.get(self, "values")
6567
+
6568
+ @values.setter
6569
+ def values(self, value: Sequence[str]):
6570
+ pulumi.set(self, "values", value)
6571
+
6572
+ @property
6573
+ @pulumi.getter
6574
+ def regex(self) -> Optional[bool]:
6575
+ return pulumi.get(self, "regex")
6576
+
6577
+ @regex.setter
6578
+ def regex(self, value: Optional[bool]):
6579
+ pulumi.set(self, "regex", value)
6580
+
6581
+
5973
6582
  if not MYPY:
5974
6583
  class GetProfilesFilterArgsDict(TypedDict):
5975
6584
  name: str
@@ -6167,6 +6776,62 @@ class GetSoftwarePackagesFilterArgs:
6167
6776
  pulumi.set(self, "regex", value)
6168
6777
 
6169
6778
 
6779
+ if not MYPY:
6780
+ class GetSoftwareSourceAvailableSoftwarePackagesFilterArgsDict(TypedDict):
6781
+ name: str
6782
+ """
6783
+ Unique identifier for the package. Note that this is not an OCID.
6784
+ """
6785
+ values: Sequence[str]
6786
+ regex: NotRequired[bool]
6787
+ elif False:
6788
+ GetSoftwareSourceAvailableSoftwarePackagesFilterArgsDict: TypeAlias = Mapping[str, Any]
6789
+
6790
+ @pulumi.input_type
6791
+ class GetSoftwareSourceAvailableSoftwarePackagesFilterArgs:
6792
+ def __init__(__self__, *,
6793
+ name: str,
6794
+ values: Sequence[str],
6795
+ regex: Optional[bool] = None):
6796
+ """
6797
+ :param str name: Unique identifier for the package. Note that this is not an OCID.
6798
+ """
6799
+ pulumi.set(__self__, "name", name)
6800
+ pulumi.set(__self__, "values", values)
6801
+ if regex is not None:
6802
+ pulumi.set(__self__, "regex", regex)
6803
+
6804
+ @property
6805
+ @pulumi.getter
6806
+ def name(self) -> str:
6807
+ """
6808
+ Unique identifier for the package. Note that this is not an OCID.
6809
+ """
6810
+ return pulumi.get(self, "name")
6811
+
6812
+ @name.setter
6813
+ def name(self, value: str):
6814
+ pulumi.set(self, "name", value)
6815
+
6816
+ @property
6817
+ @pulumi.getter
6818
+ def values(self) -> Sequence[str]:
6819
+ return pulumi.get(self, "values")
6820
+
6821
+ @values.setter
6822
+ def values(self, value: Sequence[str]):
6823
+ pulumi.set(self, "values", value)
6824
+
6825
+ @property
6826
+ @pulumi.getter
6827
+ def regex(self) -> Optional[bool]:
6828
+ return pulumi.get(self, "regex")
6829
+
6830
+ @regex.setter
6831
+ def regex(self, value: Optional[bool]):
6832
+ pulumi.set(self, "regex", value)
6833
+
6834
+
6170
6835
  if not MYPY:
6171
6836
  class GetSoftwareSourceModuleStreamProfilesFilterArgsDict(TypedDict):
6172
6837
  name: str