pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.30.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +8 -0
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/database/autonomous_database.py +155 -14
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_databases.py +1 -1
- pulumi_oci/database/outputs.py +68 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
- pulumi_oci/databasemanagement/outputs.py +267 -75
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +4504 -0
- pulumi_oci/dataintegration/get_workspace_task.py +443 -0
- pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
- pulumi_oci/dataintegration/outputs.py +16511 -4723
- pulumi_oci/dataintegration/workspace_task.py +1364 -0
- pulumi_oci/devops/_inputs.py +18 -2
- pulumi_oci/devops/deploy_artifact.py +2 -0
- pulumi_oci/devops/deploy_stage.py +141 -0
- pulumi_oci/devops/get_deploy_stage.py +40 -1
- pulumi_oci/devops/outputs.py +75 -6
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -1
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/logging/_inputs.py +2751 -187
- pulumi_oci/logging/outputs.py +4981 -768
- pulumi_oci/logging/unified_agent_configuration.py +34 -208
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/monitoring/_inputs.py +136 -0
- pulumi_oci/monitoring/alarm.py +173 -0
- pulumi_oci/monitoring/get_alarm.py +40 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
- pulumi_oci/monitoring/outputs.py +305 -0
- pulumi_oci/networkloadbalancer/_inputs.py +16 -16
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +11 -11
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +44 -1
- pulumi_oci/networkloadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancer.py +233 -23
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
- pulumi_oci/networkloadbalancer/outputs.py +58 -30
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/RECORD +77 -73
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,7 @@ class NetworkLoadBalancersBackendSetsUnifiedArgs:
|
|
25
25
|
name: Optional[pulumi.Input[str]] = None):
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a NetworkLoadBalancersBackendSetsUnified resource.
|
28
|
-
:param pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs'] 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['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
29
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.
|
30
30
|
:param pulumi.Input[str] policy: (Updatable) The network load balancer policy for the backend set. Example: `FIVE_TUPLE``
|
31
31
|
|
@@ -57,7 +57,7 @@ class NetworkLoadBalancersBackendSetsUnifiedArgs:
|
|
57
57
|
@pulumi.getter(name="healthChecker")
|
58
58
|
def health_checker(self) -> pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs']:
|
59
59
|
"""
|
60
|
-
(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/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
61
61
|
"""
|
62
62
|
return pulumi.get(self, "health_checker")
|
63
63
|
|
@@ -159,7 +159,7 @@ class _NetworkLoadBalancersBackendSetsUnifiedState:
|
|
159
159
|
"""
|
160
160
|
Input properties used for looking up and filtering NetworkLoadBalancersBackendSetsUnified resources.
|
161
161
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedBackendArgs']]] backends: (Updatable) An array of backends to be associated with the backend set.
|
162
|
-
:param pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
162
|
+
:param pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
163
163
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
164
164
|
: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.
|
165
165
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -205,7 +205,7 @@ class _NetworkLoadBalancersBackendSetsUnifiedState:
|
|
205
205
|
@pulumi.getter(name="healthChecker")
|
206
206
|
def health_checker(self) -> Optional[pulumi.Input['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs']]:
|
207
207
|
"""
|
208
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
208
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
209
209
|
"""
|
210
210
|
return pulumi.get(self, "health_checker")
|
211
211
|
|
@@ -348,7 +348,7 @@ class NetworkLoadBalancersBackendSetsUnified(pulumi.CustomResource):
|
|
348
348
|
:param str resource_name: The name of the resource.
|
349
349
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
350
350
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancersBackendSetsUnifiedBackendArgs']]]] backends: (Updatable) An array of backends to be associated with the backend set.
|
351
|
-
:param pulumi.Input[pulumi.InputType['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
351
|
+
:param pulumi.Input[pulumi.InputType['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
352
352
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
353
353
|
: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.
|
354
354
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -488,7 +488,7 @@ class NetworkLoadBalancersBackendSetsUnified(pulumi.CustomResource):
|
|
488
488
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
489
489
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
490
490
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancersBackendSetsUnifiedBackendArgs']]]] backends: (Updatable) An array of backends to be associated with the backend set.
|
491
|
-
:param pulumi.Input[pulumi.InputType['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
491
|
+
:param pulumi.Input[pulumi.InputType['NetworkLoadBalancersBackendSetsUnifiedHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
492
492
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
|
493
493
|
: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.
|
494
494
|
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -528,7 +528,7 @@ class NetworkLoadBalancersBackendSetsUnified(pulumi.CustomResource):
|
|
528
528
|
@pulumi.getter(name="healthChecker")
|
529
529
|
def health_checker(self) -> pulumi.Output['outputs.NetworkLoadBalancersBackendSetsUnifiedHealthChecker']:
|
530
530
|
"""
|
531
|
-
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
531
|
+
(Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/health-check-policy-management.htm).
|
532
532
|
"""
|
533
533
|
return pulumi.get(self, "health_checker")
|
534
534
|
|
@@ -85,17 +85,17 @@ class BackendSetBackend(dict):
|
|
85
85
|
weight: Optional[int] = None):
|
86
86
|
"""
|
87
87
|
: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`
|
88
|
-
:param str ip_address: The IP address of the backend server.
|
89
|
-
: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`
|
90
|
-
:param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
91
|
-
:param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
88
|
+
:param str ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
89
|
+
:param bool is_backup: (Updatable) 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`
|
90
|
+
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
91
|
+
:param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
92
92
|
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
93
93
|
|
94
94
|
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
95
95
|
|
96
96
|
Example: `example_backend_set`
|
97
|
-
:param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
98
|
-
: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/
|
97
|
+
:param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
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`
|
99
99
|
"""
|
100
100
|
pulumi.set(__self__, "port", port)
|
101
101
|
if ip_address is not None:
|
@@ -125,7 +125,7 @@ class BackendSetBackend(dict):
|
|
125
125
|
@pulumi.getter(name="ipAddress")
|
126
126
|
def ip_address(self) -> Optional[str]:
|
127
127
|
"""
|
128
|
-
The IP address of the backend server.
|
128
|
+
(Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
129
129
|
"""
|
130
130
|
return pulumi.get(self, "ip_address")
|
131
131
|
|
@@ -133,7 +133,7 @@ class BackendSetBackend(dict):
|
|
133
133
|
@pulumi.getter(name="isBackup")
|
134
134
|
def is_backup(self) -> Optional[bool]:
|
135
135
|
"""
|
136
|
-
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`
|
136
|
+
(Updatable) 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`
|
137
137
|
"""
|
138
138
|
return pulumi.get(self, "is_backup")
|
139
139
|
|
@@ -141,7 +141,7 @@ class BackendSetBackend(dict):
|
|
141
141
|
@pulumi.getter(name="isDrain")
|
142
142
|
def is_drain(self) -> Optional[bool]:
|
143
143
|
"""
|
144
|
-
Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
144
|
+
(Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
145
145
|
"""
|
146
146
|
return pulumi.get(self, "is_drain")
|
147
147
|
|
@@ -149,7 +149,7 @@ class BackendSetBackend(dict):
|
|
149
149
|
@pulumi.getter(name="isOffline")
|
150
150
|
def is_offline(self) -> Optional[bool]:
|
151
151
|
"""
|
152
|
-
Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
152
|
+
(Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
153
153
|
"""
|
154
154
|
return pulumi.get(self, "is_offline")
|
155
155
|
|
@@ -169,7 +169,7 @@ class BackendSetBackend(dict):
|
|
169
169
|
@pulumi.getter(name="targetId")
|
170
170
|
def target_id(self) -> Optional[str]:
|
171
171
|
"""
|
172
|
-
The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
172
|
+
(Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
173
173
|
"""
|
174
174
|
return pulumi.get(self, "target_id")
|
175
175
|
|
@@ -177,7 +177,7 @@ class BackendSetBackend(dict):
|
|
177
177
|
@pulumi.getter
|
178
178
|
def weight(self) -> Optional[int]:
|
179
179
|
"""
|
180
|
-
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/
|
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`
|
181
181
|
"""
|
182
182
|
return pulumi.get(self, "weight")
|
183
183
|
|
@@ -525,7 +525,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
525
525
|
: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`
|
526
526
|
:param str ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
527
527
|
:param bool is_backup: (Updatable) 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`
|
528
|
-
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no
|
528
|
+
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
529
529
|
:param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
530
530
|
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
531
531
|
|
@@ -533,7 +533,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
533
533
|
|
534
534
|
Example: `example_backend_set`
|
535
535
|
:param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
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/
|
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`
|
537
537
|
"""
|
538
538
|
pulumi.set(__self__, "port", port)
|
539
539
|
if ip_address is not None:
|
@@ -579,7 +579,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
579
579
|
@pulumi.getter(name="isDrain")
|
580
580
|
def is_drain(self) -> Optional[bool]:
|
581
581
|
"""
|
582
|
-
(Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no
|
582
|
+
(Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
583
583
|
"""
|
584
584
|
return pulumi.get(self, "is_drain")
|
585
585
|
|
@@ -615,7 +615,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
615
615
|
@pulumi.getter
|
616
616
|
def weight(self) -> Optional[int]:
|
617
617
|
"""
|
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/
|
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`
|
619
619
|
"""
|
620
620
|
return pulumi.get(self, "weight")
|
621
621
|
|
@@ -818,12 +818,12 @@ class GetBackendSetBackendResult(dict):
|
|
818
818
|
"""
|
819
819
|
:param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
|
820
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`
|
821
|
-
:param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no
|
821
|
+
:param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
822
822
|
:param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
823
823
|
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
824
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`
|
825
825
|
:param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
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/
|
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`
|
827
827
|
"""
|
828
828
|
pulumi.set(__self__, "ip_address", ip_address)
|
829
829
|
pulumi.set(__self__, "is_backup", is_backup)
|
@@ -854,7 +854,7 @@ class GetBackendSetBackendResult(dict):
|
|
854
854
|
@pulumi.getter(name="isDrain")
|
855
855
|
def is_drain(self) -> bool:
|
856
856
|
"""
|
857
|
-
Whether the network load balancer should drain this server. Servers marked "isDrain" receive no
|
857
|
+
Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
858
858
|
"""
|
859
859
|
return pulumi.get(self, "is_drain")
|
860
860
|
|
@@ -894,7 +894,7 @@ class GetBackendSetBackendResult(dict):
|
|
894
894
|
@pulumi.getter
|
895
895
|
def weight(self) -> int:
|
896
896
|
"""
|
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/
|
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`
|
898
898
|
"""
|
899
899
|
return pulumi.get(self, "weight")
|
900
900
|
|
@@ -1041,7 +1041,7 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
|
|
1041
1041
|
policy: str):
|
1042
1042
|
"""
|
1043
1043
|
:param Sequence['GetBackendSetsBackendSetCollectionItemBackendArgs'] backends: Array of backends.
|
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/
|
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).
|
1045
1045
|
:param str ip_version: IP version associated with the backend set.
|
1046
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.
|
1047
1047
|
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
@@ -1069,7 +1069,7 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
|
|
1069
1069
|
@pulumi.getter(name="healthCheckers")
|
1070
1070
|
def health_checkers(self) -> Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerResult']:
|
1071
1071
|
"""
|
1072
|
-
The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/
|
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).
|
1073
1073
|
"""
|
1074
1074
|
return pulumi.get(self, "health_checkers")
|
1075
1075
|
|
@@ -1133,12 +1133,12 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
|
|
1133
1133
|
"""
|
1134
1134
|
:param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
|
1135
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`
|
1136
|
-
:param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no
|
1136
|
+
:param bool is_drain: Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
1137
1137
|
:param bool is_offline: Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
1138
1138
|
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
1139
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`
|
1140
1140
|
:param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
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/
|
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`
|
1142
1142
|
"""
|
1143
1143
|
pulumi.set(__self__, "ip_address", ip_address)
|
1144
1144
|
pulumi.set(__self__, "is_backup", is_backup)
|
@@ -1169,7 +1169,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
|
|
1169
1169
|
@pulumi.getter(name="isDrain")
|
1170
1170
|
def is_drain(self) -> bool:
|
1171
1171
|
"""
|
1172
|
-
Whether the network load balancer should drain this server. Servers marked "isDrain" receive no
|
1172
|
+
Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
1173
1173
|
"""
|
1174
1174
|
return pulumi.get(self, "is_drain")
|
1175
1175
|
|
@@ -1209,7 +1209,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
|
|
1209
1209
|
@pulumi.getter
|
1210
1210
|
def weight(self) -> int:
|
1211
1211
|
"""
|
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/
|
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`
|
1213
1213
|
"""
|
1214
1214
|
return pulumi.get(self, "weight")
|
1215
1215
|
|
@@ -1400,7 +1400,7 @@ class GetBackendsBackendCollectionItemResult(dict):
|
|
1400
1400
|
: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.
|
1401
1401
|
:param int port: The communication port for the backend server. Example: `8080`
|
1402
1402
|
:param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
1403
|
-
: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/
|
1403
|
+
: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`
|
1404
1404
|
"""
|
1405
1405
|
pulumi.set(__self__, "backend_set_name", backend_set_name)
|
1406
1406
|
pulumi.set(__self__, "id", id)
|
@@ -1495,7 +1495,7 @@ class GetBackendsBackendCollectionItemResult(dict):
|
|
1495
1495
|
@pulumi.getter
|
1496
1496
|
def weight(self) -> int:
|
1497
1497
|
"""
|
1498
|
-
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/
|
1498
|
+
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`
|
1499
1499
|
"""
|
1500
1500
|
return pulumi.get(self, "weight")
|
1501
1501
|
|
@@ -1594,7 +1594,7 @@ class GetListenersListenerCollectionItemResult(dict):
|
|
1594
1594
|
:param str name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
1595
1595
|
: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.
|
1596
1596
|
:param int port: The communication port for the listener. Example: `80`
|
1597
|
-
:param str protocol: The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
1597
|
+
:param str protocol: The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
1598
1598
|
"""
|
1599
1599
|
pulumi.set(__self__, "default_backend_set_name", default_backend_set_name)
|
1600
1600
|
pulumi.set(__self__, "id", id)
|
@@ -1653,7 +1653,7 @@ class GetListenersListenerCollectionItemResult(dict):
|
|
1653
1653
|
@pulumi.getter
|
1654
1654
|
def protocol(self) -> str:
|
1655
1655
|
"""
|
1656
|
-
The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true).
|
1656
|
+
The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
1657
1657
|
"""
|
1658
1658
|
return pulumi.get(self, "protocol")
|
1659
1659
|
|
@@ -1787,6 +1787,8 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionResult(dict):
|
|
1787
1787
|
@pulumi.output_type
|
1788
1788
|
class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
1789
1789
|
def __init__(__self__, *,
|
1790
|
+
assigned_ipv6: str,
|
1791
|
+
assigned_private_ipv4: str,
|
1790
1792
|
compartment_id: str,
|
1791
1793
|
defined_tags: Mapping[str, Any],
|
1792
1794
|
display_name: str,
|
@@ -1795,12 +1797,14 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1795
1797
|
ip_addresses: Sequence['outputs.GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemIpAddressResult'],
|
1796
1798
|
is_preserve_source_destination: bool,
|
1797
1799
|
is_private: bool,
|
1800
|
+
is_symmetric_hash_enabled: bool,
|
1798
1801
|
lifecycle_details: str,
|
1799
1802
|
network_security_group_ids: Sequence[str],
|
1800
1803
|
nlb_ip_version: str,
|
1801
1804
|
reserved_ips: Sequence['outputs.GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemReservedIpResult'],
|
1802
1805
|
state: str,
|
1803
1806
|
subnet_id: str,
|
1807
|
+
subnet_ipv6cidr: str,
|
1804
1808
|
system_tags: Mapping[str, Any],
|
1805
1809
|
time_created: str,
|
1806
1810
|
time_updated: str):
|
@@ -1822,6 +1826,8 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1822
1826
|
:param str time_created: The date and time the network load balancer was created, in the format defined by RFC3339. Example: `2020-05-01T21:10:29.600Z`
|
1823
1827
|
:param str time_updated: The time the network load balancer was updated. An RFC3339 formatted date-time string. Example: `2020-05-01T22:10:29.600Z`
|
1824
1828
|
"""
|
1829
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
1830
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
1825
1831
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1826
1832
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
1827
1833
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -1830,16 +1836,28 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1830
1836
|
pulumi.set(__self__, "ip_addresses", ip_addresses)
|
1831
1837
|
pulumi.set(__self__, "is_preserve_source_destination", is_preserve_source_destination)
|
1832
1838
|
pulumi.set(__self__, "is_private", is_private)
|
1839
|
+
pulumi.set(__self__, "is_symmetric_hash_enabled", is_symmetric_hash_enabled)
|
1833
1840
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1834
1841
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
1835
1842
|
pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
|
1836
1843
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
1837
1844
|
pulumi.set(__self__, "state", state)
|
1838
1845
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
1846
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
1839
1847
|
pulumi.set(__self__, "system_tags", system_tags)
|
1840
1848
|
pulumi.set(__self__, "time_created", time_created)
|
1841
1849
|
pulumi.set(__self__, "time_updated", time_updated)
|
1842
1850
|
|
1851
|
+
@property
|
1852
|
+
@pulumi.getter(name="assignedIpv6")
|
1853
|
+
def assigned_ipv6(self) -> str:
|
1854
|
+
return pulumi.get(self, "assigned_ipv6")
|
1855
|
+
|
1856
|
+
@property
|
1857
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
1858
|
+
def assigned_private_ipv4(self) -> str:
|
1859
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
1860
|
+
|
1843
1861
|
@property
|
1844
1862
|
@pulumi.getter(name="compartmentId")
|
1845
1863
|
def compartment_id(self) -> str:
|
@@ -1904,6 +1922,11 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1904
1922
|
"""
|
1905
1923
|
return pulumi.get(self, "is_private")
|
1906
1924
|
|
1925
|
+
@property
|
1926
|
+
@pulumi.getter(name="isSymmetricHashEnabled")
|
1927
|
+
def is_symmetric_hash_enabled(self) -> bool:
|
1928
|
+
return pulumi.get(self, "is_symmetric_hash_enabled")
|
1929
|
+
|
1907
1930
|
@property
|
1908
1931
|
@pulumi.getter(name="lifecycleDetails")
|
1909
1932
|
def lifecycle_details(self) -> str:
|
@@ -1949,6 +1972,11 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1949
1972
|
"""
|
1950
1973
|
return pulumi.get(self, "subnet_id")
|
1951
1974
|
|
1975
|
+
@property
|
1976
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
1977
|
+
def subnet_ipv6cidr(self) -> str:
|
1978
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
1979
|
+
|
1952
1980
|
@property
|
1953
1981
|
@pulumi.getter(name="systemTags")
|
1954
1982
|
def system_tags(self) -> Mapping[str, Any]:
|