pulumi-oci 1.31.0__py3-none-any.whl → 1.31.0a1712402206__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 (26) hide show
  1. pulumi_oci/dataflow/get_invoke_run.py +1 -11
  2. pulumi_oci/dataflow/invoke_run.py +0 -49
  3. pulumi_oci/dataflow/outputs.py +0 -7
  4. pulumi_oci/devops/_inputs.py +10 -380
  5. pulumi_oci/devops/outputs.py +32 -953
  6. pulumi_oci/filestorage/replication.py +4 -4
  7. pulumi_oci/networkfirewall/outputs.py +16 -12
  8. pulumi_oci/networkloadbalancer/_inputs.py +10 -222
  9. pulumi_oci/networkloadbalancer/backend_set.py +7 -70
  10. pulumi_oci/networkloadbalancer/get_backend_set.py +2 -15
  11. pulumi_oci/networkloadbalancer/network_load_balancer.py +62 -7
  12. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -70
  13. pulumi_oci/networkloadbalancer/outputs.py +28 -397
  14. pulumi_oci/stackmonitoring/_inputs.py +1 -209
  15. pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -27
  16. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +1 -27
  17. pulumi_oci/stackmonitoring/get_monitored_resources.py +1 -18
  18. pulumi_oci/stackmonitoring/monitored_resource.py +0 -56
  19. pulumi_oci/stackmonitoring/monitored_resource_task.py +0 -18
  20. pulumi_oci/stackmonitoring/monitored_resource_type.py +19 -117
  21. pulumi_oci/stackmonitoring/monitored_resources_search.py +1 -197
  22. pulumi_oci/stackmonitoring/outputs.py +1 -436
  23. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/METADATA +1 -1
  24. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/RECORD +26 -26
  25. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/WHEEL +0 -0
  26. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/top_level.txt +0 -0
