Show / Hide Table of Contents

Class RegionTargetHttpsProxiesResource

The "regionTargetHttpsProxies" collection of methods.

Inheritance
object
RegionTargetHttpsProxiesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionTargetHttpsProxiesResource

Constructors

RegionTargetHttpsProxiesResource(IClientService)

Constructs a new resource.

Declaration
public RegionTargetHttpsProxiesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string, string, string)

Deletes the specified TargetHttpsProxy resource.

Declaration
public virtual RegionTargetHttpsProxiesResource.DeleteRequest Delete(string project, string region, string targetHttpsProxy)
Parameters
Type Name Description
string project

Project ID for this request.

string region

Name of the region scoping this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to delete.

Returns
Type Description
RegionTargetHttpsProxiesResource.DeleteRequest

Get(string, string, string)

Returns the specified TargetHttpsProxy resource in the specified region.

Declaration
public virtual RegionTargetHttpsProxiesResource.GetRequest Get(string project, string region, string targetHttpsProxy)
Parameters
Type Name Description
string project

Project ID for this request.

string region

Name of the region scoping this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to return.

Returns
Type Description
RegionTargetHttpsProxiesResource.GetRequest

Insert(TargetHttpsProxy, string, string)

Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.

Declaration
public virtual RegionTargetHttpsProxiesResource.InsertRequest Insert(TargetHttpsProxy body, string project, string region)
Parameters
Type Name Description
TargetHttpsProxy 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
RegionTargetHttpsProxiesResource.InsertRequest

List(string, string)

Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.

Declaration
public virtual RegionTargetHttpsProxiesResource.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
RegionTargetHttpsProxiesResource.ListRequest

Patch(TargetHttpsProxy, string, string, string)

Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Declaration
public virtual RegionTargetHttpsProxiesResource.PatchRequest Patch(TargetHttpsProxy body, string project, string region, string targetHttpsProxy)
Parameters
Type Name Description
TargetHttpsProxy body

The body of the request.

string project

Project ID for this request.

string region

Name of the region for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to patch.

Returns
Type Description
RegionTargetHttpsProxiesResource.PatchRequest

SetSslCertificates(RegionTargetHttpsProxiesSetSslCertificatesRequest, string, string, string)

Replaces SslCertificates for TargetHttpsProxy.

Declaration
public virtual RegionTargetHttpsProxiesResource.SetSslCertificatesRequest SetSslCertificates(RegionTargetHttpsProxiesSetSslCertificatesRequest body, string project, string region, string targetHttpsProxy)
Parameters
Type Name Description
RegionTargetHttpsProxiesSetSslCertificatesRequest body

The body of the request.

string project

Project ID for this request.

string region

Name of the region scoping this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to set an SslCertificates resource for.

Returns
Type Description
RegionTargetHttpsProxiesResource.SetSslCertificatesRequest

SetUrlMap(UrlMapReference, string, string, string)

Changes the URL map for TargetHttpsProxy.

Declaration
public virtual RegionTargetHttpsProxiesResource.SetUrlMapRequest SetUrlMap(UrlMapReference body, string project, string region, string targetHttpsProxy)
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 targetHttpsProxy

Name of the TargetHttpsProxy to set a URL map for.

Returns
Type Description
RegionTargetHttpsProxiesResource.SetUrlMapRequest
In This Article
Back to top Generated by DocFX