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: docs/core/route_tables.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ The following attributes are exported:
14
14
*`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.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
15
15
*`id` - The route table's Oracle ID (OCID).
16
16
*`route_rules` - The collection of rules for routing destination IPs to network devices.
17
-
* `cidr_block` - A destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Example: `0.0.0.0/0`
17
+
* `cidr_block` - Deprecated, Destination and DestinationType should be used instead; request including both fields will be rejected. A destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Example: `0.0.0.0/0`
18
+
* `destination` - The destination service cidrBlock or destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Examples: `10.12.0.0/16` `oci-phx-objectstorage`
19
+
* `destination_type` - Type of destination for the route rule. SERVICE_CIDR_BLOCK should be used if destination is a service cidrBlock. CIDR_BLOCK should be used if destination is IP address range in CIDR notation. It must be provided along with `destination`.
18
20
* `network_entity_id` - The OCID for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingroutetables.htm).
19
21
*`state` - The route table's current state.
20
22
*`time_created` - The date and time the route table was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
@@ -47,7 +49,9 @@ The following arguments are supported:
47
49
*`display_name` - (Optional) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
48
50
*`freeform_tags` - (Optional) 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.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
49
51
*`route_rules` - (Required) The collection of rules used for routing destination IPs to network devices.
50
-
* `cidr_block` - (Required) A destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Example: `0.0.0.0/0`
52
+
* `cidr_block` - (Optional) Deprecated, Destination and DestinationType should be used instead; request including both fields will be rejected. A destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Example: `0.0.0.0/0`
53
+
* `destination` - (Optional) The destination service cidrBlock or destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Examples: `10.12.0.0/16` `oci-phx-objectstorage`
54
+
* `destination_type` - (Optional) Type of destination for the route rule. SERVICE_CIDR_BLOCK should be used if destination is a service cidrBlock. CIDR_BLOCK should be used if destination is IP address range in CIDR notation. It must be provided along with `destination`.
51
55
* `network_entity_id` - (Required) The OCID for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingroutetables.htm).
52
56
*`vcn_id` - (Required) The OCID of the VCN the route table belongs to.
53
57
@@ -64,7 +68,9 @@ The following arguments support updates:
64
68
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
65
69
*`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.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
66
70
*`route_rules` - The collection of rules used for routing destination IPs to network devices.
67
-
* `cidr_block` - A destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Example: `0.0.0.0/0`
71
+
* `cidr_block` - Deprecated, Destination and DestinationType should be used instead; request including both fields will be rejected. A destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Example: `0.0.0.0/0`
72
+
* `destination` - The destination service cidrBlock or destination IP address range in CIDR notation. Matching packets will be routed to the indicated network entity (the target). Examples: `10.12.0.0/16` `oci-phx-objectstorage`
73
+
* `destination_type` - Type of destination for the route rule. SERVICE_CIDR_BLOCK should be used if destination is a service cidrBlock. CIDR_BLOCK should be used if destination is IP address range in CIDR notation. It must be provided along with `destination`.
68
74
* `network_entity_id` - The OCID for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingroutetables.htm).
0 commit comments