pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.30.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 +8 -0
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/database/autonomous_database.py +155 -14
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_databases.py +1 -1
- pulumi_oci/database/outputs.py +68 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
- pulumi_oci/databasemanagement/outputs.py +267 -75
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +4504 -0
- pulumi_oci/dataintegration/get_workspace_task.py +443 -0
- pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
- pulumi_oci/dataintegration/outputs.py +16511 -4723
- pulumi_oci/dataintegration/workspace_task.py +1364 -0
- pulumi_oci/devops/_inputs.py +18 -2
- pulumi_oci/devops/deploy_artifact.py +2 -0
- pulumi_oci/devops/deploy_stage.py +141 -0
- pulumi_oci/devops/get_deploy_stage.py +40 -1
- pulumi_oci/devops/outputs.py +75 -6
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -1
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/logging/_inputs.py +2751 -187
- pulumi_oci/logging/outputs.py +4981 -768
- pulumi_oci/logging/unified_agent_configuration.py +34 -208
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/monitoring/_inputs.py +136 -0
- pulumi_oci/monitoring/alarm.py +173 -0
- pulumi_oci/monitoring/get_alarm.py +40 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
- pulumi_oci/monitoring/outputs.py +305 -0
- pulumi_oci/networkloadbalancer/_inputs.py +16 -16
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +11 -11
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +44 -1
- pulumi_oci/networkloadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancer.py +233 -23
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
- pulumi_oci/networkloadbalancer/outputs.py +58 -30
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/RECORD +77 -73
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/top_level.txt +0 -0
@@ -3458,7 +3458,7 @@ class GetLoadBalancersFilterResult(dict):
|
|
3458
3458
|
values: Sequence[str],
|
3459
3459
|
regex: Optional[bool] = None):
|
3460
3460
|
"""
|
3461
|
-
:param str name: A
|
3461
|
+
:param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
3462
3462
|
"""
|
3463
3463
|
pulumi.set(__self__, "name", name)
|
3464
3464
|
pulumi.set(__self__, "values", values)
|
@@ -3469,7 +3469,7 @@ class GetLoadBalancersFilterResult(dict):
|
|
3469
3469
|
@pulumi.getter
|
3470
3470
|
def name(self) -> str:
|
3471
3471
|
"""
|
3472
|
-
A
|
3472
|
+
A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
3473
3473
|
"""
|
3474
3474
|
return pulumi.get(self, "name")
|
3475
3475
|
|
@@ -3756,7 +3756,7 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
|
|
3756
3756
|
minimum_bandwidth_in_mbps: int):
|
3757
3757
|
"""
|
3758
3758
|
:param int maximum_bandwidth_in_mbps: Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.
|
3759
|
-
:param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between
|
3759
|
+
:param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
|
3760
3760
|
"""
|
3761
3761
|
pulumi.set(__self__, "maximum_bandwidth_in_mbps", maximum_bandwidth_in_mbps)
|
3762
3762
|
pulumi.set(__self__, "minimum_bandwidth_in_mbps", minimum_bandwidth_in_mbps)
|
@@ -3773,7 +3773,7 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
|
|
3773
3773
|
@pulumi.getter(name="minimumBandwidthInMbps")
|
3774
3774
|
def minimum_bandwidth_in_mbps(self) -> int:
|
3775
3775
|
"""
|
3776
|
-
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between
|
3776
|
+
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
|
3777
3777
|
"""
|
3778
3778
|
return pulumi.get(self, "minimum_bandwidth_in_mbps")
|
3779
3779
|
|
@@ -28,6 +28,12 @@ class SslCipherSuiteArgs:
|
|
28
28
|
* oci-compatible-ssl-cipher-suite-v1
|
29
29
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
30
30
|
* oci-customized-ssl-cipher-suite
|
31
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
32
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
33
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
34
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
35
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
36
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
31
37
|
|
32
38
|
example: `example_cipher_suite`
|
33
39
|
|
@@ -73,6 +79,12 @@ class SslCipherSuiteArgs:
|
|
73
79
|
* oci-compatible-ssl-cipher-suite-v1
|
74
80
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
75
81
|
* oci-customized-ssl-cipher-suite
|
82
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
83
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
84
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
85
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
86
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
87
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
76
88
|
|
77
89
|
example: `example_cipher_suite`
|
78
90
|
|
@@ -105,6 +117,12 @@ class _SslCipherSuiteState:
|
|
105
117
|
* oci-compatible-ssl-cipher-suite-v1
|
106
118
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
107
119
|
* oci-customized-ssl-cipher-suite
|
120
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
121
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
122
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
123
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
124
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
125
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
108
126
|
|
109
127
|
example: `example_cipher_suite`
|
110
128
|
|
@@ -154,6 +172,12 @@ class _SslCipherSuiteState:
|
|
154
172
|
* oci-compatible-ssl-cipher-suite-v1
|
155
173
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
156
174
|
* oci-customized-ssl-cipher-suite
|
175
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
176
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
177
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
178
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
179
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
180
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
157
181
|
|
158
182
|
example: `example_cipher_suite`
|
159
183
|
|
@@ -223,6 +247,12 @@ class SslCipherSuite(pulumi.CustomResource):
|
|
223
247
|
* oci-compatible-ssl-cipher-suite-v1
|
224
248
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
225
249
|
* oci-customized-ssl-cipher-suite
|
250
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
251
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
252
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
253
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
254
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
255
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
226
256
|
|
227
257
|
example: `example_cipher_suite`
|
228
258
|
|
@@ -327,6 +357,12 @@ class SslCipherSuite(pulumi.CustomResource):
|
|
327
357
|
* oci-compatible-ssl-cipher-suite-v1
|
328
358
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
329
359
|
* oci-customized-ssl-cipher-suite
|
360
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
361
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
362
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
363
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
364
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
365
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
330
366
|
|
331
367
|
example: `example_cipher_suite`
|
332
368
|
|
@@ -369,6 +405,12 @@ class SslCipherSuite(pulumi.CustomResource):
|
|
369
405
|
* oci-compatible-ssl-cipher-suite-v1
|
370
406
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
371
407
|
* oci-customized-ssl-cipher-suite
|
408
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
409
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
410
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
411
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
412
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
413
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
372
414
|
|
373
415
|
example: `example_cipher_suite`
|
374
416
|
|