pulumi-oci 2.27.0a1742279484__py3-none-any.whl → 2.28.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 (100) 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 +9 -0
  5. pulumi_oci/core/_inputs.py +196 -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/get_compute_host.py +393 -0
  14. pulumi_oci/core/get_compute_hosts.py +254 -0
  15. pulumi_oci/core/outputs.py +847 -0
  16. pulumi_oci/database/__init__.py +2 -0
  17. pulumi_oci/database/_inputs.py +2211 -24
  18. pulumi_oci/database/autonomous_container_database.py +305 -52
  19. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  20. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  21. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  22. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  23. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  24. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  25. pulumi_oci/database/get_maintenance_run.py +15 -1
  26. pulumi_oci/database/maintenance_run.py +28 -0
  27. pulumi_oci/database/outputs.py +2747 -225
  28. pulumi_oci/goldengate/_inputs.py +128 -0
  29. pulumi_oci/goldengate/deployment.py +103 -0
  30. pulumi_oci/goldengate/deployment_backup.py +28 -0
  31. pulumi_oci/goldengate/get_deployment.py +43 -1
  32. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  33. pulumi_oci/goldengate/outputs.py +289 -0
  34. pulumi_oci/identity/_inputs.py +9 -49
  35. pulumi_oci/identity/domains_app.py +34 -0
  36. pulumi_oci/identity/get_domains_app.py +12 -1
  37. pulumi_oci/identity/outputs.py +20 -47
  38. pulumi_oci/osmanagementhub/__init__.py +18 -0
  39. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  40. pulumi_oci/osmanagementhub/event.py +8 -0
  41. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  42. pulumi_oci/osmanagementhub/get_event.py +2 -0
  43. pulumi_oci/osmanagementhub/get_events.py +2 -0
  44. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  45. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  46. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  47. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  48. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  49. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  50. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  51. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  52. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  53. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  54. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  55. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  56. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  57. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  58. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  59. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  60. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  61. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  62. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  63. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  64. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  65. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  66. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  67. pulumi_oci/osmanagementhub/management_station.py +251 -4
  68. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  69. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  70. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  71. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  72. pulumi_oci/osmanagementhub/profile.py +70 -14
  73. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  74. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  75. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  76. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  77. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  78. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  79. pulumi_oci/osmanagementhub/software_source.py +365 -26
  80. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  81. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  82. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  83. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  84. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  85. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  86. pulumi_oci/pulumi-plugin.json +1 -1
  87. pulumi_oci/sch/_inputs.py +24 -24
  88. pulumi_oci/sch/connector.py +46 -18
  89. pulumi_oci/sch/get_service_connector.py +16 -8
  90. pulumi_oci/sch/outputs.py +53 -50
  91. pulumi_oci/stackmonitoring/_inputs.py +191 -0
  92. pulumi_oci/stackmonitoring/config.py +307 -23
  93. pulumi_oci/stackmonitoring/get_config.py +90 -5
  94. pulumi_oci/stackmonitoring/get_maintenance_window.py +43 -1
  95. pulumi_oci/stackmonitoring/maintenance_window.py +136 -2
  96. pulumi_oci/stackmonitoring/outputs.py +448 -3
  97. {pulumi_oci-2.27.0a1742279484.dist-info → pulumi_oci-2.28.0.dist-info}/METADATA +2 -2
  98. {pulumi_oci-2.27.0a1742279484.dist-info → pulumi_oci-2.28.0.dist-info}/RECORD +100 -71
  99. {pulumi_oci-2.27.0a1742279484.dist-info → pulumi_oci-2.28.0.dist-info}/WHEEL +1 -1
  100. {pulumi_oci-2.27.0a1742279484.dist-info → pulumi_oci-2.28.0.dist-info}/top_level.txt +0 -0
@@ -24,21 +24,29 @@ class MaintenanceWindowArgs:
24
24
  compartment_id: pulumi.Input[str],
25
25
  resources: pulumi.Input[Sequence[pulumi.Input['MaintenanceWindowResourceArgs']]],
26
26
  schedule: pulumi.Input['MaintenanceWindowScheduleArgs'],
27
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
27
28
  description: Optional[pulumi.Input[str]] = None,
29
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
28
30
  name: Optional[pulumi.Input[str]] = None):
