blob: a661f852217ce16af4c24c506b1d243ce7ded44b [file] [log] [blame]
Sai Cheemalapatidf613972016-10-21 13:59:49 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha.routes.html">routes</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040078 <code><a href="#delete">delete(project, route, requestId=None)</a></code></p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070079<p class="firstline">Deletes the specified Route resource.</p>
80<p class="toc_element">
81 <code><a href="#get">get(project, route)</a></code></p>
82<p class="firstline">Returns the specified Route resource. Get a list of available routes by making a list() request.</p>
83<p class="toc_element">
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040084 <code><a href="#insert">insert(project, body, requestId=None)</a></code></p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070085<p class="firstline">Creates a Route resource in the specified project using the data included in the request.</p>
86<p class="toc_element">
87 <code><a href="#list">list(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
88<p class="firstline">Retrieves the list of Route resources available to the specified project.</p>
89<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<p class="toc_element">
93 <code><a href="#testIamPermissions">testIamPermissions(project, resource, body)</a></code></p>
94<p class="firstline">Returns permissions that a caller has on the specified resource.</p>
95<h3>Method Details</h3>
96<div class="method">
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040097 <code class="details" id="delete">delete(project, route, requestId=None)</code>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070098 <pre>Deletes the specified Route resource.
99
100Args:
101 project: string, Project ID for this request. (required)
102 route: string, Name of the Route resource to delete. (required)
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400103 requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700104
105Returns:
106 An object of the form:
107
108 { # An Operation resource, used to manage asynchronous API requests.
109 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
110 "clientOperationId": "A String", # [Output Only] Reserved for future use.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400111 "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700112 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
113 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
114 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
115 "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on.
116 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
117 "progress": 42, # [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
118 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
119 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
120 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
121 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created.
122 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
123 {
124 "message": "A String", # [Output Only] A human-readable description of the warning code.
125 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
126 "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
127 # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
128 {
129 "value": "A String", # [Output Only] A warning data value corresponding to the key.
130 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
131 },
132 ],
133 },
134 ],
135 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
136 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
137 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
138 "name": "A String", # [Output Only] Name of the resource.
139 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only available when performing regional operations.
140 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
141 "errors": [ # [Output Only] The array of errors encountered while processing this operation.
142 {
143 "message": "A String", # [Output Only] An optional, human-readable error message.
144 "code": "A String", # [Output Only] The error type identifier for this error.
145 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
146 },
147 ],
148 },
149 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
150 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800151 "targetLink": "A String", # [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700152 }</pre>
153</div>
154
155<div class="method">
156 <code class="details" id="get">get(project, route)</code>
157 <pre>Returns the specified Route resource. Get a list of available routes by making a list() request.
158
159Args:
160 project: string, Project ID for this request. (required)
161 route: string, Name of the Route resource to return. (required)
162
163Returns:
164 An object of the form:
165
166 { # Represents a Route resource. A route specifies how certain packets should be handled by the network. Routes are associated with instances by tags and the set of routes for a particular instance is called its routing table.
167 #
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400168 # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700169 #
170 # Packets that do not match any route in the sending instance's routing table are dropped.
171 "nextHopGateway": "A String", # The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/<project-id>/global/gateways/default-internet-gateway
172 "nextHopVpnTunnel": "A String", # The URL to a VpnTunnel that should handle matching packets.
173 "kind": "compute#route", # [Output Only] Type of this resource. Always compute#routes for Route resources.
174 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
175 "tags": [ # A list of instance tags to which this route applies.
176 "A String",
177 ],
178 "nextHopInstance": "A String", # The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example:
179 # https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/
180 "priority": 42, # The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800181 "nextHopPeering": "A String", # [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700182 "nextHopNetwork": "A String", # The URL of the local network if it should handle matching packets.
183 "network": "A String", # Fully-qualified URL of the network that this route applies to.
184 "selfLink": "A String", # [Output Only] Server-defined fully-qualified URL for this resource.
185 "warnings": [ # [Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
186 {
187 "message": "A String", # [Output Only] A human-readable description of the warning code.
188 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
189 "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
190 # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
191 {
192 "value": "A String", # [Output Only] A warning data value corresponding to the key.
193 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
194 },
195 ],
196 },
197 ],
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400198 "destRange": "A String", # The destination range of outgoing packets that this route applies to. Only IPv4 is supported.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700199 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
200 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400201 "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets. Only IPv4 is supported.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700202 "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
203 }</pre>
204</div>
205
206<div class="method">
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400207 <code class="details" id="insert">insert(project, body, requestId=None)</code>
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700208 <pre>Creates a Route resource in the specified project using the data included in the request.
209
210Args:
211 project: string, Project ID for this request. (required)
212 body: object, The request body. (required)
213 The object takes the form of:
214
215{ # Represents a Route resource. A route specifies how certain packets should be handled by the network. Routes are associated with instances by tags and the set of routes for a particular instance is called its routing table.
216 #
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400217 # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700218 #
219 # Packets that do not match any route in the sending instance's routing table are dropped.
220 "nextHopGateway": "A String", # The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/<project-id>/global/gateways/default-internet-gateway
221 "nextHopVpnTunnel": "A String", # The URL to a VpnTunnel that should handle matching packets.
222 "kind": "compute#route", # [Output Only] Type of this resource. Always compute#routes for Route resources.
223 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
224 "tags": [ # A list of instance tags to which this route applies.
225 "A String",
226 ],
227 "nextHopInstance": "A String", # The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example:
228 # https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/
229 "priority": 42, # The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800230 "nextHopPeering": "A String", # [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700231 "nextHopNetwork": "A String", # The URL of the local network if it should handle matching packets.
232 "network": "A String", # Fully-qualified URL of the network that this route applies to.
233 "selfLink": "A String", # [Output Only] Server-defined fully-qualified URL for this resource.
234 "warnings": [ # [Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
235 {
236 "message": "A String", # [Output Only] A human-readable description of the warning code.
237 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
238 "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
239 # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
240 {
241 "value": "A String", # [Output Only] A warning data value corresponding to the key.
242 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
243 },
244 ],
245 },
246 ],
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400247 "destRange": "A String", # The destination range of outgoing packets that this route applies to. Only IPv4 is supported.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700248 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
249 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400250 "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets. Only IPv4 is supported.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700251 "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
252}
253
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400254 requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700255
256Returns:
257 An object of the form:
258
259 { # An Operation resource, used to manage asynchronous API requests.
260 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
261 "clientOperationId": "A String", # [Output Only] Reserved for future use.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400262 "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700263 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
264 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
265 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
266 "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on.
267 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
268 "progress": 42, # [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
269 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.
270 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
271 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
272 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created.
273 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
274 {
275 "message": "A String", # [Output Only] A human-readable description of the warning code.
276 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
277 "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
278 # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
279 {
280 "value": "A String", # [Output Only] A warning data value corresponding to the key.
281 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
282 },
283 ],
284 },
285 ],
286 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
287 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
288 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
289 "name": "A String", # [Output Only] Name of the resource.
290 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only available when performing regional operations.
291 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
292 "errors": [ # [Output Only] The array of errors encountered while processing this operation.
293 {
294 "message": "A String", # [Output Only] An optional, human-readable error message.
295 "code": "A String", # [Output Only] The error type identifier for this error.
296 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
297 },
298 ],
299 },
300 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
301 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800302 "targetLink": "A String", # [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700303 }</pre>
304</div>
305
306<div class="method">
307 <code class="details" id="list">list(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</code>
308 <pre>Retrieves the list of Route resources available to the specified project.
309
310Args:
311 project: string, Project ID for this request. (required)
312 orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
313
314You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
315
316Currently, only sorting by name or creationTimestamp desc is supported.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400317 maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700318 pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
319 filter: string, Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.
320
321The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.
322
323For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance.
324
325You can filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. Use filtering on nested fields to take advantage of labels to organize and search for results based on label values.
326
327To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.
328
329Returns:
330 An object of the form:
331
332 { # Contains a list of Route resources.
333 "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
334 "items": [ # [Output Only] A list of Route resources.
335 { # Represents a Route resource. A route specifies how certain packets should be handled by the network. Routes are associated with instances by tags and the set of routes for a particular instance is called its routing table.
336 #
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400337 # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700338 #
339 # Packets that do not match any route in the sending instance's routing table are dropped.
340 "nextHopGateway": "A String", # The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/<project-id>/global/gateways/default-internet-gateway
341 "nextHopVpnTunnel": "A String", # The URL to a VpnTunnel that should handle matching packets.
342 "kind": "compute#route", # [Output Only] Type of this resource. Always compute#routes for Route resources.
343 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
344 "tags": [ # A list of instance tags to which this route applies.
345 "A String",
346 ],
347 "nextHopInstance": "A String", # The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example:
348 # https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/
349 "priority": 42, # The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800350 "nextHopPeering": "A String", # [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700351 "nextHopNetwork": "A String", # The URL of the local network if it should handle matching packets.
352 "network": "A String", # Fully-qualified URL of the network that this route applies to.
353 "selfLink": "A String", # [Output Only] Server-defined fully-qualified URL for this resource.
354 "warnings": [ # [Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
355 {
356 "message": "A String", # [Output Only] A human-readable description of the warning code.
357 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
358 "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
359 # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
360 {
361 "value": "A String", # [Output Only] A warning data value corresponding to the key.
362 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
363 },
364 ],
365 },
366 ],
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400367 "destRange": "A String", # The destination range of outgoing packets that this route applies to. Only IPv4 is supported.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700368 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
369 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400370 "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets. Only IPv4 is supported.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700371 "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
372 },
373 ],
374 "kind": "compute#routeList", # Type of resource.
375 "id": "A String", # [Output Only] Unique identifier for the resource. Defined by the server.
376 "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
377 }</pre>
378</div>
379
380<div class="method">
381 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
382 <pre>Retrieves the next page of results.
383
384Args:
385 previous_request: The request for the previous page. (required)
386 previous_response: The response from the request for the previous page. (required)
387
388Returns:
389 A request object that you can call 'execute()' on to request the next
390 page. Returns None if there are no more items in the collection.
391 </pre>
392</div>
393
394<div class="method">
395 <code class="details" id="testIamPermissions">testIamPermissions(project, resource, body)</code>
396 <pre>Returns permissions that a caller has on the specified resource.
397
398Args:
399 project: string, Project ID for this request. (required)
400 resource: string, Name of the resource for this request. (required)
401 body: object, The request body. (required)
402 The object takes the form of:
403
404{
405 "permissions": [ # The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
406 "A String",
407 ],
408 }
409
410
411Returns:
412 An object of the form:
413
414 {
415 "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
416 "A String",
417 ],
418 }</pre>
419</div>
420
421</body></html>