pulumi-oci 2.7.0__py3-none-any.whl → 2.7.0a1723456529__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. pulumi_oci/__init__.py +0 -16
  2. pulumi_oci/database/autonomous_database.py +7 -7
  3. pulumi_oci/database/get_autonomous_database.py +1 -1
  4. pulumi_oci/database/outputs.py +4 -4
  5. pulumi_oci/datasafe/__init__.py +0 -2
  6. pulumi_oci/datasafe/_inputs.py +0 -120
  7. pulumi_oci/datasafe/outputs.py +0 -132
  8. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +42 -1
  9. pulumi_oci/integration/get_integration_instance.py +1 -14
  10. pulumi_oci/integration/integration_instance.py +0 -28
  11. pulumi_oci/integration/outputs.py +0 -11
  12. pulumi_oci/limits/get_limit_definitions.py +7 -24
  13. pulumi_oci/limits/get_limit_values.py +7 -24
  14. pulumi_oci/limits/get_resource_availability.py +5 -24
  15. pulumi_oci/limits/get_services.py +7 -24
  16. pulumi_oci/limits/outputs.py +2 -35
  17. pulumi_oci/networkloadbalancer/backend_set.py +2 -2
  18. pulumi_oci/networkloadbalancer/get_listener.py +3 -29
  19. pulumi_oci/networkloadbalancer/listener.py +24 -122
  20. pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -7
  21. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +2 -2
  22. pulumi_oci/networkloadbalancer/outputs.py +5 -27
  23. pulumi_oci/pulumi-plugin.json +1 -1
  24. {pulumi_oci-2.7.0.dist-info → pulumi_oci-2.7.0a1723456529.dist-info}/METADATA +1 -1
  25. {pulumi_oci-2.7.0.dist-info → pulumi_oci-2.7.0a1723456529.dist-info}/RECORD +27 -29
  26. {pulumi_oci-2.7.0.dist-info → pulumi_oci-2.7.0a1723456529.dist-info}/WHEEL +1 -1
  27. pulumi_oci/datasafe/calculate_audit_volume_available.py +0 -391
  28. pulumi_oci/datasafe/calculate_audit_volume_collected.py +0 -343
  29. {pulumi_oci-2.7.0.dist-info → pulumi_oci-2.7.0a1723456529.dist-info}/top_level.txt +0 -0
@@ -141,9 +141,7 @@ class GetLimitDefinitionsLimitDefinitionResult(dict):
141
141
  is_resource_availability_supported: bool,
142
142
  name: str,
143
143
  scope_type: str,
144
- service_name: str,
145
- supported_quota_families: Sequence[str],
146
- supported_subscriptions: Sequence[str]):
144
+ service_name: str):
147
145
  """
148
146
  :param bool are_quotas_supported: If true, quota policies can be created on top of this resource limit.
149
147
  :param str description: The limit description.
@@ -154,8 +152,6 @@ class GetLimitDefinitionsLimitDefinitionResult(dict):
154
152
  :param str name: Optional field, filter for a specific resource limit.
155
153
  :param str scope_type: Reflects the scope of the resource limit, whether Global (across all regions), regional, or availability domain-specific.
156
154
  :param str service_name: The target service name.
157
- :param Sequence[str] supported_quota_families: Supported quota family names for creation of quota policy.
158
- :param Sequence[str] supported_subscriptions: An array of subscription types supported by the limit. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.
159
155
  """
160
156
  pulumi.set(__self__, "are_quotas_supported", are_quotas_supported)
161
157
  pulumi.set(__self__, "description", description)
@@ -166,8 +162,6 @@ class GetLimitDefinitionsLimitDefinitionResult(dict):
166
162
  pulumi.set(__self__, "name", name)
167
163
  pulumi.set(__self__, "scope_type", scope_type)
168
164
  pulumi.set(__self__, "service_name", service_name)
169
- pulumi.set(__self__, "supported_quota_families", supported_quota_families)
170
- pulumi.set(__self__, "supported_subscriptions", supported_subscriptions)
171
165
 
