Lines Matching full:update
79 …class="firstline">Cancels an update. The update must be PAUSED before it can be cancelled. This ha…
82 <p class="firstline">Returns information about an update.</p>
85 <p class="firstline">Inserts and starts a new update.</p>
91 <p class="firstline">Lists the current status for each instance within a given update.</p>
100 …"firstline">Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK. Has no effect if invo…
103 <p class="firstline">Continues an update in PAUSED state. Has no effect if invoked when the state o…
106 …firstline">Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect if invoked…
110 …<pre>Cancels an update. The update must be PAUSED before it can be cancelled. This has no effect i…
114 zone: string, The name of the zone in which the update's target resides. (required)
115 rollingUpdate: string, The name of the update. (required)
167 <pre>Returns information about an update.
171 zone: string, The name of the zone in which the update's target resides. (required)
172 rollingUpdate: string, The name of the update. (required)
177 …{ # The following represents a resource describing a single update (rollout) of a group of instanc…
178 "status": "A String", # [Output Only] Status of the update. Possible values are:
179 # - "ROLLING_FORWARD": The update is going forward.
180 # - "ROLLING_BACK": The update is being rolled back.
181 # - "PAUSED": The update is temporarily paused (inactive).
182 # - "ROLLED_OUT": The update is finished, all instances have been updated successfully.
183 …# - "ROLLED_BACK": The update is finished, all instances have been reverted to the previous templa…
184 …# - "CANCELLED": The update is paused and no longer can be resumed, undefined how many instances a…
187 … "user": "A String", # [Output Only] User who requested the update, for example: user@example.com.
191 …": "A String", # [Output Only] An optional textual description of the current status of the update.
192 "error": { # [Output Only] Errors that occurred during the rolling update.
201 "policy": { # Parameters of the update process.
202 …PauseAfterInstances": 42, # Number of instances to update before the updater pauses the rolling up…
203 … state after all of the update steps are complete. If the HEALTHY state is not received before the…
204 …imum number of instances that can be updated simultaneously. An instance update is considered comp…
205 …update each instance. Update time is the time it takes to complete all update actions (e.g. Stop c…
206 …update is considered a failure. An instance update is considered failed if any of its update actio…
208 … not be used to guess at when the update will be complete. This number should be monotonically inc…
209 …: "A String", # Fully-qualified URL of the instance template encountered while starting the update.
219 <pre>Inserts and starts a new update.
223 zone: string, The name of the zone in which the update's target resides. (required)
227 { # The following represents a resource describing a single update (rollout) of a group of instance…
228 "status": "A String", # [Output Only] Status of the update. Possible values are:
229 # - "ROLLING_FORWARD": The update is going forward.
230 # - "ROLLING_BACK": The update is being rolled back.
231 # - "PAUSED": The update is temporarily paused (inactive).
232 # - "ROLLED_OUT": The update is finished, all instances have been updated successfully.
233 …# - "ROLLED_BACK": The update is finished, all instances have been reverted to the previous templa…
234 …# - "CANCELLED": The update is paused and no longer can be resumed, undefined how many instances a…
237 … "user": "A String", # [Output Only] User who requested the update, for example: user@example.com.
241 …": "A String", # [Output Only] An optional textual description of the current status of the update.
242 "error": { # [Output Only] Errors that occurred during the rolling update.
251 "policy": { # Parameters of the update process.
252 …PauseAfterInstances": 42, # Number of instances to update before the updater pauses the rolling up…
253 … state after all of the update steps are complete. If the HEALTHY state is not received before the…
254 …imum number of instances that can be updated simultaneously. An instance update is considered comp…
255 …update each instance. Update time is the time it takes to complete all update actions (e.g. Stop c…
256 …update is considered a failure. An instance update is considered failed if any of its update actio…
258 … not be used to guess at when the update will be complete. This number should be monotonically inc…
259 …: "A String", # Fully-qualified URL of the instance template encountered while starting the update.
321 zone: string, The name of the zone in which the update's target resides. (required)
332 …{ # The following represents a resource describing a single update (rollout) of a group of instanc…
333 "status": "A String", # [Output Only] Status of the update. Possible values are:
334 # - "ROLLING_FORWARD": The update is going forward.
335 # - "ROLLING_BACK": The update is being rolled back.
336 # - "PAUSED": The update is temporarily paused (inactive).
337 … # - "ROLLED_OUT": The update is finished, all instances have been updated successfully.
338 …# - "ROLLED_BACK": The update is finished, all instances have been reverted to the previous templa…
339 …# - "CANCELLED": The update is paused and no longer can be resumed, undefined how many instances a…
342 … "user": "A String", # [Output Only] User who requested the update, for example: user@example.com.
346 …": "A String", # [Output Only] An optional textual description of the current status of the update.
347 "error": { # [Output Only] Errors that occurred during the rolling update.
356 "policy": { # Parameters of the update process.
357 …PauseAfterInstances": 42, # Number of instances to update before the updater pauses the rolling up…
358 … state after all of the update steps are complete. If the HEALTHY state is not received before the…
359 …imum number of instances that can be updated simultaneously. An instance update is considered comp…
360 …update each instance. Update time is the time it takes to complete all update actions (e.g. Stop c…
361 …update is considered a failure. An instance update is considered failed if any of its update actio…
363 … not be used to guess at when the update will be complete. This number should be monotonically inc…
364 …: "A String", # Fully-qualified URL of the instance template encountered while starting the update.
378 <pre>Lists the current status for each instance within a given update.
382 zone: string, The name of the zone in which the update's target resides. (required)
383 rollingUpdate: string, The name of the update. (required)
394 { # Update of a single instance.
395 "status": "A String", # Status of the instance update. Possible values are:
396 # - "PENDING": The instance update is pending execution.
397 # - "ROLLING_FORWARD": The instance update is going forward.
398 # - "ROLLING_BACK": The instance update is being rolled back.
399 # - "PAUSED": The instance update is temporarily paused (inactive).
400 … # - "ROLLED_OUT": The instance update is finished, the instance is running the new template.
401 …# - "ROLLED_BACK": The instance update is finished, the instance has been reverted to the previous…
402 …# - "CANCELLED": The instance update is paused and no longer can be resumed, undefined in which te…
404 "error": { # Errors that occurred during the instance update.
450 …<pre>Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK. Has no effect if invoked whe…
454 zone: string, The name of the zone in which the update's target resides. (required)
455 rollingUpdate: string, The name of the update. (required)
507 …<pre>Continues an update in PAUSED state. Has no effect if invoked when the state of the update is…
511 zone: string, The name of the zone in which the update's target resides. (required)
512 rollingUpdate: string, The name of the update. (required)
564 …<pre>Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect if invoked when …
568 zone: string, The name of the zone in which the update's target resides. (required)
569 rollingUpdate: string, The name of the update. (required)