29
31
  """
30
32
  The set of arguments for constructing a MaintenanceWindow resource.
31
33
  :param pulumi.Input[str] compartment_id: Compartment Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
32
34
  :param pulumi.Input[Sequence[pulumi.Input['MaintenanceWindowResourceArgs']]] resources: (Updatable) List of resource Ids which are part of the Maintenance Window
33
35
  :param pulumi.Input['MaintenanceWindowScheduleArgs'] schedule: (Updatable) Schedule information of the Maintenance Window
36
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
34
37
  :param pulumi.Input[str] description: (Updatable) Maintenance Window description.
38
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
35
39
  :param pulumi.Input[str] name: Maintenance Window name.
36
40
  """
37
41
  pulumi.set(__self__, "compartment_id", compartment_id)
38
42
  pulumi.set(__self__, "resources", resources)
39
43
  pulumi.set(__self__, "schedule", schedule)
44
+ if defined_tags is not None:
45
+ pulumi.set(__self__, "defined_tags", defined_tags)
40
46
  if description is not None:
41
47
  pulumi.set(__self__, "description", description)
48
+ if freeform_tags is not None:
49
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
42
50
  if name is not None:
43
51
  pulumi.set(__self__, "name", name)
44
52
 
@@ -78,6 +86,18 @@ class MaintenanceWindowArgs:
78
86
  def schedule(self, value: pulumi.Input['MaintenanceWindowScheduleArgs']):
79
87
  pulumi.set(self, "schedule", value)
80
88
 
89
+ @property
90
+ @pulumi.getter(name="definedTags")
91
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
92
+ """
93
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
94
+ """
95
+ return pulumi.get(self, "defined_tags")
96
+
97
+ @defined_tags.setter
98
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
99
+ pulumi.set(self, "defined_tags", value)
100
+
81
101
  @property
82
102
  @pulumi.getter
83
103
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -90,6 +110,18 @@ class MaintenanceWindowArgs:
90
110
  def description(self, value: Optional[pulumi.Input[str]]):
91
111
  pulumi.set(self, "description", value)
92
112
 
113
+ @property
114
+ @pulumi.getter(name="freeformTags")
115
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
116
+ """
117
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
118
+ """
119
+ return pulumi.get(self, "freeform_tags")
120
+
121
+ @freeform_tags.setter
122
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
123
+ pulumi.set(self, "freeform_tags", value)
124
+
93
125
  @property
94
126
  @pulumi.getter
95
127
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -107,32 +139,42 @@ class MaintenanceWindowArgs:
107
139
  class _MaintenanceWindowState:
108
140
  def __init__(__self__, *,
109
141
  compartment_id: Optional[pulumi.Input[str]] = None,
142
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
110
143
  description: Optional[pulumi.Input[str]] = None,
144
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
111
145
  lifecycle_details: Optional[pulumi.Input[str]] = None,
112
146
  name: Optional[pulumi.Input[str]] = None,
113
147
  resources: Optional[pulumi.Input[Sequence[pulumi.Input['MaintenanceWindowResourceArgs']]]] = None,
114
148
  resources_details: Optional[pulumi.Input[Sequence[pulumi.Input['MaintenanceWindowResourcesDetailArgs']]]] = None,
115
149
  schedule: Optional[pulumi.Input['MaintenanceWindowScheduleArgs']] = None,
116
150
  state: Optional[pulumi.Input[str]] = None,
151
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
117
152
  time_created: Optional[pulumi.Input[str]] = None,
118
153
  time_updated: Optional[pulumi.Input[str]] = None):
119
154
  """
120
155
  Input properties used for looking up and filtering MaintenanceWindow resources.
121
156
  :param pulumi.Input[str] compartment_id: Compartment Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
157
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
122
158
  :param pulumi.Input[str] description: (Updatable) Maintenance Window description.
159
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
123
160
  :param pulumi.Input[str] lifecycle_details: Lifecycle Details of the Maintenance Window.
124
161
  :param pulumi.Input[str] name: Maintenance Window name.
125
162
  :param pulumi.Input[Sequence[pulumi.Input['MaintenanceWindowResourceArgs']]] resources: (Updatable) List of resource Ids which are part of the Maintenance Window
126
163
  :param pulumi.Input[Sequence[pulumi.Input['MaintenanceWindowResourcesDetailArgs']]] resources_details: List of resource details that are part of the Maintenance Window.
127
164
  :param pulumi.Input['MaintenanceWindowScheduleArgs'] schedule: (Updatable) Schedule information of the Maintenance Window
128
165
  :param pulumi.Input[str] state: Lifecycle state of the monitored resource.
166
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
129
167
  :param pulumi.Input[str] time_created: The time the the maintenance window was created. An RFC3339 formatted datetime string
130
168
  :param pulumi.Input[str] time_updated: The time the the mainteance window was updated. An RFC3339 formatted datetime string
131
169
  """
