[BindServiceMethod(typeof(RegionSslPolicies), "BindService")]
public abstract class RegionSslPolicies.RegionSslPoliciesBaseReference 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 |
DeleteRegionSslPolicyRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetRegionSslPolicyRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
InsertRegionSslPolicyRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListRegionSslPoliciesRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListAvailableFeaturesRegionSslPoliciesRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
PatchRegionSslPolicyRequestThe request received from the client. |
context |
ServerCallContextThe 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). |