172
166
  @property
173
167
  @pulumi.getter(name="areQuotasSupported")
@@ -241,22 +235,6 @@ class GetLimitDefinitionsLimitDefinitionResult(dict):
241
235
  """
242
236
  return pulumi.get(self, "service_name")
243
237
 
244
- @property
245
- @pulumi.getter(name="supportedQuotaFamilies")
246
- def supported_quota_families(self) -> Sequence[str]:
247
- """
248
- Supported quota family names for creation of quota policy.
249
- """
250
- return pulumi.get(self, "supported_quota_families")
251
-
252
- @property
253
- @pulumi.getter(name="supportedSubscriptions")
254
- def supported_subscriptions(self) -> Sequence[str]:
255
- """
256
- An array of subscription types supported by the limit. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.
257
- """
258
- return pulumi.get(self, "supported_subscriptions")
259
-
260
238
 
261
239
  @pulumi.output_type
262
240
  class GetLimitValuesFilterResult(dict):
@@ -638,16 +616,13 @@ class GetServicesFilterResult(dict):
638
616
  class GetServicesServiceResult(dict):
639
617
  def __init__(__self__, *,
640
618
  description: str,
641
- name: str,
642
- supported_subscriptions: Sequence[str]):
619
+ name: str):
643
620
  """
644
621
  :param str description: The friendly service name.
645
622
  :param str name: The service name. Use this when calling other APIs.
646
- :param Sequence[str] supported_subscriptions: An array of subscription types supported by the service. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.
647
623
  """
648
624
  pulumi.set(__self__, "description", description)
649
625
  pulumi.set(__self__, "name", name)
650
- pulumi.set(__self__, "supported_subscriptions", supported_subscriptions)
651
626
 
652
627
  @property
653
628
  @pulumi.getter
@@ -665,12 +640,4 @@ class GetServicesServiceResult(dict):
665
640
  """
666
641
  return pulumi.get(self, "name")
667
642
 
668
- @property
669
- @pulumi.getter(name="supportedSubscriptions")
670
- def supported_subscriptions(self) -> Sequence[str]:
671
- """
672
- An array of subscription types supported by the service. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.
673
- """
674
- return pulumi.get(self, "supported_subscriptions")
675
-
676
643
 
@@ -379,8 +379,8 @@ class BackendSet(pulumi.CustomResource):
379
379
  network_load_balancer_id=test_network_load_balancer["id"],
380
380
  policy=backend_set_policy,
381
381
  ip_version=backend_set_ip_version,
382
- is_fail_open=backend_set_is_fail_open,
383
382
  is_instant_failover_enabled=backend_set_is_instant_failover_enabled,
383
+ is_fail_open=backend_set_is_fail_open,
384
384
  is_preserve_source=backend_set_is_preserve_source)
385
385
  ```
386
386
 
@@ -452,8 +452,8 @@ class BackendSet(pulumi.CustomResource):
452
452
  network_load_balancer_id=test_network_load_balancer["id"],
453
453
  policy=backend_set_policy,
454
454
  ip_version=backend_set_ip_version,
455
- is_fail_open=backend_set_is_fail_open,
456
455
  is_instant_failover_enabled=backend_set_is_instant_failover_enabled,
456
+ is_fail_open=backend_set_is_fail_open,
457
457
  is_preserve_source=backend_set_is_preserve_source)
458
458
  ```
459
459
 
@@ -21,7 +21,7 @@ class GetListenerResult:
21
21
  """
22
22
  A collection of values returned by getListener.
23
23
  """
24
- def __init__(__self__, default_backend_set_name=None, id=None, ip_version=None, is_ppv2enabled=None, listener_name=None, name=None, network_load_balancer_id=None, port=None, protocol=None, tcp_idle_timeout=None, udp_idle_timeout=None):
24
+ def __init__(__self__, default_backend_set_name=None, id=None, ip_version=None, is_ppv2enabled=None, listener_name=None, name=None, network_load_balancer_id=None, port=None, protocol=None):
25
25
  if default_backend_set_name and not isinstance(default_backend_set_name, str):
