Google Cloud Key Management Service v1 API - Class HsmManagement (3.21.0)

public static class HsmManagement

Reference 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]

Inheritance

object > HsmManagement

Namespace

Google.Cloud.Kms.V1

Assembly

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 HsmManagementHsmManagementBase

An 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 ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl HsmManagementHsmManagementBase

An object implementing the server-side handling logic.