- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
[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). |