pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- 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/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- 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/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.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/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/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
@@ -19,6 +19,8 @@ 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,
|
@@ -26,16 +28,15 @@ class NetworkLoadBalancerArgs:
|
|
26
28
|
is_symmetric_hash_enabled: Optional[pulumi.Input[bool]] = None,
|
27
29
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
28
30
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
29
|
-
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):
|
30
33
|
"""
|
31
34
|
The set of arguments for constructing a NetworkLoadBalancer resource.
|
32
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.
|
33
36
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
34
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).
|
35
|
-
|
36
|
-
|
37
|
-
** IMPORTANT **
|
38
|
-
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"
|
39
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"}`
|
40
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"}`
|
41
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.
|
@@ -48,7 +49,10 @@ class NetworkLoadBalancerArgs:
|
|
48
49
|
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
49
50
|
|
50
51
|
Example: `true`
|
51
|
-
: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.
|
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.
|
53
|
+
|
54
|
+
Example: `true`
|
55
|
+
Example: `true`
|
52
56
|
: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.
|
53
57
|
|
54
58
|
During the creation of the network load balancer, the service adds the new load balancer to the specified network security groups.
|
@@ -60,10 +64,19 @@ class NetworkLoadBalancerArgs:
|
|
60
64
|
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
|
61
65
|
:param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
|
62
66
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
|
67
|
+
: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.
|
68
|
+
|
69
|
+
|
70
|
+
** IMPORTANT **
|
71
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
63
72
|
"""
|
64
73
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
65
74
|
pulumi.set(__self__, "display_name", display_name)
|
66
75
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
76
|
+
if assigned_ipv6 is not None:
|
77
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
78
|
+
if assigned_private_ipv4 is not None:
|
79
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
67
80
|
if defined_tags is not None:
|
68
81
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
69
82
|
if freeform_tags is not None:
|
@@ -80,6 +93,8 @@ class NetworkLoadBalancerArgs:
|
|
80
93
|
pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
|
81
94
|
if reserved_ips is not None:
|
82
95
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
96
|
+
if subnet_ipv6cidr is not None:
|
97
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
83
98
|
|
84
99
|
@property
|
85
100
|
@pulumi.getter(name="compartmentId")
|
@@ -110,10 +125,6 @@ class NetworkLoadBalancerArgs:
|
|
110
125
|
def subnet_id(self) -> pulumi.Input[str]:
|
111
126
|
"""
|
112
127
|
The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
113
|
-
|
114
|
-
|
115
|
-
** IMPORTANT **
|
116
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
117
128
|
"""
|
118
129
|
return pulumi.get(self, "subnet_id")
|
119
130
|
|
@@ -121,6 +132,30 @@ class NetworkLoadBalancerArgs:
|
|
121
132
|
def subnet_id(self, value: pulumi.Input[str]):
|
122
133
|
pulumi.set(self, "subnet_id", value)
|
123
134
|
|
135
|
+
@property
|
136
|
+
@pulumi.getter(name="assignedIpv6")
|
137
|
+
def assigned_ipv6(self) -> Optional[pulumi.Input[str]]:
|
138
|
+
"""
|
139
|
+
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"
|
140
|
+
"""
|
141
|
+
return pulumi.get(self, "assigned_ipv6")
|
142
|
+
|
143
|
+
@assigned_ipv6.setter
|
144
|
+
def assigned_ipv6(self, value: Optional[pulumi.Input[str]]):
|
145
|
+
pulumi.set(self, "assigned_ipv6", value)
|
146
|
+
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
149
|
+
def assigned_private_ipv4(self) -> Optional[pulumi.Input[str]]:
|
150
|
+
"""
|
151
|
+
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"
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
154
|
+
|
155
|
+
@assigned_private_ipv4.setter
|
156
|
+
def assigned_private_ipv4(self, value: Optional[pulumi.Input[str]]):
|
157
|
+
pulumi.set(self, "assigned_private_ipv4", value)
|
158
|
+
|
124
159
|
@property
|
125
160
|
@pulumi.getter(name="definedTags")
|
126
161
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -181,7 +216,10 @@ class NetworkLoadBalancerArgs:
|
|
181
216
|
@pulumi.getter(name="isSymmetricHashEnabled")
|
182
217
|
def is_symmetric_hash_enabled(self) -> Optional[pulumi.Input[bool]]:
|
183
218
|
"""
|
184
|
-
(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
|
+
(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.
|
220
|
+
|
221
|
+
Example: `true`
|
222
|
+
Example: `true`
|
185
223
|
"""
|
186
224
|
return pulumi.get(self, "is_symmetric_hash_enabled")
|
187
225
|
|
@@ -233,10 +271,28 @@ class NetworkLoadBalancerArgs:
|
|
233
271
|
def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]]):
|
234
272
|
pulumi.set(self, "reserved_ips", value)
|
235
273
|
|
274
|
+
@property
|
275
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
276
|
+
def subnet_ipv6cidr(self) -> Optional[pulumi.Input[str]]:
|
277
|
+
"""
|
278
|
+
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.
|
279
|
+
|
280
|
+
|
281
|
+
** IMPORTANT **
|
282
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
283
|
+
"""
|
284
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
285
|
+
|
286
|
+
@subnet_ipv6cidr.setter
|
287
|
+
def subnet_ipv6cidr(self, value: Optional[pulumi.Input[str]]):
|
288
|
+
pulumi.set(self, "subnet_ipv6cidr", value)
|
289
|
+
|
236
290
|
|
237
291
|
@pulumi.input_type
|
238
292
|
class _NetworkLoadBalancerState:
|
239
293
|
def __init__(__self__, *,
|
294
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
295
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
240
296
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
241
297
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
242
298
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -251,11 +307,14 @@ class _NetworkLoadBalancerState:
|
|
251
307
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None,
|
252
308
|
state: Optional[pulumi.Input[str]] = None,
|
253
309
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
310
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
254
311
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
255
312
|
time_created: Optional[pulumi.Input[str]] = None,
|
256
313
|
time_updated: Optional[pulumi.Input[str]] = None):
|
257
314
|
"""
|
258
315
|
Input properties used for looking up and filtering NetworkLoadBalancer resources.
|
316
|
+
: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"
|
317
|
+
: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"
|
259
318
|
: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.
|
260
319
|
: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"}`
|
261
320
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -271,7 +330,10 @@ class _NetworkLoadBalancerState:
|
|
271
330
|
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
272
331
|
|
273
332
|
Example: `true`
|
274
|
-
: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.
|
333
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
334
|
+
|
335
|
+
Example: `true`
|
336
|
+
Example: `true`
|
275
337
|
: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.
|
276
338
|
: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.
|
277
339
|
|
@@ -286,6 +348,7 @@ class _NetworkLoadBalancerState:
|
|
286
348
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
|
287
349
|
:param pulumi.Input[str] state: The current state of the network load balancer.
|
288
350
|
: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).
|
351
|
+
: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.
|
289
352
|
|
290
353
|
|
291
354
|
** IMPORTANT **
|
@@ -294,6 +357,10 @@ class _NetworkLoadBalancerState:
|
|
294
357
|
: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`
|
295
358
|
: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`
|
296
359
|
"""
|
360
|
+
if assigned_ipv6 is not None:
|
361
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
362
|
+
if assigned_private_ipv4 is not None:
|
363
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
297
364
|
if compartment_id is not None:
|
298
365
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
299
366
|
if defined_tags is not None:
|
@@ -322,6 +389,8 @@ class _NetworkLoadBalancerState:
|
|
322
389
|
pulumi.set(__self__, "state", state)
|
323
390
|
if subnet_id is not None:
|
324
391
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
392
|
+
if subnet_ipv6cidr is not None:
|
393
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
325
394
|
if system_tags is not None:
|
326
395
|
pulumi.set(__self__, "system_tags", system_tags)
|
327
396
|
if time_created is not None:
|
@@ -329,6 +398,30 @@ class _NetworkLoadBalancerState:
|
|
329
398
|
if time_updated is not None:
|
330
399
|
pulumi.set(__self__, "time_updated", time_updated)
|
331
400
|
|
401
|
+
@property
|
402
|
+
@pulumi.getter(name="assignedIpv6")
|
403
|
+
def assigned_ipv6(self) -> Optional[pulumi.Input[str]]:
|
404
|
+
"""
|
405
|
+
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"
|
406
|
+
"""
|
407
|
+
return pulumi.get(self, "assigned_ipv6")
|
408
|
+
|
409
|
+
@assigned_ipv6.setter
|
410
|
+
def assigned_ipv6(self, value: Optional[pulumi.Input[str]]):
|
411
|
+
pulumi.set(self, "assigned_ipv6", value)
|
412
|
+
|
413
|
+
@property
|
414
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
415
|
+
def assigned_private_ipv4(self) -> Optional[pulumi.Input[str]]:
|
416
|
+
"""
|
417
|
+
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"
|
418
|
+
"""
|
419
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
420
|
+
|
421
|
+
@assigned_private_ipv4.setter
|
422
|
+
def assigned_private_ipv4(self, value: Optional[pulumi.Input[str]]):
|
423
|
+
pulumi.set(self, "assigned_private_ipv4", value)
|
424
|
+
|
332
425
|
@property
|
333
426
|
@pulumi.getter(name="compartmentId")
|
334
427
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -425,7 +518,10 @@ class _NetworkLoadBalancerState:
|
|
425
518
|
@pulumi.getter(name="isSymmetricHashEnabled")
|
426
519
|
def is_symmetric_hash_enabled(self) -> Optional[pulumi.Input[bool]]:
|
427
520
|
"""
|
428
|
-
(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.
|
521
|
+
(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.
|
522
|
+
|
523
|
+
Example: `true`
|
524
|
+
Example: `true`
|
429
525
|
"""
|
430
526
|
return pulumi.get(self, "is_symmetric_hash_enabled")
|
431
527
|
|
@@ -506,10 +602,6 @@ class _NetworkLoadBalancerState:
|
|
506
602
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
507
603
|
"""
|
508
604
|
The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
509
|
-
|
510
|
-
|
511
|
-
** IMPORTANT **
|
512
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
513
605
|
"""
|
514
606
|
return pulumi.get(self, "subnet_id")
|
515
607
|
|
@@ -517,6 +609,22 @@ class _NetworkLoadBalancerState:
|
|
517
609
|
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
518
610
|
pulumi.set(self, "subnet_id", value)
|
519
611
|
|
612
|
+
@property
|
613
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
614
|
+
def subnet_ipv6cidr(self) -> Optional[pulumi.Input[str]]:
|
615
|
+
"""
|
616
|
+
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.
|
617
|
+
|
618
|
+
|
619
|
+
** IMPORTANT **
|
620
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
621
|
+
"""
|
622
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
623
|
+
|
624
|
+
@subnet_ipv6cidr.setter
|
625
|
+
def subnet_ipv6cidr(self, value: Optional[pulumi.Input[str]]):
|
626
|
+
pulumi.set(self, "subnet_ipv6cidr", value)
|
627
|
+
|
520
628
|
@property
|
521
629
|
@pulumi.getter(name="systemTags")
|
522
630
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -559,6 +667,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
559
667
|
def __init__(__self__,
|
560
668
|
resource_name: str,
|
561
669
|
opts: Optional[pulumi.ResourceOptions] = None,
|
670
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
671
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
562
672
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
563
673
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
564
674
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -570,40 +680,13 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
570
680
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
571
681
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
572
682
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
683
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
573
684
|
__props__=None):
|
574
685
|
"""
|
575
686
|
This resource provides the Network Load Balancer resource in Oracle Cloud Infrastructure Network Load Balancer service.
|
576
687
|
|
577
688
|
Creates a network load balancer.
|
578
689
|
|
579
|
-
## Example Usage
|
580
|
-
|
581
|
-
<!--Start PulumiCodeChooser -->
|
582
|
-
```python
|
583
|
-
import pulumi
|
584
|
-
import pulumi_oci as oci
|
585
|
-
|
586
|
-
test_network_load_balancer = oci.network_load_balancer.NetworkLoadBalancer("testNetworkLoadBalancer",
|
587
|
-
compartment_id=var["compartment_id"],
|
588
|
-
display_name=var["network_load_balancer_display_name"],
|
589
|
-
subnet_id=oci_core_subnet["test_subnet"]["id"],
|
590
|
-
defined_tags={
|
591
|
-
"Operations.CostCenter": "42",
|
592
|
-
},
|
593
|
-
freeform_tags={
|
594
|
-
"Department": "Finance",
|
595
|
-
},
|
596
|
-
is_preserve_source_destination=var["network_load_balancer_is_preserve_source_destination"],
|
597
|
-
is_private=var["network_load_balancer_is_private"],
|
598
|
-
is_symmetric_hash_enabled=var["network_load_balancer_is_symmetric_hash_enabled"],
|
599
|
-
network_security_group_ids=var["network_load_balancer_network_security_group_ids"],
|
600
|
-
nlb_ip_version=var["network_load_balancer_nlb_ip_version"],
|
601
|
-
reserved_ips=[oci.network_load_balancer.NetworkLoadBalancerReservedIpArgs(
|
602
|
-
id=var["network_load_balancer_reserved_ips_id"],
|
603
|
-
)])
|
604
|
-
```
|
605
|
-
<!--End PulumiCodeChooser -->
|
606
|
-
|
607
690
|
## Import
|
608
691
|
|
609
692
|
NetworkLoadBalancers can be imported using the `id`, e.g.
|
@@ -614,6 +697,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
614
697
|
|
615
698
|
:param str resource_name: The name of the resource.
|
616
699
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
700
|
+
: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"
|
701
|
+
: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"
|
617
702
|
: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.
|
618
703
|
: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"}`
|
619
704
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -628,7 +713,10 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
628
713
|
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
629
714
|
|
630
715
|
Example: `true`
|
631
|
-
: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.
|
716
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
717
|
+
|
718
|
+
Example: `true`
|
719
|
+
Example: `true`
|
632
720
|
: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.
|
633
721
|
|
634
722
|
During the creation of the network load balancer, the service adds the new load balancer to the specified network security groups.
|
@@ -641,6 +729,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
641
729
|
:param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
|
642
730
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]] reserved_ips: An array of reserved Ips.
|
643
731
|
: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).
|
732
|
+
: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.
|
644
733
|
|
645
734
|
|
646
735
|
** IMPORTANT **
|
@@ -657,34 +746,6 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
657
746
|
|
658
747
|
Creates a network load balancer.
|
659
748
|
|
660
|
-
## Example Usage
|
661
|
-
|
662
|
-
<!--Start PulumiCodeChooser -->
|
663
|
-
```python
|
664
|
-
import pulumi
|
665
|
-
import pulumi_oci as oci
|
666
|
-
|
667
|
-
test_network_load_balancer = oci.network_load_balancer.NetworkLoadBalancer("testNetworkLoadBalancer",
|
668
|
-
compartment_id=var["compartment_id"],
|
669
|
-
display_name=var["network_load_balancer_display_name"],
|
670
|
-
subnet_id=oci_core_subnet["test_subnet"]["id"],
|
671
|
-
defined_tags={
|
672
|
-
"Operations.CostCenter": "42",
|
673
|
-
},
|
674
|
-
freeform_tags={
|
675
|
-
"Department": "Finance",
|
676
|
-
},
|
677
|
-
is_preserve_source_destination=var["network_load_balancer_is_preserve_source_destination"],
|
678
|
-
is_private=var["network_load_balancer_is_private"],
|
679
|
-
is_symmetric_hash_enabled=var["network_load_balancer_is_symmetric_hash_enabled"],
|
680
|
-
network_security_group_ids=var["network_load_balancer_network_security_group_ids"],
|
681
|
-
nlb_ip_version=var["network_load_balancer_nlb_ip_version"],
|
682
|
-
reserved_ips=[oci.network_load_balancer.NetworkLoadBalancerReservedIpArgs(
|
683
|
-
id=var["network_load_balancer_reserved_ips_id"],
|
684
|
-
)])
|
685
|
-
```
|
686
|
-
<!--End PulumiCodeChooser -->
|
687
|
-
|
688
749
|
## Import
|
689
750
|
|
690
751
|
NetworkLoadBalancers can be imported using the `id`, e.g.
|
@@ -708,6 +769,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
708
769
|
def _internal_init(__self__,
|
709
770
|
resource_name: str,
|
710
771
|
opts: Optional[pulumi.ResourceOptions] = None,
|
772
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
773
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
711
774
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
712
775
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
713
776
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -719,6 +782,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
719
782
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
720
783
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
721
784
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
785
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
722
786
|
__props__=None):
|
723
787
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
724
788
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -728,6 +792,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
728
792
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
729
793
|
__props__ = NetworkLoadBalancerArgs.__new__(NetworkLoadBalancerArgs)
|
730
794
|
|
795
|
+
__props__.__dict__["assigned_ipv6"] = assigned_ipv6
|
796
|
+
__props__.__dict__["assigned_private_ipv4"] = assigned_private_ipv4
|
731
797
|
if compartment_id is None and not opts.urn:
|
732
798
|
raise TypeError("Missing required property 'compartment_id'")
|
733
799
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -745,6 +811,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
745
811
|
if subnet_id is None and not opts.urn:
|
746
812
|
raise TypeError("Missing required property 'subnet_id'")
|
747
813
|
__props__.__dict__["subnet_id"] = subnet_id
|
814
|
+
__props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
|
748
815
|
__props__.__dict__["ip_addresses"] = None
|
749
816
|
__props__.__dict__["lifecycle_details"] = None
|
750
817
|
__props__.__dict__["state"] = None
|
@@ -761,6 +828,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
761
828
|
def get(resource_name: str,
|
762
829
|
id: pulumi.Input[str],
|
763
830
|
opts: Optional[pulumi.ResourceOptions] = None,
|
831
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
832
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
764
833
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
765
834
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
766
835
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -775,6 +844,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
775
844
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
776
845
|
state: Optional[pulumi.Input[str]] = None,
|
777
846
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
847
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
778
848
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
779
849
|
time_created: Optional[pulumi.Input[str]] = None,
|
780
850
|
time_updated: Optional[pulumi.Input[str]] = None) -> 'NetworkLoadBalancer':
|
@@ -785,6 +855,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
785
855
|
:param str resource_name: The unique name of the resulting resource.
|
786
856
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
787
857
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
858
|
+
: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"
|
859
|
+
: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"
|
788
860
|
: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.
|
789
861
|
: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"}`
|
790
862
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -800,7 +872,10 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
800
872
|
A public network load balancer is accessible from the internet, depending on the [security list rules](https://docs.cloud.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloud network. For more information about public and private network load balancers, see [How Network Load Balancing Works](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/overview.htm). This value is true by default.
|
801
873
|
|
802
874
|
Example: `true`
|
803
|
-
: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.
|
875
|
+
:param pulumi.Input[bool] is_symmetric_hash_enabled: (Updatable) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.
|
876
|
+
|
877
|
+
Example: `true`
|
878
|
+
Example: `true`
|
804
879
|
: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.
|
805
880
|
: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.
|
806
881
|
|
@@ -815,6 +890,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
815
890
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]] reserved_ips: An array of reserved Ips.
|
816
891
|
:param pulumi.Input[str] state: The current state of the network load balancer.
|
817
892
|
: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).
|
893
|
+
: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.
|
818
894
|
|
819
895
|
|
820
896
|
** IMPORTANT **
|
@@ -827,6 +903,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
827
903
|
|
828
904
|
__props__ = _NetworkLoadBalancerState.__new__(_NetworkLoadBalancerState)
|
829
905
|
|
906
|
+
__props__.__dict__["assigned_ipv6"] = assigned_ipv6
|
907
|
+
__props__.__dict__["assigned_private_ipv4"] = assigned_private_ipv4
|
830
908
|
__props__.__dict__["compartment_id"] = compartment_id
|
831
909
|
__props__.__dict__["defined_tags"] = defined_tags
|
832
910
|
__props__.__dict__["display_name"] = display_name
|
@@ -841,11 +919,28 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
841
919
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
842
920
|
__props__.__dict__["state"] = state
|
843
921
|
__props__.__dict__["subnet_id"] = subnet_id
|
922
|
+
__props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
|
844
923
|
__props__.__dict__["system_tags"] = system_tags
|
845
924
|
__props__.__dict__["time_created"] = time_created
|
846
925
|
__props__.__dict__["time_updated"] = time_updated
|
847
926
|
return NetworkLoadBalancer(resource_name, opts=opts, __props__=__props__)
|
848
927
|
|
928
|
+
@property
|
929
|
+
@pulumi.getter(name="assignedIpv6")
|
930
|
+
def assigned_ipv6(self) -> pulumi.Output[Optional[str]]:
|
931
|
+
"""
|
932
|
+
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"
|
933
|
+
"""
|
934
|
+
return pulumi.get(self, "assigned_ipv6")
|
935
|
+
|
936
|
+
@property
|
937
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
938
|
+
def assigned_private_ipv4(self) -> pulumi.Output[Optional[str]]:
|
939
|
+
"""
|
940
|
+
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"
|
941
|
+
"""
|
942
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
943
|
+
|
849
944
|
@property
|
850
945
|
@pulumi.getter(name="compartmentId")
|
851
946
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -914,7 +1009,10 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
914
1009
|
@pulumi.getter(name="isSymmetricHashEnabled")
|
915
1010
|
def is_symmetric_hash_enabled(self) -> pulumi.Output[bool]:
|
916
1011
|
"""
|
917
|
-
(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.
|
1012
|
+
(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.
|
1013
|
+
|
1014
|
+
Example: `true`
|
1015
|
+
Example: `true`
|
918
1016
|
"""
|
919
1017
|
return pulumi.get(self, "is_symmetric_hash_enabled")
|
920
1018
|
|
@@ -971,12 +1069,20 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
971
1069
|
def subnet_id(self) -> pulumi.Output[str]:
|
972
1070
|
"""
|
973
1071
|
The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
1072
|
+
"""
|
1073
|
+
return pulumi.get(self, "subnet_id")
|
1074
|
+
|
1075
|
+
@property
|
1076
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
1077
|
+
def subnet_ipv6cidr(self) -> pulumi.Output[Optional[str]]:
|
1078
|
+
"""
|
1079
|
+
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.
|
974
1080
|
|
975
1081
|
|
976
1082
|
** IMPORTANT **
|
977
1083
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
978
1084
|
"""
|
979
|
-
return pulumi.get(self, "
|
1085
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
980
1086
|
|
981
1087
|
@property
|
982
1088
|
@pulumi.getter(name="systemTags")
|