[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
Namespace
Google.Cloud.Compute.V1Assembly
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 |
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 | |
---|---|
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 |
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 | |
---|---|
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 |
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 | |
---|---|
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 |
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 | |
---|---|
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 |
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 | |
---|---|
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 |
Task<Operation> | The response to send back to the client (wrapped by a task). |