mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
docs: Update comment for the region field in RouteInfo
PiperOrigin-RevId: 897473889
This commit is contained in:
parent
b6669d761c
commit
66fcc021fe
2 changed files with 6 additions and 2 deletions
|
|
@ -682,7 +682,9 @@ message RouteInfo {
|
|||
|
||||
// Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
|
||||
// routes only. If set for POLICY_BASED route, this is a region of VLAN
|
||||
// attachments for Cloud Interconnect the route applies to.
|
||||
// attachments for Cloud Interconnect the route applies to. If set to "all"
|
||||
// for POLICY_BASED route, the route applies to VLAN attachments of Cloud
|
||||
// Interconnect in all regions.
|
||||
string region = 19;
|
||||
|
||||
// Destination IP range of the route.
|
||||
|
|
|
|||
|
|
@ -686,7 +686,9 @@ message RouteInfo {
|
|||
|
||||
// Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
|
||||
// routes only. If set for POLICY_BASED route, this is a region of VLAN
|
||||
// attachments for Cloud Interconnect the route applies to.
|
||||
// attachments for Cloud Interconnect the route applies to. If set to "all"
|
||||
// for POLICY_BASED route, the route applies to VLAN attachments of Cloud
|
||||
// Interconnect in all regions.
|
||||
string region = 19;
|
||||
|
||||
// Destination IP range of the route.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue