Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
Adds health check URLs to a target pool.
Create a request for the method "targetPools.addHealthCheck".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the target pool to add a health check to.
Adds an instance to a target pool.
Create a request for the method "targetPools.addInstance".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to add instances to.
Retrieves an aggregated list of target pools. To prevent failure, Google recommends that you set
the `returnPartialSuccess` parameter to `true`.
Create a request for the method "targetPools.aggregatedList".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Deletes the specified target pool.
Create a request for the method "targetPools.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to delete.
Returns the specified target pool.
Create a request for the method "targetPools.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to return.
Gets the most recent health check results for each IP for the instance that is referenced by the
given target pool.
Create a request for the method "targetPools.getHealth".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to which the queried instance belongs.
Creates a target pool in the specified project and region using the data included in the request.
Create a request for the method "targetPools.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Retrieves a list of target pools available to the specified project and region.
Create a request for the method "targetPools.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Removes health check URL from a target pool.
Create a request for the method "targetPools.removeHealthCheck".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region for this request.
targetPool - Name of the target pool to remove health checks from.
Removes instance URL from a target pool.
Create a request for the method "targetPools.removeInstance".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to remove instances from.
Changes a backup target pool's configurations.
Create a request for the method "targetPools.setBackup".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to set a backup pool for.
Sets the Google Cloud Armor security policy for the specified target pool. For more information,
see Google Cloud Armor Overview
Create a request for the method "targetPools.setSecurityPolicy".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
project - Project ID for this request.
region - Name of the region scoping this request.
targetPool - Name of the TargetPool resource to which the security policy should be set. The name should conform
to RFC1035.