blob: 3ad597e3bb855bd6ee2cc2de62a3b0255f6ebc53 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<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_v1.html">Compute Engine API</a> . <a href="compute_v1.addresses.html">addresses</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#aggregatedList">aggregatedList(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
79<p class="firstline">Retrieves the list of addresses grouped by scope.</p>
80<p class="toc_element">
81 <code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
82<p class="firstline">Retrieves the next page of results.</p>
83<p class="toc_element">
84 <code><a href="#delete">delete(project, region, address)</a></code></p>
85<p class="firstline">Deletes the specified address resource.</p>
86<p class="toc_element">
87 <code><a href="#get">get(project, region, address)</a></code></p>
88<p class="firstline">Returns the specified address resource.</p>
89<p class="toc_element">
90 <code><a href="#insert">insert(project, region, body)</a></code></p>
91<p class="firstline">Creates an address resource in the specified project using the data included in the request.</p>
92<p class="toc_element">
93 <code><a href="#list">list(project, region, maxResults=None, pageToken=None, filter=None)</a></code></p>
94<p class="firstline">Retrieves the list of address resources contained within the specified region.</p>
95<p class="toc_element">
96 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<h3>Method Details</h3>
99<div class="method">
100 <code class="details" id="aggregatedList">aggregatedList(project, maxResults=None, pageToken=None, filter=None)</code>
101 <pre>Retrieves the list of addresses grouped by scope.
102
103Args:
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000104 project: string, Project ID for this request. (required)
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000105 maxResults: integer, Maximum count of results to be returned.
Takashi Matsuo06694102015-09-11 13:55:40 -0700106 pageToken: string, Specifies a page token to use. Use this parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.
107 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.
108
109The 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 (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.
110
111For example, filter=name ne example-instance.
John Asmuth614db982014-04-24 15:46:26 -0400112
113Returns:
114 An object of the form:
115
116 {
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000117 "nextPageToken": "A String", # [Output Only] A token used to continue a truncated list request.
118 "items": { # [Output Only] A map of scoped address lists.
119 "a_key": { # [Output Only] Name of the scope containing this set of addresses.
120 "warning": { # [Output Only] Informational warning which replaces the list of addresses when the list is empty.
121 "message": "A String", # [Output Only] Optional human-readable details for this warning.
122 "code": "A String", # [Output Only] The warning type identifier for this warning.
123 "data": [ # [Output Only] Metadata for this warning in key: value format.
John Asmuth614db982014-04-24 15:46:26 -0400124 {
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000125 "value": "A String", # [Output Only] A warning data value corresponding to the key.
126 "key": "A String", # [Output Only] A key for the warning data.
John Asmuth614db982014-04-24 15:46:26 -0400127 },
128 ],
129 },
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000130 "addresses": [ # [Output Only] List of addresses contained in this scope.
John Asmuth614db982014-04-24 15:46:26 -0400131 { # A reserved address resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000132 "status": "A String", # [Output Only] The status of the address, which can be either IN_USE or RESERVED. An address that is RESERVED is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
133 "kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
John Asmuth614db982014-04-24 15:46:26 -0400134 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000135 "region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
136 "address": "A String", # The static external IP address represented by this resource.
137 "users": [ # [Output Only] The URLs of the resources that are using this address.
John Asmuth614db982014-04-24 15:46:26 -0400138 "A String",
139 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000140 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
141 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Takashi Matsuo06694102015-09-11 13:55:40 -0700142 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000143 "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.
John Asmuth614db982014-04-24 15:46:26 -0400144 },
145 ],
146 },
147 },
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000148 "kind": "compute#addressAggregatedList", # [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
149 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Takashi Matsuo06694102015-09-11 13:55:40 -0700150 "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
John Asmuth614db982014-04-24 15:46:26 -0400151 }</pre>
152</div>
153
154<div class="method">
155 <code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
156 <pre>Retrieves the next page of results.
157
158Args:
159 previous_request: The request for the previous page. (required)
160 previous_response: The response from the request for the previous page. (required)
161
162Returns:
163 A request object that you can call 'execute()' on to request the next
164 page. Returns None if there are no more items in the collection.
165 </pre>
166</div>
167
168<div class="method">
169 <code class="details" id="delete">delete(project, region, address)</code>
170 <pre>Deletes the specified address resource.
171
172Args:
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000173 project: string, Project ID for this request. (required)
174 region: string, The name of the region for this request. (required)
John Asmuth614db982014-04-24 15:46:26 -0400175 address: string, Name of the address resource to delete. (required)
176
177Returns:
178 An object of the form:
179
Takashi Matsuo06694102015-09-11 13:55:40 -0700180 { # An Operation resource, used to manage asynchronous API requests.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000181 "targetId": "A String", # [Output Only] Unique target ID which identifies a particular incarnation of the target.
Takashi Matsuo06694102015-09-11 13:55:40 -0700182 "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all Operation resources in the project.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000183 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
Craig Citroe633be12015-03-02 13:40:36 -0800184 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000185 "zone": "A String", # [Output Only] URL of the zone where the operation resides.
186 "operationType": "A String", # [Output Only] Type of the operation, such as insert, update, and delete.
187 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000188 "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 at when the operation will be complete. This number should monotonically increase as the operation progresses.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000189 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as 404.
Craig Citroe633be12015-03-02 13:40:36 -0800190 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000191 "status": "A String", # [Output Only] Status of the operation. Can be one of the following: PENDING, RUNNING, or DONE.
192 "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC3339 text format.
193 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
John Asmuth614db982014-04-24 15:46:26 -0400194 {
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000195 "message": "A String", # [Output Only] Optional human-readable details for this warning.
196 "code": "A String", # [Output Only] The warning type identifier for this warning.
197 "data": [ # [Output Only] Metadata for this warning in key: value format.
John Asmuth614db982014-04-24 15:46:26 -0400198 {
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000199 "value": "A String", # [Output Only] A warning data value corresponding to the key.
200 "key": "A String", # [Output Only] A key for the warning data.
John Asmuth614db982014-04-24 15:46:26 -0400201 },
202 ],
203 },
204 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000205 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
206 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC3339 text format.
207 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#Operation for Operation resources.
208 "name": "A String", # [Output Only] Name of the resource.
209 "region": "A String", # [Output Only] URL of the region where the operation resides. Only applicable for regional resources.
210 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
Craig Citroe633be12015-03-02 13:40:36 -0800211 "errors": [ # [Output Only] The array of errors encountered while processing this operation.
John Asmuth614db982014-04-24 15:46:26 -0400212 {
Craig Citroe633be12015-03-02 13:40:36 -0800213 "message": "A String", # [Output Only] An optional, human-readable error message.
214 "code": "A String", # [Output Only] The error type identifier for this error.
215 "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
John Asmuth614db982014-04-24 15:46:26 -0400216 },
217 ],
218 },
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000219 "endTime": "A String", # [Output Only] The time that this operation was completed. This is in RFC3339 text format.
Takashi Matsuo06694102015-09-11 13:55:40 -0700220 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000221 "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating.
John Asmuth614db982014-04-24 15:46:26 -0400222 }</pre>
223</div>
224
225<div class="method">
226 <code class="details" id="get">get(project, region, address)</code>
227 <pre>Returns the specified address resource.
228
229Args:
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000230 project: string, Project ID for this request. (required)
231 region: string, The name of the region for this request. (required)
John Asmuth614db982014-04-24 15:46:26 -0400232 address: string, Name of the address resource to return. (required)
233
234Returns:
235 An object of the form:
236
237 { # A reserved address resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000238 "status": "A String", # [Output Only] The status of the address, which can be either IN_USE or RESERVED. An address that is RESERVED is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
239 "kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
John Asmuth614db982014-04-24 15:46:26 -0400240 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000241 "region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
242 "address": "A String", # The static external IP address represented by this resource.
243 "users": [ # [Output Only] The URLs of the resources that are using this address.
John Asmuth614db982014-04-24 15:46:26 -0400244 "A String",
245 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000246 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
247 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Takashi Matsuo06694102015-09-11 13:55:40 -0700248 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000249 "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.
John Asmuth614db982014-04-24 15:46:26 -0400250 }</pre>
251</div>
252
253<div class="method">
254 <code class="details" id="insert">insert(project, region, body)</code>
255 <pre>Creates an address resource in the specified project using the data included in the request.
256
257Args:
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000258 project: string, Project ID for this request. (required)
259 region: string, The name of the region for this request. (required)
John Asmuth614db982014-04-24 15:46:26 -0400260 body: object, The request body. (required)
261 The object takes the form of:
262
263{ # A reserved address resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000264 "status": "A String", # [Output Only] The status of the address, which can be either IN_USE or RESERVED. An address that is RESERVED is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
265 "kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
John Asmuth614db982014-04-24 15:46:26 -0400266 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000267 "region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
268 "address": "A String", # The static external IP address represented by this resource.
269 "users": [ # [Output Only] The URLs of the resources that are using this address.
John Asmuth614db982014-04-24 15:46:26 -0400270 "A String",
271 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000272 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
273 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Takashi Matsuo06694102015-09-11 13:55:40 -0700274 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000275 "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.
John Asmuth614db982014-04-24 15:46:26 -0400276 }
277
278
279Returns:
280 An object of the form:
281
Takashi Matsuo06694102015-09-11 13:55:40 -0700282 { # An Operation resource, used to manage asynchronous API requests.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000283 "targetId": "A String", # [Output Only] Unique target ID which identifies a particular incarnation of the target.
Takashi Matsuo06694102015-09-11 13:55:40 -0700284 "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all Operation resources in the project.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000285 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
Craig Citroe633be12015-03-02 13:40:36 -0800286 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000287 "zone": "A String", # [Output Only] URL of the zone where the operation resides.
288 "operationType": "A String", # [Output Only] Type of the operation, such as insert, update, and delete.
289 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000290 "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 at when the operation will be complete. This number should monotonically increase as the operation progresses.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000291 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as 404.
Craig Citroe633be12015-03-02 13:40:36 -0800292 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000293 "status": "A String", # [Output Only] Status of the operation. Can be one of the following: PENDING, RUNNING, or DONE.
294 "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC3339 text format.
295 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
John Asmuth614db982014-04-24 15:46:26 -0400296 {
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000297 "message": "A String", # [Output Only] Optional human-readable details for this warning.
298 "code": "A String", # [Output Only] The warning type identifier for this warning.
299 "data": [ # [Output Only] Metadata for this warning in key: value format.
John Asmuth614db982014-04-24 15:46:26 -0400300 {
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000301 "value": "A String", # [Output Only] A warning data value corresponding to the key.
302 "key": "A String", # [Output Only] A key for the warning data.
John Asmuth614db982014-04-24 15:46:26 -0400303 },
304 ],
305 },
306 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000307 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
308 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC3339 text format.
309 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#Operation for Operation resources.
310 "name": "A String", # [Output Only] Name of the resource.
311 "region": "A String", # [Output Only] URL of the region where the operation resides. Only applicable for regional resources.
312 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
Craig Citroe633be12015-03-02 13:40:36 -0800313 "errors": [ # [Output Only] The array of errors encountered while processing this operation.
John Asmuth614db982014-04-24 15:46:26 -0400314 {
Craig Citroe633be12015-03-02 13:40:36 -0800315 "message": "A String", # [Output Only] An optional, human-readable error message.
316 "code": "A String", # [Output Only] The error type identifier for this error.
317 "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
John Asmuth614db982014-04-24 15:46:26 -0400318 },
319 ],
320 },
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000321 "endTime": "A String", # [Output Only] The time that this operation was completed. This is in RFC3339 text format.
Takashi Matsuo06694102015-09-11 13:55:40 -0700322 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000323 "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating.
John Asmuth614db982014-04-24 15:46:26 -0400324 }</pre>
325</div>
326
327<div class="method">
328 <code class="details" id="list">list(project, region, maxResults=None, pageToken=None, filter=None)</code>
329 <pre>Retrieves the list of address resources contained within the specified region.
330
331Args:
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000332 project: string, Project ID for this request. (required)
333 region: string, The name of the region for this request. (required)
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000334 maxResults: integer, Maximum count of results to be returned.
Takashi Matsuo06694102015-09-11 13:55:40 -0700335 pageToken: string, Specifies a page token to use. Use this parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.
336 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.
337
338The 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 (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.
339
340For example, filter=name ne example-instance.
John Asmuth614db982014-04-24 15:46:26 -0400341
342Returns:
343 An object of the form:
344
345 { # Contains a list of address resources.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000346 "nextPageToken": "A String", # [Output Only] A token used to continue a truncated list request.
347 "items": [ # [Output Only] A list of Address resources.
John Asmuth614db982014-04-24 15:46:26 -0400348 { # A reserved address resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000349 "status": "A String", # [Output Only] The status of the address, which can be either IN_USE or RESERVED. An address that is RESERVED is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
350 "kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
John Asmuth614db982014-04-24 15:46:26 -0400351 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000352 "region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
353 "address": "A String", # The static external IP address represented by this resource.
354 "users": [ # [Output Only] The URLs of the resources that are using this address.
John Asmuth614db982014-04-24 15:46:26 -0400355 "A String",
356 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000357 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
358 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Takashi Matsuo06694102015-09-11 13:55:40 -0700359 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000360 "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.
John Asmuth614db982014-04-24 15:46:26 -0400361 },
362 ],
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000363 "kind": "compute#addressList", # [Output Only] Type of resource. Always compute#addressList for lists of addresses.
364 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
Takashi Matsuo06694102015-09-11 13:55:40 -0700365 "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
John Asmuth614db982014-04-24 15:46:26 -0400366 }</pre>
367</div>
368
369<div class="method">
370 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
371 <pre>Retrieves the next page of results.
372
373Args:
374 previous_request: The request for the previous page. (required)
375 previous_response: The response from the request for the previous page. (required)
376
377Returns:
378 A request object that you can call 'execute()' on to request the next
379 page. Returns None if there are no more items in the collection.
380 </pre>
381</div>
382
383</body></html>