Class RegionTargetHttpProxiesResource
The "regionTargetHttpProxies" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionTargetHttpProxiesResource
Constructors
RegionTargetHttpProxiesResource(IClientService)
Constructs a new resource.
Declaration
public RegionTargetHttpProxiesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes the specified TargetHttpProxy resource.
Declaration
public virtual RegionTargetHttpProxiesResource.DeleteRequest Delete(string project, string region, string targetHttpProxy)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | targetHttpProxy | Name of the TargetHttpProxy resource to delete. |
Returns
Type | Description |
---|---|
RegionTargetHttpProxiesResource.DeleteRequest |
Get(string, string, string)
Returns the specified TargetHttpProxy resource in the specified region.
Declaration
public virtual RegionTargetHttpProxiesResource.GetRequest Get(string project, string region, string targetHttpProxy)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | targetHttpProxy | Name of the TargetHttpProxy resource to return. |
Returns
Type | Description |
---|---|
RegionTargetHttpProxiesResource.GetRequest |
Insert(TargetHttpProxy, string, string)
Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.
Declaration
public virtual RegionTargetHttpProxiesResource.InsertRequest Insert(TargetHttpProxy body, string project, string region)
Parameters
Type | Name | Description |
---|---|---|
TargetHttpProxy | 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 |
---|---|
RegionTargetHttpProxiesResource.InsertRequest |
List(string, string)
Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
Declaration
public virtual RegionTargetHttpProxiesResource.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 |
---|---|
RegionTargetHttpProxiesResource.ListRequest |
SetUrlMap(UrlMapReference, string, string, string)
Changes the URL map for TargetHttpProxy.
Declaration
public virtual RegionTargetHttpProxiesResource.SetUrlMapRequest SetUrlMap(UrlMapReference body, string project, string region, string targetHttpProxy)
Parameters
Type | Name | Description |
---|---|---|
UrlMapReference | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | targetHttpProxy | Name of the TargetHttpProxy to set a URL map for. |
Returns
Type | Description |
---|---|
RegionTargetHttpProxiesResource.SetUrlMapRequest |