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
@@ -19,22 +19,24 @@ class NetworkLoadBalancerArgs:
|
|
19
19
|
compartment_id: pulumi.Input[str],
|
20
20
|
display_name: pulumi.Input[str],
|
21
21
|
subnet_id: pulumi.Input[str],
|
22
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
23
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
22
24
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
23
25
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
24
26
|
is_preserve_source_destination: Optional[pulumi.Input[bool]] = None,
|
25
27
|
is_private: Optional[pulumi.Input[bool]] = None,
|
28
|
+
is_symmetric_hash_enabled: Optional[pulumi.Input[bool]] = None,
|
26
29
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
27
30
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
28
|
-
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None
|
31
|
+
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None,
|
32
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None):
|
29
33
|
"""
|
30
34
|
The set of arguments for constructing a NetworkLoadBalancer resource.
|
31
35
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the network load balancer.
|
32
36
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
33
37
|
:param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
34
|
-
|
35
|
-
|
36
|
-
** IMPORTANT **
|
37
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
38
|
+
:param pulumi.Input[str] assigned_ipv6: IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
39
|
+
:param pulumi.Input[str] assigned_private_ipv4: Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
38
40
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
39
41
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
40
42
|
:param pulumi.Input[bool] is_preserve_source_destination: (Updatable) This parameter can be enabled only if backends are compute OCIDs. When enabled, the skipSourceDestinationCheck parameter is automatically enabled on the load balancer VNIC, and packets are sent to the backend with the entire IP header intact.
|
@@ -44,7 +46,10 @@ class NetworkLoadBalancerArgs:
|
|
44
46
|
|
45
47
|
If "false", then the service assigns a public IP address to the network load balancer.
|
46
48
|
|
47
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
49
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
50
|
+
|
51
|
+
Example: `true`
|
52
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
48
53
|
|
49
54
|
Example: `true`
|
50
55
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) An array of network security groups [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the network load balancer.
|
@@ -58,10 +63,19 @@ class NetworkLoadBalancerArgs:
|
|
58
63
|
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
|
59
64
|
:param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
|
60
65
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
|
66
|
+
:param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
67
|
+
|
68
|
+
|
69
|
+
** IMPORTANT **
|
70
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
61
71
|
"""
|
62
72
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
63
73
|
pulumi.set(__self__, "display_name", display_name)
|
64
74
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
75
|
+
if assigned_ipv6 is not None:
|
76
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
77
|
+
if assigned_private_ipv4 is not None:
|
78
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
65
79
|
if defined_tags is not None:
|
66
80
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
67
81
|
if freeform_tags is not None:
|
@@ -70,12 +84,16 @@ class NetworkLoadBalancerArgs:
|
|
70
84
|
pulumi.set(__self__, "is_preserve_source_destination", is_preserve_source_destination)
|
71
85
|
if is_private is not None:
|
72
86
|
pulumi.set(__self__, "is_private", is_private)
|
87
|
+
if is_symmetric_hash_enabled is not None:
|
88
|
+
pulumi.set(__self__, "is_symmetric_hash_enabled", is_symmetric_hash_enabled)
|
73
89
|
if network_security_group_ids is not None:
|
74
90
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
75
91
|
if nlb_ip_version is not None:
|
76
92
|
pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
|
77
93
|
if reserved_ips is not None:
|
78
94
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
95
|
+
if subnet_ipv6cidr is not None:
|
96
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
79
97
|
|
80
98
|
@property
|
81
99
|
@pulumi.getter(name="compartmentId")
|
@@ -106,10 +124,6 @@ class NetworkLoadBalancerArgs:
|
|
106
124
|
def subnet_id(self) -> pulumi.Input[str]:
|
107
125
|
"""
|
108
126
|
The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
109
|
-
|
110
|
-
|
111
|
-
** IMPORTANT **
|
112
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
113
127
|
"""
|
114
128
|
return pulumi.get(self, "subnet_id")
|
115
129
|
|
@@ -117,6 +131,30 @@ class NetworkLoadBalancerArgs:
|
|
117
131
|
def subnet_id(self, value: pulumi.Input[str]):
|
118
132
|
pulumi.set(self, "subnet_id", value)
|
119
133
|
|
134
|
+
@property
|
135
|
+
@pulumi.getter(name="assignedIpv6")
|
136
|
+
def assigned_ipv6(self) -> Optional[pulumi.Input[str]]:
|
137
|
+
"""
|
138
|
+
IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
139
|
+
"""
|
140
|
+
return pulumi.get(self, "assigned_ipv6")
|
141
|
+
|
142
|
+
@assigned_ipv6.setter
|
143
|
+
def assigned_ipv6(self, value: Optional[pulumi.Input[str]]):
|
144
|
+
pulumi.set(self, "assigned_ipv6", value)
|
145
|
+
|
146
|
+
@property
|
147
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
148
|
+
def assigned_private_ipv4(self) -> Optional[pulumi.Input[str]]:
|
149
|
+
"""
|
150
|
+
Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
153
|
+
|
154
|
+
@assigned_private_ipv4.setter
|
155
|
+
def assigned_private_ipv4(self, value: Optional[pulumi.Input[str]]):
|
156
|
+
pulumi.set(self, "assigned_private_ipv4", value)
|
157
|
+
|
120
158
|
@property
|
121
159
|
@pulumi.getter(name="definedTags")
|
122
160
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -163,7 +201,7 @@ class NetworkLoadBalancerArgs:
|
|
163
201
|
|
164
202
|
If "false", then the service assigns a public IP address to the network load balancer.
|
165
203
|
|
166
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
204
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
167
205
|
|
168
206
|
Example: `true`
|
169
207
|
"""
|
@@ -173,6 +211,20 @@ class NetworkLoadBalancerArgs:
|
|
173
211
|
def is_private(self, value: Optional[pulumi.Input[bool]]):
|
174
212
|
pulumi.set(self, "is_private", value)
|
175
213
|
|
214
|
+
@property
|
215
|
+
@pulumi.getter(name="isSymmetricHashEnabled")
|
216
|
+
def is_symmetric_hash_enabled(self) -> Optional[pulumi.Input[bool]]:
|
217
|
+
"""
|
218
|
+
(Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
219
|
+
|
220
|
+
Example: `true`
|
221
|
+
"""
|
222
|
+
return pulumi.get(self, "is_symmetric_hash_enabled")
|
223
|
+
|
224
|
+
@is_symmetric_hash_enabled.setter
|
225
|
+
def is_symmetric_hash_enabled(self, value: Optional[pulumi.Input[bool]]):
|
226
|
+
pulumi.set(self, "is_symmetric_hash_enabled", value)
|
227
|
+
|
176
228
|
@property
|
177
229
|
@pulumi.getter(name="networkSecurityGroupIds")
|
178
230
|
def network_security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -217,10 +269,28 @@ class NetworkLoadBalancerArgs:
|
|
217
269
|
def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]]):
|
218
270
|
pulumi.set(self, "reserved_ips", value)
|
219
271
|
|
272
|
+
@property
|
273
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
274
|
+
def subnet_ipv6cidr(self) -> Optional[pulumi.Input[str]]:
|
275
|
+
"""
|
276
|
+
IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
277
|
+
|
278
|
+
|
279
|
+
** IMPORTANT **
|
280
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
281
|
+
"""
|
282
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
283
|
+
|
284
|
+
@subnet_ipv6cidr.setter
|
285
|
+
def subnet_ipv6cidr(self, value: Optional[pulumi.Input[str]]):
|
286
|
+
pulumi.set(self, "subnet_ipv6cidr", value)
|
287
|
+
|
220
288
|
|
221
289
|
@pulumi.input_type
|
222
290
|
class _NetworkLoadBalancerState:
|
223
291
|
def __init__(__self__, *,
|
292
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
293
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
224
294
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
225
295
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
226
296
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -228,17 +298,21 @@ class _NetworkLoadBalancerState:
|
|
228
298
|
ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerIpAddressArgs']]]] = None,
|
229
299
|
is_preserve_source_destination: Optional[pulumi.Input[bool]] = None,
|
230
300
|
is_private: Optional[pulumi.Input[bool]] = None,
|
301
|
+
is_symmetric_hash_enabled: Optional[pulumi.Input[bool]] = None,
|
231
302
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
232
303
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
233
304
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
234
305
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None,
|
235
306
|
state: Optional[pulumi.Input[str]] = None,
|
236
307
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
308
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
237
309
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
238
310
|
time_created: Optional[pulumi.Input[str]] = None,
|
239
311
|
time_updated: Optional[pulumi.Input[str]] = None):
|
240
312
|
"""
|
241
313
|
Input properties used for looking up and filtering NetworkLoadBalancer resources.
|
314
|
+
:param pulumi.Input[str] assigned_ipv6: IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
315
|
+
:param pulumi.Input[str] assigned_private_ipv4: Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
242
316
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the network load balancer.
|
243
317
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
244
318
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -251,7 +325,10 @@ class _NetworkLoadBalancerState:
|
|
251
325
|
|
252
326
|
If "false", then the service assigns a public IP address to the network load balancer.
|
253
327
|
|
254
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
328
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
329
|
+
|
330
|
+
Example: `true`
|
331
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
255
332
|
|
256
333
|
Example: `true`
|
257
334
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
@@ -268,6 +345,7 @@ class _NetworkLoadBalancerState:
|
|
268
345
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
|
269
346
|
:param pulumi.Input[str] state: The current state of the network load balancer.
|
270
347
|
:param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
348
|
+
:param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
271
349
|
|
272
350
|
|
273
351
|
** IMPORTANT **
|
@@ -276,6 +354,10 @@ class _NetworkLoadBalancerState:
|
|
276
354
|
:param pulumi.Input[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`
|
277
355
|
:param pulumi.Input[str] time_updated: The time the network load balancer was updated. An RFC3339 formatted date-time string. Example: `2020-05-01T22:10:29.600Z`
|
278
356
|
"""
|
357
|
+
if assigned_ipv6 is not None:
|
358
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
359
|
+
if assigned_private_ipv4 is not None:
|
360
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
279
361
|
if compartment_id is not None:
|
280
362
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
281
363
|
if defined_tags is not None:
|
@@ -290,6 +372,8 @@ class _NetworkLoadBalancerState:
|
|
290
372
|
pulumi.set(__self__, "is_preserve_source_destination", is_preserve_source_destination)
|
291
373
|
if is_private is not None:
|
292
374
|
pulumi.set(__self__, "is_private", is_private)
|
375
|
+
if is_symmetric_hash_enabled is not None:
|
376
|
+
pulumi.set(__self__, "is_symmetric_hash_enabled", is_symmetric_hash_enabled)
|
293
377
|
if lifecycle_details is not None:
|
294
378
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
295
379
|
if network_security_group_ids is not None:
|
@@ -302,6 +386,8 @@ class _NetworkLoadBalancerState:
|
|
302
386
|
pulumi.set(__self__, "state", state)
|
303
387
|
if subnet_id is not None:
|
304
388
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
389
|
+
if subnet_ipv6cidr is not None:
|
390
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
305
391
|
if system_tags is not None:
|
306
392
|
pulumi.set(__self__, "system_tags", system_tags)
|
307
393
|
if time_created is not None:
|
@@ -309,6 +395,30 @@ class _NetworkLoadBalancerState:
|
|
309
395
|
if time_updated is not None:
|
310
396
|
pulumi.set(__self__, "time_updated", time_updated)
|
311
397
|
|
398
|
+
@property
|
399
|
+
@pulumi.getter(name="assignedIpv6")
|
400
|
+
def assigned_ipv6(self) -> Optional[pulumi.Input[str]]:
|
401
|
+
"""
|
402
|
+
IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
403
|
+
"""
|
404
|
+
return pulumi.get(self, "assigned_ipv6")
|
405
|
+
|
406
|
+
@assigned_ipv6.setter
|
407
|
+
def assigned_ipv6(self, value: Optional[pulumi.Input[str]]):
|
408
|
+
pulumi.set(self, "assigned_ipv6", value)
|
409
|
+
|
410
|
+
@property
|
411
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
412
|
+
def assigned_private_ipv4(self) -> Optional[pulumi.Input[str]]:
|
413
|
+
"""
|
414
|
+
Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
415
|
+
"""
|
416
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
417
|
+
|
418
|
+
@assigned_private_ipv4.setter
|
419
|
+
def assigned_private_ipv4(self, value: Optional[pulumi.Input[str]]):
|
420
|
+
pulumi.set(self, "assigned_private_ipv4", value)
|
421
|
+
|
312
422
|
@property
|
313
423
|
@pulumi.getter(name="compartmentId")
|
314
424
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -391,7 +501,7 @@ class _NetworkLoadBalancerState:
|
|
391
501
|
|
392
502
|
If "false", then the service assigns a public IP address to the network load balancer.
|
393
503
|
|
394
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
504
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
395
505
|
|
396
506
|
Example: `true`
|
397
507
|
"""
|
@@ -401,6 +511,20 @@ class _NetworkLoadBalancerState:
|
|
401
511
|
def is_private(self, value: Optional[pulumi.Input[bool]]):
|
402
512
|
pulumi.set(self, "is_private", value)
|
403
513
|
|
514
|
+
@property
|
515
|
+
@pulumi.getter(name="isSymmetricHashEnabled")
|
516
|
+
def is_symmetric_hash_enabled(self) -> Optional[pulumi.Input[bool]]:
|
517
|
+
"""
|
518
|
+
(Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
519
|
+
|
520
|
+
Example: `true`
|
521
|
+
"""
|
522
|
+
return pulumi.get(self, "is_symmetric_hash_enabled")
|
523
|
+
|
524
|
+
@is_symmetric_hash_enabled.setter
|
525
|
+
def is_symmetric_hash_enabled(self, value: Optional[pulumi.Input[bool]]):
|
526
|
+
pulumi.set(self, "is_symmetric_hash_enabled", value)
|
527
|
+
|
404
528
|
@property
|
405
529
|
@pulumi.getter(name="lifecycleDetails")
|
406
530
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
@@ -474,10 +598,6 @@ class _NetworkLoadBalancerState:
|
|
474
598
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
475
599
|
"""
|
476
600
|
The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
477
|
-
|
478
|
-
|
479
|
-
** IMPORTANT **
|
480
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
481
601
|
"""
|
482
602
|
return pulumi.get(self, "subnet_id")
|
483
603
|
|
@@ -485,6 +605,22 @@ class _NetworkLoadBalancerState:
|
|
485
605
|
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
486
606
|
pulumi.set(self, "subnet_id", value)
|
487
607
|
|
608
|
+
@property
|
609
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
610
|
+
def subnet_ipv6cidr(self) -> Optional[pulumi.Input[str]]:
|
611
|
+
"""
|
612
|
+
IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
613
|
+
|
614
|
+
|
615
|
+
** IMPORTANT **
|
616
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
617
|
+
"""
|
618
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
619
|
+
|
620
|
+
@subnet_ipv6cidr.setter
|
621
|
+
def subnet_ipv6cidr(self, value: Optional[pulumi.Input[str]]):
|
622
|
+
pulumi.set(self, "subnet_ipv6cidr", value)
|
623
|
+
|
488
624
|
@property
|
489
625
|
@pulumi.getter(name="systemTags")
|
490
626
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -527,16 +663,20 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
527
663
|
def __init__(__self__,
|
528
664
|
resource_name: str,
|
529
665
|
opts: Optional[pulumi.ResourceOptions] = None,
|
666
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
667
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
530
668
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
531
669
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
532
670
|
display_name: Optional[pulumi.Input[str]] = None,
|
533
671
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
534
672
|
is_preserve_source_destination: Optional[pulumi.Input[bool]] = None,
|
535
673
|
is_private: Optional[pulumi.Input[bool]] = None,
|
674
|
+
is_symmetric_hash_enabled: Optional[pulumi.Input[bool]] = None,
|
536
675
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
537
676
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
538
677
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
539
678
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
679
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
540
680
|
__props__=None):
|
541
681
|
"""
|
542
682
|
This resource provides the Network Load Balancer resource in Oracle Cloud Infrastructure Network Load Balancer service.
|
@@ -554,6 +694,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
554
694
|
compartment_id=var["compartment_id"],
|
555
695
|
display_name=var["network_load_balancer_display_name"],
|
556
696
|
subnet_id=oci_core_subnet["test_subnet"]["id"],
|
697
|
+
assigned_ipv6=var["network_load_balancer_assigned_ipv6"],
|
698
|
+
assigned_private_ipv4=var["network_load_balancer_assigned_private_ipv4"],
|
557
699
|
defined_tags={
|
558
700
|
"Operations.CostCenter": "42",
|
559
701
|
},
|
@@ -562,11 +704,13 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
562
704
|
},
|
563
705
|
is_preserve_source_destination=var["network_load_balancer_is_preserve_source_destination"],
|
564
706
|
is_private=var["network_load_balancer_is_private"],
|
707
|
+
is_symmetric_hash_enabled=var["network_load_balancer_is_symmetric_hash_enabled"],
|
565
708
|
network_security_group_ids=var["network_load_balancer_network_security_group_ids"],
|
566
709
|
nlb_ip_version=var["network_load_balancer_nlb_ip_version"],
|
567
710
|
reserved_ips=[oci.network_load_balancer.NetworkLoadBalancerReservedIpArgs(
|
568
711
|
id=var["network_load_balancer_reserved_ips_id"],
|
569
|
-
)]
|
712
|
+
)],
|
713
|
+
subnet_ipv6cidr=var["network_load_balancer_subnet_ipv6cidr"])
|
570
714
|
```
|
571
715
|
<!--End PulumiCodeChooser -->
|
572
716
|
|
@@ -580,6 +724,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
580
724
|
|
581
725
|
:param str resource_name: The name of the resource.
|
582
726
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
727
|
+
:param pulumi.Input[str] assigned_ipv6: IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
728
|
+
:param pulumi.Input[str] assigned_private_ipv4: Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
583
729
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the network load balancer.
|
584
730
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
585
731
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -591,7 +737,10 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
591
737
|
|
592
738
|
If "false", then the service assigns a public IP address to the network load balancer.
|
593
739
|
|
594
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
740
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
741
|
+
|
742
|
+
Example: `true`
|
743
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
595
744
|
|
596
745
|
Example: `true`
|
597
746
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_security_group_ids: (Updatable) An array of network security groups [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the network load balancer.
|
@@ -606,6 +755,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
606
755
|
:param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
|
607
756
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]] reserved_ips: An array of reserved Ips.
|
608
757
|
:param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
758
|
+
:param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
609
759
|
|
610
760
|
|
611
761
|
** IMPORTANT **
|
@@ -633,6 +783,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
633
783
|
compartment_id=var["compartment_id"],
|
634
784
|
display_name=var["network_load_balancer_display_name"],
|
635
785
|
subnet_id=oci_core_subnet["test_subnet"]["id"],
|
786
|
+
assigned_ipv6=var["network_load_balancer_assigned_ipv6"],
|
787
|
+
assigned_private_ipv4=var["network_load_balancer_assigned_private_ipv4"],
|
636
788
|
defined_tags={
|
637
789
|
"Operations.CostCenter": "42",
|
638
790
|
},
|
@@ -641,11 +793,13 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
641
793
|
},
|
642
794
|
is_preserve_source_destination=var["network_load_balancer_is_preserve_source_destination"],
|
643
795
|
is_private=var["network_load_balancer_is_private"],
|
796
|
+
is_symmetric_hash_enabled=var["network_load_balancer_is_symmetric_hash_enabled"],
|
644
797
|
network_security_group_ids=var["network_load_balancer_network_security_group_ids"],
|
645
798
|
nlb_ip_version=var["network_load_balancer_nlb_ip_version"],
|
646
799
|
reserved_ips=[oci.network_load_balancer.NetworkLoadBalancerReservedIpArgs(
|
647
800
|
id=var["network_load_balancer_reserved_ips_id"],
|
648
|
-
)]
|
801
|
+
)],
|
802
|
+
subnet_ipv6cidr=var["network_load_balancer_subnet_ipv6cidr"])
|
649
803
|
```
|
650
804
|
<!--End PulumiCodeChooser -->
|
651
805
|
|
@@ -672,16 +826,20 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
672
826
|
def _internal_init(__self__,
|
673
827
|
resource_name: str,
|
674
828
|
opts: Optional[pulumi.ResourceOptions] = None,
|
829
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
830
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
675
831
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
676
832
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
677
833
|
display_name: Optional[pulumi.Input[str]] = None,
|
678
834
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
679
835
|
is_preserve_source_destination: Optional[pulumi.Input[bool]] = None,
|
680
836
|
is_private: Optional[pulumi.Input[bool]] = None,
|
837
|
+
is_symmetric_hash_enabled: Optional[pulumi.Input[bool]] = None,
|
681
838
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
682
839
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
683
840
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
684
841
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
842
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
685
843
|
__props__=None):
|
686
844
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
687
845
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -691,6 +849,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
691
849
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
692
850
|
__props__ = NetworkLoadBalancerArgs.__new__(NetworkLoadBalancerArgs)
|
693
851
|
|
852
|
+
__props__.__dict__["assigned_ipv6"] = assigned_ipv6
|
853
|
+
__props__.__dict__["assigned_private_ipv4"] = assigned_private_ipv4
|
694
854
|
if compartment_id is None and not opts.urn:
|
695
855
|
raise TypeError("Missing required property 'compartment_id'")
|
696
856
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -701,12 +861,14 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
701
861
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
702
862
|
__props__.__dict__["is_preserve_source_destination"] = is_preserve_source_destination
|
703
863
|
__props__.__dict__["is_private"] = is_private
|
864
|
+
__props__.__dict__["is_symmetric_hash_enabled"] = is_symmetric_hash_enabled
|
704
865
|
__props__.__dict__["network_security_group_ids"] = network_security_group_ids
|
705
866
|
__props__.__dict__["nlb_ip_version"] = nlb_ip_version
|
706
867
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
707
868
|
if subnet_id is None and not opts.urn:
|
708
869
|
raise TypeError("Missing required property 'subnet_id'")
|
709
870
|
__props__.__dict__["subnet_id"] = subnet_id
|
871
|
+
__props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
|
710
872
|
__props__.__dict__["ip_addresses"] = None
|
711
873
|
__props__.__dict__["lifecycle_details"] = None
|
712
874
|
__props__.__dict__["state"] = None
|
@@ -723,6 +885,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
723
885
|
def get(resource_name: str,
|
724
886
|
id: pulumi.Input[str],
|
725
887
|
opts: Optional[pulumi.ResourceOptions] = None,
|
888
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
889
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
726
890
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
727
891
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
728
892
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -730,12 +894,14 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
730
894
|
ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerIpAddressArgs']]]]] = None,
|
731
895
|
is_preserve_source_destination: Optional[pulumi.Input[bool]] = None,
|
732
896
|
is_private: Optional[pulumi.Input[bool]] = None,
|
897
|
+
is_symmetric_hash_enabled: Optional[pulumi.Input[bool]] = None,
|
733
898
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
734
899
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
735
900
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
736
901
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
737
902
|
state: Optional[pulumi.Input[str]] = None,
|
738
903
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
904
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
739
905
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
740
906
|
time_created: Optional[pulumi.Input[str]] = None,
|
741
907
|
time_updated: Optional[pulumi.Input[str]] = None) -> 'NetworkLoadBalancer':
|
@@ -746,6 +912,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
746
912
|
:param str resource_name: The unique name of the resulting resource.
|
747
913
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
748
914
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
915
|
+
:param pulumi.Input[str] assigned_ipv6: IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
916
|
+
:param pulumi.Input[str] assigned_private_ipv4: Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
749
917
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the network load balancer.
|
750
918
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
751
919
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -758,7 +926,10 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
758
926
|
|
759
927
|
If "false", then the service assigns a public IP address to the network load balancer.
|
760
928
|
|
761
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
929
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
930
|
+
|
931
|
+
Example: `true`
|
932
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
762
933
|
|
763
934
|
Example: `true`
|
764
935
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
@@ -775,6 +946,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
775
946
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]] reserved_ips: An array of reserved Ips.
|
776
947
|
:param pulumi.Input[str] state: The current state of the network load balancer.
|
777
948
|
:param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
949
|
+
:param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
778
950
|
|
779
951
|
|
780
952
|
** IMPORTANT **
|
@@ -787,6 +959,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
787
959
|
|
788
960
|
__props__ = _NetworkLoadBalancerState.__new__(_NetworkLoadBalancerState)
|
789
961
|
|
962
|
+
__props__.__dict__["assigned_ipv6"] = assigned_ipv6
|
963
|
+
__props__.__dict__["assigned_private_ipv4"] = assigned_private_ipv4
|
790
964
|
__props__.__dict__["compartment_id"] = compartment_id
|
791
965
|
__props__.__dict__["defined_tags"] = defined_tags
|
792
966
|
__props__.__dict__["display_name"] = display_name
|
@@ -794,17 +968,35 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
794
968
|
__props__.__dict__["ip_addresses"] = ip_addresses
|
795
969
|
__props__.__dict__["is_preserve_source_destination"] = is_preserve_source_destination
|
796
970
|
__props__.__dict__["is_private"] = is_private
|
971
|
+
__props__.__dict__["is_symmetric_hash_enabled"] = is_symmetric_hash_enabled
|
797
972
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
798
973
|
__props__.__dict__["network_security_group_ids"] = network_security_group_ids
|
799
974
|
__props__.__dict__["nlb_ip_version"] = nlb_ip_version
|
800
975
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
801
976
|
__props__.__dict__["state"] = state
|
802
977
|
__props__.__dict__["subnet_id"] = subnet_id
|
978
|
+
__props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
|
803
979
|
__props__.__dict__["system_tags"] = system_tags
|
804
980
|
__props__.__dict__["time_created"] = time_created
|
805
981
|
__props__.__dict__["time_updated"] = time_updated
|
806
982
|
return NetworkLoadBalancer(resource_name, opts=opts, __props__=__props__)
|
807
983
|
|
984
|
+
@property
|
985
|
+
@pulumi.getter(name="assignedIpv6")
|
986
|
+
def assigned_ipv6(self) -> pulumi.Output[Optional[str]]:
|
987
|
+
"""
|
988
|
+
IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: "2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789"
|
989
|
+
"""
|
990
|
+
return pulumi.get(self, "assigned_ipv6")
|
991
|
+
|
992
|
+
@property
|
993
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
994
|
+
def assigned_private_ipv4(self) -> pulumi.Output[Optional[str]]:
|
995
|
+
"""
|
996
|
+
Private IP address to be assigned to the network load balancer being created. This IP address has to be in the CIDR range of the subnet where network load balancer is being created Example: "10.0.0.1"
|
997
|
+
"""
|
998
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
999
|
+
|
808
1000
|
@property
|
809
1001
|
@pulumi.getter(name="compartmentId")
|
810
1002
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -863,12 +1055,22 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
863
1055
|
|
864
1056
|
If "false", then the service assigns a public IP address to the network load balancer.
|
865
1057
|
|
866
|
-
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/
|
1058
|
+
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
867
1059
|
|
868
1060
|
Example: `true`
|
869
1061
|
"""
|
870
1062
|
return pulumi.get(self, "is_private")
|
871
1063
|
|
1064
|
+
@property
|
1065
|
+
@pulumi.getter(name="isSymmetricHashEnabled")
|
1066
|
+
def is_symmetric_hash_enabled(self) -> pulumi.Output[bool]:
|
1067
|
+
"""
|
1068
|
+
(Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
1069
|
+
|
1070
|
+
Example: `true`
|
1071
|
+
"""
|
1072
|
+
return pulumi.get(self, "is_symmetric_hash_enabled")
|
1073
|
+
|
872
1074
|
@property
|
873
1075
|
@pulumi.getter(name="lifecycleDetails")
|
874
1076
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
@@ -922,12 +1124,20 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
922
1124
|
def subnet_id(self) -> pulumi.Output[str]:
|
923
1125
|
"""
|
924
1126
|
The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
1127
|
+
"""
|
1128
|
+
return pulumi.get(self, "subnet_id")
|
1129
|
+
|
1130
|
+
@property
|
1131
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
1132
|
+
def subnet_ipv6cidr(self) -> pulumi.Output[Optional[str]]:
|
1133
|
+
"""
|
1134
|
+
IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
|
925
1135
|
|
926
1136
|
|
927
1137
|
** IMPORTANT **
|
928
1138
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
929
1139
|
"""
|
930
|
-
return pulumi.get(self, "
|
1140
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
931
1141
|
|
932
1142
|
@property
|
933
1143
|
@pulumi.getter(name="systemTags")
|