Compute Engine v1 API - Class RegionSslPolicies.RegionSslPoliciesBase (2.3.0)

[BindServiceMethod(typeof(RegionSslPolicies), "BindService")]
public abstract class RegionSslPoliciesBase

Reference documentation and code samples for the Compute Engine v1 API class RegionSslPolicies.RegionSslPoliciesBase.

Base class for server-side implementations of RegionSslPolicies

Inheritance

Object > RegionSslPolicies.RegionSslPoliciesBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

Delete(DeleteRegionSslPolicyRequest, ServerCallContext)

public virtual Task<Operation> Delete(DeleteRegionSslPolicyRequest 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
requestDeleteRegionSslPolicyRequest

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(GetRegionSslPolicyRequest, ServerCallContext)

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

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

Parameters
NameDescription
requestGetRegionSslPolicyRequest

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(InsertRegionSslPolicyRequest, ServerCallContext)

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

Creates a new policy in the specified project and region using the data included in the request.

Parameters
NameDescription
requestInsertRegionSslPolicyRequest

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(ListRegionSslPoliciesRequest, ServerCallContext)

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

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

Parameters
NameDescription
requestListRegionSslPoliciesRequest

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(ListAvailableFeaturesRegionSslPoliciesRequest, ServerCallContext)

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

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

Parameters
NameDescription
requestListAvailableFeaturesRegionSslPoliciesRequest

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(PatchRegionSslPolicyRequest, ServerCallContext)

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

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

Parameters
NameDescription
requestPatchRegionSslPolicyRequest

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