Bare Metal Solution v2 API - Class BareMetalSolution (1.6.0)

public static class BareMetalSolution

Reference documentation and code samples for the Bare Metal Solution v2 API class BareMetalSolution.

Performs management operations on Bare Metal Solution servers.

The baremetalsolution.googleapis.com service provides management capabilities for Bare Metal Solution servers. To access the API methods, you must assign Bare Metal Solution IAM roles containing the desired permissions to your staff in your Google Cloud project. You must also enable the Bare Metal Solution API. Once enabled, the methods act upon specific servers in your Bare Metal Solution environment.

Inheritance

object > BareMetalSolution

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Methods

BindService(BareMetalSolutionBase)

public static ServerServiceDefinition BindService(BareMetalSolution.BareMetalSolutionBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl BareMetalSolutionBareMetalSolutionBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, BareMetalSolutionBase)

public static void BindService(ServiceBinderBase serviceBinder, BareMetalSolution.BareMetalSolutionBase 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 BareMetalSolutionBareMetalSolutionBase

An object implementing the server-side handling logic.