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

[BindServiceMethod(typeof(RegionSslPolicies), "BindService")]
public abstract class RegionSslPolicies.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
Name Description
request DeleteRegionSslPolicyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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
Name Description
request GetRegionSslPolicyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSslPolicy

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
Name Description
request InsertRegionSslPolicyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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
Name Description
request ListRegionSslPoliciesRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSslPoliciesList

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
Name Description
request ListAvailableFeaturesRegionSslPoliciesRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSslPoliciesListAvailableFeaturesResponse

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
Name Description
request PatchRegionSslPolicyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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