public sealed class RegionSslPoliciesClientImpl : RegionSslPoliciesClientReference documentation and code samples for the Compute Engine v1 API class RegionSslPoliciesClientImpl.
RegionSslPolicies client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionSslPolicies API.
Constructors
RegionSslPoliciesClientImpl(RegionSslPoliciesClient, RegionSslPoliciesSettings, ILogger)
public RegionSslPoliciesClientImpl(RegionSslPolicies.RegionSslPoliciesClient grpcClient, RegionSslPoliciesSettings settings, ILogger logger)Constructs a client wrapper for the RegionSslPolicies service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
RegionSslPoliciesRegionSslPoliciesClientThe underlying gRPC client. |
settings |
RegionSslPoliciesSettingsThe base RegionSslPoliciesSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
DeleteOperationsClient
public override OperationsClient DeleteOperationsClient { get; }The long-running operations client for Delete.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override RegionSslPolicies.RegionSslPoliciesClient GrpcClient { get; }The underlying gRPC RegionSslPolicies client
| Property Value | |
|---|---|
| Type | Description |
RegionSslPoliciesRegionSslPoliciesClient |
|
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }The long-running operations client for Insert.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
PatchOperationsClient
public override OperationsClient PatchOperationsClient { get; }The long-running operations client for Patch.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
Delete(DeleteRegionSslPolicyRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteRegionSslPolicyRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
DeleteAsync(DeleteRegionSslPolicyRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionSslPolicyRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
Get(GetRegionSslPolicyRequest, CallSettings)
public override SslPolicy Get(GetRegionSslPolicyRequest request, CallSettings callSettings = null)Lists all of the ordered rules present in a single specified policy.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionSslPolicyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SslPolicy |
The RPC response. |
GetAsync(GetRegionSslPolicyRequest, CallSettings)
public override Task<SslPolicy> GetAsync(GetRegionSslPolicyRequest request, CallSettings callSettings = null)Lists all of the ordered rules present in a single specified policy.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionSslPolicyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSslPolicy |
A Task containing the RPC response. |
Insert(InsertRegionSslPolicyRequest, CallSettings)
public override Operation<Operation, Operation> Insert(InsertRegionSslPolicyRequest request, CallSettings callSettings = null)Creates a new policy in the specified project and region using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionSslPolicyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
InsertAsync(InsertRegionSslPolicyRequest, CallSettings)
public override Task<Operation<Operation, Operation>> InsertAsync(InsertRegionSslPolicyRequest request, CallSettings callSettings = null)Creates a new policy in the specified project and region using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionSslPolicyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
List(ListRegionSslPoliciesRequest, CallSettings)
public override PagedEnumerable<SslPoliciesList, SslPolicy> List(ListRegionSslPoliciesRequest request, CallSettings callSettings = null)Lists all the SSL policies that have been configured for the specified project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionSslPoliciesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableSslPoliciesListSslPolicy |
A pageable sequence of SslPolicy resources. |
ListAsync(ListRegionSslPoliciesRequest, CallSettings)
public override PagedAsyncEnumerable<SslPoliciesList, SslPolicy> ListAsync(ListRegionSslPoliciesRequest request, CallSettings callSettings = null)Lists all the SSL policies that have been configured for the specified project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionSslPoliciesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableSslPoliciesListSslPolicy |
A pageable asynchronous sequence of SslPolicy resources. |
ListAvailableFeatures(ListAvailableFeaturesRegionSslPoliciesRequest, CallSettings)
public override SslPoliciesListAvailableFeaturesResponse ListAvailableFeatures(ListAvailableFeaturesRegionSslPoliciesRequest request, CallSettings callSettings = null)Lists all features that can be specified in the SSL policy when using custom profile.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAvailableFeaturesRegionSslPoliciesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SslPoliciesListAvailableFeaturesResponse |
The RPC response. |
ListAvailableFeaturesAsync(ListAvailableFeaturesRegionSslPoliciesRequest, CallSettings)
public override Task<SslPoliciesListAvailableFeaturesResponse> ListAvailableFeaturesAsync(ListAvailableFeaturesRegionSslPoliciesRequest request, CallSettings callSettings = null)Lists all features that can be specified in the SSL policy when using custom profile.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAvailableFeaturesRegionSslPoliciesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSslPoliciesListAvailableFeaturesResponse |
A Task containing the RPC response. |
Patch(PatchRegionSslPolicyRequest, CallSettings)
public override Operation<Operation, Operation> Patch(PatchRegionSslPolicyRequest request, CallSettings callSettings = null)Patches the specified SSL policy with the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchRegionSslPolicyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
PatchAsync(PatchRegionSslPolicyRequest, CallSettings)
public override Task<Operation<Operation, Operation>> PatchAsync(PatchRegionSslPolicyRequest request, CallSettings callSettings = null)Patches the specified SSL policy with the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchRegionSslPolicyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |