public sealed class RegionSslPoliciesClientImpl : RegionSslPoliciesClient
Reference documentation and code samples for the Compute Engine v1 API class RegionSslPoliciesClientImpl.
RegionSslPolicies client wrapper implementation, for convenient use.
Namespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 | RegionSslPoliciesRegionSslPoliciesClient The underlying gRPC client. |
settings | RegionSslPoliciesSettings The base RegionSslPoliciesSettings used within this client. |
logger | ILogger Optional 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 | DeleteRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | DeleteRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | GetRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | GetRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | InsertRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | InsertRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListRegionSslPoliciesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListRegionSslPoliciesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListAvailableFeaturesRegionSslPoliciesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListAvailableFeaturesRegionSslPoliciesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | PatchRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | PatchRegionSslPolicyRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationOperationOperation | A Task containing the RPC response. |