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/core_security_lists.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ The following attributes are exported:
51
51
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
52
52
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
53
53
*`egress_security_rules` - Rules for allowing egress IP packets.
54
+
* `description` - An optional description of your choice for the rule.
54
55
* `destination` - Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
55
56
56
57
Allowed values:
@@ -87,6 +88,7 @@ The following attributes are exported:
87
88
*`freeform_tags` - Free-form 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: `{"Department": "Finance"}`
88
89
*`id` - The security list's Oracle Cloud ID (OCID).
89
90
*`ingress_security_rules` - Rules for allowing ingress IP packets.
91
+
* `description` - An optional description of your choice for the rule.
90
92
* `icmp_options` - Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:
@@ -68,6 +69,7 @@ The following arguments are supported:
68
69
Cannot be an IPv6 CIDR.
69
70
70
71
Example: `0.0.0.0/0`
72
+
* `description` - (Optional) (Updatable) An optional description of your choice for the rule.
71
73
* `destination` - (Optional) (Updatable) Conceptually, this is the range of IP addresses used for matching when routing traffic. Required if you provide a `destinationType`.
72
74
73
75
Allowed values:
@@ -100,6 +102,7 @@ The following attributes are exported:
100
102
Cannot be an IPv6 CIDR.
101
103
102
104
Example: `0.0.0.0/0`
105
+
* `description` - An optional description of your choice for the rule.
103
106
* `destination` - Conceptually, this is the range of IP addresses used for matching when routing traffic. Required if you provide a `destinationType`.
0 commit comments