pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.30.0a1712219839__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/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/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/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/networkloadbalancer/_inputs.py +4 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +184 -23
- pulumi_oci/networkloadbalancer/outputs.py +25 -4
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/RECORD +44 -43
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.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,9 @@ 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`
|
52
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.
|
53
56
|
|
54
57
|
During the creation of the network load balancer, the service adds the new load balancer to the specified network security groups.
|
@@ -60,10 +63,19 @@ class NetworkLoadBalancerArgs:
|
|
60
63
|
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
|
61
64
|
:param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
|
62
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
|
63
71
|
"""
|
64
72
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
65
73
|
pulumi.set(__self__, "display_name", display_name)
|
66
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)
|
67
79
|
if defined_tags is not None:
|
68
80
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
69
81
|
if freeform_tags is not None:
|
@@ -80,6 +92,8 @@ class NetworkLoadBalancerArgs:
|
|
80
92
|
pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
|
81
93
|
if reserved_ips is not None:
|
82
94
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
95
|
+
if subnet_ipv6cidr is not None:
|
96
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
83
97
|
|
84
98
|
@property
|
85
99
|
@pulumi.getter(name="compartmentId")
|
@@ -110,10 +124,6 @@ class NetworkLoadBalancerArgs:
|
|
110
124
|
def subnet_id(self) -> pulumi.Input[str]:
|
111
125
|
"""
|
112
126
|
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
127
|
"""
|
118
128
|
return pulumi.get(self, "subnet_id")
|
119
129
|
|
@@ -121,6 +131,30 @@ class NetworkLoadBalancerArgs:
|
|
121
131
|
def subnet_id(self, value: pulumi.Input[str]):
|
122
132
|
pulumi.set(self, "subnet_id", value)
|
123
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
|
+
|
124
158
|
@property
|
125
159
|
@pulumi.getter(name="definedTags")
|
126
160
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -181,7 +215,9 @@ class NetworkLoadBalancerArgs:
|
|
181
215
|
@pulumi.getter(name="isSymmetricHashEnabled")
|
182
216
|
def is_symmetric_hash_enabled(self) -> Optional[pulumi.Input[bool]]:
|
183
217
|
"""
|
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.
|
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`
|
185
221
|
"""
|
186
222
|
return pulumi.get(self, "is_symmetric_hash_enabled")
|
187
223
|
|
@@ -233,10 +269,28 @@ class NetworkLoadBalancerArgs:
|
|
233
269
|
def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]]):
|
234
270
|
pulumi.set(self, "reserved_ips", value)
|
235
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
|
+
|
236
288
|
|
237
289
|
@pulumi.input_type
|
238
290
|
class _NetworkLoadBalancerState:
|
239
291
|
def __init__(__self__, *,
|
292
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
293
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
240
294
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
241
295
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
242
296
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -251,11 +305,14 @@ class _NetworkLoadBalancerState:
|
|
251
305
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None,
|
252
306
|
state: Optional[pulumi.Input[str]] = None,
|
253
307
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
308
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
254
309
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
255
310
|
time_created: Optional[pulumi.Input[str]] = None,
|
256
311
|
time_updated: Optional[pulumi.Input[str]] = None):
|
257
312
|
"""
|
258
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"
|
259
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.
|
260
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"}`
|
261
318
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -271,7 +328,9 @@ class _NetworkLoadBalancerState:
|
|
271
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.
|
272
329
|
|
273
330
|
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.
|
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.
|
332
|
+
|
333
|
+
Example: `true`
|
275
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.
|
276
335
|
: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
336
|
|
@@ -286,6 +345,7 @@ class _NetworkLoadBalancerState:
|
|
286
345
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
|
287
346
|
:param pulumi.Input[str] state: The current state of the network load balancer.
|
288
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.
|
289
349
|
|
290
350
|
|
291
351
|
** IMPORTANT **
|
@@ -294,6 +354,10 @@ class _NetworkLoadBalancerState:
|
|
294
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`
|
295
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`
|
296
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)
|
297
361
|
if compartment_id is not None:
|
298
362
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
299
363
|
if defined_tags is not None:
|
@@ -322,6 +386,8 @@ class _NetworkLoadBalancerState:
|
|
322
386
|
pulumi.set(__self__, "state", state)
|
323
387
|
if subnet_id is not None:
|
324
388
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
389
|
+
if subnet_ipv6cidr is not None:
|
390
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
325
391
|
if system_tags is not None:
|
326
392
|
pulumi.set(__self__, "system_tags", system_tags)
|
327
393
|
if time_created is not None:
|
@@ -329,6 +395,30 @@ class _NetworkLoadBalancerState:
|
|
329
395
|
if time_updated is not None:
|
330
396
|
pulumi.set(__self__, "time_updated", time_updated)
|
331
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
|
+
|
332
422
|
@property
|
333
423
|
@pulumi.getter(name="compartmentId")
|
334
424
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -425,7 +515,9 @@ class _NetworkLoadBalancerState:
|
|
425
515
|
@pulumi.getter(name="isSymmetricHashEnabled")
|
426
516
|
def is_symmetric_hash_enabled(self) -> Optional[pulumi.Input[bool]]:
|
427
517
|
"""
|
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.
|
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`
|
429
521
|
"""
|
430
522
|
return pulumi.get(self, "is_symmetric_hash_enabled")
|
431
523
|
|
@@ -506,10 +598,6 @@ class _NetworkLoadBalancerState:
|
|
506
598
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
507
599
|
"""
|
508
600
|
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
601
|
"""
|
514
602
|
return pulumi.get(self, "subnet_id")
|
515
603
|
|
@@ -517,6 +605,22 @@ class _NetworkLoadBalancerState:
|
|
517
605
|
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
518
606
|
pulumi.set(self, "subnet_id", value)
|
519
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
|
+
|
520
624
|
@property
|
521
625
|
@pulumi.getter(name="systemTags")
|
522
626
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -559,6 +663,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
559
663
|
def __init__(__self__,
|
560
664
|
resource_name: str,
|
561
665
|
opts: Optional[pulumi.ResourceOptions] = None,
|
666
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
667
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
562
668
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
563
669
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
564
670
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -570,6 +676,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
570
676
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
571
677
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
572
678
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
679
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
573
680
|
__props__=None):
|
574
681
|
"""
|
575
682
|
This resource provides the Network Load Balancer resource in Oracle Cloud Infrastructure Network Load Balancer service.
|
@@ -587,6 +694,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
587
694
|
compartment_id=var["compartment_id"],
|
588
695
|
display_name=var["network_load_balancer_display_name"],
|
589
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"],
|
590
699
|
defined_tags={
|
591
700
|
"Operations.CostCenter": "42",
|
592
701
|
},
|
@@ -600,7 +709,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
600
709
|
nlb_ip_version=var["network_load_balancer_nlb_ip_version"],
|
601
710
|
reserved_ips=[oci.network_load_balancer.NetworkLoadBalancerReservedIpArgs(
|
602
711
|
id=var["network_load_balancer_reserved_ips_id"],
|
603
|
-
)]
|
712
|
+
)],
|
713
|
+
subnet_ipv6cidr=var["network_load_balancer_subnet_ipv6cidr"])
|
604
714
|
```
|
605
715
|
<!--End PulumiCodeChooser -->
|
606
716
|
|
@@ -614,6 +724,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
614
724
|
|
615
725
|
:param str resource_name: The name of the resource.
|
616
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"
|
617
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.
|
618
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"}`
|
619
731
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -628,7 +740,9 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
628
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.
|
629
741
|
|
630
742
|
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.
|
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.
|
744
|
+
|
745
|
+
Example: `true`
|
632
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.
|
633
747
|
|
634
748
|
During the creation of the network load balancer, the service adds the new load balancer to the specified network security groups.
|
@@ -641,6 +755,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
641
755
|
:param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
|
642
756
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]] reserved_ips: An array of reserved Ips.
|
643
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.
|
644
759
|
|
645
760
|
|
646
761
|
** IMPORTANT **
|
@@ -668,6 +783,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
668
783
|
compartment_id=var["compartment_id"],
|
669
784
|
display_name=var["network_load_balancer_display_name"],
|
670
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"],
|
671
788
|
defined_tags={
|
672
789
|
"Operations.CostCenter": "42",
|
673
790
|
},
|
@@ -681,7 +798,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
681
798
|
nlb_ip_version=var["network_load_balancer_nlb_ip_version"],
|
682
799
|
reserved_ips=[oci.network_load_balancer.NetworkLoadBalancerReservedIpArgs(
|
683
800
|
id=var["network_load_balancer_reserved_ips_id"],
|
684
|
-
)]
|
801
|
+
)],
|
802
|
+
subnet_ipv6cidr=var["network_load_balancer_subnet_ipv6cidr"])
|
685
803
|
```
|
686
804
|
<!--End PulumiCodeChooser -->
|
687
805
|
|
@@ -708,6 +826,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
708
826
|
def _internal_init(__self__,
|
709
827
|
resource_name: str,
|
710
828
|
opts: Optional[pulumi.ResourceOptions] = None,
|
829
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
830
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
711
831
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
712
832
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
713
833
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -719,6 +839,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
719
839
|
nlb_ip_version: Optional[pulumi.Input[str]] = None,
|
720
840
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
721
841
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
842
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
722
843
|
__props__=None):
|
723
844
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
724
845
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -728,6 +849,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
728
849
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
729
850
|
__props__ = NetworkLoadBalancerArgs.__new__(NetworkLoadBalancerArgs)
|
730
851
|
|
852
|
+
__props__.__dict__["assigned_ipv6"] = assigned_ipv6
|
853
|
+
__props__.__dict__["assigned_private_ipv4"] = assigned_private_ipv4
|
731
854
|
if compartment_id is None and not opts.urn:
|
732
855
|
raise TypeError("Missing required property 'compartment_id'")
|
733
856
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -745,6 +868,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
745
868
|
if subnet_id is None and not opts.urn:
|
746
869
|
raise TypeError("Missing required property 'subnet_id'")
|
747
870
|
__props__.__dict__["subnet_id"] = subnet_id
|
871
|
+
__props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
|
748
872
|
__props__.__dict__["ip_addresses"] = None
|
749
873
|
__props__.__dict__["lifecycle_details"] = None
|
750
874
|
__props__.__dict__["state"] = None
|
@@ -761,6 +885,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
761
885
|
def get(resource_name: str,
|
762
886
|
id: pulumi.Input[str],
|
763
887
|
opts: Optional[pulumi.ResourceOptions] = None,
|
888
|
+
assigned_ipv6: Optional[pulumi.Input[str]] = None,
|
889
|
+
assigned_private_ipv4: Optional[pulumi.Input[str]] = None,
|
764
890
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
765
891
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
766
892
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -775,6 +901,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
775
901
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]]] = None,
|
776
902
|
state: Optional[pulumi.Input[str]] = None,
|
777
903
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
904
|
+
subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
|
778
905
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
779
906
|
time_created: Optional[pulumi.Input[str]] = None,
|
780
907
|
time_updated: Optional[pulumi.Input[str]] = None) -> 'NetworkLoadBalancer':
|
@@ -785,6 +912,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
785
912
|
:param str resource_name: The unique name of the resulting resource.
|
786
913
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
787
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"
|
788
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.
|
789
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"}`
|
790
919
|
:param pulumi.Input[str] display_name: (Updatable) Network load balancer identifier, which can be renamed.
|
@@ -800,7 +929,9 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
800
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.
|
801
930
|
|
802
931
|
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.
|
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.
|
933
|
+
|
934
|
+
Example: `true`
|
804
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.
|
805
936
|
: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
937
|
|
@@ -815,6 +946,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
815
946
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NetworkLoadBalancerReservedIpArgs']]]] reserved_ips: An array of reserved Ips.
|
816
947
|
:param pulumi.Input[str] state: The current state of the network load balancer.
|
817
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.
|
818
950
|
|
819
951
|
|
820
952
|
** IMPORTANT **
|
@@ -827,6 +959,8 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
827
959
|
|
828
960
|
__props__ = _NetworkLoadBalancerState.__new__(_NetworkLoadBalancerState)
|
829
961
|
|
962
|
+
__props__.__dict__["assigned_ipv6"] = assigned_ipv6
|
963
|
+
__props__.__dict__["assigned_private_ipv4"] = assigned_private_ipv4
|
830
964
|
__props__.__dict__["compartment_id"] = compartment_id
|
831
965
|
__props__.__dict__["defined_tags"] = defined_tags
|
832
966
|
__props__.__dict__["display_name"] = display_name
|
@@ -841,11 +975,28 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
841
975
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
842
976
|
__props__.__dict__["state"] = state
|
843
977
|
__props__.__dict__["subnet_id"] = subnet_id
|
978
|
+
__props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
|
844
979
|
__props__.__dict__["system_tags"] = system_tags
|
845
980
|
__props__.__dict__["time_created"] = time_created
|
846
981
|
__props__.__dict__["time_updated"] = time_updated
|
847
982
|
return NetworkLoadBalancer(resource_name, opts=opts, __props__=__props__)
|
848
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
|
+
|
849
1000
|
@property
|
850
1001
|
@pulumi.getter(name="compartmentId")
|
851
1002
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -914,7 +1065,9 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
914
1065
|
@pulumi.getter(name="isSymmetricHashEnabled")
|
915
1066
|
def is_symmetric_hash_enabled(self) -> pulumi.Output[bool]:
|
916
1067
|
"""
|
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.
|
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`
|
918
1071
|
"""
|
919
1072
|
return pulumi.get(self, "is_symmetric_hash_enabled")
|
920
1073
|
|
@@ -971,12 +1124,20 @@ class NetworkLoadBalancer(pulumi.CustomResource):
|
|
971
1124
|
def subnet_id(self) -> pulumi.Output[str]:
|
972
1125
|
"""
|
973
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.
|
974
1135
|
|
975
1136
|
|
976
1137
|
** IMPORTANT **
|
977
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
|
978
1139
|
"""
|
979
|
-
return pulumi.get(self, "
|
1140
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
980
1141
|
|
981
1142
|
@property
|
982
1143
|
@pulumi.getter(name="systemTags")
|
@@ -368,8 +368,8 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
368
368
|
is_public: Optional[bool] = None,
|
369
369
|
reserved_ips: Optional[Sequence['outputs.NetworkLoadBalancerIpAddressReservedIp']] = None):
|
370
370
|
"""
|
371
|
-
:param str ip_address:
|
372
|
-
:param str ip_version: IP version associated with
|
371
|
+
:param str ip_address: An IP address. Example: `192.168.0.3`
|
372
|
+
:param str ip_version: IP version associated with this IP address.
|
373
373
|
:param bool is_public: Whether the IP address is public or private.
|
374
374
|
:param Sequence['NetworkLoadBalancerIpAddressReservedIpArgs'] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
|
375
375
|
"""
|
@@ -386,7 +386,7 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
386
386
|
@pulumi.getter(name="ipAddress")
|
387
387
|
def ip_address(self) -> Optional[str]:
|
388
388
|
"""
|
389
|
-
|
389
|
+
An IP address. Example: `192.168.0.3`
|
390
390
|
"""
|
391
391
|
return pulumi.get(self, "ip_address")
|
392
392
|
|
@@ -394,7 +394,7 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
394
394
|
@pulumi.getter(name="ipVersion")
|
395
395
|
def ip_version(self) -> Optional[str]:
|
396
396
|
"""
|
397
|
-
IP version associated with
|
397
|
+
IP version associated with this IP address.
|
398
398
|
"""
|
399
399
|
return pulumi.get(self, "ip_version")
|
400
400
|
|
@@ -1787,6 +1787,8 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionResult(dict):
|
|
1787
1787
|
@pulumi.output_type
|
1788
1788
|
class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
1789
1789
|
def __init__(__self__, *,
|
1790
|
+
assigned_ipv6: str,
|
1791
|
+
assigned_private_ipv4: str,
|
1790
1792
|
compartment_id: str,
|
1791
1793
|
defined_tags: Mapping[str, Any],
|
1792
1794
|
display_name: str,
|
@@ -1802,6 +1804,7 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1802
1804
|
reserved_ips: Sequence['outputs.GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemReservedIpResult'],
|
1803
1805
|
state: str,
|
1804
1806
|
subnet_id: str,
|
1807
|
+
subnet_ipv6cidr: str,
|
1805
1808
|
system_tags: Mapping[str, Any],
|
1806
1809
|
time_created: str,
|
1807
1810
|
time_updated: str):
|
@@ -1823,6 +1826,8 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1823
1826
|
:param str time_created: The date and time the network load balancer was created, in the format defined by RFC3339. Example: `2020-05-01T21:10:29.600Z`
|
1824
1827
|
:param str time_updated: The time the network load balancer was updated. An RFC3339 formatted date-time string. Example: `2020-05-01T22:10:29.600Z`
|
1825
1828
|
"""
|
1829
|
+
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
1830
|
+
pulumi.set(__self__, "assigned_private_ipv4", assigned_private_ipv4)
|
1826
1831
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1827
1832
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
1828
1833
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -1838,10 +1843,21 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1838
1843
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
1839
1844
|
pulumi.set(__self__, "state", state)
|
1840
1845
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
1846
|
+
pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
|
1841
1847
|
pulumi.set(__self__, "system_tags", system_tags)
|
1842
1848
|
pulumi.set(__self__, "time_created", time_created)
|
1843
1849
|
pulumi.set(__self__, "time_updated", time_updated)
|
1844
1850
|
|
1851
|
+
@property
|
1852
|
+
@pulumi.getter(name="assignedIpv6")
|
1853
|
+
def assigned_ipv6(self) -> str:
|
1854
|
+
return pulumi.get(self, "assigned_ipv6")
|
1855
|
+
|
1856
|
+
@property
|
1857
|
+
@pulumi.getter(name="assignedPrivateIpv4")
|
1858
|
+
def assigned_private_ipv4(self) -> str:
|
1859
|
+
return pulumi.get(self, "assigned_private_ipv4")
|
1860
|
+
|
1845
1861
|
@property
|
1846
1862
|
@pulumi.getter(name="compartmentId")
|
1847
1863
|
def compartment_id(self) -> str:
|
@@ -1956,6 +1972,11 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
|
|
1956
1972
|
"""
|
1957
1973
|
return pulumi.get(self, "subnet_id")
|
1958
1974
|
|
1975
|
+
@property
|
1976
|
+
@pulumi.getter(name="subnetIpv6cidr")
|
1977
|
+
def subnet_ipv6cidr(self) -> str:
|
1978
|
+
return pulumi.get(self, "subnet_ipv6cidr")
|
1979
|
+
|
1959
1980
|
@property
|
1960
1981
|
@pulumi.getter(name="systemTags")
|
1961
1982
|
def system_tags(self) -> Mapping[str, Any]:
|