Class RegionCompositeHealthChecksResource
The "regionCompositeHealthChecks" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionCompositeHealthChecksResource
Constructors
RegionCompositeHealthChecksResource(IClientService)
Constructs a new resource.
Declaration
public RegionCompositeHealthChecksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
AggregatedList(string)
Retrieves the list of all CompositeHealthCheck resources (all regional) available to the specified project.
To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.
Declaration
public virtual RegionCompositeHealthChecksResource.AggregatedListRequest AggregatedList(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Name of the project scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.AggregatedListRequest |
Delete(string, string, string)
Deletes the specified CompositeHealthCheck in the given region
Declaration
public virtual RegionCompositeHealthChecksResource.DeleteRequest Delete(string project, string region, string compositeHealthCheck)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | region | Name of the region scoping this request. |
| string | compositeHealthCheck | Name of the CompositeHealthCheck resource to delete. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.DeleteRequest |
Get(string, string, string)
Returns the specified CompositeHealthCheck resource in the given region.
Declaration
public virtual RegionCompositeHealthChecksResource.GetRequest Get(string project, string region, string compositeHealthCheck)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | region | Name of the region scoping this request. |
| string | compositeHealthCheck | Name of the CompositeHealthCheck resource to return. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.GetRequest |
Insert(CompositeHealthCheck, string, string)
Create a CompositeHealthCheck in the specified project in the given region using the parameters that are included in the request.
Declaration
public virtual RegionCompositeHealthChecksResource.InsertRequest Insert(CompositeHealthCheck body, string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| CompositeHealthCheck | body | The body of the request. |
| string | project | Project ID for this request. |
| string | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.InsertRequest |
List(string, string)
Lists the CompositeHealthChecks for a project in the given region.
Declaration
public virtual RegionCompositeHealthChecksResource.ListRequest List(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.ListRequest |
Patch(CompositeHealthCheck, string, string, string)
Updates the specified regional CompositeHealthCheck resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Declaration
public virtual RegionCompositeHealthChecksResource.PatchRequest Patch(CompositeHealthCheck body, string project, string region, string compositeHealthCheck)
Parameters
| Type | Name | Description |
|---|---|---|
| CompositeHealthCheck | body | The body of the request. |
| string | project | Project ID for this request. |
| string | region | Name of the region scoping this request. |
| string | compositeHealthCheck | Name of the CompositeHealthCheck to update. The name must be 1-63 characters long, and comply with RFC1035. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.PatchRequest |
TestIamPermissions(TestPermissionsRequest, string, string, string)
Returns permissions that a caller has on the specified resource.
Declaration
public virtual RegionCompositeHealthChecksResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string region, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| TestPermissionsRequest | body | The body of the request. |
| string | project | Project ID for this request. |
| string | region | The name of the region for this request. |
| string | resource | Name or id of the resource for this request. |
Returns
| Type | Description |
|---|---|
| RegionCompositeHealthChecksResource.TestIamPermissionsRequest |