blob: a96a39e2b940cfe48a678fc4ad7d6c86d5f660af [file] [log] [blame]
Craig Citro065b5302014-08-14 00:47:23 -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="autoscaler_v1beta2.html">Google Compute Engine Autoscaler API</a> . <a href="autoscaler_v1beta2.zoneOperations.html">zoneOperations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#delete">delete(project, zone, operation)</a></code></p>
79<p class="firstline">Deletes the specified zone-specific operation resource.</p>
80<p class="toc_element">
81 <code><a href="#get">get(project, zone, operation)</a></code></p>
82<p class="firstline">Retrieves the specified zone-specific operation resource.</p>
83<p class="toc_element">
84 <code><a href="#list">list(project, zone, maxResults=None, pageToken=None, filter=None)</a></code></p>
85<p class="firstline">Retrieves the list of operation resources contained within the specified zone.</p>
86<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
91 <code class="details" id="delete">delete(project, zone, operation)</code>
92 <pre>Deletes the specified zone-specific operation resource.
93
94Args:
95 project: string, A parameter (required)
96 zone: string, A parameter (required)
97 operation: string, A parameter (required)
98</pre>
99</div>
100
101<div class="method">
102 <code class="details" id="get">get(project, zone, operation)</code>
103 <pre>Retrieves the specified zone-specific operation resource.
104
105Args:
106 project: string, A parameter (required)
107 zone: string, A parameter (required)
108 operation: string, A parameter (required)
109
110Returns:
111 An object of the form:
112
113 {
114 "targetId": "A String",
115 "clientOperationId": "A String",
116 "creationTimestamp": "A String",
117 "id": "A String",
118 "zone": "A String",
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700119 "insertTime": "A String",
Craig Citro065b5302014-08-14 00:47:23 -0700120 "operationType": "A String",
121 "httpErrorMessage": "A String",
122 "progress": 42,
123 "httpErrorStatusCode": 42,
124 "statusMessage": "A String",
125 "status": "A String",
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700126 "description": "A String",
Craig Citro065b5302014-08-14 00:47:23 -0700127 "warnings": [
128 {
129 "message": "A String",
130 "code": "A String",
131 "data": [
132 {
133 "value": "A String",
134 "key": "A String",
135 },
136 ],
137 },
138 ],
139 "user": "A String",
140 "startTime": "A String",
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700141 "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
Craig Citro065b5302014-08-14 00:47:23 -0700142 "name": "A String",
143 "region": "A String",
144 "error": {
145 "errors": [
146 {
147 "message": "A String",
148 "code": "A String",
149 "location": "A String",
150 },
151 ],
152 },
153 "endTime": "A String",
154 "selfLink": "A String",
155 "targetLink": "A String",
156 }</pre>
157</div>
158
159<div class="method">
160 <code class="details" id="list">list(project, zone, maxResults=None, pageToken=None, filter=None)</code>
161 <pre>Retrieves the list of operation resources contained within the specified zone.
162
163Args:
164 project: string, A parameter (required)
165 zone: string, A parameter (required)
166 maxResults: integer, A parameter
167 pageToken: string, A parameter
168 filter: string, A parameter
169
170Returns:
171 An object of the form:
172
173 {
174 "nextPageToken": "A String",
175 "items": [
176 {
177 "targetId": "A String",
178 "clientOperationId": "A String",
179 "creationTimestamp": "A String",
180 "id": "A String",
181 "zone": "A String",
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700182 "insertTime": "A String",
Craig Citro065b5302014-08-14 00:47:23 -0700183 "operationType": "A String",
184 "httpErrorMessage": "A String",
185 "progress": 42,
186 "httpErrorStatusCode": 42,
187 "statusMessage": "A String",
188 "status": "A String",
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700189 "description": "A String",
Craig Citro065b5302014-08-14 00:47:23 -0700190 "warnings": [
191 {
192 "message": "A String",
193 "code": "A String",
194 "data": [
195 {
196 "value": "A String",
197 "key": "A String",
198 },
199 ],
200 },
201 ],
202 "user": "A String",
203 "startTime": "A String",
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700204 "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
Craig Citro065b5302014-08-14 00:47:23 -0700205 "name": "A String",
206 "region": "A String",
207 "error": {
208 "errors": [
209 {
210 "message": "A String",
211 "code": "A String",
212 "location": "A String",
213 },
214 ],
215 },
216 "endTime": "A String",
217 "selfLink": "A String",
218 "targetLink": "A String",
219 },
220 ],
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000221 "kind": "autoscaler#operationList", # [Output Only] Type of resource. Always compute#operations for Operations resource.
Craig Citro065b5302014-08-14 00:47:23 -0700222 "id": "A String",
223 "selfLink": "A String",
224 }</pre>
225</div>
226
227<div class="method">
228 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
229 <pre>Retrieves the next page of results.
230
231Args:
232 previous_request: The request for the previous page. (required)
233 previous_response: The response from the request for the previous page. (required)
234
235Returns:
236 A request object that you can call 'execute()' on to request the next
237 page. Returns None if there are no more items in the collection.
238 </pre>
239</div>
240
241</body></html>