132
170
  if compartment_id is not None:
133
171
  pulumi.set(__self__, "compartment_id", compartment_id)
172
+ if defined_tags is not None:
173
+ pulumi.set(__self__, "defined_tags", defined_tags)
134
174
  if description is not None:
135
175
  pulumi.set(__self__, "description", description)
176
+ if freeform_tags is not None:
177
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
136
178
  if lifecycle_details is not None:
137
179
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
138
180
  if name is not None:
@@ -145,6 +187,8 @@ class _MaintenanceWindowState:
145
187
  pulumi.set(__self__, "schedule", schedule)
146
188
  if state is not None:
147
189
  pulumi.set(__self__, "state", state)
190
+ if system_tags is not None:
191
+ pulumi.set(__self__, "system_tags", system_tags)
148
192
  if time_created is not None:
149
193
  pulumi.set(__self__, "time_created", time_created)
150
194
  if time_updated is not None:
@@ -162,6 +206,18 @@ class _MaintenanceWindowState:
162
206
  def compartment_id(self, value: Optional[pulumi.Input[str]]):
163
207
  pulumi.set(self, "compartment_id", value)
164
208
 
209
+ @property
210
+ @pulumi.getter(name="definedTags")
211
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
212
+ """
213
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
214
+ """
215
+ return pulumi.get(self, "defined_tags")
216
+
217
+ @defined_tags.setter
218
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
219
+ pulumi.set(self, "defined_tags", value)
220
+
165
221
  @property
166
222
  @pulumi.getter
167
223
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -174,6 +230,18 @@ class _MaintenanceWindowState:
174
230
  def description(self, value: Optional[pulumi.Input[str]]):
175
231
  pulumi.set(self, "description", value)
176
232
 
233
+ @property
234
+ @pulumi.getter(name="freeformTags")
235
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
236
+ """
237
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
238
+ """
239
+ return pulumi.get(self, "freeform_tags")
240
+
241
+ @freeform_tags.setter
242
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
243
+ pulumi.set(self, "freeform_tags", value)
244
+
177
245
  @property
178
246
  @pulumi.getter(name="lifecycleDetails")
179
247
  def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
@@ -246,6 +314,18 @@ class _MaintenanceWindowState:
246
314
  def state(self, value: Optional[pulumi.Input[str]]):
247
315
  pulumi.set(self, "state", value)
248
316
 
317
+ @property
318
+ @pulumi.getter(name="systemTags")
319
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
320
+ """
321
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
322
+ """
323
+ return pulumi.get(self, "system_tags")
324
+
325
+ @system_tags.setter
326
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
327
+ pulumi.set(self, "system_tags", value)
328
+
249
329
  @property
250
330
  @pulumi.getter(name="timeCreated")
251
331
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -277,7 +357,9 @@ class MaintenanceWindow(pulumi.CustomResource):
277
357
  resource_name: str,
278
358
  opts: Optional[pulumi.ResourceOptions] = None,
279
359
  compartment_id: Optional[pulumi.Input[str]] = None,
360
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
280
361
  description: Optional[pulumi.Input[str]] = None,
362
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
281
363
  name: Optional[pulumi.Input[str]] = None,
282
364
  resources: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourceArgs', 'MaintenanceWindowResourceArgsDict']]]]] = None,
283
365
  schedule: Optional[pulumi.Input[Union['MaintenanceWindowScheduleArgs', 'MaintenanceWindowScheduleArgsDict']]] = None,
@@ -308,7 +390,13 @@ class MaintenanceWindow(pulumi.CustomResource):
308
390
  "time_maintenance_window_end": maintenance_window_schedule_time_maintenance_window_end,
309
391
  "time_maintenance_window_start": maintenance_window_schedule_time_maintenance_window_start,
310
392
  },