26
26
  raise TypeError("Expected argument 'default_backend_set_name' to be a str")
27
27
  pulumi.set(__self__, "default_backend_set_name", default_backend_set_name)
@@ -49,12 +49,6 @@ class GetListenerResult:
49
49
  if protocol and not isinstance(protocol, str):
50
50
  raise TypeError("Expected argument 'protocol' to be a str")
51
51
  pulumi.set(__self__, "protocol", protocol)
52
- if tcp_idle_timeout and not isinstance(tcp_idle_timeout, int):
53
- raise TypeError("Expected argument 'tcp_idle_timeout' to be a int")
54
- pulumi.set(__self__, "tcp_idle_timeout", tcp_idle_timeout)
55
- if udp_idle_timeout and not isinstance(udp_idle_timeout, int):
56
- raise TypeError("Expected argument 'udp_idle_timeout' to be a int")
57
- pulumi.set(__self__, "udp_idle_timeout", udp_idle_timeout)
58
52
 
59
53
  @property
60
54
  @pulumi.getter(name="defaultBackendSetName")
@@ -119,22 +113,6 @@ class GetListenerResult:
119
113
  """
120
114
  return pulumi.get(self, "protocol")
121
115
 
122
- @property
123
- @pulumi.getter(name="tcpIdleTimeout")
124
- def tcp_idle_timeout(self) -> int:
125
- """
126
- The duration for TCP idle timeout in seconds. Example: `300`
127
- """
128
- return pulumi.get(self, "tcp_idle_timeout")
129
-
130
- @property
131
- @pulumi.getter(name="udpIdleTimeout")
132
- def udp_idle_timeout(self) -> int:
133
- """
134
- The duration for UDP idle timeout in seconds. Example: `120`
135
- """
136
- return pulumi.get(self, "udp_idle_timeout")
137
-
138
116
 
139
117
  class AwaitableGetListenerResult(GetListenerResult):
140
118
  # pylint: disable=using-constant-test
@@ -150,9 +128,7 @@ class AwaitableGetListenerResult(GetListenerResult):
150
128
  name=self.name,
151
129
  network_load_balancer_id=self.network_load_balancer_id,
152
130
  port=self.port,
153
- protocol=self.protocol,
154
- tcp_idle_timeout=self.tcp_idle_timeout,
155
- udp_idle_timeout=self.udp_idle_timeout)
131
+ protocol=self.protocol)
156
132
 
157
133
 
158
134
  def get_listener(listener_name: Optional[str] = None,
@@ -192,9 +168,7 @@ def get_listener(listener_name: Optional[str] = None,
192
168
  name=pulumi.get(__ret__, 'name'),
193
169
  network_load_balancer_id=pulumi.get(__ret__, 'network_load_balancer_id'),
194
170
  port=pulumi.get(__ret__, 'port'),
195
- protocol=pulumi.get(__ret__, 'protocol'),
196
- tcp_idle_timeout=pulumi.get(__ret__, 'tcp_idle_timeout'),
197
- udp_idle_timeout=pulumi.get(__ret__, 'udp_idle_timeout'))
171
+ protocol=pulumi.get(__ret__, 'protocol'))
198
172
 
199
173
 
200
174
  @_utilities.lift_output_func(get_listener)
@@ -20,24 +20,20 @@ class ListenerArgs:
20
20
  protocol: pulumi.Input[str],
21
21
  ip_version: Optional[pulumi.Input[str]] = None,
22
22
  is_ppv2enabled: Optional[pulumi.Input[bool]] = None,
23
- name: Optional[pulumi.Input[str]] = None,
24
- tcp_idle_timeout: Optional[pulumi.Input[int]] = None,
25
- udp_idle_timeout: Optional[pulumi.Input[int]] = None):
23
+ name: Optional[pulumi.Input[str]] = None):
26
24
  """
27
25
  The set of arguments for constructing a Listener resource.
