Class SslPolicies.SslPoliciesBase (2.0.0)

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

Base class for server-side implementations of SslPolicies

Inheritance

Object > SslPolicies.SslPoliciesBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

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
Task<Operation>

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
Task<SslPolicy>

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. Gets a list of available SSL policies by making a list() request.

Parameters
NameDescription
requestInsertSslPolicyRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
Task<Operation>

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
Task<SslPoliciesList>

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
Task<SslPoliciesListAvailableFeaturesResponse>

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
Task<Operation>

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