Skip to content

Commit 9c3439d

Browse files
author
jiangong
committed
add back load balancer rule set doc patch
1 parent 216223a commit 9c3439d

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

website/docs/d/load_balancer_rule_set.html.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ The following attributes are exported:
4545

4646
Example: ["GET", "PUT", "POST", "PROPFIND"]
4747
* `conditions` -
48-
* `attribute_name` - The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
49-
* `attribute_value` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the originating VCN that an incoming packet must match.
50-
51-
You can use this condition in conjunction with `SourceVcnIpAddressCondition`.
52-
53-
**NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
48+
* `attribute_name` - (Required) (Updatable) The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
49+
* `attribute_value` - (Required) (Updatable) epends on `attribute_name`:
50+
- when `attribute_name` = `SOURCE_IP_ADDRESS` | IPv4 or IPv6 address range to which the source IP address of incoming packet would be matched against
51+
- when `attribute_name` = `SOURCE_VCN_IP_ADDRESS` | IPv4 address range to which the original client IP address (in customer VCN) of incoming packet would be matched against
52+
- when `attribute_name` = `SOURCE_VCN_ID` | OCID of the customer VCN to which the service gateway embedded VCN ID of incoming packet would be matched against
5453
* `description` - A brief description of the access control rule. Avoid entering confidential information.
5554

5655
example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`

website/docs/d/load_balancer_rule_sets.html.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ The following attributes are exported:
4949

5050
Example: ["GET", "PUT", "POST", "PROPFIND"]
5151
* `conditions` -
52-
* `attribute_name` - The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
53-
* `attribute_value` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the originating VCN that an incoming packet must match.
54-
55-
You can use this condition in conjunction with `SourceVcnIpAddressCondition`.
56-
57-
**NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
52+
* `attribute_name` - (Required) (Updatable) The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
53+
* `attribute_value` - (Required) (Updatable) Depends on `attribute_name`:
54+
- when `attribute_name` = `SOURCE_IP_ADDRESS` | IPv4 or IPv6 address range to which the source IP address of incoming packet would be matched against
55+
- when `attribute_name` = `SOURCE_VCN_IP_ADDRESS` | IPv4 address range to which the original client IP address (in customer VCN) of incoming packet would be matched against
56+
- when `attribute_name` = `SOURCE_VCN_ID` | OCID of the customer VCN to which the service gateway embedded VCN ID of incoming packet would be matched against
5857
* `description` - A brief description of the access control rule. Avoid entering confidential information.
5958

6059
example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`

website/docs/r/load_balancer_rule_set.html.markdown

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ The following arguments are supported:
5858
Example: ["GET", "PUT", "POST", "PROPFIND"]
5959
* `conditions` - (Required when action=ALLOW) (Updatable)
6060
* `attribute_name` - (Required) (Updatable) The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
61-
* `attribute_value` - (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the originating VCN that an incoming packet must match.
62-
63-
You can use this condition in conjunction with `SourceVcnIpAddressCondition`.
64-
65-
**NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
61+
* `attribute_value` - (Required) (Updatable) Depends on `attribute_name`:
62+
- when `attribute_name` = `SOURCE_IP_ADDRESS` | IPv4 or IPv6 address range to which the source IP address of incoming packet would be matched against
63+
- when `attribute_name` = `SOURCE_VCN_IP_ADDRESS` | IPv4 address range to which the original client IP address (in customer VCN) of incoming packet would be matched against
64+
- when `attribute_name` = `SOURCE_VCN_ID` | OCID of the customer VCN to which the service gateway embedded VCN ID of incoming packet would be matched against
6665
* `description` - (Applicable when action=ALLOW) (Updatable) A brief description of the access control rule. Avoid entering confidential information.
6766

6867
example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`
@@ -94,12 +93,11 @@ The following attributes are exported:
9493

9594
Example: ["GET", "PUT", "POST", "PROPFIND"]
9695
* `conditions` -
97-
* `attribute_name` - The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
98-
* `attribute_value` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the originating VCN that an incoming packet must match.
99-
100-
You can use this condition in conjunction with `SourceVcnIpAddressCondition`.
101-
102-
**NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
96+
* `attribute_name` - (Required) (Updatable) The attribute_name can be one of these values: `SOURCE_IP_ADDRESS`, `SOURCE_VCN_ID`, `SOURCE_VCN_IP_ADDRESS`
97+
* `attribute_value` - (Required) (Updatable) Depends on `attribute_name`:
98+
- when `attribute_name` = `SOURCE_IP_ADDRESS` | IPv4 or IPv6 address range to which the source IP address of incoming packet would be matched against
99+
- when `attribute_name` = `SOURCE_VCN_IP_ADDRESS` | IPv4 address range to which the original client IP address (in customer VCN) of incoming packet would be matched against
100+
- when `attribute_name` = `SOURCE_VCN_ID` | OCID of the customer VCN to which the service gateway embedded VCN ID of incoming packet would be matched against
103101
* `description` - A brief description of the access control rule. Avoid entering confidential information.
104102

105103
example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`

0 commit comments

Comments
 (0)