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
@@ -24,7 +24,7 @@ class BackendSetArgs:
|
|
24
24
|
name: Optional[pulumi.Input[str]] = None):
|
25
25
|
"""
|
26
26
|
The set of arguments for constructing a BackendSet resource.
|
27
|
-
:param pulumi.Input['BackendSetHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
27
|
+
:param pulumi.Input['BackendSetHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
28
28
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
29
29
|
:param pulumi.Input[str] policy: (Updatable) The network load balancer policy for the backend set. Example: `FIVE_TUPLE``
|
30
30
|
|
@@ -53,7 +53,7 @@ class BackendSetArgs:
|
|
53
53
|
@pulumi.getter(name="healthChecker")
|
54
54
|
def health_checker(self) -> pulumi.Input['BackendSetHealthCheckerArgs']:
|
55
55
|
"""
|
56
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
56
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
57
57
|
"""
|
58
58
|
return pulumi.get(self, "health_checker")
|
59
59
|
|
@@ -142,8 +142,8 @@ class _BackendSetState:
|
|
142
142
|
policy: Optional[pulumi.Input[str]] = None):
|
143
143
|
"""
|
144
144
|
Input properties used for looking up and filtering BackendSet resources.
|
145
|
-
:param pulumi.Input[Sequence[pulumi.Input['BackendSetBackendArgs']]] backends:
|
146
|
-
:param pulumi.Input['BackendSetHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
145
|
+
:param pulumi.Input[Sequence[pulumi.Input['BackendSetBackendArgs']]] backends: (Updatable) An array of backends to be associated with the backend set.
|
146
|
+
:param pulumi.Input['BackendSetHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
147
147
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
148
148
|
:param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
|
149
149
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -177,7 +177,7 @@ class _BackendSetState:
|
|
177
177
|
@pulumi.getter
|
178
178
|
def backends(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BackendSetBackendArgs']]]]:
|
179
179
|
"""
|
180
|
-
|
180
|
+
(Updatable) An array of backends to be associated with the backend set.
|
181
181
|
"""
|
182
182
|
return pulumi.get(self, "backends")
|
183
183
|
|
@@ -189,7 +189,7 @@ class _BackendSetState:
|
|
189
189
|
@pulumi.getter(name="healthChecker")
|
190
190
|
def health_checker(self) -> Optional[pulumi.Input['BackendSetHealthCheckerArgs']]:
|
191
191
|
"""
|
192
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
192
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
193
193
|
"""
|
194
194
|
return pulumi.get(self, "health_checker")
|
195
195
|
|
@@ -320,7 +320,7 @@ class BackendSet(pulumi.CustomResource):
|
|
320
320
|
|
321
321
|
:param str resource_name: The name of the resource.
|
322
322
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
323
|
-
:param pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
323
|
+
:param pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
324
324
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
325
325
|
:param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
|
326
326
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -448,8 +448,8 @@ class BackendSet(pulumi.CustomResource):
|
|
448
448
|
:param str resource_name: The unique name of the resulting resource.
|
449
449
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
450
450
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
451
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BackendSetBackendArgs']]]] backends:
|
452
|
-
:param pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
451
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BackendSetBackendArgs']]]] backends: (Updatable) An array of backends to be associated with the backend set.
|
452
|
+
:param pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
453
453
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
454
454
|
:param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
|
455
455
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -481,7 +481,7 @@ class BackendSet(pulumi.CustomResource):
|
|
481
481
|
@pulumi.getter
|
482
482
|
def backends(self) -> pulumi.Output[Sequence['outputs.BackendSetBackend']]:
|
483
483
|
"""
|
484
|
-
|
484
|
+
(Updatable) An array of backends to be associated with the backend set.
|
485
485
|
"""
|
486
486
|
return pulumi.get(self, "backends")
|
487
487
|
|
@@ -489,7 +489,7 @@ class BackendSet(pulumi.CustomResource):
|
|
489
489
|
@pulumi.getter(name="healthChecker")
|
490
490
|
def health_checker(self) -> pulumi.Output['outputs.BackendSetHealthChecker']:
|
491
491
|
"""
|
492
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
492
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
493
493
|
"""
|
494
494
|
return pulumi.get(self, "health_checker")
|
495
495
|
|
@@ -68,7 +68,7 @@ class GetBackendSetResult:
|
|
68
68
|
@pulumi.getter(name="healthCheckers")
|
69
69
|
def health_checkers(self) -> Sequence['outputs.GetBackendSetHealthCheckerResult']:
|
70
70
|
"""
|
71
|
-
The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
71
|
+
The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
72
72
|
"""
|
73
73
|
return pulumi.get(self, "health_checkers")
|
74
74
|
|
@@ -98,7 +98,7 @@ class GetListenerResult:
|
|
98
98
|
@pulumi.getter
|
99
99
|
def protocol(self) -> str:
|
100
100
|
"""
|
101
|
-
The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
101
|
+
The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
102
102
|
"""
|
103
103
|
return pulumi.get(self, "protocol")
|
104
104
|
|
@@ -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, 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)
|
@@ -47,6 +53,9 @@ class GetNetworkLoadBalancerResult:
|
|
47
53
|
if is_private and not isinstance(is_private, bool):
|
48
54
|
raise TypeError("Expected argument 'is_private' to be a bool")
|
49
55
|
pulumi.set(__self__, "is_private", is_private)
|
56
|
+
if is_symmetric_hash_enabled and not isinstance(is_symmetric_hash_enabled, bool):
|
57
|
+
raise TypeError("Expected argument 'is_symmetric_hash_enabled' to be a bool")
|
58
|
+
pulumi.set(__self__, "is_symmetric_hash_enabled", is_symmetric_hash_enabled)
|
50
59
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
51
60
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
52
61
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -68,6 +77,9 @@ class GetNetworkLoadBalancerResult:
|
|
68
77
|
if subnet_id and not isinstance(subnet_id, str):
|
69
78
|
raise TypeError("Expected argument 'subnet_id' to be a str")
|
70
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)
|
71
83
|
if system_tags and not isinstance(system_tags, dict):
|
72
84
|
raise TypeError("Expected argument 'system_tags' to be a dict")
|
73
85
|
pulumi.set(__self__, "system_tags", system_tags)
|
@@ -78,6 +90,16 @@ class GetNetworkLoadBalancerResult:
|
|
78
90
|
raise TypeError("Expected argument 'time_updated' to be a str")
|
79
91
|
pulumi.set(__self__, "time_updated", time_updated)
|
80
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
|
+
|
81
103
|
@property
|
82
104
|
@pulumi.getter(name="compartmentId")
|
83
105
|
def compartment_id(self) -> str:
|
@@ -142,6 +164,14 @@ class GetNetworkLoadBalancerResult:
|
|
142
164
|
"""
|
143
165
|
return pulumi.get(self, "is_private")
|
144
166
|
|
167
|
+
@property
|
168
|
+
@pulumi.getter(name="isSymmetricHashEnabled")
|
169
|
+
def is_symmetric_hash_enabled(self) -> bool:
|
170
|
+
"""
|
171
|
+
This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "is_symmetric_hash_enabled")
|
174
|
+
|
145
175
|
@property
|
146
176
|
@pulumi.getter(name="lifecycleDetails")
|
147
177
|
def lifecycle_details(self) -> str:
|
@@ -192,6 +222,11 @@ class GetNetworkLoadBalancerResult:
|
|
192
222
|
"""
|
193
223
|
return pulumi.get(self, "subnet_id")
|
194
224
|
|
225
|
+
@property
|
226
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
227
|
+
def subnet_ipv6cidr(self) -> str:
|
228
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
229
|
+
|
195
230
|
@property
|
196
231
|
@pulumi.getter(name="systemTags")
|
197
232
|
def system_tags(self) -> Mapping[str, Any]:
|
@@ -223,6 +258,8 @@ class AwaitableGetNetworkLoadBalancerResult(GetNetworkLoadBalancerResult):
|
|
223
258
|
if False:
|
224
259
|
yield self
|
225
260
|
return GetNetworkLoadBalancerResult(
|
261
|
+
assigned_ipv6=self.assigned_ipv6,
|
262
|
+
assigned_private_ipv4=self.assigned_private_ipv4,
|
226
263
|
compartment_id=self.compartment_id,
|
227
264
|
defined_tags=self.defined_tags,
|
228
265
|
display_name=self.display_name,
|
@@ -231,6 +268,7 @@ class AwaitableGetNetworkLoadBalancerResult(GetNetworkLoadBalancerResult):
|
|
231
268
|
ip_addresses=self.ip_addresses,
|
232
269
|
is_preserve_source_destination=self.is_preserve_source_destination,
|
233
270
|
is_private=self.is_private,
|
271
|
+
is_symmetric_hash_enabled=self.is_symmetric_hash_enabled,
|
234
272
|
lifecycle_details=self.lifecycle_details,
|
235
273
|
network_load_balancer_id=self.network_load_balancer_id,
|
236
274
|
network_security_group_ids=self.network_security_group_ids,
|
@@ -238,6 +276,7 @@ class AwaitableGetNetworkLoadBalancerResult(GetNetworkLoadBalancerResult):
|
|
238
276
|
reserved_ips=self.reserved_ips,
|
239
277
|
state=self.state,
|
240
278
|
subnet_id=self.subnet_id,
|
279
|
+
subnet_ipv6cidr=self.subnet_ipv6cidr,
|
241
280
|
system_tags=self.system_tags,
|
242
281
|
time_created=self.time_created,
|
243
282
|
time_updated=self.time_updated)
|
@@ -270,6 +309,8 @@ def get_network_load_balancer(network_load_balancer_id: Optional[str] = None,
|
|
270
309
|
__ret__ = pulumi.runtime.invoke('oci:NetworkLoadBalancer/getNetworkLoadBalancer:getNetworkLoadBalancer', __args__, opts=opts, typ=GetNetworkLoadBalancerResult).value
|
271
310
|
|
272
311
|
return AwaitableGetNetworkLoadBalancerResult(
|
312
|
+
assigned_ipv6=pulumi.get(__ret__, 'assigned_ipv6'),
|
313
|
+
assigned_private_ipv4=pulumi.get(__ret__, 'assigned_private_ipv4'),
|
273
314
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
274
315
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
275
316
|
display_name=pulumi.get(__ret__, 'display_name'),
|
@@ -278,6 +319,7 @@ def get_network_load_balancer(network_load_balancer_id: Optional[str] = None,
|
|
278
319
|
ip_addresses=pulumi.get(__ret__, 'ip_addresses'),
|
279
320
|
is_preserve_source_destination=pulumi.get(__ret__, 'is_preserve_source_destination'),
|
280
321
|
is_private=pulumi.get(__ret__, 'is_private'),
|
322
|
+
is_symmetric_hash_enabled=pulumi.get(__ret__, 'is_symmetric_hash_enabled'),
|
281
323
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
282
324
|
network_load_balancer_id=pulumi.get(__ret__, 'network_load_balancer_id'),
|
283
325
|
network_security_group_ids=pulumi.get(__ret__, 'network_security_group_ids'),
|
@@ -285,6 +327,7 @@ def get_network_load_balancer(network_load_balancer_id: Optional[str] = None,
|
|
285
327
|
reserved_ips=pulumi.get(__ret__, 'reserved_ips'),
|
286
328
|
state=pulumi.get(__ret__, 'state'),
|
287
329
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
330
|
+
subnet_ipv6cidr=pulumi.get(__ret__, 'subnet_ipv6cidr'),
|
288
331
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
289
332
|
time_created=pulumi.get(__ret__, 'time_created'),
|
290
333
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
@@ -25,7 +25,7 @@ class ListenerArgs:
|
|
25
25
|
:param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
|
26
26
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
27
27
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
28
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
28
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
29
29
|
|
30
30
|
|
31
31
|
** IMPORTANT **
|
@@ -82,7 +82,7 @@ class ListenerArgs:
|
|
82
82
|
@pulumi.getter
|
83
83
|
def protocol(self) -> pulumi.Input[str]:
|
84
84
|
"""
|
85
|
-
(Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
85
|
+
(Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
86
86
|
|
87
87
|
|
88
88
|
** IMPORTANT **
|
@@ -135,7 +135,7 @@ class _ListenerState:
|
|
135
135
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
136
136
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
137
137
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
138
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
138
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
139
139
|
|
140
140
|
|
141
141
|
** IMPORTANT **
|
@@ -218,7 +218,7 @@ class _ListenerState:
|
|
218
218
|
@pulumi.getter
|
219
219
|
def protocol(self) -> Optional[pulumi.Input[str]]:
|
220
220
|
"""
|
221
|
-
(Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
221
|
+
(Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
222
222
|
|
223
223
|
|
224
224
|
** IMPORTANT **
|
@@ -279,7 +279,7 @@ class Listener(pulumi.CustomResource):
|
|
279
279
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
280
280
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
281
281
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
282
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
282
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
283
283
|
|
284
284
|
|
285
285
|
** IMPORTANT **
|
@@ -392,7 +392,7 @@ class Listener(pulumi.CustomResource):
|
|
392
392
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
393
393
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
394
394
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
395
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
395
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
396
396
|
|
397
397
|
|
398
398
|
** IMPORTANT **
|
@@ -454,7 +454,7 @@ class Listener(pulumi.CustomResource):
|
|
454
454
|
@pulumi.getter
|
455
455
|
def protocol(self) -> pulumi.Output[str]:
|
456
456
|
"""
|
457
|
-
(Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
457
|
+
(Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
458
458
|
|
459
459
|
|
460
460
|
** IMPORTANT **
|