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/dyn/networkconnectivity_v1.projects.locations.global_.hubs.routeTables.routes.html
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,25 @@ <h3>Method Details</h3>
115
115
},
116
116
"location": "A String", # Output only. The origin location of the route. Uses the following form: "projects/{project}/locations/{location}" Example: projects/1234/locations/us-central1
117
117
"name": "A String", # Immutable. The name of the route. Route names must be unique. Route names use the following form: `projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}/routes/{route_id}`
118
+
"nextHopInterconnectAttachment": { # A route next hop that leads to an interconnect attachment resource. # Immutable. The next-hop VLAN attachment for packets on this route.
119
+
"siteToSiteDataTransfer": True or False, # Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
120
+
"uri": "A String", # The URI of the interconnect attachment resource.
121
+
"vpcNetwork": "A String", # The VPC network where this interconnect attachment is located.
122
+
},
123
+
"nextHopRouterApplianceInstance": { # A route next hop that leads to a Router appliance instance. # Immutable. The next-hop Router appliance instance for packets on this route.
124
+
"siteToSiteDataTransfer": True or False, # Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
125
+
"uri": "A String", # The URI of the Router appliance instance.
126
+
"vpcNetwork": "A String", # The VPC network where this VM is located.
127
+
},
118
128
"nextHopVpcNetwork": { # Immutable. The destination VPC network for packets on this route.
119
129
"uri": "A String", # The URI of the VPC network resource
120
130
},
131
+
"nextHopVpnTunnel": { # A route next hop that leads to a VPN tunnel resource. # Immutable. The next-hop VPN tunnel for packets on this route.
132
+
"siteToSiteDataTransfer": True or False, # Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
133
+
"uri": "A String", # The URI of the VPN tunnel resource.
134
+
"vpcNetwork": "A String", # The VPC network where this VPN tunnel is located.
135
+
},
136
+
"priority": "A String", # Output only. The priority of this route. Priority is used to break ties in cases where a destination matches more than one route. In these cases the route with the lowest-numbered priority value wins.
121
137
"spoke": "A String", # Immutable. The spoke that this route leads to. Example: projects/12345/locations/global/spokes/SPOKE
122
138
"state": "A String", # Output only. The current lifecycle state of the route.
123
139
"type": "A String", # Output only. The route's type. Its type is determined by the properties of its IP address range.
@@ -156,9 +172,25 @@ <h3>Method Details</h3>
156
172
},
157
173
"location": "A String", # Output only. The origin location of the route. Uses the following form: "projects/{project}/locations/{location}" Example: projects/1234/locations/us-central1
158
174
"name": "A String", # Immutable. The name of the route. Route names must be unique. Route names use the following form: `projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}/routes/{route_id}`
175
+
"nextHopInterconnectAttachment": { # A route next hop that leads to an interconnect attachment resource. # Immutable. The next-hop VLAN attachment for packets on this route.
176
+
"siteToSiteDataTransfer": True or False, # Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
177
+
"uri": "A String", # The URI of the interconnect attachment resource.
178
+
"vpcNetwork": "A String", # The VPC network where this interconnect attachment is located.
179
+
},
180
+
"nextHopRouterApplianceInstance": { # A route next hop that leads to a Router appliance instance. # Immutable. The next-hop Router appliance instance for packets on this route.
181
+
"siteToSiteDataTransfer": True or False, # Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
182
+
"uri": "A String", # The URI of the Router appliance instance.
183
+
"vpcNetwork": "A String", # The VPC network where this VM is located.
184
+
},
159
185
"nextHopVpcNetwork": { # Immutable. The destination VPC network for packets on this route.
160
186
"uri": "A String", # The URI of the VPC network resource
161
187
},
188
+
"nextHopVpnTunnel": { # A route next hop that leads to a VPN tunnel resource. # Immutable. The next-hop VPN tunnel for packets on this route.
189
+
"siteToSiteDataTransfer": True or False, # Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
190
+
"uri": "A String", # The URI of the VPN tunnel resource.
191
+
"vpcNetwork": "A String", # The VPC network where this VPN tunnel is located.
192
+
},
193
+
"priority": "A String", # Output only. The priority of this route. Priority is used to break ties in cases where a destination matches more than one route. In these cases the route with the lowest-numbered priority value wins.
162
194
"spoke": "A String", # Immutable. The spoke that this route leads to. Example: projects/12345/locations/global/spokes/SPOKE
163
195
"state": "A String", # Output only. The current lifecycle state of the route.
164
196
"type": "A String", # Output only. The route's type. Its type is determined by the properties of its IP address range.
0 commit comments