@@ -13,22 +13,18 @@ from . import outputs
13
13
  __all__ = [
14
14
  'BackendSetBackend',
15
15
  'BackendSetHealthChecker',
16
- 'BackendSetHealthCheckerDns',
17
16
  'NetworkLoadBalancerIpAddress',
18
17
  'NetworkLoadBalancerIpAddressReservedIp',
19
18
  'NetworkLoadBalancerReservedIp',
20
19
  'NetworkLoadBalancersBackendSetsUnifiedBackend',
21
20
  'NetworkLoadBalancersBackendSetsUnifiedHealthChecker',
22
- 'NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns',
23
21
  'GetBackendHealthHealthCheckResultResult',
24
22
  'GetBackendSetBackendResult',
25
23
  'GetBackendSetHealthCheckerResult',
26
- 'GetBackendSetHealthCheckerDnResult',
27
24
  'GetBackendSetsBackendSetCollectionResult',
28
25
  'GetBackendSetsBackendSetCollectionItemResult',
29
26
  'GetBackendSetsBackendSetCollectionItemBackendResult',
30
27
  'GetBackendSetsBackendSetCollectionItemHealthCheckerResult',
31
- 'GetBackendSetsBackendSetCollectionItemHealthCheckerDnResult',
32
28
  'GetBackendSetsFilterResult',
33
29
  'GetBackendsBackendCollectionResult',
34
30
  'GetBackendsBackendCollectionItemResult',
@@ -99,7 +95,7 @@ class BackendSetBackend(dict):
99
95
 
100
96
  Example: `example_backend_set`
101
97
  :param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
102
- :param 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`
98
+ :param 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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
103
99
  """
104
100
  pulumi.set(__self__, "port", port)
105
101
  if ip_address is not None:
@@ -181,7 +177,7 @@ class BackendSetBackend(dict):
181
177
  @pulumi.getter
182
178
  def weight(self) -> Optional[int]:
183
179
  """
184
- (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`
180
+ (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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
185
181
  """
186
182
  return pulumi.get(self, "weight")
187
183
 
@@ -219,7 +215,6 @@ class BackendSetHealthChecker(dict):
219
215
 
220
216
  def __init__(__self__, *,
221
217
  protocol: str,
222
- dns: Optional['outputs.BackendSetHealthCheckerDns'] = None,
223
218
  interval_in_millis: Optional[int] = None,
224
219
  port: Optional[int] = None,
225
220
  request_data: Optional[str] = None,
@@ -230,8 +225,7 @@ class BackendSetHealthChecker(dict):
230
225
  timeout_in_millis: Optional[int] = None,
231
226
  url_path: Optional[str] = None):
232
227
  """
233
- :param str protocol: (Updatable) The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
234
- :param 'BackendSetHealthCheckerDnsArgs' dns: (Updatable) DNS healthcheck configurations.
228
+ :param str protocol: (Updatable) The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
235
229
  :param int interval_in_millis: (Updatable) The interval between health checks, in milliseconds. The default value is 10000 (10 seconds). Example: `10000`
236
230
  :param 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`
237
231
  :param str request_data: (Updatable) Base64 encoded pattern to be sent as UDP or TCP health check probe.
@@ -243,8 +237,6 @@ class BackendSetHealthChecker(dict):
243
237
  :param str url_path: (Updatable) The path against which to run the health check. Example: `/healthcheck`
244
238
  """
245
239
  pulumi.set(__self__, "protocol", protocol)
246
- if dns is not None:
247
- pulumi.set(__self__, "dns", dns)
248
240
  if interval_in_millis is not None:
249
241
  pulumi.set(__self__, "interval_in_millis", interval_in_millis)
250
242
  if port is not None:
@@ -268,18 +260,10 @@ class BackendSetHealthChecker(dict):
268
260
  @pulumi.getter
269
261
  def protocol(self) -> str:
270
262
  """
271
- (Updatable) The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
263
+ (Updatable) The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
272
264
  """
273
265
  return pulumi.get(self, "protocol")
274
266
 
275
- @property
276
- @pulumi.getter
277
- def dns(self) -> Optional['outputs.BackendSetHealthCheckerDns']:
278
- """
279
- (Updatable) DNS healthcheck configurations.
280
- """
281
- return pulumi.get(self, "dns")
282
-
283
267
  @property
284
268
  @pulumi.getter(name="intervalInMillis")
285
269
  def interval_in_millis(self) -> Optional[int]:
@@ -353,95 +337,6 @@ class BackendSetHealthChecker(dict):
353
337
  return pulumi.get(self, "url_path")
354
338
 
355
339
 
356
- @pulumi.output_type
357
- class BackendSetHealthCheckerDns(dict):
358
- @staticmethod
359
- def __key_warning(key: str):
360
- suggest = None
361
- if key == "domainName":
362
- suggest = "domain_name"
363
- elif key == "queryClass":
364
- suggest = "query_class"
365
- elif key == "queryType":
366
- suggest = "query_type"
367
- elif key == "transportProtocol":
368
- suggest = "transport_protocol"
369
-
370
- if suggest:
371
- pulumi.log.warn(f"Key '{key}' not found in BackendSetHealthCheckerDns. Access the value via the '{suggest}' property getter instead.")
372
-
373
- def __getitem__(self, key: str) -> Any:
374
- BackendSetHealthCheckerDns.__key_warning(key)
375
- return super().__getitem__(key)
376
-
377
- def get(self, key: str, default = None) -> Any:
378
- BackendSetHealthCheckerDns.__key_warning(key)
379
- return super().get(key, default)
380
-
381
- def __init__(__self__, *,
382
- domain_name: str,
383
- query_class: Optional[str] = None,
384
- query_type: Optional[str] = None,
385
- rcodes: Optional[Sequence[str]] = None,
386
- transport_protocol: Optional[str] = None):
387
- """
388
- :param 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.
389
- :param str query_class: (Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
390
- :param str query_type: (Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
391
- :param Sequence[str] rcodes: (Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
392
- :param str transport_protocol: (Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
393
- """
394
- pulumi.set(__self__, "domain_name", domain_name)
395
- if query_class is not None:
396
- pulumi.set(__self__, "query_class", query_class)
397
- if query_type is not None:
398
- pulumi.set(__self__, "query_type", query_type)
399
- if rcodes is not None:
400
- pulumi.set(__self__, "rcodes", rcodes)
401
- if transport_protocol is not None:
402
- pulumi.set(__self__, "transport_protocol", transport_protocol)
403
-
404
- @property
405
- @pulumi.getter(name="domainName")
406
- def domain_name(self) -> str:
407
- """
408
- (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.
409
- """
410
- return pulumi.get(self, "domain_name")
411
-
412
- @property
413
- @pulumi.getter(name="queryClass")
414
- def query_class(self) -> Optional[str]:
415
- """
416
- (Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
417
- """
418
- return pulumi.get(self, "query_class")
419
-
420
- @property
421
- @pulumi.getter(name="queryType")
422
- def query_type(self) -> Optional[str]:
423
- """
424
- (Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
425
- """
426
- return pulumi.get(self, "query_type")
427
-
428
- @property
429
- @pulumi.getter
430
- def rcodes(self) -> Optional[Sequence[str]]:
431
- """
432
- (Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
433
- """
434
- return pulumi.get(self, "rcodes")
435
-
436
- @property
437
- @pulumi.getter(name="transportProtocol")
438
- def transport_protocol(self) -> Optional[str]:
439
- """
440
- (Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
441
- """
442
- return pulumi.get(self, "transport_protocol")
443
-
444
-
445
340
  @pulumi.output_type
446
341
  class NetworkLoadBalancerIpAddress(dict):
447
342
  @staticmethod
@@ -473,8 +368,8 @@ class NetworkLoadBalancerIpAddress(dict):
473
368
  is_public: Optional[bool] = None,
474
369
  reserved_ips: Optional[Sequence['outputs.NetworkLoadBalancerIpAddressReservedIp']] = None):
475
370
  """
476
- :param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
477
- :param str ip_version: IP version associated with the listener.
371
+ :param str ip_address: An IP address. Example: `192.168.0.3`
372
+ :param str ip_version: IP version associated with this IP address.
478
373
  :param bool is_public: Whether the IP address is public or private.
479
374
  :param Sequence['NetworkLoadBalancerIpAddressReservedIpArgs'] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
480
375
  """
@@ -491,7 +386,7 @@ class NetworkLoadBalancerIpAddress(dict):
491
386
  @pulumi.getter(name="ipAddress")
492
387
  def ip_address(self) -> Optional[str]:
493
388
  """
494
- The IP address of the backend server. Example: `10.0.0.3`
389
+ An IP address. Example: `192.168.0.3`
495
390
  """
496
391
  return pulumi.get(self, "ip_address")
497
392
 
@@ -499,7 +394,7 @@ class NetworkLoadBalancerIpAddress(dict):
499
394
  @pulumi.getter(name="ipVersion")
500
395
  def ip_version(self) -> Optional[str]:
501
396
  """
502
- IP version associated with the listener.
397
+ IP version associated with this IP address.
503
398
  """
504
399
  return pulumi.get(self, "ip_version")
505
400
 
@@ -638,7 +533,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
638
533
 
639
534
  Example: `example_backend_set`
640
535
  :param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
641
- :param 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`
536
+ :param 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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
642
537
  """
643
538
  pulumi.set(__self__, "port", port)
644
539
  if ip_address is not None:
@@ -720,7 +615,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
720
615
  @pulumi.getter
721
616
  def weight(self) -> Optional[int]:
722
617
  """
723
- (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`
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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
724
619
  """
725
620
  return pulumi.get(self, "weight")
726
621
 
@@ -758,7 +653,6 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthChecker(dict):
758
653
 
759
654
  def __init__(__self__, *,
760
655
  protocol: str,
761
- dns: Optional['outputs.NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns'] = None,
762
656
  interval_in_millis: Optional[int] = None,
763
657
  port: Optional[int] = None,
764
658
  request_data: Optional[str] = None,
@@ -770,7 +664,6 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthChecker(dict):
770
664
  url_path: Optional[str] = None):
771
665
  """
772
666
  :param str protocol: (Updatable) The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
773
- :param 'NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDnsArgs' dns: (Updatable) DNS healthcheck configurations.
774
667
  :param int interval_in_millis: (Updatable) The interval between health checks, in milliseconds. The default value is 10000 (10 seconds). Example: `10000`
775
668
  :param 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`
776
669
  :param str request_data: (Updatable) Base64 encoded pattern to be sent as UDP or TCP health check probe.
@@ -782,8 +675,6 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthChecker(dict):
782
675
  :param str url_path: (Updatable) The path against which to run the health check. Example: `/healthcheck`
783
676
  """
784
677
  pulumi.set(__self__, "protocol", protocol)
785
- if dns is not None:
786
- pulumi.set(__self__, "dns", dns)
787
678
  if interval_in_millis is not None:
788
679
  pulumi.set(__self__, "interval_in_millis", interval_in_millis)
789
680
  if port is not None:
@@ -811,14 +702,6 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthChecker(dict):
811
702
  """
812
703
  return pulumi.get(self, "protocol")
813
704
 
814
- @property
815
- @pulumi.getter
816
- def dns(self) -> Optional['outputs.NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns']:
817
- """
818
- (Updatable) DNS healthcheck configurations.
819
- """
820
- return pulumi.get(self, "dns")
821
-
822
705
  @property
823
706
  @pulumi.getter(name="intervalInMillis")
824
707
  def interval_in_millis(self) -> Optional[int]:
@@ -892,95 +775,6 @@ class NetworkLoadBalancersBackendSetsUnifiedHealthChecker(dict):
892
775
  return pulumi.get(self, "url_path")
893
776
 
894
777
 
895
- @pulumi.output_type
896
- class NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns(dict):
897
- @staticmethod
898
- def __key_warning(key: str):
899
- suggest = None
900
- if key == "domainName":
901
- suggest = "domain_name"
902
- elif key == "queryClass":
903
- suggest = "query_class"
904
- elif key == "queryType":
905
- suggest = "query_type"
906
- elif key == "transportProtocol":
907
- suggest = "transport_protocol"
908
-
909
- if suggest:
910
- pulumi.log.warn(f"Key '{key}' not found in NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns. Access the value via the '{suggest}' property getter instead.")
911
-
912
- def __getitem__(self, key: str) -> Any:
913
- NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns.__key_warning(key)
914
- return super().__getitem__(key)
915
-
916
- def get(self, key: str, default = None) -> Any:
917
- NetworkLoadBalancersBackendSetsUnifiedHealthCheckerDns.__key_warning(key)
918
- return super().get(key, default)
919
-
920
- def __init__(__self__, *,
921
- domain_name: str,
922
- query_class: Optional[str] = None,
923
- query_type: Optional[str] = None,
924
- rcodes: Optional[Sequence[str]] = None,
925
- transport_protocol: Optional[str] = None):
926
- """
927
- :param 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.
928
- :param str query_class: (Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
929
- :param str query_type: (Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
930
- :param Sequence[str] rcodes: (Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
931
- :param str transport_protocol: (Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
932
- """
933
- pulumi.set(__self__, "domain_name", domain_name)
934
- if query_class is not None:
935
- pulumi.set(__self__, "query_class", query_class)
936
- if query_type is not None:
937
- pulumi.set(__self__, "query_type", query_type)
938
- if rcodes is not None:
939
- pulumi.set(__self__, "rcodes", rcodes)
940
- if transport_protocol is not None:
941
- pulumi.set(__self__, "transport_protocol", transport_protocol)
942
-
943
- @property
944
- @pulumi.getter(name="domainName")
945
- def domain_name(self) -> str:
946
- """
947
- (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.
948
- """
949
- return pulumi.get(self, "domain_name")
950
-
951
- @property
952
- @pulumi.getter(name="queryClass")
953
- def query_class(self) -> Optional[str]:
954
- """
955
- (Updatable) The class the dns health check query to use; either IN or CH. Example: `IN`
956
- """
957
- return pulumi.get(self, "query_class")
958
-
959
- @property
960
- @pulumi.getter(name="queryType")
961
- def query_type(self) -> Optional[str]:
962
- """
963
- (Updatable) The type the dns health check query to use; A, AAAA, TXT. Example: `A`
964
- """
965
- return pulumi.get(self, "query_type")
966
-
967
- @property
968
- @pulumi.getter
969
- def rcodes(self) -> Optional[Sequence[str]]:
970
- """
971
- (Updatable) An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
972
- """
973
- return pulumi.get(self, "rcodes")
974
-
975
- @property
976
- @pulumi.getter(name="transportProtocol")
977
- def transport_protocol(self) -> Optional[str]:
978
- """
979
- (Updatable) DNS transport protocol; either UDP or TCP. Example: `UDP`
980
- """
981
- return pulumi.get(self, "transport_protocol")
982
-
983
-
984
778
  @pulumi.output_type
985
779
  class GetBackendHealthHealthCheckResultResult(dict):
986
780
  def __init__(__self__, *,
@@ -1024,12 +818,12 @@ class GetBackendSetBackendResult(dict):
1024
818
  """
1025
819
  :param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
1026
820
  :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`
1027
- :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
821
+ :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1028
822
  :param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
1029
823
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1030
824
  :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`
1031
825
  :param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
1032
- :param int weight: 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`
826
+ :param int weight: 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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
1033
827
  """
1034
828
  pulumi.set(__self__, "ip_address", ip_address)
1035
829
  pulumi.set(__self__, "is_backup", is_backup)
@@ -1060,7 +854,7 @@ class GetBackendSetBackendResult(dict):
1060
854
  @pulumi.getter(name="isDrain")
1061
855
  def is_drain(self) -> bool:
1062
856
  """
1063
- Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
857
+ Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1064
858
  """
1065
859
  return pulumi.get(self, "is_drain")
1066
860
 
@@ -1100,7 +894,7 @@ class GetBackendSetBackendResult(dict):
1100
894
  @pulumi.getter
1101
895
  def weight(self) -> int:
1102
896
  """
1103
- 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`
897
+ 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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
1104
898
  """
1105
899
  return pulumi.get(self, "weight")
1106
900
 
@@ -1108,7 +902,6 @@ class GetBackendSetBackendResult(dict):
1108
902
  @pulumi.output_type
1109
903
  class GetBackendSetHealthCheckerResult(dict):
1110
904
  def __init__(__self__, *,
1111
- dns: Sequence['outputs.GetBackendSetHealthCheckerDnResult'],
1112
905
  interval_in_millis: int,
1113
906
  port: int,
1114
907
  protocol: str,
@@ -1120,10 +913,9 @@ class GetBackendSetHealthCheckerResult(dict):
1120
913
  timeout_in_millis: int,
1121
914
  url_path: str):
1122
915
  """
1123
- :param Sequence['GetBackendSetHealthCheckerDnArgs'] dns: DNS healthcheck configurations.
1124
916
  :param int interval_in_millis: The interval between health checks, in milliseconds. The default value is 10000 (10 seconds). Example: `10000`
1125
917
  :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`
1126
- :param str protocol: The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
918
+ :param str protocol: The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
1127
919
  :param str request_data: Base64 encoded pattern to be sent as UDP or TCP health check probe.
1128
920
  :param str response_body_regex: A regular expression for parsing the response body from the backend server. Example: `^((?!false).|\\s)*$`
1129
921
  :param str response_data: Base64 encoded pattern to be validated as UDP or TCP health check probe response.
@@ -1132,7 +924,6 @@ class GetBackendSetHealthCheckerResult(dict):
1132
924
  :param int timeout_in_millis: The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply returns within this timeout period. The default value is 3000 (3 seconds). Example: `3000`
1133
925
  :param str url_path: The path against which to run the health check. Example: `/healthcheck`
1134
926
  """
1135
- pulumi.set(__self__, "dns", dns)
1136
927
  pulumi.set(__self__, "interval_in_millis", interval_in_millis)
1137
928
  pulumi.set(__self__, "port", port)
1138
929
  pulumi.set(__self__, "protocol", protocol)
@@ -1144,14 +935,6 @@ class GetBackendSetHealthCheckerResult(dict):
1144
935
  pulumi.set(__self__, "timeout_in_millis", timeout_in_millis)
1145
936
  pulumi.set(__self__, "url_path", url_path)
1146
937
 
1147
- @property
1148
- @pulumi.getter
1149
- def dns(self) -> Sequence['outputs.GetBackendSetHealthCheckerDnResult']:
1150
- """
1151
- DNS healthcheck configurations.
1152
- """
1153
- return pulumi.get(self, "dns")
1154
-
1155
938
  @property
1156
939
  @pulumi.getter(name="intervalInMillis")
1157
940
  def interval_in_millis(self) -> int:
@@ -1172,7 +955,7 @@ class GetBackendSetHealthCheckerResult(dict):
1172
955
  @pulumi.getter
1173
956
  def protocol(self) -> str:
1174
957
  """
1175
- The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
958
+ The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
1176
959
  """
1177
960
  return pulumi.get(self, "protocol")
1178
961
 
@@ -1233,68 +1016,6 @@ class GetBackendSetHealthCheckerResult(dict):
1233
1016
  return pulumi.get(self, "url_path")
1234
1017
 
1235
1018
 
1236
- @pulumi.output_type
1237
- class GetBackendSetHealthCheckerDnResult(dict):
1238
- def __init__(__self__, *,
1239
- domain_name: str,
1240
- query_class: str,
1241
- query_type: str,
1242
- rcodes: Sequence[str],
1243
- transport_protocol: str):
1244
- """
1245
- :param str domain_name: 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.
1246
- :param str query_class: The class the dns health check query to use; either IN or CH. Example: `IN`
1247
- :param str query_type: The type the dns health check query to use; A, AAAA, TXT. Example: `A`
1248
- :param Sequence[str] rcodes: An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
1249
- :param str transport_protocol: DNS transport protocol; either UDP or TCP. Example: `UDP`
1250
- """
1251
- pulumi.set(__self__, "domain_name", domain_name)
1252
- pulumi.set(__self__, "query_class", query_class)
1253
- pulumi.set(__self__, "query_type", query_type)
1254
- pulumi.set(__self__, "rcodes", rcodes)
1255
- pulumi.set(__self__, "transport_protocol", transport_protocol)
1256
-
1257
- @property
1258
- @pulumi.getter(name="domainName")
1259
- def domain_name(self) -> str:
1260
- """
1261
- 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.
1262
- """
1263
- return pulumi.get(self, "domain_name")
1264
-
1265
- @property
1266
- @pulumi.getter(name="queryClass")
1267
- def query_class(self) -> str:
1268
- """
1269
- The class the dns health check query to use; either IN or CH. Example: `IN`
1270
- """
1271
- return pulumi.get(self, "query_class")
1272
-
1273
- @property
1274
- @pulumi.getter(name="queryType")
1275
- def query_type(self) -> str:
1276
- """
1277
- The type the dns health check query to use; A, AAAA, TXT. Example: `A`
1278
- """
1279
- return pulumi.get(self, "query_type")
1280
-
1281
- @property
1282
- @pulumi.getter
1283
- def rcodes(self) -> Sequence[str]:
1284
- """
1285
- An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
1286
- """
1287
- return pulumi.get(self, "rcodes")
1288
-
1289
- @property
1290
- @pulumi.getter(name="transportProtocol")
1291
- def transport_protocol(self) -> str:
1292
- """
1293
- DNS transport protocol; either UDP or TCP. Example: `UDP`
1294
- """
1295
- return pulumi.get(self, "transport_protocol")
1296
-
1297
-
1298
1019
  @pulumi.output_type
1299
1020
  class GetBackendSetsBackendSetCollectionResult(dict):
1300
1021
  def __init__(__self__, *,
@@ -1314,16 +1035,14 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1314
1035
  health_checkers: Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerResult'],
1315
1036
  id: str,
1316
1037
  ip_version: str,
1317
- is_fail_open: bool,
1318
1038
  is_preserve_source: bool,
1319
1039
  name: str,
1320
1040
  network_load_balancer_id: str,
1321
1041
  policy: str):
1322
1042
  """
1323
1043
  :param Sequence['GetBackendSetsBackendSetCollectionItemBackendArgs'] backends: Array of backends.
1324
- :param Sequence['GetBackendSetsBackendSetCollectionItemHealthCheckerArgs'] health_checkers: The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
1044
+ :param Sequence['GetBackendSetsBackendSetCollectionItemHealthCheckerArgs'] health_checkers: The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
1325
1045
  :param str ip_version: IP version associated with the backend set.
1326
- :param bool is_fail_open: 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.
1327
1046
  :param bool is_preserve_source: 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.
1328
1047
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1329
1048
  :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.
@@ -1333,7 +1052,6 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1333
1052
  pulumi.set(__self__, "health_checkers", health_checkers)
1334
1053
  pulumi.set(__self__, "id", id)
1335
1054
  pulumi.set(__self__, "ip_version", ip_version)
1336
- pulumi.set(__self__, "is_fail_open", is_fail_open)
1337
1055
  pulumi.set(__self__, "is_preserve_source", is_preserve_source)
1338
1056
  pulumi.set(__self__, "name", name)
1339
1057
  pulumi.set(__self__, "network_load_balancer_id", network_load_balancer_id)
@@ -1351,7 +1069,7 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1351
1069
  @pulumi.getter(name="healthCheckers")
1352
1070
  def health_checkers(self) -> Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerResult']:
1353
1071
  """
1354
- The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
1072
+ The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
1355
1073
  """
1356
1074
  return pulumi.get(self, "health_checkers")
1357
1075
 
@@ -1368,14 +1086,6 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1368
1086
  """
1369
1087
  return pulumi.get(self, "ip_version")
1370
1088
 
1371
- @property
1372
- @pulumi.getter(name="isFailOpen")
1373
- def is_fail_open(self) -> bool:
1374
- """
1375
- 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.
1376
- """
1377
- return pulumi.get(self, "is_fail_open")
1378
-
1379
1089
  @property
1380
1090
  @pulumi.getter(name="isPreserveSource")
1381
1091
  def is_preserve_source(self) -> bool:
@@ -1423,12 +1133,12 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1423
1133
  """
1424
1134
  :param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
1425
1135
  :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`
1426
- :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1136
+ :param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1427
1137
  :param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
1428
1138
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1429
1139
  :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`
1430
1140
  :param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
1431
- :param int weight: 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`
1141
+ :param int weight: 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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
1432
1142
  """
1433
1143
  pulumi.set(__self__, "ip_address", ip_address)
1434
1144
  pulumi.set(__self__, "is_backup", is_backup)
@@ -1459,7 +1169,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1459
1169
  @pulumi.getter(name="isDrain")
1460
1170
  def is_drain(self) -> bool:
1461
1171
  """
1462
- Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1172
+ Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
1463
1173
  """
1464
1174
  return pulumi.get(self, "is_drain")
1465
1175
 
@@ -1499,7 +1209,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1499
1209
  @pulumi.getter
1500
1210
  def weight(self) -> int:
1501
1211
  """
1502
- 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`
1212
+ 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/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
1503
1213
  """
1504
1214
  return pulumi.get(self, "weight")
1505
1215
 
@@ -1507,7 +1217,6 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1507
1217
  @pulumi.output_type
1508
1218
  class GetBackendSetsBackendSetCollectionItemHealthCheckerResult(dict):
1509
1219
  def __init__(__self__, *,
1510
- dns: Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerDnResult'],
1511
1220
  interval_in_millis: int,
1512
1221
  port: int,
1513
1222
  protocol: str,
@@ -1519,10 +1228,9 @@ class GetBackendSetsBackendSetCollectionItemHealthCheckerResult(dict):
1519
1228
  timeout_in_millis: int,
1520
1229
  url_path: str):
1521
1230
  """
1522
- :param Sequence['GetBackendSetsBackendSetCollectionItemHealthCheckerDnArgs'] dns: DNS healthcheck configurations.
1523
1231
  :param int interval_in_millis: The interval between health checks, in milliseconds. The default value is 10000 (10 seconds). Example: `10000`
1524
1232
  :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`
1525
- :param str protocol: The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
1233
+ :param str protocol: The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
1526
1234
  :param str request_data: Base64 encoded pattern to be sent as UDP or TCP health check probe.
1527
1235
  :param str response_body_regex: A regular expression for parsing the response body from the backend server. Example: `^((?!false).|\\s)*$`
1528
1236
  :param str response_data: Base64 encoded pattern to be validated as UDP or TCP health check probe response.
@@ -1531,7 +1239,6 @@ class GetBackendSetsBackendSetCollectionItemHealthCheckerResult(dict):
1531
1239
  :param int timeout_in_millis: The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply returns within this timeout period. The default value is 3000 (3 seconds). Example: `3000`
1532
1240
  :param str url_path: The path against which to run the health check. Example: `/healthcheck`
1533
1241
  """
1534
- pulumi.set(__self__, "dns", dns)
1535
1242
  pulumi.set(__self__, "interval_in_millis", interval_in_millis)
1536
1243
  pulumi.set(__self__, "port", port)
1537
1244
  pulumi.set(__self__, "protocol", protocol)
@@ -1543,14 +1250,6 @@ class GetBackendSetsBackendSetCollectionItemHealthCheckerResult(dict):
1543
1250
  pulumi.set(__self__, "timeout_in_millis", timeout_in_millis)
1544
1251
  pulumi.set(__self__, "url_path", url_path)
1545
1252
 
1546
- @property
1547
- @pulumi.getter
1548
- def dns(self) -> Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerDnResult']:
1549
- """
1550
- DNS healthcheck configurations.
1551
- """
1552
- return pulumi.get(self, "dns")
1553
-
1554
1253
  @property
1555
1254
  @pulumi.getter(name="intervalInMillis")
1556
1255
  def interval_in_millis(self) -> int:
@@ -1571,7 +1270,7 @@ class GetBackendSetsBackendSetCollectionItemHealthCheckerResult(dict):
1571
1270
  @pulumi.getter
1572
1271
  def protocol(self) -> str:
1573
1272
  """
1574
- The protocol the health check must use; either HTTP, HTTPS, UDP, TCP or DNS. Example: `HTTP`
1273
+ The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP. Example: `HTTP`
1575
1274
  """
1576
1275
  return pulumi.get(self, "protocol")
1577
1276
 
@@ -1632,68 +1331,6 @@ class GetBackendSetsBackendSetCollectionItemHealthCheckerResult(dict):
1632
1331
  return pulumi.get(self, "url_path")
1633
1332
 
1634
1333
 
1635
- @pulumi.output_type
1636
- class GetBackendSetsBackendSetCollectionItemHealthCheckerDnResult(dict):
1637
- def __init__(__self__, *,
1638
- domain_name: str,
1639
- query_class: str,
1640
- query_type: str,
1641
- rcodes: Sequence[str],
1642
- transport_protocol: str):
1643
- """
1644
- :param str domain_name: 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.
1645
- :param str query_class: The class the dns health check query to use; either IN or CH. Example: `IN`
1646
- :param str query_type: The type the dns health check query to use; A, AAAA, TXT. Example: `A`
1647
- :param Sequence[str] rcodes: An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
1648
- :param str transport_protocol: DNS transport protocol; either UDP or TCP. Example: `UDP`
1649
- """
1650
- pulumi.set(__self__, "domain_name", domain_name)
1651
- pulumi.set(__self__, "query_class", query_class)
1652
- pulumi.set(__self__, "query_type", query_type)
1653
- pulumi.set(__self__, "rcodes", rcodes)
1654
- pulumi.set(__self__, "transport_protocol", transport_protocol)
1655
-
1656
- @property
1657
- @pulumi.getter(name="domainName")
1658
- def domain_name(self) -> str:
1659
- """
1660
- 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.
1661
- """
1662
- return pulumi.get(self, "domain_name")
1663
-
1664
- @property
1665
- @pulumi.getter(name="queryClass")
1666
- def query_class(self) -> str:
1667
- """
1668
- The class the dns health check query to use; either IN or CH. Example: `IN`
1669
- """
1670
- return pulumi.get(self, "query_class")
1671
-
1672
- @property
1673
- @pulumi.getter(name="queryType")
1674
- def query_type(self) -> str:
1675
- """
1676
- The type the dns health check query to use; A, AAAA, TXT. Example: `A`
1677
- """
1678
- return pulumi.get(self, "query_type")
1679
-
1680
- @property
1681
- @pulumi.getter
1682
- def rcodes(self) -> Sequence[str]:
1683
- """
1684
- An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]
1685
- """
1686
- return pulumi.get(self, "rcodes")
1687
-
1688
- @property
1689
- @pulumi.getter(name="transportProtocol")
1690
- def transport_protocol(self) -> str:
1691
- """
1692
- DNS transport protocol; either UDP or TCP. Example: `UDP`
1693
- """
1694
- return pulumi.get(self, "transport_protocol")
1695
-
1696
-
1697
1334
  @pulumi.output_type
1698
1335
  class GetBackendSetsFilterResult(dict):
1699
1336
  def __init__(__self__, *,
@@ -2030,7 +1667,7 @@ class GetNetworkLoadBalancerIpAddressResult(dict):
2030
1667
  reserved_ips: Sequence['outputs.GetNetworkLoadBalancerIpAddressReservedIpResult']):
2031
1668
  """
2032
1669
  :param str ip_address: An IP address. Example: `192.168.0.3`
2033
- :param str ip_version: IP version associated with the listener.
1670
+ :param str ip_version: IP version associated with this IP address.
2034
1671
  :param bool is_public: Whether the IP address is public or private.
2035
1672
  :param Sequence['GetNetworkLoadBalancerIpAddressReservedIpArgs'] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
2036
1673
  """
@@ -2051,7 +1688,7 @@ class GetNetworkLoadBalancerIpAddressResult(dict):
2051
1688
  @pulumi.getter(name="ipVersion")
2052
1689
  def ip_version(self) -> str:
2053
1690
  """
2054
- IP version associated with the listener.
1691
+ IP version associated with this IP address.
2055
1692
  """
2056
1693
  return pulumi.get(self, "ip_version")
2057
1694
 
@@ -2114,9 +1751,6 @@ class GetNetworkLoadBalancersFilterResult(dict):
2114
1751
  name: str,
2115
1752
  values: Sequence[str],
2116
1753
  regex: Optional[bool] = None):
2117
- """
2118
- :param str name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
2119
- """
2120
1754
  pulumi.set(__self__, "name", name)
2121
1755
  pulumi.set(__self__, "values", values)
2122
1756
  if regex is not None:
@@ -2125,9 +1759,6 @@ class GetNetworkLoadBalancersFilterResult(dict):
2125
1759
  @property
2126
1760
  @pulumi.getter
2127
1761
  def name(self) -> str:
2128
- """
2129
- A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
2130
- """
2131
1762
  return pulumi.get(self, "name")
2132
1763
 
2133
1764
  @property
@@ -2380,7 +2011,7 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemIpAddressResult(di
2380
2011
  reserved_ips: Sequence['outputs.GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemIpAddressReservedIpResult']):
2381
2012
  """
2382
2013
  :param str ip_address: An IP address. Example: `192.168.0.3`
2383
- :param str ip_version: IP version associated with the listener.
2014
+ :param str ip_version: IP version associated with this IP address.
2384
2015
  :param bool is_public: Whether the IP address is public or private.
2385
2016
  If "true", then the IP address is public and accessible from the internet.
2386
2017
  :param Sequence['GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemIpAddressReservedIpArgs'] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
@@ -2402,7 +2033,7 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemIpAddressResult(di
2402
2033
  @pulumi.getter(name="ipVersion")
2403
2034
  def ip_version(self) -> str:
2404
2035
  """
2405
- IP version associated with the listener.
2036
+ IP version associated with this IP address.
2406
2037
  """
2407
2038
  return pulumi.get(self, "ip_version")
2408
2039