| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionHealthAggregationPolicies.Delete |
class |
Compute.RegionHealthAggregationPolicies.Get |
class |
Compute.RegionHealthAggregationPolicies.Insert |
class |
Compute.RegionHealthAggregationPolicies.List |
class |
Compute.RegionHealthAggregationPolicies.Patch |
class |
Compute.RegionHealthAggregationPolicies.TestIamPermissions |
| Constructor and Description |
|---|
RegionHealthAggregationPolicies() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionHealthAggregationPolicies.Delete |
delete(String project,
String region,
String healthAggregationPolicy)
Deletes the specified HealthAggregationPolicy in the given region.
|
Compute.RegionHealthAggregationPolicies.Get |
get(String project,
String region,
String healthAggregationPolicy)
Returns the specified HealthAggregationPolicy resource in the given region.
|
Compute.RegionHealthAggregationPolicies.Insert |
insert(String project,
String region,
HealthAggregationPolicy content)
Create a HealthAggregationPolicy in the specified project in the given region using the
parameters that are included in the request.
|
Compute.RegionHealthAggregationPolicies.List |
list(String project,
String region)
Lists the HealthAggregationPolicies for a project in the given region.
|
Compute.RegionHealthAggregationPolicies.Patch |
patch(String project,
String region,
String healthAggregationPolicy,
HealthAggregationPolicy content)
Updates the specified regional HealthAggregationPolicy resource with the data included in the
request.
|
Compute.RegionHealthAggregationPolicies.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.RegionHealthAggregationPolicies.Delete delete(String project, String region, String healthAggregationPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.healthAggregationPolicy - Name of the HealthAggregationPolicy resource to delete.IOExceptionpublic Compute.RegionHealthAggregationPolicies.Get get(String project, String region, String healthAggregationPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.healthAggregationPolicy - Name of the HealthAggregationPolicy resource to return.IOExceptionpublic Compute.RegionHealthAggregationPolicies.Insert insert(String project, String region, HealthAggregationPolicy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the HealthAggregationPolicyIOExceptionpublic Compute.RegionHealthAggregationPolicies.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionHealthAggregationPolicies.Patch patch(String project, String region, String healthAggregationPolicy, HealthAggregationPolicy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.healthAggregationPolicy - Name of the HealthAggregationPolicy to update. The name must be 1-63 characters long, and comply
with RFC1035.content - the HealthAggregationPolicyIOExceptionpublic Compute.RegionHealthAggregationPolicies.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.