pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- 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/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- 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/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.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/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/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetBackendSetResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getBackendSet.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, backend_set_name=None, backends=None, health_checkers=None, id=None, ip_version=None, is_preserve_source=None, name=None, network_load_balancer_id=None, policy=None):
|
25
|
+
def __init__(__self__, backend_set_name=None, backends=None, health_checkers=None, id=None, ip_version=None, is_fail_open=None, is_preserve_source=None, name=None, network_load_balancer_id=None, policy=None):
|
26
26
|
if backend_set_name and not isinstance(backend_set_name, str):
|
27
27
|
raise TypeError("Expected argument 'backend_set_name' to be a str")
|
28
28
|
pulumi.set(__self__, "backend_set_name", backend_set_name)
|
@@ -38,6 +38,9 @@ class GetBackendSetResult:
|
|
38
38
|
if ip_version and not isinstance(ip_version, str):
|
39
39
|
raise TypeError("Expected argument 'ip_version' to be a str")
|
40
40
|
pulumi.set(__self__, "ip_version", ip_version)
|
41
|
+
if is_fail_open and not isinstance(is_fail_open, bool):
|
42
|
+
raise TypeError("Expected argument 'is_fail_open' to be a bool")
|
43
|
+
pulumi.set(__self__, "is_fail_open", is_fail_open)
|
41
44
|
if is_preserve_source and not isinstance(is_preserve_source, bool):
|
42
45
|
raise TypeError("Expected argument 'is_preserve_source' to be a bool")
|
43
46
|
pulumi.set(__self__, "is_preserve_source", is_preserve_source)
|
@@ -68,7 +71,7 @@ class GetBackendSetResult:
|
|
68
71
|
@pulumi.getter(name="healthCheckers")
|
69
72
|
def health_checkers(self) -> Sequence['outputs.GetBackendSetHealthCheckerResult']:
|
70
73
|
"""
|
71
|
-
The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
74
|
+
The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
|
72
75
|
"""
|
73
76
|
return pulumi.get(self, "health_checkers")
|
74
77
|
|
@@ -85,6 +88,14 @@ class GetBackendSetResult:
|
|
85
88
|
"""
|
86
89
|
return pulumi.get(self, "ip_version")
|
87
90
|
|
91
|
+
@property
|
92
|
+
@pulumi.getter(name="isFailOpen")
|
93
|
+
def is_fail_open(self) -> bool:
|
94
|
+
"""
|
95
|
+
If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
|
96
|
+
"""
|
97
|
+
return pulumi.get(self, "is_fail_open")
|
98
|
+
|
88
99
|
@property
|
89
100
|
@pulumi.getter(name="isPreserveSource")
|
90
101
|
def is_preserve_source(self) -> bool:
|
@@ -126,6 +137,7 @@ class AwaitableGetBackendSetResult(GetBackendSetResult):
|
|
126
137
|
health_checkers=self.health_checkers,
|
127
138
|
id=self.id,
|
128
139
|
ip_version=self.ip_version,
|
140
|
+
is_fail_open=self.is_fail_open,
|
129
141
|
is_preserve_source=self.is_preserve_source,
|
130
142
|
name=self.name,
|
131
143
|
network_load_balancer_id=self.network_load_balancer_id,
|
@@ -156,6 +168,7 @@ def get_backend_set(backend_set_name: Optional[str] = None,
|
|
156
168
|
health_checkers=pulumi.get(__ret__, 'health_checkers'),
|
157
169
|
id=pulumi.get(__ret__, 'id'),
|
158
170
|
ip_version=pulumi.get(__ret__, 'ip_version'),
|
171
|
+
is_fail_open=pulumi.get(__ret__, 'is_fail_open'),
|
159
172
|
is_preserve_source=pulumi.get(__ret__, 'is_preserve_source'),
|
160
173
|
name=pulumi.get(__ret__, 'name'),
|
161
174
|
network_load_balancer_id=pulumi.get(__ret__, 'network_load_balancer_id'),
|
@@ -22,7 +22,13 @@ class GetNetworkLoadBalancerResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getNetworkLoadBalancer.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, ip_addresses=None, is_preserve_source_destination=None, is_private=None, is_symmetric_hash_enabled=None, lifecycle_details=None, network_load_balancer_id=None, network_security_group_ids=None, nlb_ip_version=None, reserved_ips=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_updated=None):
|
25
|
+
def __init__(__self__, assigned_ipv6=None, assigned_private_ipv4=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, ip_addresses=None, is_preserve_source_destination=None, is_private=None, is_symmetric_hash_enabled=None, lifecycle_details=None, network_load_balancer_id=None, network_security_group_ids=None, nlb_ip_version=None, reserved_ips=None, state=None, subnet_id=None, subnet_ipv6cidr=None, system_tags=None, time_created=None, time_updated=None):
|
26
|
+
if assigned_ipv6 and not isinstance(assigned_ipv6, str):
|
27
|
+
raise TypeError("Expected argument 'assigned_ipv6' to be a str")
|
28
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
29
|
+
if assigned_private_ipv4 and not isinstance(assigned_private_ipv4, str):
|
30
|
+
raise TypeError("Expected argument 'assigned_private_ipv4' to be a str")
|
31
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
26
32
|
if compartment_id and not isinstance(compartment_id, str):
|
27
33
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
34
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -71,6 +77,9 @@ class GetNetworkLoadBalancerResult:
|
|
71
77
|
if subnet_id and not isinstance(subnet_id, str):
|
72
78
|
raise TypeError("Expected argument 'subnet_id' to be a str")
|
73
79
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
80
|
+
if subnet_ipv6cidr and not isinstance(subnet_ipv6cidr, str):
|
81
|
+
raise TypeError("Expected argument 'subnet_ipv6cidr' to be a str")
|
82
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
74
83
|
if system_tags and not isinstance(system_tags, dict):
|
75
84
|
raise TypeError("Expected argument 'system_tags' to be a dict")
|
76
85
|
pulumi.set(__self__, "system_tags", system_tags)
|
@@ -81,6 +90,16 @@ class GetNetworkLoadBalancerResult:
|
|
81
90
|
raise TypeError("Expected argument 'time_updated' to be a str")
|
82
91
|
pulumi.set(__self__, "time_updated", time_updated)
|
83
92
|
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="assignedIpv6")
|
95
|
+
def assigned_ipv6(self) -> str:
|
96
|
+
return pulumi.get(self, "assigned_ipv6")
|
97
|
+
|
98
|
+
@property
|
99
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
100
|
+
def assigned_private_ipv4(self) -> str:
|
101
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
102
|
+
|
84
103
|
@property
|
85
104
|
@pulumi.getter(name="compartmentId")
|
86
105
|
def compartment_id(self) -> str:
|
@@ -203,6 +222,11 @@ class GetNetworkLoadBalancerResult:
|
|
203
222
|
"""
|
204
223
|
return pulumi.get(self, "subnet_id")
|
205
224
|
|
225
|
+
@property
|
226
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
227
|
+
def subnet_ipv6cidr(self) -> str:
|
228
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
229
|
+
|
206
230
|
@property
|
207
231
|
@pulumi.getter(name="systemTags")
|
208
232
|
def system_tags(self) -> Mapping[str, Any]:
|
@@ -234,6 +258,8 @@ class AwaitableGetNetworkLoadBalancerResult(GetNetworkLoadBalancerResult):
|
|
234
258
|
if False:
|
235
259
|
yield self
|
236
260
|
return GetNetworkLoadBalancerResult(
|
261
|
+
assigned_ipv6=self.assigned_ipv6,
|
262
|
+
assigned_private_ipv4=self.assigned_private_ipv4,
|
237
263
|
compartment_id=self.compartment_id,
|
238
264
|
defined_tags=self.defined_tags,
|
239
265
|
display_name=self.display_name,
|
@@ -250,6 +276,7 @@ class AwaitableGetNetworkLoadBalancerResult(GetNetworkLoadBalancerResult):
|
|
250
276
|
reserved_ips=self.reserved_ips,
|
251
277
|
state=self.state,
|
252
278
|
subnet_id=self.subnet_id,
|
279
|
+
subnet_ipv6cidr=self.subnet_ipv6cidr,
|
253
280
|
system_tags=self.system_tags,
|
254
281
|
time_created=self.time_created,
|
255
282
|
time_updated=self.time_updated)
|
@@ -282,6 +309,8 @@ def get_network_load_balancer(network_load_balancer_id: Optional[str] = None,
|
|
282
309
|
__ret__ = pulumi.runtime.invoke('oci:NetworkLoadBalancer/getNetworkLoadBalancer:getNetworkLoadBalancer', __args__, opts=opts, typ=GetNetworkLoadBalancerResult).value
|
283
310
|
|
284
311
|
return AwaitableGetNetworkLoadBalancerResult(
|
312
|
+
assigned_ipv6=pulumi.get(__ret__, 'assigned_ipv6'),
|
313
|
+
assigned_private_ipv4=pulumi.get(__ret__, 'assigned_private_ipv4'),
|
285
314
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
286
315
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
287
316
|
display_name=pulumi.get(__ret__, 'display_name'),
|
@@ -298,6 +327,7 @@ def get_network_load_balancer(network_load_balancer_id: Optional[str] = None,
|
|
298
327
|
reserved_ips=pulumi.get(__ret__, 'reserved_ips'),
|
299
328
|
state=pulumi.get(__ret__, 'state'),
|
300
329
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
330
|
+
subnet_ipv6cidr=pulumi.get(__ret__, 'subnet_ipv6cidr'),
|
301
331
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
302
332
|
time_created=pulumi.get(__ret__, 'time_created'),
|
303
333
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|