The "rollingUpdates" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| cancel ($project, $zone, $rollingUpdate, $optParams=array()) |
| Cancels an update.
|
|
| get ($project, $zone, $rollingUpdate, $optParams=array()) |
| Returns information about an update.
|
|
| insert ($project, $zone, Google_Service_Replicapoolupdater_RollingUpdate $postBody, $optParams=array()) |
| Inserts and starts a new update.
|
|
| listInstanceUpdates ($project, $zone, $rollingUpdate, $optParams=array()) |
| Lists the current status for each instance within a given update.
|
|
| listRollingUpdates ($project, $zone, $optParams=array()) |
| Lists recent updates for a given managed instance group, in reverse chronological order and paginated format.
|
|
| pause ($project, $zone, $rollingUpdate, $optParams=array()) |
| Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK.
|
|
| resume ($project, $zone, $rollingUpdate, $optParams=array()) |
| Continues an update in PAUSED state.
|
|
| rollback ($project, $zone, $rollingUpdate, $optParams=array()) |
| Rolls back the update in state from ROLLING_FORWARD or PAUSED.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "rollingUpdates" collection of methods.
Typical usage is: $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...); $rollingUpdates = $replicapoolupdaterService->rollingUpdates;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ cancel()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::cancel |
( |
| $project, |
|
|
| $zone, |
|
|
| $rollingUpdate, |
|
|
| $optParams = array() ) |
Cancels an update.
The update must be PAUSED before it can be cancelled. This has no effect if the update is already CANCELLED. (rollingUpdates.cancel)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
string | $rollingUpdate | The name of the update. |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::get |
( |
| $project, |
|
|
| $zone, |
|
|
| $rollingUpdate, |
|
|
| $optParams = array() ) |
Returns information about an update.
(rollingUpdates.get)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
string | $rollingUpdate | The name of the update. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts and starts a new update.
(rollingUpdates.insert)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
Google_RollingUpdate | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listInstanceUpdates()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::listInstanceUpdates |
( |
| $project, |
|
|
| $zone, |
|
|
| $rollingUpdate, |
|
|
| $optParams = array() ) |
Lists the current status for each instance within a given update.
(rollingUpdates.listInstanceUpdates)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
string | $rollingUpdate | The name of the update. |
array | $optParams | Optional parameters. |
@opt_param string maxResults Optional. Maximum count of results to be returned. Maximum value is 500 and default value is 500. @opt_param string filter Optional. Filter expression for filtering listed resources. @opt_param string pageToken Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
- Return values
-
◆ listRollingUpdates()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::listRollingUpdates |
( |
| $project, |
|
|
| $zone, |
|
|
| $optParams = array() ) |
Lists recent updates for a given managed instance group, in reverse chronological order and paginated format.
(rollingUpdates.listRollingUpdates)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
array | $optParams | Optional parameters. |
@opt_param string filter Optional. Filter expression for filtering listed resources. @opt_param string pageToken Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request. @opt_param string maxResults Optional. Maximum count of results to be returned. Maximum value is 500 and default value is 500.
- Return values
-
◆ pause()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::pause |
( |
| $project, |
|
|
| $zone, |
|
|
| $rollingUpdate, |
|
|
| $optParams = array() ) |
Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK.
Has no effect if invoked when the state of the update is PAUSED. (rollingUpdates.pause)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
string | $rollingUpdate | The name of the update. |
array | $optParams | Optional parameters. |
- Return values
-
◆ resume()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::resume |
( |
| $project, |
|
|
| $zone, |
|
|
| $rollingUpdate, |
|
|
| $optParams = array() ) |
Continues an update in PAUSED state.
Has no effect if invoked when the state of the update is ROLLED_OUT. (rollingUpdates.resume)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
string | $rollingUpdate | The name of the update. |
array | $optParams | Optional parameters. |
- Return values
-
◆ rollback()
Google_Service_Replicapoolupdater_RollingUpdates_Resource::rollback |
( |
| $project, |
|
|
| $zone, |
|
|
| $rollingUpdate, |
|
|
| $optParams = array() ) |
Rolls back the update in state from ROLLING_FORWARD or PAUSED.
Has no effect if invoked when the state of the update is ROLLED_BACK. (rollingUpdates.rollback)
- Parameters
-
string | $project | The Google Developers Console project name. |
string | $zone | The name of the zone in which the update's target resides. |
string | $rollingUpdate | The name of the update. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Replicapoolupdater.php