Compute Engine v1 API - Class SslPolicies.SslPoliciesBase (2.8.0)

[BindServiceMethod(typeof(SslPolicies), "BindService")]
public abstract class SslPolicies.SslPoliciesBase

Reference documentation and code samples for the Compute Engine v1 API class SslPolicies.SslPoliciesBase.

Base class for server-side implementations of SslPolicies

Inheritance

object > SslPolicies.SslPoliciesBase

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Methods

AggregatedList(AggregatedListSslPoliciesRequest, ServerCallContext)

public virtual Task<SslPoliciesAggregatedList> AggregatedList(AggregatedListSslPoliciesRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestAggregatedListSslPoliciesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSslPoliciesAggregatedList

The response to send back to the client (wrapped by a task).

Delete(DeleteSslPolicyRequest, ServerCallContext)

public virtual Task<Operation> Delete(DeleteSslPolicyRequest request, ServerCallContext context)

Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.

Parameters
NameDescription
requestDeleteSslPolicyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

Get(GetSslPolicyRequest, ServerCallContext)

public virtual Task<SslPolicy> Get(GetSslPolicyRequest request, ServerCallContext context)

Lists all of the ordered rules present in a single specified policy.

Parameters
NameDescription
requestGetSslPolicyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSslPolicy

The response to send back to the client (wrapped by a task).

Insert(InsertSslPolicyRequest, ServerCallContext)

public virtual Task<Operation> Insert(InsertSslPolicyRequest request, ServerCallContext context)

Returns the specified SSL policy resource.

Parameters
NameDescription
requestInsertSslPolicyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

List(ListSslPoliciesRequest, ServerCallContext)

public virtual Task<SslPoliciesList> List(ListSslPoliciesRequest request, ServerCallContext context)

Lists all the SSL policies that have been configured for the specified project.

Parameters
NameDescription
requestListSslPoliciesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSslPoliciesList

The response to send back to the client (wrapped by a task).

ListAvailableFeatures(ListAvailableFeaturesSslPoliciesRequest, ServerCallContext)

public virtual Task<SslPoliciesListAvailableFeaturesResponse> ListAvailableFeatures(ListAvailableFeaturesSslPoliciesRequest request, ServerCallContext context)

Lists all features that can be specified in the SSL policy when using custom profile.

Parameters
NameDescription
requestListAvailableFeaturesSslPoliciesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSslPoliciesListAvailableFeaturesResponse

The response to send back to the client (wrapped by a task).

Patch(PatchSslPolicyRequest, ServerCallContext)

public virtual Task<Operation> Patch(PatchSslPolicyRequest request, ServerCallContext context)

Patches the specified SSL policy with the data included in the request.

Parameters
NameDescription
requestPatchSslPolicyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).