28
26
  :param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
29
27
  :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.
30
28
  :param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
31
- :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`
32
- :param pulumi.Input[str] ip_version: (Updatable) IP version associated with the listener.
33
- :param pulumi.Input[bool] is_ppv2enabled: (Updatable) Property to enable/disable PPv2 feature for this listener.
34
- :param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
35
- :param pulumi.Input[int] tcp_idle_timeout: (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
36
- :param pulumi.Input[int] udp_idle_timeout: (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
29
+ :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`
37
30
 
38
31
 
39
32
  ** IMPORTANT **
40
33
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
34
+ :param pulumi.Input[str] ip_version: (Updatable) IP version associated with the listener.
35
+ :param pulumi.Input[bool] is_ppv2enabled: (Updatable) Property to enable/disable PPv2 feature for this listener.
36
+ :param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
41
37
  """
42
38
  pulumi.set(__self__, "default_backend_set_name", default_backend_set_name)
43
39
  pulumi.set(__self__, "network_load_balancer_id", network_load_balancer_id)
@@ -49,10 +45,6 @@ class ListenerArgs:
49
45
  pulumi.set(__self__, "is_ppv2enabled", is_ppv2enabled)
50
46
  if name is not None:
51
47
  pulumi.set(__self__, "name", name)
52
- if tcp_idle_timeout is not None:
53
- pulumi.set(__self__, "tcp_idle_timeout", tcp_idle_timeout)
54
- if udp_idle_timeout is not None:
55
- pulumi.set(__self__, "udp_idle_timeout", udp_idle_timeout)
56
48
 
57
49
  @property
58
50
  @pulumi.getter(name="defaultBackendSetName")
@@ -94,7 +86,11 @@ class ListenerArgs:
94
86
  @pulumi.getter
95
87
  def protocol(self) -> pulumi.Input[str]:
96
88
  """
