Class BareMetalSolutionGrpc.BareMetalSolutionImplBase
- java.lang.Object
-
- com.google.cloud.baremetalsolution.v2.BareMetalSolutionGrpc.BareMetalSolutionImplBase
-
- All Implemented Interfaces:
BareMetalSolutionGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BareMetalSolutionGrpc
public abstract static class BareMetalSolutionGrpc.BareMetalSolutionImplBase extends Object implements io.grpc.BindableService, BareMetalSolutionGrpc.AsyncService
Base class for the server implementation of the service 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.
-
-
Constructor Summary
Constructors Constructor Description BareMetalSolutionImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.baremetalsolution.v2.BareMetalSolutionGrpc.AsyncService
createNfsShare, createProvisioningConfig, createSSHKey, createVolumeSnapshot, deleteNfsShare, deleteSSHKey, deleteVolumeSnapshot, detachLun, disableInteractiveSerialConsole, enableInteractiveSerialConsole, evictLun, evictVolume, getInstance, getLun, getNetwork, getNfsShare, getProvisioningConfig, getVolume, getVolumeSnapshot, listInstances, listLuns, listNetworks, listNetworkUsage, listNfsShares, listOSImages, listProvisioningQuotas, listSSHKeys, listVolumes, listVolumeSnapshots, renameInstance, renameNetwork, renameNfsShare, renameVolume, resetInstance, resizeVolume, restoreVolumeSnapshot, startInstance, stopInstance, submitProvisioningConfig, updateInstance, updateNetwork, updateNfsShare, updateProvisioningConfig, updateVolume
-
-