Class RegionTargetTcpProxiesResource
The "regionTargetTcpProxies" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionTargetTcpProxiesResource
Constructors
RegionTargetTcpProxiesResource(IClientService)
Constructs a new resource.
Declaration
public RegionTargetTcpProxiesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes the specified TargetTcpProxy resource.
Declaration
public virtual RegionTargetTcpProxiesResource.DeleteRequest Delete(string project, string region, string targetTcpProxy)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | targetTcpProxy | Name of the TargetTcpProxy resource to delete. |
Returns
Type | Description |
---|---|
RegionTargetTcpProxiesResource.DeleteRequest |
Get(string, string, string)
Returns the specified TargetTcpProxy resource.
Declaration
public virtual RegionTargetTcpProxiesResource.GetRequest Get(string project, string region, string targetTcpProxy)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | targetTcpProxy | Name of the TargetTcpProxy resource to return. |
Returns
Type | Description |
---|---|
RegionTargetTcpProxiesResource.GetRequest |
Insert(TargetTcpProxy, string, string)
Creates a TargetTcpProxy resource in the specified project and region using the data included in the request.
Declaration
public virtual RegionTargetTcpProxiesResource.InsertRequest Insert(TargetTcpProxy body, string project, string region)
Parameters
Type | Name | Description |
---|---|---|
TargetTcpProxy | 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 |
---|---|
RegionTargetTcpProxiesResource.InsertRequest |
List(string, string)
Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.
Declaration
public virtual RegionTargetTcpProxiesResource.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 |
---|---|
RegionTargetTcpProxiesResource.ListRequest |
TestIamPermissions(TestPermissionsRequest, string, string, string)
Returns permissions that a caller has on the specified resource.
Declaration
public virtual RegionTargetTcpProxiesResource.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 |
---|---|
RegionTargetTcpProxiesResource.TestIamPermissionsRequest |