97
- (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`
89
+ (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`
90
+
91
+
92
+ ** IMPORTANT **
93
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
98
94
  """
99
95
  return pulumi.get(self, "protocol")
100
96
 
@@ -138,34 +134,6 @@ class ListenerArgs:
138
134
  def name(self, value: Optional[pulumi.Input[str]]):
139
135
  pulumi.set(self, "name", value)
140
136
 
141
- @property
142
- @pulumi.getter(name="tcpIdleTimeout")
143
- def tcp_idle_timeout(self) -> Optional[pulumi.Input[int]]:
144
- """
145
- (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
146
- """
147
- return pulumi.get(self, "tcp_idle_timeout")
148
-
149
- @tcp_idle_timeout.setter
150
- def tcp_idle_timeout(self, value: Optional[pulumi.Input[int]]):
151
- pulumi.set(self, "tcp_idle_timeout", value)
152
-
153
- @property
154
- @pulumi.getter(name="udpIdleTimeout")
155
- def udp_idle_timeout(self) -> Optional[pulumi.Input[int]]:
156
- """
157
- (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
158
-
159
-
160
- ** IMPORTANT **
161
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
162
- """
163
- return pulumi.get(self, "udp_idle_timeout")
164
-
165
- @udp_idle_timeout.setter
166
- def udp_idle_timeout(self, value: Optional[pulumi.Input[int]]):
167
- pulumi.set(self, "udp_idle_timeout", value)
168
-
169
137
 
170
138
  @pulumi.input_type
171
139
  class _ListenerState:
@@ -176,9 +144,7 @@ class _ListenerState:
176
144
  name: Optional[pulumi.Input[str]] = None,
177
145
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
178
146
  port: Optional[pulumi.Input[int]] = None,
179
- protocol: Optional[pulumi.Input[str]] = None,
180
- tcp_idle_timeout: Optional[pulumi.Input[int]] = None,
181
- udp_idle_timeout: Optional[pulumi.Input[int]] = None):
147
+ protocol: Optional[pulumi.Input[str]] = None):
182
148
  """
183
149
  Input properties used for looking up and filtering Listener resources.
184
150
  :param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
@@ -187,9 +153,7 @@ class _ListenerState:
187
153
  :param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
188
154
  :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.
189
155
  :param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
190
- :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`
191
- :param pulumi.Input[int] tcp_idle_timeout: (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
192
- :param pulumi.Input[int] udp_idle_timeout: (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
156
+ :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`
193
157
 
194
158
 
195
159
  ** IMPORTANT **
@@ -209,10 +173,6 @@ class _ListenerState:
209
173
  pulumi.set(__self__, "port", port)
210
174
  if protocol is not None:
211
175
  pulumi.set(__self__, "protocol", protocol)
212
- if tcp_idle_timeout is not None:
213
- pulumi.set(__self__, "tcp_idle_timeout", tcp_idle_timeout)
214
- if udp_idle_timeout is not None:
215
- pulumi.set(__self__, "udp_idle_timeout", udp_idle_timeout)
216
176
 
217
177
  @property
218
178
  @pulumi.getter(name="defaultBackendSetName")
@@ -290,41 +250,17 @@ class _ListenerState:
290
250
  @pulumi.getter
291
251
  def protocol(self) -> Optional[pulumi.Input[str]]:
292
252
  """
293
- (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`
294
- """
295
- return pulumi.get(self, "protocol")
296
-
297
- @protocol.setter
298
- def protocol(self, value: Optional[pulumi.Input[str]]):
299
- pulumi.set(self, "protocol", value)
300
-
301
- @property
302
- @pulumi.getter(name="tcpIdleTimeout")
303
- def tcp_idle_timeout(self) -> Optional[pulumi.Input[int]]:
304
- """
305
- (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
306
- """
307
- return pulumi.get(self, "tcp_idle_timeout")
308
-
309
- @tcp_idle_timeout.setter
310
- def tcp_idle_timeout(self, value: Optional[pulumi.Input[int]]):
311
- pulumi.set(self, "tcp_idle_timeout", value)
312
-
313
- @property
314
- @pulumi.getter(name="udpIdleTimeout")
315
- def udp_idle_timeout(self) -> Optional[pulumi.Input[int]]:
316
- """
317
- (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
253
+ (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`
318
254
 
319
255
 
320
256
  ** IMPORTANT **
321
257
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
322
258
  """
323
- return pulumi.get(self, "udp_idle_timeout")
259
+ return pulumi.get(self, "protocol")
324
260
 
325
- @udp_idle_timeout.setter
326
- def udp_idle_timeout(self, value: Optional[pulumi.Input[int]]):
327
- pulumi.set(self, "udp_idle_timeout", value)
261
+ @protocol.setter
262
+ def protocol(self, value: Optional[pulumi.Input[str]]):
263
+ pulumi.set(self, "protocol", value)
328
264
 
329
265
 
330
266
  class Listener(pulumi.CustomResource):
@@ -339,8 +275,6 @@ class Listener(pulumi.CustomResource):
339
275
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
340
276
  port: Optional[pulumi.Input[int]] = None,
341
277
  protocol: Optional[pulumi.Input[str]] = None,
342
- tcp_idle_timeout: Optional[pulumi.Input[int]] = None,
343
- udp_idle_timeout: Optional[pulumi.Input[int]] = None,
344
278
  __props__=None):
345
279
  """
346
280
  This resource provides the Listener resource in Oracle Cloud Infrastructure Network Load Balancer service.
@@ -360,9 +294,7 @@ class Listener(pulumi.CustomResource):
360
294
  port=listener_port,
361
295
  protocol=listener_protocol,
362
296
  ip_version=listener_ip_version,
363
- is_ppv2enabled=listener_is_ppv2enabled,
364
- tcp_idle_timeout=listener_tcp_idle_timeout,
365
- udp_idle_timeout=listener_udp_idle_timeout)
297
+ is_ppv2enabled=listener_is_ppv2enabled)
366
298
  ```
367
299
 
368
300
  ## Import
@@ -381,9 +313,7 @@ class Listener(pulumi.CustomResource):
381
313
  :param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
382
314
  :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.
383
315
  :param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
384
- :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`
385
- :param pulumi.Input[int] tcp_idle_timeout: (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
386
- :param pulumi.Input[int] udp_idle_timeout: (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
316
+ :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`
387
317
 
388
318
 
389
319
  ** IMPORTANT **
@@ -413,9 +343,7 @@ class Listener(pulumi.CustomResource):
413
343
  port=listener_port,
414
344
  protocol=listener_protocol,
415
345
  ip_version=listener_ip_version,
416
- is_ppv2enabled=listener_is_ppv2enabled,
417
- tcp_idle_timeout=listener_tcp_idle_timeout,
418
- udp_idle_timeout=listener_udp_idle_timeout)
346
+ is_ppv2enabled=listener_is_ppv2enabled)
419
347
  ```
420
348
 
421
349
  ## Import
@@ -448,8 +376,6 @@ class Listener(pulumi.CustomResource):
448
376
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
449
377
  port: Optional[pulumi.Input[int]] = None,
450
378
  protocol: Optional[pulumi.Input[str]] = None,
451
- tcp_idle_timeout: Optional[pulumi.Input[int]] = None,
452
- udp_idle_timeout: Optional[pulumi.Input[int]] = None,
453
379
  __props__=None):
454
380
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
455
381
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -474,8 +400,6 @@ class Listener(pulumi.CustomResource):
474
400
  if protocol is None and not opts.urn:
475
401
  raise TypeError("Missing required property 'protocol'")
476
402
  __props__.__dict__["protocol"] = protocol
477
- __props__.__dict__["tcp_idle_timeout"] = tcp_idle_timeout
478
- __props__.__dict__["udp_idle_timeout"] = udp_idle_timeout
479
403
  super(Listener, __self__).__init__(
480
404
  'oci:NetworkLoadBalancer/listener:Listener',
481
405
  resource_name,
@@ -492,9 +416,7 @@ class Listener(pulumi.CustomResource):
492
416
  name: Optional[pulumi.Input[str]] = None,
493
417
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
494
418
  port: Optional[pulumi.Input[int]] = None,
495
- protocol: Optional[pulumi.Input[str]] = None,
496
- tcp_idle_timeout: Optional[pulumi.Input[int]] = None,
497
- udp_idle_timeout: Optional[pulumi.Input[int]] = None) -> 'Listener':
419
+ protocol: Optional[pulumi.Input[str]] = None) -> 'Listener':
498
420
  """
499
421
  Get an existing Listener resource's state with the given name, id, and optional extra
500
422
  properties used to qualify the lookup.
@@ -508,9 +430,7 @@ class Listener(pulumi.CustomResource):
508
430
  :param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
509
431
  :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.
510
432
  :param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
511
- :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`
512
- :param pulumi.Input[int] tcp_idle_timeout: (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
513
- :param pulumi.Input[int] udp_idle_timeout: (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
433
+ :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`
514
434
 
515
435
 
516
436
  ** IMPORTANT **
@@ -527,8 +447,6 @@ class Listener(pulumi.CustomResource):
527
447
  __props__.__dict__["network_load_balancer_id"] = network_load_balancer_id
528
448
  __props__.__dict__["port"] = port
529
449
  __props__.__dict__["protocol"] = protocol
530
- __props__.__dict__["tcp_idle_timeout"] = tcp_idle_timeout
531
- __props__.__dict__["udp_idle_timeout"] = udp_idle_timeout
532
450
  return Listener(resource_name, opts=opts, __props__=__props__)
533
451
 
534
452
  @property
@@ -583,27 +501,11 @@ class Listener(pulumi.CustomResource):
583
501
  @pulumi.getter
584
502
  def protocol(self) -> pulumi.Output[str]:
585
503
  """
586
- (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`
587
- """
588
- return pulumi.get(self, "protocol")
589
-
590
- @property
591
- @pulumi.getter(name="tcpIdleTimeout")
592
- def tcp_idle_timeout(self) -> pulumi.Output[int]:
593
- """
594
- (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
595
- """
596
- return pulumi.get(self, "tcp_idle_timeout")
597
-
598
- @property
599
- @pulumi.getter(name="udpIdleTimeout")
600
- def udp_idle_timeout(self) -> pulumi.Output[int]:
601
- """
602
- (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
504
+ (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`
603
505
 
604
506
 
605
507
  ** IMPORTANT **
606
508
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
607
509
  """
608
- return pulumi.get(self, "udp_idle_timeout")
510
+ return pulumi.get(self, "protocol")
609
511
 
@@ -46,7 +46,7 @@ class NetworkLoadBalancerArgs:
46
46
 
47
47
  If "false", then the service assigns a public IP address to the network load balancer.
48
48
 
49
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
49
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
50
50
 
51
51
  Example: `true`
52
52
  :param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) 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.
@@ -202,7 +202,7 @@ class NetworkLoadBalancerArgs:
202
202
 
203
203
  If "false", then the service assigns a public IP address to the network load balancer.
204
204
 
205
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
205
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
206
206
 
207
207
  Example: `true`
208
208
  """
@@ -327,7 +327,7 @@ class _NetworkLoadBalancerState:
327
327
 
328
328
  If "false", then the service assigns a public IP address to the network load balancer.
329
329
 
330
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
330
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
331
331
 
332
332
  Example: `true`
333
333
  :param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) 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.
@@ -504,7 +504,7 @@ class _NetworkLoadBalancerState:
504
504
 
505
505
  If "false", then the service assigns a public IP address to the network load balancer.
506
506
 
507
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
507
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
508
508
 
509
509
  Example: `true`
510
510
  """
@@ -710,7 +710,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
710
710
 
711
711
  If "false", then the service assigns a public IP address to the network load balancer.
712
712
 
713
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
713
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
714
714
 
715
715
  Example: `true`
716
716
  :param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) 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.
