Class RegionTargetTcpProxiesResource
The "regionTargetTcpProxies" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.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 |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.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 |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.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. |
| System.String | project | Project ID for this request. |
| System.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 |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionTargetTcpProxiesResource.ListRequest |