pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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.
- pulumi_oci/__init__.py +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -19,17 +19,19 @@ class JobArgs:
|
|
19
19
|
job_id: pulumi.Input[str],
|
20
20
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
21
21
|
display_name: Optional[pulumi.Input[str]] = None,
|
22
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None
|
22
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
23
|
+
suspend_trigger: Optional[pulumi.Input[int]] = None):
|
23
24
|
"""
|
24
25
|
The set of arguments for constructing a Job resource.
|
25
26
|
:param pulumi.Input[str] job_id: The OCID of the job
|
27
|
+
: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"}`
|
28
|
+
:param pulumi.Input[str] display_name: (Updatable) Name of the job.
|
29
|
+
: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"}
|
30
|
+
:param pulumi.Input[int] suspend_trigger: (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
26
31
|
|
27
32
|
|
28
33
|
** IMPORTANT **
|
29
34
|
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
|
-
: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
|
-
:param pulumi.Input[str] display_name: (Updatable) Name of the job.
|
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
35
|
"""
|
34
36
|
pulumi.set(__self__, "job_id", job_id)
|
35
37
|
if defined_tags is not None:
|
@@ -38,16 +40,14 @@ class JobArgs:
|
|
38
40
|
pulumi.set(__self__, "display_name", display_name)
|
39
41
|
if freeform_tags is not None:
|
40
42
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
43
|
+
if suspend_trigger is not None:
|
44
|
+
pulumi.set(__self__, "suspend_trigger", suspend_trigger)
|
41
45
|
|
42
46
|
@property
|
43
47
|
@pulumi.getter(name="jobId")
|
44
48
|
def job_id(self) -> pulumi.Input[str]:
|
45
49
|
"""
|
46
50
|
The OCID of the job
|
47
|
-
|
48
|
-
|
49
|
-
** IMPORTANT **
|
50
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
51
51
|
"""
|
52
52
|
return pulumi.get(self, "job_id")
|
53
53
|
|
@@ -91,6 +91,22 @@ class JobArgs:
|
|
91
91
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
92
92
|
pulumi.set(self, "freeform_tags", value)
|
93
93
|
|
94
|
+
@property
|
95
|
+
@pulumi.getter(name="suspendTrigger")
|
96
|
+
def suspend_trigger(self) -> Optional[pulumi.Input[int]]:
|
97
|
+
"""
|
98
|
+
(Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
99
|
+
|
100
|
+
|
101
|
+
** IMPORTANT **
|
102
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
103
|
+
"""
|
104
|
+
return pulumi.get(self, "suspend_trigger")
|
105
|
+
|
106
|
+
@suspend_trigger.setter
|
107
|
+
def suspend_trigger(self, value: Optional[pulumi.Input[int]]):
|
108
|
+
pulumi.set(self, "suspend_trigger", value)
|
109
|
+
|
94
110
|
|
95
111
|
@pulumi.input_type
|
96
112
|
class _JobState:
|
@@ -101,8 +117,10 @@ class _JobState:
|
|
101
117
|
job_id: Optional[pulumi.Input[str]] = None,
|
102
118
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
103
119
|
migration_id: Optional[pulumi.Input[str]] = None,
|
120
|
+
parameter_file_versions: Optional[pulumi.Input[Sequence[pulumi.Input['JobParameterFileVersionArgs']]]] = None,
|
104
121
|
progresses: Optional[pulumi.Input[Sequence[pulumi.Input['JobProgressArgs']]]] = None,
|
105
122
|
state: Optional[pulumi.Input[str]] = None,
|
123
|
+
suspend_trigger: Optional[pulumi.Input[int]] = None,
|
106
124
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
107
125
|
time_created: Optional[pulumi.Input[str]] = None,
|
108
126
|
time_updated: Optional[pulumi.Input[str]] = None,
|
@@ -114,14 +132,16 @@ class _JobState:
|
|
114
132
|
:param pulumi.Input[str] display_name: (Updatable) Name of the job.
|
115
133
|
: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
134
|
:param pulumi.Input[str] job_id: The OCID of the job
|
117
|
-
|
118
|
-
|
119
|
-
** IMPORTANT **
|
120
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
121
135
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
122
136
|
:param pulumi.Input[str] migration_id: The OCID of the Migration that this job belongs to.
|
137
|
+
:param pulumi.Input[Sequence[pulumi.Input['JobParameterFileVersionArgs']]] parameter_file_versions: A list of parameter file versions that can be viewed or edited for the current job.
|
123
138
|
:param pulumi.Input[Sequence[pulumi.Input['JobProgressArgs']]] progresses: Percent progress of job phase.
|
124
139
|
:param pulumi.Input[str] state: The current state of the migration job.
|
140
|
+
:param pulumi.Input[int] suspend_trigger: (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
141
|
+
|
142
|
+
|
143
|
+
** IMPORTANT **
|
144
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
125
145
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
126
146
|
:param pulumi.Input[str] time_created: The time the Migration Job was created. An RFC3339 formatted datetime string
|
127
147
|
:param pulumi.Input[str] time_updated: The time the Migration Job was last updated. An RFC3339 formatted datetime string
|
@@ -140,10 +160,14 @@ class _JobState:
|
|
140
160
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
141
161
|
if migration_id is not None:
|
142
162
|
pulumi.set(__self__, "migration_id", migration_id)
|
163
|
+
if parameter_file_versions is not None:
|
164
|
+
pulumi.set(__self__, "parameter_file_versions", parameter_file_versions)
|
143
165
|
if progresses is not None:
|
144
166
|
pulumi.set(__self__, "progresses", progresses)
|
145
167
|
if state is not None:
|
146
168
|
pulumi.set(__self__, "state", state)
|
169
|
+
if suspend_trigger is not None:
|
170
|
+
pulumi.set(__self__, "suspend_trigger", suspend_trigger)
|
147
171
|
if system_tags is not None:
|
148
172
|
pulumi.set(__self__, "system_tags", system_tags)
|
149
173
|
if time_created is not None:
|
@@ -196,10 +220,6 @@ class _JobState:
|
|
196
220
|
def job_id(self) -> Optional[pulumi.Input[str]]:
|
197
221
|
"""
|
198
222
|
The OCID of the job
|
199
|
-
|
200
|
-
|
201
|
-
** IMPORTANT **
|
202
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
203
223
|
"""
|
204
224
|
return pulumi.get(self, "job_id")
|
205
225
|
|
@@ -231,6 +251,18 @@ class _JobState:
|
|
231
251
|
def migration_id(self, value: Optional[pulumi.Input[str]]):
|
232
252
|
pulumi.set(self, "migration_id", value)
|
233
253
|
|
254
|
+
@property
|
255
|
+
@pulumi.getter(name="parameterFileVersions")
|
256
|
+
def parameter_file_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JobParameterFileVersionArgs']]]]:
|
257
|
+
"""
|
258
|
+
A list of parameter file versions that can be viewed or edited for the current job.
|
259
|
+
"""
|
260
|
+
return pulumi.get(self, "parameter_file_versions")
|
261
|
+
|
262
|
+
@parameter_file_versions.setter
|
263
|
+
def parameter_file_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JobParameterFileVersionArgs']]]]):
|
264
|
+
pulumi.set(self, "parameter_file_versions", value)
|
265
|
+
|
234
266
|
@property
|
235
267
|
@pulumi.getter
|
236
268
|
def progresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JobProgressArgs']]]]:
|
@@ -255,6 +287,22 @@ class _JobState:
|
|
255
287
|
def state(self, value: Optional[pulumi.Input[str]]):
|
256
288
|
pulumi.set(self, "state", value)
|
257
289
|
|
290
|
+
@property
|
291
|
+
@pulumi.getter(name="suspendTrigger")
|
292
|
+
def suspend_trigger(self) -> Optional[pulumi.Input[int]]:
|
293
|
+
"""
|
294
|
+
(Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
295
|
+
|
296
|
+
|
297
|
+
** IMPORTANT **
|
298
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
299
|
+
"""
|
300
|
+
return pulumi.get(self, "suspend_trigger")
|
301
|
+
|
302
|
+
@suspend_trigger.setter
|
303
|
+
def suspend_trigger(self, value: Optional[pulumi.Input[int]]):
|
304
|
+
pulumi.set(self, "suspend_trigger", value)
|
305
|
+
|
258
306
|
@property
|
259
307
|
@pulumi.getter(name="systemTags")
|
260
308
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -325,6 +373,7 @@ class Job(pulumi.CustomResource):
|
|
325
373
|
display_name: Optional[pulumi.Input[str]] = None,
|
326
374
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
327
375
|
job_id: Optional[pulumi.Input[str]] = None,
|
376
|
+
suspend_trigger: Optional[pulumi.Input[int]] = None,
|
328
377
|
__props__=None):
|
329
378
|
"""
|
330
379
|
## Example Usage
|
@@ -343,6 +392,7 @@ class Job(pulumi.CustomResource):
|
|
343
392
|
:param pulumi.Input[str] display_name: (Updatable) Name of the job.
|
344
393
|
: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
394
|
:param pulumi.Input[str] job_id: The OCID of the job
|
395
|
+
:param pulumi.Input[int] suspend_trigger: (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
346
396
|
|
347
397
|
|
348
398
|
** IMPORTANT **
|
@@ -384,6 +434,7 @@ class Job(pulumi.CustomResource):
|
|
384
434
|
display_name: Optional[pulumi.Input[str]] = None,
|
385
435
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
386
436
|
job_id: Optional[pulumi.Input[str]] = None,
|
437
|
+
suspend_trigger: Optional[pulumi.Input[int]] = None,
|
387
438
|
__props__=None):
|
388
439
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
389
440
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -399,8 +450,10 @@ class Job(pulumi.CustomResource):
|
|
399
450
|
if job_id is None and not opts.urn:
|
400
451
|
raise TypeError("Missing required property 'job_id'")
|
401
452
|
__props__.__dict__["job_id"] = job_id
|
453
|
+
__props__.__dict__["suspend_trigger"] = suspend_trigger
|
402
454
|
__props__.__dict__["lifecycle_details"] = None
|
403
455
|
__props__.__dict__["migration_id"] = None
|
456
|
+
__props__.__dict__["parameter_file_versions"] = None
|
404
457
|
__props__.__dict__["progresses"] = None
|
405
458
|
__props__.__dict__["state"] = None
|
406
459
|
__props__.__dict__["system_tags"] = None
|
@@ -424,8 +477,10 @@ class Job(pulumi.CustomResource):
|
|
424
477
|
job_id: Optional[pulumi.Input[str]] = None,
|
425
478
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
426
479
|
migration_id: Optional[pulumi.Input[str]] = None,
|
480
|
+
parameter_file_versions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['JobParameterFileVersionArgs']]]]] = None,
|
427
481
|
progresses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['JobProgressArgs']]]]] = None,
|
428
482
|
state: Optional[pulumi.Input[str]] = None,
|
483
|
+
suspend_trigger: Optional[pulumi.Input[int]] = None,
|
429
484
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
430
485
|
time_created: Optional[pulumi.Input[str]] = None,
|
431
486
|
time_updated: Optional[pulumi.Input[str]] = None,
|
@@ -442,14 +497,16 @@ class Job(pulumi.CustomResource):
|
|
442
497
|
:param pulumi.Input[str] display_name: (Updatable) Name of the job.
|
443
498
|
: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
499
|
:param pulumi.Input[str] job_id: The OCID of the job
|
445
|
-
|
446
|
-
|
447
|
-
** IMPORTANT **
|
448
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
449
500
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
450
501
|
:param pulumi.Input[str] migration_id: The OCID of the Migration that this job belongs to.
|
502
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['JobParameterFileVersionArgs']]]] parameter_file_versions: A list of parameter file versions that can be viewed or edited for the current job.
|
451
503
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['JobProgressArgs']]]] progresses: Percent progress of job phase.
|
452
504
|
:param pulumi.Input[str] state: The current state of the migration job.
|
505
|
+
:param pulumi.Input[int] suspend_trigger: (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
506
|
+
|
507
|
+
|
508
|
+
** IMPORTANT **
|
509
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
453
510
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
454
511
|
:param pulumi.Input[str] time_created: The time the Migration Job was created. An RFC3339 formatted datetime string
|
455
512
|
:param pulumi.Input[str] time_updated: The time the Migration Job was last updated. An RFC3339 formatted datetime string
|
@@ -466,8 +523,10 @@ class Job(pulumi.CustomResource):
|
|
466
523
|
__props__.__dict__["job_id"] = job_id
|
467
524
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
468
525
|
__props__.__dict__["migration_id"] = migration_id
|
526
|
+
__props__.__dict__["parameter_file_versions"] = parameter_file_versions
|
469
527
|
__props__.__dict__["progresses"] = progresses
|
470
528
|
__props__.__dict__["state"] = state
|
529
|
+
__props__.__dict__["suspend_trigger"] = suspend_trigger
|
471
530
|
__props__.__dict__["system_tags"] = system_tags
|
472
531
|
__props__.__dict__["time_created"] = time_created
|
473
532
|
__props__.__dict__["time_updated"] = time_updated
|
@@ -504,10 +563,6 @@ class Job(pulumi.CustomResource):
|
|
504
563
|
def job_id(self) -> pulumi.Output[str]:
|
505
564
|
"""
|
506
565
|
The OCID of the job
|
507
|
-
|
508
|
-
|
509
|
-
** IMPORTANT **
|
510
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
511
566
|
"""
|
512
567
|
return pulumi.get(self, "job_id")
|
513
568
|
|
@@ -527,6 +582,14 @@ class Job(pulumi.CustomResource):
|
|
527
582
|
"""
|
528
583
|
return pulumi.get(self, "migration_id")
|
529
584
|
|
585
|
+
@property
|
586
|
+
@pulumi.getter(name="parameterFileVersions")
|
587
|
+
def parameter_file_versions(self) -> pulumi.Output[Sequence['outputs.JobParameterFileVersion']]:
|
588
|
+
"""
|
589
|
+
A list of parameter file versions that can be viewed or edited for the current job.
|
590
|
+
"""
|
591
|
+
return pulumi.get(self, "parameter_file_versions")
|
592
|
+
|
530
593
|
@property
|
531
594
|
@pulumi.getter
|
532
595
|
def progresses(self) -> pulumi.Output[Sequence['outputs.JobProgress']]:
|
@@ -543,6 +606,18 @@ class Job(pulumi.CustomResource):
|
|
543
606
|
"""
|
544
607
|
return pulumi.get(self, "state")
|
545
608
|
|
609
|
+
@property
|
610
|
+
@pulumi.getter(name="suspendTrigger")
|
611
|
+
def suspend_trigger(self) -> pulumi.Output[Optional[int]]:
|
612
|
+
"""
|
613
|
+
(Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
|
614
|
+
|
615
|
+
|
616
|
+
** IMPORTANT **
|
617
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
618
|
+
"""
|
619
|
+
return pulumi.get(self, "suspend_trigger")
|
620
|
+
|
546
621
|
@property
|
547
622
|
@pulumi.getter(name="systemTags")
|
548
623
|
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
@@ -13,6 +13,7 @@ from . import outputs
|
|
13
13
|
__all__ = [
|
14
14
|
'ConnectionAdditionalAttribute',
|
15
15
|
'ConnectionIngressIp',
|
16
|
+
'JobParameterFileVersion',
|
16
17
|
'JobProgress',
|
17
18
|
'JobProgressPhase',
|
18
19
|
'JobProgressPhaseExtract',
|
@@ -166,6 +167,148 @@ class ConnectionIngressIp(dict):
|
|
166
167
|
return pulumi.get(self, "ingress_ip")
|
167
168
|
|
168
169
|
|
170
|
+
@pulumi.output_type
|
171
|
+
class JobParameterFileVersion(dict):
|
172
|
+
@staticmethod
|
173
|
+
def __key_warning(key: str):
|
174
|
+
suggest = None
|
175
|
+
if key == "definedTags":
|
176
|
+
suggest = "defined_tags"
|
177
|
+
elif key == "freeformTags":
|
178
|
+
suggest = "freeform_tags"
|
179
|
+
elif key == "isCurrent":
|
180
|
+
suggest = "is_current"
|
181
|
+
elif key == "isFactory":
|
182
|
+
suggest = "is_factory"
|
183
|
+
elif key == "systemTags":
|
184
|
+
suggest = "system_tags"
|
185
|
+
elif key == "timeCreated":
|
186
|
+
suggest = "time_created"
|
187
|
+
|
188
|
+
if suggest:
|
189
|
+
pulumi.log.warn(f"Key '{key}' not found in JobParameterFileVersion. Access the value via the '{suggest}' property getter instead.")
|
190
|
+
|
191
|
+
def __getitem__(self, key: str) -> Any:
|
192
|
+
JobParameterFileVersion.__key_warning(key)
|
193
|
+
return super().__getitem__(key)
|
194
|
+
|
195
|
+
def get(self, key: str, default = None) -> Any:
|
196
|
+
JobParameterFileVersion.__key_warning(key)
|
197
|
+
return super().get(key, default)
|
198
|
+
|
199
|
+
def __init__(__self__, *,
|
200
|
+
defined_tags: Optional[Mapping[str, Any]] = None,
|
201
|
+
description: Optional[str] = None,
|
202
|
+
freeform_tags: Optional[Mapping[str, Any]] = None,
|
203
|
+
is_current: Optional[bool] = None,
|
204
|
+
is_factory: Optional[bool] = None,
|
205
|
+
kind: Optional[str] = None,
|
206
|
+
name: Optional[str] = None,
|
207
|
+
system_tags: Optional[Mapping[str, Any]] = None,
|
208
|
+
time_created: Optional[str] = None):
|
209
|
+
"""
|
210
|
+
:param 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"}`
|
211
|
+
:param str description: A description to discribe the current parameter file version
|
212
|
+
:param 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"}
|
213
|
+
:param bool is_current: Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
|
214
|
+
:param bool is_factory: Return true/false for whether the parameter file is oracle provided (Factory)
|
215
|
+
:param str kind: Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
|
216
|
+
:param str name: Phase name
|
217
|
+
:param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
218
|
+
:param str time_created: The time the Migration Job was created. An RFC3339 formatted datetime string
|
219
|
+
"""
|
220
|
+
if defined_tags is not None:
|
221
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
222
|
+
if description is not None:
|
223
|
+
pulumi.set(__self__, "description", description)
|
224
|
+
if freeform_tags is not None:
|
225
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
226
|
+
if is_current is not None:
|
227
|
+
pulumi.set(__self__, "is_current", is_current)
|
228
|
+
if is_factory is not None:
|
229
|
+
pulumi.set(__self__, "is_factory", is_factory)
|
230
|
+
if kind is not None:
|
231
|
+
pulumi.set(__self__, "kind", kind)
|
232
|
+
if name is not None:
|
233
|
+
pulumi.set(__self__, "name", name)
|
234
|
+
if system_tags is not None:
|
235
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
236
|
+
if time_created is not None:
|
237
|
+
pulumi.set(__self__, "time_created", time_created)
|
238
|
+
|
239
|
+
@property
|
240
|
+
@pulumi.getter(name="definedTags")
|
241
|
+
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
242
|
+
"""
|
243
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
244
|
+
"""
|
245
|
+
return pulumi.get(self, "defined_tags")
|
246
|
+
|
247
|
+
@property
|
248
|
+
@pulumi.getter
|
249
|
+
def description(self) -> Optional[str]:
|
250
|
+
"""
|
251
|
+
A description to discribe the current parameter file version
|
252
|
+
"""
|
253
|
+
return pulumi.get(self, "description")
|
254
|
+
|
255
|
+
@property
|
256
|
+
@pulumi.getter(name="freeformTags")
|
257
|
+
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
258
|
+
"""
|
259
|
+
(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"}
|
260
|
+
"""
|
261
|
+
return pulumi.get(self, "freeform_tags")
|
262
|
+
|
263
|
+
@property
|
264
|
+
@pulumi.getter(name="isCurrent")
|
265
|
+
def is_current(self) -> Optional[bool]:
|
266
|
+
"""
|
267
|
+
Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
|
268
|
+
"""
|
269
|
+
return pulumi.get(self, "is_current")
|
270
|
+
|
271
|
+
@property
|
272
|
+
@pulumi.getter(name="isFactory")
|
273
|
+
def is_factory(self) -> Optional[bool]:
|
274
|
+
"""
|
275
|
+
Return true/false for whether the parameter file is oracle provided (Factory)
|
276
|
+
"""
|
277
|
+
return pulumi.get(self, "is_factory")
|
278
|
+
|
279
|
+
@property
|
280
|
+
@pulumi.getter
|
281
|
+
def kind(self) -> Optional[str]:
|
282
|
+
"""
|
283
|
+
Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
|
284
|
+
"""
|
285
|
+
return pulumi.get(self, "kind")
|
286
|
+
|
287
|
+
@property
|
288
|
+
@pulumi.getter
|
289
|
+
def name(self) -> Optional[str]:
|
290
|
+
"""
|
291
|
+
Phase name
|
292
|
+
"""
|
293
|
+
return pulumi.get(self, "name")
|
294
|
+
|
295
|
+
@property
|
296
|
+
@pulumi.getter(name="systemTags")
|
297
|
+
def system_tags(self) -> Optional[Mapping[str, Any]]:
|
298
|
+
"""
|
299
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
300
|
+
"""
|
301
|
+
return pulumi.get(self, "system_tags")
|
302
|
+
|
303
|
+
@property
|
304
|
+
@pulumi.getter(name="timeCreated")
|
305
|
+
def time_created(self) -> Optional[str]:
|
306
|
+
"""
|
307
|
+
The time the Migration Job was created. An RFC3339 formatted datetime string
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "time_created")
|
310
|
+
|
311
|
+
|
169
312
|
@pulumi.output_type
|
170
313
|
class JobProgress(dict):
|
171
314
|
@staticmethod
|
@@ -235,8 +378,12 @@ class JobProgressPhase(dict):
|
|
235
378
|
suggest = None
|
236
379
|
if key == "durationInMs":
|
237
380
|
suggest = "duration_in_ms"
|
381
|
+
elif key == "editableParameterFiles":
|
382
|
+
suggest = "editable_parameter_files"
|
238
383
|
elif key == "isAdvisorReportAvailable":
|
239
384
|
suggest = "is_advisor_report_available"
|
385
|
+
elif key == "isSuspendAvailable":
|
386
|
+
suggest = "is_suspend_available"
|
240
387
|
elif key == "logLocations":
|
241
388
|
suggest = "log_locations"
|
242
389
|
|
@@ -254,8 +401,10 @@ class JobProgressPhase(dict):
|
|
254
401
|
def __init__(__self__, *,
|
255
402
|
action: Optional[str] = None,
|
256
403
|
duration_in_ms: Optional[int] = None,
|
404
|
+
editable_parameter_files: Optional[Sequence[str]] = None,
|
257
405
|
extracts: Optional[Sequence['outputs.JobProgressPhaseExtract']] = None,
|
258
406
|
is_advisor_report_available: Optional[bool] = None,
|
407
|
+
is_suspend_available: Optional[bool] = None,
|
259
408
|
issue: Optional[str] = None,
|
260
409
|
log_locations: Optional[Sequence['outputs.JobProgressPhaseLogLocation']] = None,
|
261
410
|
name: Optional[str] = None,
|
@@ -264,8 +413,10 @@ class JobProgressPhase(dict):
|
|
264
413
|
"""
|
265
414
|
:param str action: The text describing the action required to fix the issue
|
266
415
|
:param int duration_in_ms: Duration of the phase in milliseconds
|
416
|
+
:param Sequence[str] editable_parameter_files: Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
|
267
417
|
:param Sequence['JobProgressPhaseExtractArgs'] extracts: Summary of phase status results.
|
268
418
|
:param bool is_advisor_report_available: True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
|
419
|
+
:param bool is_suspend_available: This is returned as true if the current phase can be suspended.
|
269
420
|
:param str issue: The text describing the root cause of the reported issue
|
270
421
|
:param Sequence['JobProgressPhaseLogLocationArgs'] log_locations: Details to access log file in the specified Object Storage bucket, if any.
|
271
422
|
:param str name: Phase name
|
@@ -276,10 +427,14 @@ class JobProgressPhase(dict):
|
|
276
427
|
pulumi.set(__self__, "action", action)
|
277
428
|
if duration_in_ms is not None:
|
278
429
|
pulumi.set(__self__, "duration_in_ms", duration_in_ms)
|
430
|
+
if editable_parameter_files is not None:
|
431
|
+
pulumi.set(__self__, "editable_parameter_files", editable_parameter_files)
|
279
432
|
if extracts is not None:
|
280
433
|
pulumi.set(__self__, "extracts", extracts)
|
281
434
|
if is_advisor_report_available is not None:
|
282
435
|
pulumi.set(__self__, "is_advisor_report_available", is_advisor_report_available)
|
436
|
+
if is_suspend_available is not None:
|
437
|
+
pulumi.set(__self__, "is_suspend_available", is_suspend_available)
|
283
438
|
if issue is not None:
|
284
439
|
pulumi.set(__self__, "issue", issue)
|
285
440
|
if log_locations is not None:
|
@@ -307,6 +462,14 @@ class JobProgressPhase(dict):
|
|
307
462
|
"""
|
308
463
|
return pulumi.get(self, "duration_in_ms")
|
309
464
|
|
465
|
+
@property
|
466
|
+
@pulumi.getter(name="editableParameterFiles")
|
467
|
+
def editable_parameter_files(self) -> Optional[Sequence[str]]:
|
468
|
+
"""
|
469
|
+
Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
|
470
|
+
"""
|
471
|
+
return pulumi.get(self, "editable_parameter_files")
|
472
|
+
|
310
473
|
@property
|
311
474
|
@pulumi.getter
|
312
475
|
def extracts(self) -> Optional[Sequence['outputs.JobProgressPhaseExtract']]:
|
@@ -323,6 +486,14 @@ class JobProgressPhase(dict):
|
|
323
486
|
"""
|
324
487
|
return pulumi.get(self, "is_advisor_report_available")
|
325
488
|
|
489
|
+
@property
|
490
|
+
@pulumi.getter(name="isSuspendAvailable")
|
491
|
+
def is_suspend_available(self) -> Optional[bool]:
|
492
|
+
"""
|
493
|
+
This is returned as true if the current phase can be suspended.
|
494
|
+
"""
|
495
|
+
return pulumi.get(self, "is_suspend_available")
|
496
|
+
|
326
497
|
@property
|
327
498
|
@pulumi.getter
|
328
499
|
def issue(self) -> Optional[str]:
|
pulumi_oci/datasafe/__init__.py
CHANGED
@@ -7,6 +7,8 @@ import typing
|
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .add_sdm_columns import *
|
9
9
|
from .alert import *
|
10
|
+
from .alert_policy import *
|
11
|
+
from .alert_policy_rule import *
|
10
12
|
from .audit_archive_retrieval import *
|
11
13
|
from .audit_policy import *
|
12
14
|
from .audit_policy_management import *
|
@@ -110,6 +112,7 @@ from .get_security_policy_reports import *
|
|
110
112
|
from .get_sensitive_data_model import *
|
111
113
|
from .get_sensitive_data_model_sensitive_objects import *
|
112
114
|
from .get_sensitive_data_model_sensitive_schemas import *
|
115
|
+
from .get_sensitive_data_model_sensitive_types import *
|
113
116
|
from .get_sensitive_data_models import *
|
114
117
|
from .get_sensitive_data_models_sensitive_column import *
|
115
118
|
from .get_sensitive_data_models_sensitive_columns import *
|
@@ -139,8 +142,6 @@ from .mask_data import *
|
|
139
142
|
from .masking_policies_apply_difference_to_masking_columns import *
|
140
143
|
from .masking_policies_masking_column import *
|
141
144
|
from .masking_policy import *
|
142
|
-
from .masking_policy_health_report_management import *
|
143
|
-
from .masking_report_management import *
|
144
145
|
from .on_prem_connector import *
|
145
146
|
from .report import *
|
146
147
|
from .report_definition import *
|
@@ -155,9 +156,7 @@ from .sensitive_data_models_apply_discovery_job_results import *
|
|
155
156
|
from .sensitive_data_models_sensitive_column import *
|
156
157
|
from .sensitive_type import *
|
157
158
|
from .set_security_assessment_baseline import *
|
158
|
-
from .set_security_assessment_baseline_management import *
|
159
159
|
from .set_user_assessment_baseline import *
|
160
|
-
from .set_user_assessment_baseline_management import *
|
161
160
|
from .sql_collection import *
|
162
161
|
from .sql_firewall_policy import *
|
163
162
|
from .sql_firewall_policy_management import *
|