Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The "targetPools" collection of methods. More...
Public Member Functions | |
addHealthCheck ($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddHealthCheckRequest $postBody, $optParams=array()) | |
Adds health check URL to targetPool. | |
addInstance ($project, $region, $targetPool, Google_Service_Compute_TargetPoolsAddInstanceRequest $postBody, $optParams=array()) | |
Adds instance url to targetPool. | |
aggregatedList ($project, $optParams=array()) | |
Retrieves the list of target pools grouped by scope. | |
call ($name, $arguments, $expected_class=null) | |
TODO: This function needs simplifying. | |
delete ($project, $region, $targetPool, $optParams=array()) | |
Deletes the specified TargetPool resource. | |
get ($project, $region, $targetPool, $optParams=array()) | |
Returns the specified TargetPool resource. | |
getHealth ($project, $region, $targetPool, Google_Service_Compute_InstanceReference $postBody, $optParams=array()) | |
Gets the most recent health check results for each IP for the given instance that is referenced by given TargetPool. | |
insert ($project, $region, Google_Service_Compute_TargetPool $postBody, $optParams=array()) | |
Creates a TargetPool resource in the specified project and region using the data included in the request. | |
listTargetPools ($project, $region, $optParams=array()) | |
Retrieves the list of TargetPool resources available to the specified project and region. | |
removeHealthCheck ($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest $postBody, $optParams=array()) | |
Removes health check URL from targetPool. | |
removeInstance ($project, $region, $targetPool, Google_Service_Compute_TargetPoolsRemoveInstanceRequest $postBody, $optParams=array()) | |
Removes instance URL from targetPool. | |
setBackup ($project, $region, $targetPool, Google_Service_Compute_TargetReference $postBody, $optParams=array()) | |
Changes backup pool configurations. | |
Protected Member Functions | |
convertToArrayAndStripNulls ($o) | |
The "targetPools" collection of methods.
Typical usage is: $computeService = new Google_Service_Compute(...); $targetPools = $computeService->targetPools;
Google_Service_Compute_TargetPools_Resource::addHealthCheck | ( | $project, | |
$region, | |||
$targetPool, | |||
Google_Service_Compute_TargetPoolsAddHealthCheckRequest | $postBody, | ||
$optParams = array() ) |
Adds health check URL to targetPool.
(targetPools.addHealthCheck)
string | $project | |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to which health_check_url is to be added. |
Google_TargetPoolsAddHealthCheckRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_Compute_Operation |
Google_Service_Compute_TargetPools_Resource::addInstance | ( | $project, | |
$region, | |||
$targetPool, | |||
Google_Service_Compute_TargetPoolsAddInstanceRequest | $postBody, | ||
$optParams = array() ) |
Adds instance url to targetPool.
(targetPools.addInstance)
string | $project | |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to which instance_url is to be added. |
Google_TargetPoolsAddInstanceRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_Compute_Operation |
Google_Service_Compute_TargetPools_Resource::aggregatedList | ( | $project, | |
$optParams = array() ) |
Retrieves the list of target pools grouped by scope.
(targetPools.aggregatedList)
string | $project | Name of the project scoping this request. |
array | $optParams | Optional parameters. |
@opt_param string filter 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.
The 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.
For example, filter=name ne example-instance. @opt_param string pageToken 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. @opt_param string maxResults Maximum count of results to be returned.
Google_Service_Compute_TargetPoolAggregatedList |
|
inherited |
TODO: This function needs simplifying.
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
Google_Http_Request|expected_class |
Google_Exception |
Google_Service_Compute_TargetPools_Resource::delete | ( | $project, | |
$region, | |||
$targetPool, | |||
$optParams = array() ) |
Deletes the specified TargetPool resource.
(targetPools.delete)
string | $project | Name of the project scoping this request. |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to delete. |
array | $optParams | Optional parameters. |
Google_Service_Compute_Operation |
Google_Service_Compute_TargetPools_Resource::get | ( | $project, | |
$region, | |||
$targetPool, | |||
$optParams = array() ) |
Returns the specified TargetPool resource.
(targetPools.get)
string | $project | Name of the project scoping this request. |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to return. |
array | $optParams | Optional parameters. |
Google_Service_Compute_TargetPool |
Google_Service_Compute_TargetPools_Resource::getHealth | ( | $project, | |
$region, | |||
$targetPool, | |||
Google_Service_Compute_InstanceReference | $postBody, | ||
$optParams = array() ) |
Gets the most recent health check results for each IP for the given instance that is referenced by given TargetPool.
(targetPools.getHealth)
string | $project | |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to which the queried instance belongs. |
Google_InstanceReference | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_Compute_TargetPoolInstanceHealth |
Google_Service_Compute_TargetPools_Resource::insert | ( | $project, | |
$region, | |||
Google_Service_Compute_TargetPool | $postBody, | ||
$optParams = array() ) |
Creates a TargetPool resource in the specified project and region using the data included in the request.
(targetPools.insert)
string | $project | Name of the project scoping this request. |
string | $region | Name of the region scoping this request. |
Google_TargetPool | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_Compute_Operation |
Google_Service_Compute_TargetPools_Resource::listTargetPools | ( | $project, | |
$region, | |||
$optParams = array() ) |
Retrieves the list of TargetPool resources available to the specified project and region.
(targetPools.listTargetPools)
string | $project | Name of the project scoping this request. |
string | $region | Name of the region scoping this request. |
array | $optParams | Optional parameters. |
@opt_param string filter 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.
The 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.
For example, filter=name ne example-instance. @opt_param string pageToken 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. @opt_param string maxResults Maximum count of results to be returned.
Google_Service_Compute_TargetPoolList |
Google_Service_Compute_TargetPools_Resource::removeHealthCheck | ( | $project, | |
$region, | |||
$targetPool, | |||
Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest | $postBody, | ||
$optParams = array() ) |
Removes health check URL from targetPool.
(targetPools.removeHealthCheck)
string | $project | |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to which health_check_url is to be removed. |
Google_TargetPoolsRemoveHealthCheckRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_Compute_Operation |
Google_Service_Compute_TargetPools_Resource::removeInstance | ( | $project, | |
$region, | |||
$targetPool, | |||
Google_Service_Compute_TargetPoolsRemoveInstanceRequest | $postBody, | ||
$optParams = array() ) |
Removes instance URL from targetPool.
(targetPools.removeInstance)
string | $project | |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource to which instance_url is to be removed. |
Google_TargetPoolsRemoveInstanceRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_Compute_Operation |
Google_Service_Compute_TargetPools_Resource::setBackup | ( | $project, | |
$region, | |||
$targetPool, | |||
Google_Service_Compute_TargetReference | $postBody, | ||
$optParams = array() ) |
Changes backup pool configurations.
(targetPools.setBackup)
string | $project | Name of the project scoping this request. |
string | $region | Name of the region scoping this request. |
string | $targetPool | Name of the TargetPool resource for which the backup is to be set. |
Google_TargetReference | $postBody | |
array | $optParams | Optional parameters. |
@opt_param float failoverRatio New failoverRatio value for the containing target pool.
Google_Service_Compute_Operation |