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_local_peering_gateways.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,11 @@ The following attributes are exported:
47
47
*`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"}`
48
48
*`id` - The LPG's Oracle ID (OCID).
49
49
*`is_cross_tenancy_peering` - Whether the VCN at the other end of the peering is in a different tenancy. Example: `false`
50
-
*`peer_advertised_cidr` - The range of IP addresses available on the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use this as the destination CIDR for a route rule to route a subnet's traffic to this LPG. Example: `192.168.0.0/16`
50
+
*`peer_advertised_cidr` - The smallest aggregate CIDR that contains all the CIDR routes advertised by the VCN at the other end of the peering from this LPG. See `peerAdvertisedCidrDetails` for the individual CIDRs. The value is `null` if the LPG is not peered. Example: `192.168.0.0/16`, or if aggregated with `172.16.0.0/24` then `128.0.0.0/1`
51
+
*`peer_advertised_cidr_details` - The specific ranges of IP addresses available on or via the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use these as destination CIDRs for route rules to route a subnet's traffic to this LPG. Example: [`192.168.0.0/16`, `172.16.0.0/24`]
51
52
*`peering_status` - Whether the LPG is peered with another LPG. `NEW` means the LPG has not yet been peered. `PENDING` means the peering is being established. `REVOKED` means the LPG at the other end of the peering has been deleted.
52
53
*`peering_status_details` - Additional information regarding the peering status, if applicable.
54
+
*`route_table_id` - The OCID of the route table the LPG is using.
53
55
*`state` - The LPG's current lifecycle state.
54
56
*`time_created` - The date and time the LPG was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
55
57
*`vcn_id` - The OCID of the VCN the LPG belongs to.
@@ -41,6 +42,9 @@ The following arguments are supported:
41
42
42
43
*`display_name` - (Optional) (Updatable) A user-friendly name. Does not have to be unique. Avoid entering confidential information.
43
44
*`drg_id` - (Required) The OCID of the DRG.
45
+
*`route_table_id` - (Optional) (Updatable) The OCID of the route table the DRG attachment will use.
46
+
47
+
If you don't specify a route table here, the DRG attachment is created without an associated route table. The Networking service does NOT automatically associate the attached VCN's default route table with the DRG attachment.
44
48
*`vcn_id` - (Required) The OCID of the VCN.
45
49
46
50
@@ -55,6 +59,7 @@ The following attributes are exported:
55
59
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
56
60
*`drg_id` - The OCID of the DRG.
57
61
*`id` - The DRG attachment's Oracle ID (OCID).
62
+
*`route_table_id` - The OCID of the route table the DRG attachment is using.
58
63
*`state` - The DRG attachment's current state.
59
64
*`time_created` - The date and time the DRG attachment was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
@@ -41,6 +42,9 @@ The following arguments are supported:
41
42
*`display_name` - (Optional) (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
42
43
*`freeform_tags` - (Optional) (Updatable) 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"}`
43
44
*`peer_id` - (Optional) The OCID of the LPG you want to peer with. Specifying a peer_id connects this local peering gateway (LPG) to another one in the same region. This operation must be called by the VCN administrator who is designated as the *requestor* in the peering relationship. The *acceptor* must implement an Identity and Access Management (IAM) policy that gives the requestor permission to connect to LPGs in the acceptor's compartment. Without that permission, this operation will fail. For more information, see [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
45
+
*`route_table_id` - (Optional) (Updatable) The OCID of the route table the LPG will use.
46
+
47
+
If you don't specify a route table here, the LPG is created without an associated route table. The Networking service does NOT automatically associate the attached VCN's default route table with the LPG.
44
48
*`vcn_id` - (Required) The OCID of the VCN the LPG belongs to.
45
49
46
50
@@ -57,9 +61,11 @@ The following attributes are exported:
57
61
*`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"}`
58
62
*`id` - The LPG's Oracle ID (OCID).
59
63
*`is_cross_tenancy_peering` - Whether the VCN at the other end of the peering is in a different tenancy. Example: `false`
60
-
*`peer_advertised_cidr` - The range of IP addresses available on the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use this as the destination CIDR for a route rule to route a subnet's traffic to this LPG. Example: `192.168.0.0/16`
64
+
*`peer_advertised_cidr` - The smallest aggregate CIDR that contains all the CIDR routes advertised by the VCN at the other end of the peering from this LPG. See `peerAdvertisedCidrDetails` for the individual CIDRs. The value is `null` if the LPG is not peered. Example: `192.168.0.0/16`, or if aggregated with `172.16.0.0/24` then `128.0.0.0/1`
65
+
*`peer_advertised_cidr_details` - The specific ranges of IP addresses available on or via the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use these as destination CIDRs for route rules to route a subnet's traffic to this LPG. Example: [`192.168.0.0/16`, `172.16.0.0/24`]
61
66
*`peering_status` - Whether the LPG is peered with another LPG. `NEW` means the LPG has not yet been peered. `PENDING` means the peering is being established. `REVOKED` means the LPG at the other end of the peering has been deleted.
62
67
*`peering_status_details` - Additional information regarding the peering status, if applicable.
68
+
*`route_table_id` - The OCID of the route table the LPG is using.
63
69
*`state` - The LPG's current lifecycle state.
64
70
*`time_created` - The date and time the LPG was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
65
71
*`vcn_id` - The OCID of the VCN the LPG belongs to.
0 commit comments