@@ -869,7 +869,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
869
869
 
870
870
  If "false", then the service assigns a public IP address to the network load balancer.
871
871
 
872
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
872
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
873
873
 
874
874
  Example: `true`
875
875
  :param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) 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.
@@ -999,7 +999,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
999
999
 
1000
1000
  If "false", then the service assigns a public IP address to the network load balancer.
1001
1001
 
1002
- A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm#how-network-load-balancing-works). This value is true by default.
1002
+ A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
1003
1003
 
1004
1004
  Example: `true`
1005
1005
  """
@@ -406,8 +406,8 @@ class NetworkLoadBalancersBackendSetsUnified(pulumi.CustomResource):
406
406
  "weight": network_load_balancers_backend_sets_unified_backends_weight,
407
407
  }],
408
408
  ip_version=network_load_balancers_backend_sets_unified_ip_version,
409
- is_fail_open=network_load_balancers_backend_sets_unified_is_fail_open,
410
409
  is_instant_failover_enabled=network_load_balancers_backend_sets_unified_is_instant_failover_enabled,
410
+ is_fail_open=network_load_balancers_backend_sets_unified_is_fail_open,
411
411
  is_preserve_source=network_load_balancers_backend_sets_unified_is_preserve_source)
412
412
  ```
413
413
 
@@ -490,8 +490,8 @@ class NetworkLoadBalancersBackendSetsUnified(pulumi.CustomResource):
490
490
  "weight": network_load_balancers_backend_sets_unified_backends_weight,
491
491
  }],
492
492
  ip_version=network_load_balancers_backend_sets_unified_ip_version,
493
- is_fail_open=network_load_balancers_backend_sets_unified_is_fail_open,
494
493
  is_instant_failover_enabled=network_load_balancers_backend_sets_unified_is_instant_failover_enabled,
494
+ is_fail_open=network_load_balancers_backend_sets_unified_is_fail_open,
495
495
  is_preserve_source=network_load_balancers_backend_sets_unified_is_preserve_source)
496
496
  ```
497
497
 
@@ -992,7 +992,7 @@ class GetBackendSetBackendResult(dict):
992
992
  """
