[BindServiceMethod(typeof(SslPolicies), "BindService")]
public abstract class SslPoliciesBase
Base class for server-side implementations of SslPolicies
Namespace
Google.Cloud.Compute.V1Assembly
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 | |
---|---|
Name | Description |
request | DeleteSslPolicyRequest 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(GetSslPolicyRequest, ServerCallContext)
public virtual Task<SslPolicy> Get(GetSslPolicyRequest request, ServerCallContext context)
Lists all of the ordered rules present in a single specified policy.
Parameters | |
---|---|
Name | Description |
request | GetSslPolicyRequest 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(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 | |
---|---|
Name | Description |
request | InsertSslPolicyRequest 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(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 | |
---|---|
Name | Description |
request | ListSslPoliciesRequest 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(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 | |
---|---|
Name | Description |
request | ListAvailableFeaturesSslPoliciesRequest 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(PatchSslPolicyRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchSslPolicyRequest request, ServerCallContext context)
Patches the specified SSL policy with the data included in the request.
Parameters | |
---|---|
Name | Description |
request | PatchSslPolicyRequest 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). |