[BindServiceMethod(typeof(SslPolicies), "BindService")]
public abstract class SslPolicies.SslPoliciesBase
Reference documentation and code samples for the Compute Engine v1 API class SslPolicies.SslPoliciesBase.
Base class for server-side implementations of SslPolicies
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListSslPoliciesRequest, ServerCallContext)
public virtual Task<SslPoliciesAggregatedList> AggregatedList(AggregatedListSslPoliciesRequest request, ServerCallContext context)
Retrieves the list of all SslPolicy resources, regional and global, available to the specified project.
Parameters | |
---|---|
Name | Description |
request | AggregatedListSslPoliciesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskSslPoliciesAggregatedList | The response to send back to the client (wrapped by a task). |
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 |
TaskOperation | 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 |
TaskSslPolicy | 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.
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 |
TaskOperation | 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 |
TaskSslPoliciesList | 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 |
TaskSslPoliciesListAvailableFeaturesResponse | 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 |
TaskOperation | The response to send back to the client (wrapped by a task). |