993
993
  :param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
994
994
  :param bool is_backup: Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
995
- :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
995
+ :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
996
996
  :param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
997
997
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
998
998
  :param int port: The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
@@ -1028,7 +1028,7 @@ class GetBackendSetBackendResult(dict):
1028
1028
  @pulumi.getter(name="isDrain")
1029
1029
  def is_drain(self) -> bool:
1030
1030
  """
1031
- Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1031
+ Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1032
1032
  """
1033
1033
  return pulumi.get(self, "is_drain")
1034
1034
 
@@ -1402,7 +1402,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1402
1402
  """
1403
1403
  :param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
1404
1404
  :param bool is_backup: Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
1405
- :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1405
+ :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1406
1406
  :param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
1407
1407
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1408
1408
  :param int port: The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
@@ -1438,7 +1438,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1438
1438
  @pulumi.getter(name="isDrain")
1439
1439
  def is_drain(self) -> bool:
1440
1440
  """
1441
- Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1441
+ Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1442
1442
  """
1443
1443
  return pulumi.get(self, "is_drain")
1444
1444
 
@@ -1930,9 +1930,7 @@ class GetListenersListenerCollectionItemResult(dict):
1930
1930
  name: str,
1931
1931
  network_load_balancer_id: str,
1932
1932
  port: int,
1933
- protocol: str,
1934
- tcp_idle_timeout: int,
1935
- udp_idle_timeout: int):
1933
+ protocol: str):
1936
1934
  """
