pulumi-oci 1.31.0a1712729931__py3-none-any.whl → 1.32.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 +16 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/autonomous_container_database.py +83 -8
- pulumi_oci/database/autonomous_database_software_image.py +638 -0
- pulumi_oci/database/autonomous_vm_cluster.py +12 -4
- pulumi_oci/database/get_autonomous_container_database.py +26 -5
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +3 -3
- pulumi_oci/database/get_autonomous_database_software_image.py +262 -0
- pulumi_oci/database/get_autonomous_database_software_images.py +200 -0
- pulumi_oci/database/get_autonomous_vm_cluster.py +3 -1
- pulumi_oci/database/outputs.py +538 -28
- 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/datascience/_inputs.py +17 -1
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +39 -3
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/meteringcomputation/__init__.py +3 -0
- pulumi_oci/meteringcomputation/_inputs.py +110 -0
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +173 -0
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +157 -0
- pulumi_oci/meteringcomputation/outputs.py +292 -2
- pulumi_oci/meteringcomputation/schedule.py +7 -7
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +392 -0
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +222 -10
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -62
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +397 -28
- pulumi_oci/opa/opa_instance.py +41 -22
- pulumi_oci/psql/_inputs.py +4 -4
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/outputs.py +4 -4
- pulumi_oci/redis/get_redis_cluster.py +14 -1
- pulumi_oci/redis/outputs.py +11 -0
- pulumi_oci/redis/redis_cluster.py +52 -3
- 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.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/RECORD +57 -51
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.32.0.dist-info}/top_level.txt +0 -0
@@ -12,11 +12,13 @@ from .. import _utilities
|
|
12
12
|
__all__ = [
|
13
13
|
'BackendSetBackendArgs',
|
14
14
|
'BackendSetHealthCheckerArgs',
|
15
|
+
'BackendSetHealthCheckerDnsArgs',
|
15
16
|
'NetworkLoadBalancerIpAddressArgs',
|
16
17
|
'NetworkLoadBalancerIpAddressReservedIpArgs',
|
17
18
|
'NetworkLoadBalancerReservedIpArgs',
|
18
19
|
'NetworkLoadBalancersBackendSetsUnifiedBackendArgs',
|
19
20
|
'NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs',
|
21
|
+
'NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs',
|
20
22
|
'GetBackendSetsFilterArgs',
|
21
23
|
'GetBackendsFilterArgs',
|
22
24
|
'GetListenersFilterArgs',
|
@@ -48,7 +50,7 @@ class BackendSetBackendArgs:
|
|
48
50
|
|
49
51
|
Example: `example_backend_set`
|
50
52
|
:param pulumi.Input[str] target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
51
|
-
:param pulumi.Input[int] weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/
|
53
|
+
:param pulumi.Input[int] weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
52
54
|
"""
|
53
55
|
pulumi.set(__self__, "port", port)
|
54
56
|
if ip_address is not None:
|
@@ -158,7 +160,7 @@ class BackendSetBackendArgs:
|
|
158
160
|
@pulumi.getter
|
159
161
|
def weight(self) -> Optional[pulumi.Input[int]]:
|
160
162
|
"""
|
161
|
-
(Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/
|
163
|
+
(Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
162
164
|
"""
|
163
165
|
return pulumi.get(self, "weight")
|
164
166
|
|
@@ -171,6 +173,7 @@ class BackendSetBackendArgs:
|
|
171
173
|
class BackendSetHealthCheckerArgs:
|
172
174
|
def __init__(__self__, *,
|
173
175
|
protocol: pulumi.Input[str],
|
176
|
+
dns: Optional[pulumi.Input['BackendSetHealthCheckerDnsArgs']] = None,
|
174
177
|
interval_in_millis: Optional[pulumi.Input[int]] = None,
|
175
178
|
port: Optional[pulumi.Input[int]] = None,
|
176
179
|
request_data: Optional[pulumi.Input[str]] = None,
|
@@ -181,7 +184,8 @@ class BackendSetHealthCheckerArgs:
|
|
181
184
|
timeout_in_millis: Optional[pulumi.Input[int]] = None,
|
182
185
|
url_path: Optional[pulumi.Input[str]] = None):
|
183
186
|
"""
|
184
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol the health check must use; either HTTP
|
187
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
|
188
|
+
:param pulumi.Input['BackendSetHealthCheckerDnsArgs'] dns: (Updatable) DNS healthcheck configurations.
|
185
189
|
:param pulumi.Input[int] interval_in_millis: (Updatable) The interval between health checks, in milliseconds. The default value is 10000 (10 seconds). Example: `10000`
|
186
190
|
:param pulumi.Input[int] port: (Updatable) 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`
|
187
191
|
:param pulumi.Input[str] request_data: (Updatable) Base64 encoded pattern to be sent as UDP or TCP health check probe.
|
@@ -193,6 +197,8 @@ class BackendSetHealthCheckerArgs:
|
|
193
197
|
:param pulumi.Input[str] url_path: (Updatable) The path against which to run the health check. Example: `/healthcheck`
|
194
198
|
"""
|
195
199
|
pulumi.set(__self__, "protocol", protocol)
|
200
|
+
if dns is not None:
|
201
|
+
pulumi.set(__self__, "dns", dns)
|
196
202
|
if interval_in_millis is not None:
|
197
203
|
pulumi.set(__self__, "interval_in_millis", interval_in_millis)
|
198
204
|
if port is not None:
|
@@ -216,7 +222,7 @@ class BackendSetHealthCheckerArgs:
|
|
216
222
|
@pulumi.getter
|
217
223
|
def protocol(self) -> pulumi.Input[str]:
|
218
224
|
"""
|
219
|
-
(Updatable) The protocol the health check must use; either HTTP
|
225
|
+
(Updatable) The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
|
220
226
|
"""
|
221
227
|
return pulumi.get(self, "protocol")
|
222
228
|
|
@@ -224,6 +230,18 @@ class BackendSetHealthCheckerArgs:
|
|
224
230
|
def protocol(self, value: pulumi.Input[str]):
|
225
231
|
pulumi.set(self, "protocol", value)
|
226
232
|
|
233
|
+
@property
|
234
|
+
@pulumi.getter
|
235
|
+
def dns(self) -> Optional[pulumi.Input['BackendSetHealthCheckerDnsArgs']]:
|
236
|
+
"""
|
237
|
+
(Updatable) DNS healthcheck configurations.
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "dns")
|
240
|
+
|
241
|
+
@dns.setter
|
242
|
+
def dns(self, value: Optional[pulumi.Input['BackendSetHealthCheckerDnsArgs']]):
|
243
|
+
pulumi.set(self, "dns", value)
|
244
|
+
|
227
245
|
@property
|
228
246
|
@pulumi.getter(name="intervalInMillis")
|
229
247
|
def interval_in_millis(self) -> Optional[pulumi.Input[int]]:
|
@@ -333,6 +351,92 @@ class BackendSetHealthCheckerArgs:
|
|
333
351
|
pulumi.set(self, "url_path", value)
|
334
352
|
|
335
353
|
|
354
|
+
@pulumi.input_type
|
355
|
+
class BackendSetHealthCheckerDnsArgs:
|
356
|
+
def __init__(__self__, *,
|
357
|
+
domain_name: pulumi.Input[str],
|
358
|
+
query_class: Optional[pulumi.Input[str]] = None,
|
359
|
+
query_type: Optional[pulumi.Input[str]] = None,
|
360
|
+
rcodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
361
|
+
transport_protocol: Optional[pulumi.Input[str]] = None):
|
362
|
+
"""
|
363
|
+
:param pulumi.Input[str] domain_name: (Updatable) The absolute fully-qualified domain name to perform periodic DNS queries. If not provided, an extra dot will be added at the end of a domain name during the query.
|
364
|
+
:param pulumi.Input[str] query_class: (Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
|
365
|
+
:param pulumi.Input[str] query_type: (Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
|
366
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] rcodes: (Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
|
367
|
+
:param pulumi.Input[str] transport_protocol: (Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
|
368
|
+
"""
|
369
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
370
|
+
if query_class is not None:
|
371
|
+
pulumi.set(__self__, "query_class", query_class)
|
372
|
+
if query_type is not None:
|
373
|
+
pulumi.set(__self__, "query_type", query_type)
|
374
|
+
if rcodes is not None:
|
375
|
+
pulumi.set(__self__, "rcodes", rcodes)
|
376
|
+
if transport_protocol is not None:
|
377
|
+
pulumi.set(__self__, "transport_protocol", transport_protocol)
|
378
|
+
|
379
|
+
@property
|
380
|
+
@pulumi.getter(name="domainName")
|
381
|
+
def domain_name(self) -> pulumi.Input[str]:
|
382
|
+
"""
|
383
|
+
(Updatable) The absolute fully-qualified domain name to perform periodic DNS queries. If not provided, an extra dot will be added at the end of a domain name during the query.
|
384
|
+
"""
|
385
|
+
return pulumi.get(self, "domain_name")
|
386
|
+
|
387
|
+
@domain_name.setter
|
388
|
+
def domain_name(self, value: pulumi.Input[str]):
|
389
|
+
pulumi.set(self, "domain_name", value)
|
390
|
+
|
391
|
+
@property
|
392
|
+
@pulumi.getter(name="queryClass")
|
393
|
+
def query_class(self) -> Optional[pulumi.Input[str]]:
|
394
|
+
"""
|
395
|
+
(Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
|
396
|
+
"""
|
397
|
+
return pulumi.get(self, "query_class")
|
398
|
+
|
399
|
+
@query_class.setter
|
400
|
+
def query_class(self, value: Optional[pulumi.Input[str]]):
|
401
|
+
pulumi.set(self, "query_class", value)
|
402
|
+
|
403
|
+
@property
|
404
|
+
@pulumi.getter(name="queryType")
|
405
|
+
def query_type(self) -> Optional[pulumi.Input[str]]:
|
406
|
+
"""
|
407
|
+
(Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
|
408
|
+
"""
|
409
|
+
return pulumi.get(self, "query_type")
|
410
|
+
|
411
|
+
@query_type.setter
|
412
|
+
def query_type(self, value: Optional[pulumi.Input[str]]):
|
413
|
+
pulumi.set(self, "query_type", value)
|
414
|
+
|
415
|
+
@property
|
416
|
+
@pulumi.getter
|
417
|
+
def rcodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
418
|
+
"""
|
419
|
+
(Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
|
420
|
+
"""
|
421
|
+
return pulumi.get(self, "rcodes")
|
422
|
+
|
423
|
+
@rcodes.setter
|
424
|
+
def rcodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
425
|
+
pulumi.set(self, "rcodes", value)
|
426
|
+
|
427
|
+
@property
|
428
|
+
@pulumi.getter(name="transportProtocol")
|
429
|
+
def transport_protocol(self) -> Optional[pulumi.Input[str]]:
|
430
|
+
"""
|
431
|
+
(Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
|
432
|
+
"""
|
433
|
+
return pulumi.get(self, "transport_protocol")
|
434
|
+
|
435
|
+
@transport_protocol.setter
|
436
|
+
def transport_protocol(self, value: Optional[pulumi.Input[str]]):
|
437
|
+
pulumi.set(self, "transport_protocol", value)
|
438
|
+
|
439
|
+
|
336
440
|
@pulumi.input_type
|
337
441
|
class NetworkLoadBalancerIpAddressArgs:
|
338
442
|
def __init__(__self__, *,
|
@@ -341,8 +445,8 @@ class NetworkLoadBalancerIpAddressArgs:
|
|
341
445
|
is_public: Optional[pulumi.Input[bool]] = None,
|
342
446
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerIpAddressReservedIpArgs']]]] = None):
|
343
447
|
"""
|
344
|
-
:param pulumi.Input[str] ip_address:
|
345
|
-
:param pulumi.Input[str] ip_version: IP version associated with
|
448
|
+
:param pulumi.Input[str] ip_address: The IP address of the backend server. Example: `10.0.0.3`
|
449
|
+
:param pulumi.Input[str] ip_version: IP version associated with the listener.
|
346
450
|
:param pulumi.Input[bool] is_public: Whether the IP address is public or private.
|
347
451
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerIpAddressReservedIpArgs']]] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
|
348
452
|
"""
|
@@ -359,7 +463,7 @@ class NetworkLoadBalancerIpAddressArgs:
|
|
359
463
|
@pulumi.getter(name="ipAddress")
|
360
464
|
def ip_address(self) -> Optional[pulumi.Input[str]]:
|
361
465
|
"""
|
362
|
-
|
466
|
+
The IP address of the backend server. Example: `10.0.0.3`
|
363
467
|
"""
|
364
468
|
return pulumi.get(self, "ip_address")
|
365
469
|
|
@@ -371,7 +475,7 @@ class NetworkLoadBalancerIpAddressArgs:
|
|
371
475
|
@pulumi.getter(name="ipVersion")
|
372
476
|
def ip_version(self) -> Optional[pulumi.Input[str]]:
|
373
477
|
"""
|
374
|
-
IP version associated with
|
478
|
+
IP version associated with the listener.
|
375
479
|
"""
|
376
480
|
return pulumi.get(self, "ip_version")
|
377
481
|
|
@@ -505,7 +609,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackendArgs:
|
|
505
609
|
|
506
610
|
Example: `example_backend_set`
|
507
611
|
:param pulumi.Input[str] target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
508
|
-
:param pulumi.Input[int] weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/
|
612
|
+
:param pulumi.Input[int] weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
509
613
|
"""
|
510
614
|
pulumi.set(__self__, "port", port)
|
511
615
|
if ip_address is not None:
|
@@ -615,7 +719,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackendArgs:
|
|
615
719
|
@pulumi.getter
|
616
720
|
def weight(self) -> Optional[pulumi.Input[int]]:
|
617
721
|
"""
|
618
|
-
(Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/
|
722
|
+
(Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
619
723
|
"""
|
620
724
|
return pulumi.get(self, "weight")
|
621
725
|
|
@@ -628,6 +732,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackendArgs:
|
|
628
732
|
class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs:
|
629
733
|
def __init__(__self__, *,
|
630
734
|
protocol: pulumi.Input[str],
|
735
|
+
dns: Optional[pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs']] = None,
|
631
736
|
interval_in_millis: Optional[pulumi.Input[int]] = None,
|
632
737
|
port: Optional[pulumi.Input[int]] = None,
|
633
738
|
request_data: Optional[pulumi.Input[str]] = None,
|
@@ -639,6 +744,7 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs:
|
|
639
744
|
url_path: Optional[pulumi.Input[str]] = None):
|
640
745
|
"""
|
641
746
|
:param pulumi.Input[str] protocol: (Updatable) The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
|
747
|
+
:param pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs'] dns: (Updatable) DNS healthcheck configurations.
|
642
748
|
:param pulumi.Input[int] interval_in_millis: (Updatable) The interval between health checks, in milliseconds. The default value is 10000 (10 seconds). Example: `10000`
|
643
749
|
:param pulumi.Input[int] port: (Updatable) 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`
|
644
750
|
:param pulumi.Input[str] request_data: (Updatable) Base64 encoded pattern to be sent as UDP or TCP health check probe.
|
@@ -650,6 +756,8 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs:
|
|
650
756
|
:param pulumi.Input[str] url_path: (Updatable) The path against which to run the health check. Example: `/healthcheck`
|
651
757
|
"""
|
652
758
|
pulumi.set(__self__, "protocol", protocol)
|
759
|
+
if dns is not None:
|
760
|
+
pulumi.set(__self__, "dns", dns)
|
653
761
|
if interval_in_millis is not None:
|
654
762
|
pulumi.set(__self__, "interval_in_millis", interval_in_millis)
|
655
763
|
if port is not None:
|
@@ -681,6 +789,18 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs:
|
|
681
789
|
def protocol(self, value: pulumi.Input[str]):
|
682
790
|
pulumi.set(self, "protocol", value)
|
683
791
|
|
792
|
+
@property
|
793
|
+
@pulumi.getter
|
794
|
+
def dns(self) -> Optional[pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs']]:
|
795
|
+
"""
|
796
|
+
(Updatable) DNS healthcheck configurations.
|
797
|
+
"""
|
798
|
+
return pulumi.get(self, "dns")
|
799
|
+
|
800
|
+
@dns.setter
|
801
|
+
def dns(self, value: Optional[pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs']]):
|
802
|
+
pulumi.set(self, "dns", value)
|
803
|
+
|
684
804
|
@property
|
685
805
|
@pulumi.getter(name="intervalInMillis")
|
686
806
|
def interval_in_millis(self) -> Optional[pulumi.Input[int]]:
|
@@ -790,6 +910,92 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs:
|
|
790
910
|
pulumi.set(self, "url_path", value)
|
791
911
|
|
792
912
|
|
913
|
+
@pulumi.input_type
|
914
|
+
class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs:
|
915
|
+
def __init__(__self__, *,
|
916
|
+
domain_name: pulumi.Input[str],
|
917
|
+
query_class: Optional[pulumi.Input[str]] = None,
|
918
|
+
query_type: Optional[pulumi.Input[str]] = None,
|
919
|
+
rcodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
920
|
+
transport_protocol: Optional[pulumi.Input[str]] = None):
|
921
|
+
"""
|
922
|
+
:param pulumi.Input[str] domain_name: (Updatable) The absolute fully-qualified domain name to perform periodic DNS queries. If not provided, an extra dot will be added at the end of a domain name during the query.
|
923
|
+
:param pulumi.Input[str] query_class: (Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
|
924
|
+
:param pulumi.Input[str] query_type: (Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
|
925
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] rcodes: (Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
|
926
|
+
:param pulumi.Input[str] transport_protocol: (Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
|
927
|
+
"""
|
928
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
929
|
+
if query_class is not None:
|
930
|
+
pulumi.set(__self__, "query_class", query_class)
|
931
|
+
if query_type is not None:
|
932
|
+
pulumi.set(__self__, "query_type", query_type)
|
933
|
+
if rcodes is not None:
|
934
|
+
pulumi.set(__self__, "rcodes", rcodes)
|
935
|
+
if transport_protocol is not None:
|
936
|
+
pulumi.set(__self__, "transport_protocol", transport_protocol)
|
937
|
+
|
938
|
+
@property
|
939
|
+
@pulumi.getter(name="domainName")
|
940
|
+
def domain_name(self) -> pulumi.Input[str]:
|
941
|
+
"""
|
942
|
+
(Updatable) The absolute fully-qualified domain name to perform periodic DNS queries. If not provided, an extra dot will be added at the end of a domain name during the query.
|
943
|
+
"""
|
944
|
+
return pulumi.get(self, "domain_name")
|
945
|
+
|
946
|
+
@domain_name.setter
|
947
|
+
def domain_name(self, value: pulumi.Input[str]):
|
948
|
+
pulumi.set(self, "domain_name", value)
|
949
|
+
|
950
|
+
@property
|
951
|
+
@pulumi.getter(name="queryClass")
|
952
|
+
def query_class(self) -> Optional[pulumi.Input[str]]:
|
953
|
+
"""
|
954
|
+
(Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
|
955
|
+
"""
|
956
|
+
return pulumi.get(self, "query_class")
|
957
|
+
|
958
|
+
@query_class.setter
|
959
|
+
def query_class(self, value: Optional[pulumi.Input[str]]):
|
960
|
+
pulumi.set(self, "query_class", value)
|
961
|
+
|
962
|
+
@property
|
963
|
+
@pulumi.getter(name="queryType")
|
964
|
+
def query_type(self) -> Optional[pulumi.Input[str]]:
|
965
|
+
"""
|
966
|
+
(Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
|
967
|
+
"""
|
968
|
+
return pulumi.get(self, "query_type")
|
969
|
+
|
970
|
+
@query_type.setter
|
971
|
+
def query_type(self, value: Optional[pulumi.Input[str]]):
|
972
|
+
pulumi.set(self, "query_type", value)
|
973
|
+
|
974
|
+
@property
|
975
|
+
@pulumi.getter
|
976
|
+
def rcodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
977
|
+
"""
|
978
|
+
(Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
|
979
|
+
"""
|
980
|
+
return pulumi.get(self, "rcodes")
|
981
|
+
|
982
|
+
@rcodes.setter
|
983
|
+
def rcodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
984
|
+
pulumi.set(self, "rcodes", value)
|
985
|
+
|
986
|
+
@property
|
987
|
+
@pulumi.getter(name="transportProtocol")
|
988
|
+
def transport_protocol(self) -> Optional[pulumi.Input[str]]:
|
989
|
+
"""
|
990
|
+
(Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
|
991
|
+
"""
|
992
|
+
return pulumi.get(self, "transport_protocol")
|
993
|
+
|
994
|
+
@transport_protocol.setter
|
995
|
+
def transport_protocol(self, value: Optional[pulumi.Input[str]]):
|
996
|
+
pulumi.set(self, "transport_protocol", value)
|
997
|
+
|
998
|
+
|
793
999
|
@pulumi.input_type
|
794
1000
|
class GetBackendSetsFilterArgs:
|
795
1001
|
def __init__(__self__, *,
|
@@ -931,6 +1137,9 @@ class GetNetworkLoadBalancersFilterArgs:
|
|
931
1137
|
name: str,
|
932
1138
|
values: Sequence[str],
|
933
1139
|
regex: Optional[bool] = None):
|
1140
|
+
"""
|
1141
|
+
:param str name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
1142
|
+
"""
|
934
1143
|
pulumi.set(__self__, "name", name)
|
935
1144
|
pulumi.set(__self__, "values", values)
|
936
1145
|
if regex is not None:
|
@@ -939,6 +1148,9 @@ class GetNetworkLoadBalancersFilterArgs:
|
|
939
1148
|
@property
|
940
1149
|
@pulumi.getter
|
941
1150
|
def name(self) -> str:
|
1151
|
+
"""
|
1152
|
+
A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
1153
|
+
"""
|
942
1154
|
return pulumi.get(self, "name")
|
943
1155
|
|
944
1156
|
@name.setter
|
@@ -20,11 +20,12 @@ class BackendSetArgs:
|
|
20
20
|
network_load_balancer_id: pulumi.Input[str],
|
21
21
|
policy: pulumi.Input[str],
|
22
22
|
ip_version: Optional[pulumi.Input[str]] = None,
|
23
|
+
is_fail_open: Optional[pulumi.Input[bool]] = None,
|
23
24
|
is_preserve_source: Optional[pulumi.Input[bool]] = None,
|
24
25
|
name: Optional[pulumi.Input[str]] = None):
|
25
26
|
"""
|
26
27
|
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/
|
28
|
+
: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/Balance/Tasks/editinghealthcheck.htm).
|
28
29
|
: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
30
|
:param pulumi.Input[str] policy: (Updatable) The network load balancer policy for the backend set. Example: `FIVE_TUPLE``
|
30
31
|
|
@@ -32,6 +33,7 @@ class BackendSetArgs:
|
|
32
33
|
** IMPORTANT **
|
33
34
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
34
35
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
36
|
+
:param pulumi.Input[bool] is_fail_open: (Updatable) 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.
|
35
37
|
: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.
|
36
38
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
37
39
|
|
@@ -44,6 +46,8 @@ class BackendSetArgs:
|
|
44
46
|
pulumi.set(__self__, "policy", policy)
|
45
47
|
if ip_version is not None:
|
46
48
|
pulumi.set(__self__, "ip_version", ip_version)
|
49
|
+
if is_fail_open is not None:
|
50
|
+
pulumi.set(__self__, "is_fail_open", is_fail_open)
|
47
51
|
if is_preserve_source is not None:
|
48
52
|
pulumi.set(__self__, "is_preserve_source", is_preserve_source)
|
49
53
|
if name is not None:
|
@@ -53,7 +57,7 @@ class BackendSetArgs:
|
|
53
57
|
@pulumi.getter(name="healthChecker")
|
54
58
|
def health_checker(self) -> pulumi.Input['BackendSetHealthCheckerArgs']:
|
55
59
|
"""
|
56
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
60
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
|
57
61
|
"""
|
58
62
|
return pulumi.get(self, "health_checker")
|
59
63
|
|
@@ -101,6 +105,18 @@ class BackendSetArgs:
|
|
101
105
|
def ip_version(self, value: Optional[pulumi.Input[str]]):
|
102
106
|
pulumi.set(self, "ip_version", value)
|
103
107
|
|
108
|
+
@property
|
109
|
+
@pulumi.getter(name="isFailOpen")
|
110
|
+
def is_fail_open(self) -> Optional[pulumi.Input[bool]]:
|
111
|
+
"""
|
112
|
+
(Updatable) 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.
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "is_fail_open")
|
115
|
+
|
116
|
+
@is_fail_open.setter
|
117
|
+
def is_fail_open(self, value: Optional[pulumi.Input[bool]]):
|
118
|
+
pulumi.set(self, "is_fail_open", value)
|
119
|
+
|
104
120
|
@property
|
105
121
|
@pulumi.getter(name="isPreserveSource")
|
106
122
|
def is_preserve_source(self) -> Optional[pulumi.Input[bool]]:
|
@@ -136,6 +152,7 @@ class _BackendSetState:
|
|
136
152
|
backends: Optional[pulumi.Input[Sequence[pulumi.Input['BackendSetBackendArgs']]]] = None,
|
137
153
|
health_checker: Optional[pulumi.Input['BackendSetHealthCheckerArgs']] = None,
|
138
154
|
ip_version: Optional[pulumi.Input[str]] = None,
|
155
|
+
is_fail_open: Optional[pulumi.Input[bool]] = None,
|
139
156
|
is_preserve_source: Optional[pulumi.Input[bool]] = None,
|
140
157
|
name: Optional[pulumi.Input[str]] = None,
|
141
158
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
@@ -143,8 +160,9 @@ class _BackendSetState:
|
|
143
160
|
"""
|
144
161
|
Input properties used for looking up and filtering BackendSet resources.
|
145
162
|
: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/
|
163
|
+
: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/Balance/Tasks/editinghealthcheck.htm).
|
147
164
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
165
|
+
:param pulumi.Input[bool] is_fail_open: (Updatable) 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.
|
148
166
|
: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
167
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
150
168
|
|
@@ -164,6 +182,8 @@ class _BackendSetState:
|
|
164
182
|
pulumi.set(__self__, "health_checker", health_checker)
|
165
183
|
if ip_version is not None:
|
166
184
|
pulumi.set(__self__, "ip_version", ip_version)
|
185
|
+
if is_fail_open is not None:
|
186
|
+
pulumi.set(__self__, "is_fail_open", is_fail_open)
|
167
187
|
if is_preserve_source is not None:
|
168
188
|
pulumi.set(__self__, "is_preserve_source", is_preserve_source)
|
169
189
|
if name is not None:
|
@@ -189,7 +209,7 @@ class _BackendSetState:
|
|
189
209
|
@pulumi.getter(name="healthChecker")
|
190
210
|
def health_checker(self) -> Optional[pulumi.Input['BackendSetHealthCheckerArgs']]:
|
191
211
|
"""
|
192
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
212
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
|
193
213
|
"""
|
194
214
|
return pulumi.get(self, "health_checker")
|
195
215
|
|
@@ -209,6 +229,18 @@ class _BackendSetState:
|
|
209
229
|
def ip_version(self, value: Optional[pulumi.Input[str]]):
|
210
230
|
pulumi.set(self, "ip_version", value)
|
211
231
|
|
232
|
+
@property
|
233
|
+
@pulumi.getter(name="isFailOpen")
|
234
|
+
def is_fail_open(self) -> Optional[pulumi.Input[bool]]:
|
235
|
+
"""
|
236
|
+
(Updatable) 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.
|
237
|
+
"""
|
238
|
+
return pulumi.get(self, "is_fail_open")
|
239
|
+
|
240
|
+
@is_fail_open.setter
|
241
|
+
def is_fail_open(self, value: Optional[pulumi.Input[bool]]):
|
242
|
+
pulumi.set(self, "is_fail_open", value)
|
243
|
+
|
212
244
|
@property
|
213
245
|
@pulumi.getter(name="isPreserveSource")
|
214
246
|
def is_preserve_source(self) -> Optional[pulumi.Input[bool]]:
|
@@ -273,6 +305,7 @@ class BackendSet(pulumi.CustomResource):
|
|
273
305
|
opts: Optional[pulumi.ResourceOptions] = None,
|
274
306
|
health_checker: Optional[pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']]] = None,
|
275
307
|
ip_version: Optional[pulumi.Input[str]] = None,
|
308
|
+
is_fail_open: Optional[pulumi.Input[bool]] = None,
|
276
309
|
is_preserve_source: Optional[pulumi.Input[bool]] = None,
|
277
310
|
name: Optional[pulumi.Input[str]] = None,
|
278
311
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
@@ -293,6 +326,13 @@ class BackendSet(pulumi.CustomResource):
|
|
293
326
|
test_backend_set = oci.network_load_balancer.BackendSet("testBackendSet",
|
294
327
|
health_checker=oci.network_load_balancer.BackendSetHealthCheckerArgs(
|
295
328
|
protocol=var["backend_set_health_checker_protocol"],
|
329
|
+
dns=oci.network_load_balancer.BackendSetHealthCheckerDnsArgs(
|
330
|
+
domain_name=oci_identity_domain["test_domain"]["name"],
|
331
|
+
query_class=var["backend_set_health_checker_dns_query_class"],
|
332
|
+
query_type=var["backend_set_health_checker_dns_query_type"],
|
333
|
+
rcodes=var["backend_set_health_checker_dns_rcodes"],
|
334
|
+
transport_protocol=var["backend_set_health_checker_dns_transport_protocol"],
|
335
|
+
),
|
296
336
|
interval_in_millis=var["backend_set_health_checker_interval_in_millis"],
|
297
337
|
port=var["backend_set_health_checker_port"],
|
298
338
|
request_data=var["backend_set_health_checker_request_data"],
|
@@ -306,6 +346,7 @@ class BackendSet(pulumi.CustomResource):
|
|
306
346
|
network_load_balancer_id=oci_network_load_balancer_network_load_balancer["test_network_load_balancer"]["id"],
|
307
347
|
policy=var["backend_set_policy"],
|
308
348
|
ip_version=var["backend_set_ip_version"],
|
349
|
+
is_fail_open=var["backend_set_is_fail_open"],
|
309
350
|
is_preserve_source=var["backend_set_is_preserve_source"])
|
310
351
|
```
|
311
352
|
<!--End PulumiCodeChooser -->
|
@@ -320,8 +361,9 @@ class BackendSet(pulumi.CustomResource):
|
|
320
361
|
|
321
362
|
:param str resource_name: The name of the resource.
|
322
363
|
: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/
|
364
|
+
: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/Balance/Tasks/editinghealthcheck.htm).
|
324
365
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
366
|
+
:param pulumi.Input[bool] is_fail_open: (Updatable) 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.
|
325
367
|
: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
368
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
327
369
|
|
@@ -356,6 +398,13 @@ class BackendSet(pulumi.CustomResource):
|
|
356
398
|
test_backend_set = oci.network_load_balancer.BackendSet("testBackendSet",
|
357
399
|
health_checker=oci.network_load_balancer.BackendSetHealthCheckerArgs(
|
358
400
|
protocol=var["backend_set_health_checker_protocol"],
|
401
|
+
dns=oci.network_load_balancer.BackendSetHealthCheckerDnsArgs(
|
402
|
+
domain_name=oci_identity_domain["test_domain"]["name"],
|
403
|
+
query_class=var["backend_set_health_checker_dns_query_class"],
|
404
|
+
query_type=var["backend_set_health_checker_dns_query_type"],
|
405
|
+
rcodes=var["backend_set_health_checker_dns_rcodes"],
|
406
|
+
transport_protocol=var["backend_set_health_checker_dns_transport_protocol"],
|
407
|
+
),
|
359
408
|
interval_in_millis=var["backend_set_health_checker_interval_in_millis"],
|
360
409
|
port=var["backend_set_health_checker_port"],
|
361
410
|
request_data=var["backend_set_health_checker_request_data"],
|
@@ -369,6 +418,7 @@ class BackendSet(pulumi.CustomResource):
|
|
369
418
|
network_load_balancer_id=oci_network_load_balancer_network_load_balancer["test_network_load_balancer"]["id"],
|
370
419
|
policy=var["backend_set_policy"],
|
371
420
|
ip_version=var["backend_set_ip_version"],
|
421
|
+
is_fail_open=var["backend_set_is_fail_open"],
|
372
422
|
is_preserve_source=var["backend_set_is_preserve_source"])
|
373
423
|
```
|
374
424
|
<!--End PulumiCodeChooser -->
|
@@ -398,6 +448,7 @@ class BackendSet(pulumi.CustomResource):
|
|
398
448
|
opts: Optional[pulumi.ResourceOptions] = None,
|
399
449
|
health_checker: Optional[pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']]] = None,
|
400
450
|
ip_version: Optional[pulumi.Input[str]] = None,
|
451
|
+
is_fail_open: Optional[pulumi.Input[bool]] = None,
|
401
452
|
is_preserve_source: Optional[pulumi.Input[bool]] = None,
|
402
453
|
name: Optional[pulumi.Input[str]] = None,
|
403
454
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
@@ -415,6 +466,7 @@ class BackendSet(pulumi.CustomResource):
|
|
415
466
|
raise TypeError("Missing required property 'health_checker'")
|
416
467
|
__props__.__dict__["health_checker"] = health_checker
|
417
468
|
__props__.__dict__["ip_version"] = ip_version
|
469
|
+
__props__.__dict__["is_fail_open"] = is_fail_open
|
418
470
|
__props__.__dict__["is_preserve_source"] = is_preserve_source
|
419
471
|
__props__.__dict__["name"] = name
|
420
472
|
if network_load_balancer_id is None and not opts.urn:
|
@@ -437,6 +489,7 @@ class BackendSet(pulumi.CustomResource):
|
|
437
489
|
backends: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BackendSetBackendArgs']]]]] = None,
|
438
490
|
health_checker: Optional[pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']]] = None,
|
439
491
|
ip_version: Optional[pulumi.Input[str]] = None,
|
492
|
+
is_fail_open: Optional[pulumi.Input[bool]] = None,
|
440
493
|
is_preserve_source: Optional[pulumi.Input[bool]] = None,
|
441
494
|
name: Optional[pulumi.Input[str]] = None,
|
442
495
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
@@ -449,8 +502,9 @@ class BackendSet(pulumi.CustomResource):
|
|
449
502
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
450
503
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
451
504
|
: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/
|
505
|
+
: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/Balance/Tasks/editinghealthcheck.htm).
|
453
506
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
507
|
+
:param pulumi.Input[bool] is_fail_open: (Updatable) 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.
|
454
508
|
: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
509
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
456
510
|
|
@@ -471,6 +525,7 @@ class BackendSet(pulumi.CustomResource):
|
|
471
525
|
__props__.__dict__["backends"] = backends
|
472
526
|
__props__.__dict__["health_checker"] = health_checker
|
473
527
|
__props__.__dict__["ip_version"] = ip_version
|
528
|
+
__props__.__dict__["is_fail_open"] = is_fail_open
|
474
529
|
__props__.__dict__["is_preserve_source"] = is_preserve_source
|
475
530
|
__props__.__dict__["name"] = name
|
476
531
|
__props__.__dict__["network_load_balancer_id"] = network_load_balancer_id
|
@@ -489,7 +544,7 @@ class BackendSet(pulumi.CustomResource):
|
|
489
544
|
@pulumi.getter(name="healthChecker")
|
490
545
|
def health_checker(self) -> pulumi.Output['outputs.BackendSetHealthChecker']:
|
491
546
|
"""
|
492
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
547
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
|
493
548
|
"""
|
494
549
|
return pulumi.get(self, "health_checker")
|
495
550
|
|
@@ -501,6 +556,14 @@ class BackendSet(pulumi.CustomResource):
|
|
501
556
|
"""
|
502
557
|
return pulumi.get(self, "ip_version")
|
503
558
|
|
559
|
+
@property
|
560
|
+
@pulumi.getter(name="isFailOpen")
|
561
|
+
def is_fail_open(self) -> pulumi.Output[bool]:
|
562
|
+
"""
|
563
|
+
(Updatable) 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.
|
564
|
+
"""
|
565
|
+
return pulumi.get(self, "is_fail_open")
|
566
|
+
|
504
567
|
@property
|
505
568
|
@pulumi.getter(name="isPreserveSource")
|
506
569
|
def is_preserve_source(self) -> pulumi.Output[bool]:
|