public static class HsmManagementReference documentation and code samples for the Google Cloud Key Management Service v1 API class HsmManagement.
Google Cloud HSM Management Service
Provides interfaces for managing HSM instances.
Implements a REST model with the following objects:
- [SingleTenantHsmInstance][google.cloud.kms.v1.SingleTenantHsmInstance]
- [SingleTenantHsmInstanceProposal][google.cloud.kms.v1.SingleTenantHsmInstanceProposal]
Namespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Methods
BindService(HsmManagementBase)
public static ServerServiceDefinition BindService(HsmManagement.HsmManagementBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
HsmManagementHsmManagementBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, HsmManagementBase)
public static void BindService(ServiceBinderBase serviceBinder, HsmManagement.HsmManagementBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
HsmManagementHsmManagementBaseAn object implementing the server-side handling logic. |