Show / Hide Table of Contents

Class RegionTargetHttpsProxiesResource

The "regionTargetHttpsProxies" collection of methods.

Inheritance
System.Object
RegionTargetHttpsProxiesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String project

Project ID for this request.

System.String region

Name of the region scoping this request.

System.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. Gets a list of available target HTTP proxies by making a list() request.

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

Project ID for this request.

System.String region

Name of the region scoping this request.

System.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.

System.String project

Project ID for this request.

System.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
System.String project

Project ID for this request.

System.String region

Name of the region scoping this request.

Returns
Type Description
RegionTargetHttpsProxiesResource.ListRequest

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.

System.String project

Project ID for this request.

System.String region

Name of the region scoping this request.

System.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.

System.String project

Project ID for this request.

System.String region

Name of the region scoping this request.

System.String targetHttpsProxy

Name of the TargetHttpsProxy to set a URL map for.

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