Show / Hide Table of Contents

Class TargetHttpsProxiesResource

The "targetHttpsProxies" collection of methods.

Inheritance
object
TargetHttpsProxiesResource
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.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class TargetHttpsProxiesResource

Constructors

TargetHttpsProxiesResource(IClientService)

Constructs a new resource.

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

Methods

AggregatedList(string)

Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.

Declaration
public virtual TargetHttpsProxiesResource.AggregatedListRequest AggregatedList(string project)
Parameters
Type Name Description
string project

Name of the project scoping this request.

Returns
Type Description
TargetHttpsProxiesResource.AggregatedListRequest

Delete(string, string)

Deletes the specified TargetHttpsProxy resource.

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

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to delete.

Returns
Type Description
TargetHttpsProxiesResource.DeleteRequest

Get(string, string)

Returns the specified TargetHttpsProxy resource.

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

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to return.

Returns
Type Description
TargetHttpsProxiesResource.GetRequest

Insert(TargetHttpsProxy, string)

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

Declaration
public virtual TargetHttpsProxiesResource.InsertRequest Insert(TargetHttpsProxy body, string project)
Parameters
Type Name Description
TargetHttpsProxy body

The body of the request.

string project

Project ID for this request.

Returns
Type Description
TargetHttpsProxiesResource.InsertRequest

List(string)

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

Declaration
public virtual TargetHttpsProxiesResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
TargetHttpsProxiesResource.ListRequest

Patch(TargetHttpsProxy, string, string)

Patches the specified 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 TargetHttpsProxiesResource.PatchRequest Patch(TargetHttpsProxy body, string project, string targetHttpsProxy)
Parameters
Type Name Description
TargetHttpsProxy body

The body of the request.

string project

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to patch.

Returns
Type Description
TargetHttpsProxiesResource.PatchRequest

SetCertificateMap(TargetHttpsProxiesSetCertificateMapRequest, string, string)

Changes the Certificate Map for TargetHttpsProxy.

Declaration
public virtual TargetHttpsProxiesResource.SetCertificateMapRequest SetCertificateMap(TargetHttpsProxiesSetCertificateMapRequest body, string project, string targetHttpsProxy)
Parameters
Type Name Description
TargetHttpsProxiesSetCertificateMapRequest body

The body of the request.

string project

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.

Returns
Type Description
TargetHttpsProxiesResource.SetCertificateMapRequest

SetQuicOverride(TargetHttpsProxiesSetQuicOverrideRequest, string, string)

Sets the QUIC override policy for TargetHttpsProxy.

Declaration
public virtual TargetHttpsProxiesResource.SetQuicOverrideRequest SetQuicOverride(TargetHttpsProxiesSetQuicOverrideRequest body, string project, string targetHttpsProxy)
Parameters
Type Name Description
TargetHttpsProxiesSetQuicOverrideRequest body

The body of the request.

string project

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035.

Returns
Type Description
TargetHttpsProxiesResource.SetQuicOverrideRequest

SetSslCertificates(TargetHttpsProxiesSetSslCertificatesRequest, string, string)

Replaces SslCertificates for TargetHttpsProxy.

Declaration
public virtual TargetHttpsProxiesResource.SetSslCertificatesRequest SetSslCertificates(TargetHttpsProxiesSetSslCertificatesRequest body, string project, string targetHttpsProxy)
Parameters
Type Name Description
TargetHttpsProxiesSetSslCertificatesRequest body

The body of the request.

string project

Project ID for this request.

string targetHttpsProxy

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

Returns
Type Description
TargetHttpsProxiesResource.SetSslCertificatesRequest

SetSslPolicy(SslPolicyReference, string, string)

Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.

Declaration
public virtual TargetHttpsProxiesResource.SetSslPolicyRequest SetSslPolicy(SslPolicyReference body, string project, string targetHttpsProxy)
Parameters
Type Name Description
SslPolicyReference body

The body of the request.

string project

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.

Returns
Type Description
TargetHttpsProxiesResource.SetSslPolicyRequest

SetUrlMap(UrlMapReference, string, string)

Changes the URL map for TargetHttpsProxy.

Declaration
public virtual TargetHttpsProxiesResource.SetUrlMapRequest SetUrlMap(UrlMapReference body, string project, string targetHttpsProxy)
Parameters
Type Name Description
UrlMapReference body

The body of the request.

string project

Project ID for this request.

string targetHttpsProxy

Name of the TargetHttpsProxy resource whose URL map is to be set.

Returns
Type Description
TargetHttpsProxiesResource.SetUrlMapRequest

TestIamPermissions(TestPermissionsRequest, string, string)

Returns permissions that a caller has on the specified resource.

Declaration
public virtual TargetHttpsProxiesResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string resource)
Parameters
Type Name Description
TestPermissionsRequest body

The body of the request.

string project

Project ID for this request.

string resource

Name or id of the resource for this request.

Returns
Type Description
TargetHttpsProxiesResource.TestIamPermissionsRequest
In This Article
Back to top Generated by DocFX