You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/network_load_balancer_network_load_balancer.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ The following attributes are exported:
155
155
156
156
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
157
157
*`nlb_ip_version` - IP version associated with the NLB.
158
+
*`security_attributes` - ZPR tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{ "oracle-zpr": { "td": { "value": "42", "mode": "audit" } } }`
158
159
*`state` - The current state of the network load balancer.
159
160
*`subnet_id` - The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)."
160
161
*`system_tags` - Key-value pair representing system tags' keys and values scoped to a namespace. Example: `{"bar-key": "value"}`
Copy file name to clipboardExpand all lines: website/docs/d/network_load_balancer_network_load_balancers.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,8 @@ The following attributes are exported:
133
133
* Network security groups define network security rules to govern ingress and egress traffic for the network load balancer.
134
134
* The network security rules of other resources can reference the network security groups associated with the network load balancer to ensure access.
135
135
136
-
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
136
+
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
137
+
*`security_attributes` - ZPR tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{ "oracle-zpr": { "td": { "value": "42", "mode": "audit" } } }`
137
138
*`state` - The current state of the network load balancer.
138
139
*`subnet_id` - The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)."
139
140
*`nlb_ip_version` - IP version associated with the NLB.
@@ -230,7 +231,8 @@ The following arguments are supported:
230
231
231
232
Reserved public IP addresses are not deleted when the network load balancer is deleted. The IP addresses become unattached from the network load balancer.
232
233
233
-
Example: "ocid1.publicip.oc1.phx.unique_ID"
234
+
Example: "ocid1.publicip.oc1.phx.unique_ID"
235
+
*`security_attributes` - (Optional) (Updatable) ZPR tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"oracle-zpr": {"td": {"value": "42", "mode": "audit"}}}`
234
236
*`subnet_id` - (Required) The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
235
237
*`subnet_ipv6cidr` - (Optional) 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.
236
238
@@ -334,6 +336,7 @@ The following attributes are exported:
334
336
335
337
Example: ["ocid1.nsg.oc1.phx.unique_ID"]
336
338
*`nlb_ip_version` - IP version associated with the NLB.
339
+
*`security_attributes` - ZPR tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{ "oracle-zpr": { "td": { "value": "42", "mode": "audit" } } }`
337
340
*`state` - The current state of the network load balancer.
338
341
*`subnet_id` - The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)."
339
342
*`system_tags` - Key-value pair representing system tags' keys and values scoped to a namespace. Example: `{"bar-key": "value"}`
0 commit comments