311
- description=maintenance_window_description)
393
+ defined_tags={
394
+ "foo-namespace.bar-key": "value",
395
+ },
396
+ description=maintenance_window_description,
397
+ freeform_tags={
398
+ "bar-key": "value",
399
+ })
312
400
  ```
313
401
 
314
402
  ## Import
@@ -322,7 +410,9 @@ class MaintenanceWindow(pulumi.CustomResource):
322
410
  :param str resource_name: The name of the resource.
323
411
  :param pulumi.ResourceOptions opts: Options for the resource.
324
412
  :param pulumi.Input[str] compartment_id: Compartment Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
413
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
325
414
  :param pulumi.Input[str] description: (Updatable) Maintenance Window description.
415
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
326
416
  :param pulumi.Input[str] name: Maintenance Window name.
327
417
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourceArgs', 'MaintenanceWindowResourceArgsDict']]]] resources: (Updatable) List of resource Ids which are part of the Maintenance Window
328
418
  :param pulumi.Input[Union['MaintenanceWindowScheduleArgs', 'MaintenanceWindowScheduleArgsDict']] schedule: (Updatable) Schedule information of the Maintenance Window
@@ -359,7 +449,13 @@ class MaintenanceWindow(pulumi.CustomResource):
359
449
  "time_maintenance_window_end": maintenance_window_schedule_time_maintenance_window_end,
360
450
  "time_maintenance_window_start": maintenance_window_schedule_time_maintenance_window_start,
361
451
  },
362
- description=maintenance_window_description)
452
+ defined_tags={
453
+ "foo-namespace.bar-key": "value",
454
+ },
455
+ description=maintenance_window_description,
456
+ freeform_tags={
457
+ "bar-key": "value",
458
+ })
363
459
  ```
364
460
 
365
461
  ## Import
@@ -386,7 +482,9 @@ class MaintenanceWindow(pulumi.CustomResource):
386
482
  resource_name: str,
387
483
  opts: Optional[pulumi.ResourceOptions] = None,
388
484
  compartment_id: Optional[pulumi.Input[str]] = None,
485
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
389
486
  description: Optional[pulumi.Input[str]] = None,
487
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
390
488
  name: Optional[pulumi.Input[str]] = None,
391
489
  resources: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourceArgs', 'MaintenanceWindowResourceArgsDict']]]]] = None,
392
490
  schedule: Optional[pulumi.Input[Union['MaintenanceWindowScheduleArgs', 'MaintenanceWindowScheduleArgsDict']]] = None,
@@ -402,7 +500,9 @@ class MaintenanceWindow(pulumi.CustomResource):
402
500
  if compartment_id is None and not opts.urn:
403
501
  raise TypeError("Missing required property 'compartment_id'")
404
502
  __props__.__dict__["compartment_id"] = compartment_id
503
+ __props__.__dict__["defined_tags"] = defined_tags
405
504
  __props__.__dict__["description"] = description
505
+ __props__.__dict__["freeform_tags"] = freeform_tags
406
506
  __props__.__dict__["name"] = name
407
507
  if resources is None and not opts.urn:
408
508
  raise TypeError("Missing required property 'resources'")
@@ -413,6 +513,7 @@ class MaintenanceWindow(pulumi.CustomResource):
413
513
  __props__.__dict__["lifecycle_details"] = None
414
514
  __props__.__dict__["resources_details"] = None
415
515
  __props__.__dict__["state"] = None
516
+ __props__.__dict__["system_tags"] = None
416
517
  __props__.__dict__["time_created"] = None
417
518
  __props__.__dict__["time_updated"] = None
418
519
  super(MaintenanceWindow, __self__).__init__(
@@ -426,13 +527,16 @@ class MaintenanceWindow(pulumi.CustomResource):
426
527
  id: pulumi.Input[str],
427
528
  opts: Optional[pulumi.ResourceOptions] = None,
428
529
  compartment_id: Optional[pulumi.Input[str]] = None,
530
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
429
531
  description: Optional[pulumi.Input[str]] = None,
532
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
430
533
  lifecycle_details: Optional[pulumi.Input[str]] = None,
431
534
  name: Optional[pulumi.Input[str]] = None,
432
535
  resources: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourceArgs', 'MaintenanceWindowResourceArgsDict']]]]] = None,
433
536
  resources_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourcesDetailArgs', 'MaintenanceWindowResourcesDetailArgsDict']]]]] = None,
434
537
  schedule: Optional[pulumi.Input[Union['MaintenanceWindowScheduleArgs', 'MaintenanceWindowScheduleArgsDict']]] = None,
435
538
  state: Optional[pulumi.Input[str]] = None,
539
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
436
540
  time_created: Optional[pulumi.Input[str]] = None,
437
541
  time_updated: Optional[pulumi.Input[str]] = None) -> 'MaintenanceWindow':