1937
1935
  :param str default_backend_set_name: The name of the associated backend set. Example: `example_backend_set`
1938
1936
  :param str ip_version: IP version associated with the listener.
@@ -1941,8 +1939,6 @@ class GetListenersListenerCollectionItemResult(dict):
1941
1939
  :param 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.
1942
1940
  :param int port: The communication port for the listener. Example: `80`
1943
1941
  :param str protocol: 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`
1944
- :param int tcp_idle_timeout: The duration for TCP idle timeout in seconds. Example: `300`
1945
- :param int udp_idle_timeout: The duration for UDP idle timeout in seconds. Example: `120`
1946
1942
  """
1947
1943
  pulumi.set(__self__, "default_backend_set_name", default_backend_set_name)
1948
1944
  pulumi.set(__self__, "id", id)
@@ -1952,8 +1948,6 @@ class GetListenersListenerCollectionItemResult(dict):
1952
1948
  pulumi.set(__self__, "network_load_balancer_id", network_load_balancer_id)
1953
1949
  pulumi.set(__self__, "port", port)
1954
1950
  pulumi.set(__self__, "protocol", protocol)
1955
- pulumi.set(__self__, "tcp_idle_timeout", tcp_idle_timeout)
1956
- pulumi.set(__self__, "udp_idle_timeout", udp_idle_timeout)
1957
1951
 
1958
1952
  @property
1959
1953
  @pulumi.getter(name="defaultBackendSetName")
@@ -2016,22 +2010,6 @@ class GetListenersListenerCollectionItemResult(dict):
2016
2010
  """
2017
2011
  return pulumi.get(self, "protocol")
2018
2012
 
2019
- @property
2020
- @pulumi.getter(name="tcpIdleTimeout")
2021
- def tcp_idle_timeout(self) -> int:
2022
- """
2023
- The duration for TCP idle timeout in seconds. Example: `300`
2024
- """
2025
- return pulumi.get(self, "tcp_idle_timeout")
2026
-
2027
- @property
2028
- @pulumi.getter(name="udpIdleTimeout")
2029
- def udp_idle_timeout(self) -> int:
2030
- """
2031
- The duration for UDP idle timeout in seconds. Example: `120`
2032
- """
2033
- return pulumi.get(self, "udp_idle_timeout")
2034
-
2035
2013
 
2036
2014
  @pulumi.output_type
2037
2015
  class GetNetworkLoadBalancerIpAddressResult(dict):