438
542
  """
@@ -443,13 +547,16 @@ class MaintenanceWindow(pulumi.CustomResource):
443
547
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
444
548
  :param pulumi.ResourceOptions opts: Options for the resource.
445
549
  :param pulumi.Input[str] compartment_id: Compartment Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
550
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
446
551
  :param pulumi.Input[str] description: (Updatable) Maintenance Window description.
552
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
447
553
  :param pulumi.Input[str] lifecycle_details: Lifecycle Details of the Maintenance Window.
448
554
  :param pulumi.Input[str] name: Maintenance Window name.
449
555
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourceArgs', 'MaintenanceWindowResourceArgsDict']]]] resources: (Updatable) List of resource Ids which are part of the Maintenance Window
450
556
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaintenanceWindowResourcesDetailArgs', 'MaintenanceWindowResourcesDetailArgsDict']]]] resources_details: List of resource details that are part of the Maintenance Window.
451
557
  :param pulumi.Input[Union['MaintenanceWindowScheduleArgs', 'MaintenanceWindowScheduleArgsDict']] schedule: (Updatable) Schedule information of the Maintenance Window
452
558
  :param pulumi.Input[str] state: Lifecycle state of the monitored resource.
559
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
453
560
  :param pulumi.Input[str] time_created: The time the the maintenance window was created. An RFC3339 formatted datetime string
454
561
  :param pulumi.Input[str] time_updated: The time the the mainteance window was updated. An RFC3339 formatted datetime string
455
562
  """
@@ -458,13 +565,16 @@ class MaintenanceWindow(pulumi.CustomResource):
458
565
  __props__ = _MaintenanceWindowState.__new__(_MaintenanceWindowState)
459
566
 
460
567
  __props__.__dict__["compartment_id"] = compartment_id
568
+ __props__.__dict__["defined_tags"] = defined_tags
461
569
  __props__.__dict__["description"] = description
570
+ __props__.__dict__["freeform_tags"] = freeform_tags
462
571
  __props__.__dict__["lifecycle_details"] = lifecycle_details
463
572
  __props__.__dict__["name"] = name
464
573
  __props__.__dict__["resources"] = resources
465
574
  __props__.__dict__["resources_details"] = resources_details
466
575
  __props__.__dict__["schedule"] = schedule
467
576
  __props__.__dict__["state"] = state
577
+ __props__.__dict__["system_tags"] = system_tags
468
578
  __props__.__dict__["time_created"] = time_created
469
579
  __props__.__dict__["time_updated"] = time_updated
470
580
  return MaintenanceWindow(resource_name, opts=opts, __props__=__props__)
@@ -477,6 +587,14 @@ class MaintenanceWindow(pulumi.CustomResource):
477
587
  """
478
588
  return pulumi.get(self, "compartment_id")
479
589
 
590
+ @property
591
+ @pulumi.getter(name="definedTags")
592
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
593
+ """
594
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
595
+ """
596
+ return pulumi.get(self, "defined_tags")
597
+
480
598
  @property
481
599
  @pulumi.getter
482
600
  def description(self) -> pulumi.Output[str]:
@@ -485,6 +603,14 @@ class MaintenanceWindow(pulumi.CustomResource):
485
603
  """
486
604
  return pulumi.get(self, "description")
487
605
 
606
+ @property
607
+ @pulumi.getter(name="freeformTags")
608
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
609
+ """
610
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
611
+ """
612
+ return pulumi.get(self, "freeform_tags")
613
+
488
614
  @property
489
615
  @pulumi.getter(name="lifecycleDetails")
490
616
  def lifecycle_details(self) -> pulumi.Output[str]:
@@ -533,6 +659,14 @@ class MaintenanceWindow(pulumi.CustomResource):
533
659
  """
534
660
  return pulumi.get(self, "state")
535
661
 
662
+ @property
663
+ @pulumi.getter(name="systemTags")
664
+ def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
665
+ """
666
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
667
+ """
668
+ return pulumi.get(self, "system_tags")
669
+
536
670
  @property
537
671
  @pulumi.getter(name="timeCreated")
538
672
  def time_created(self) -> pulumi.Output[str]: