public final class BareMetalSolutionGrpc
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.
Static Fields
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
public static final ServerServiceDefinition bindService(BareMetalSolutionGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
public static MethodDescriptor<DetachLunRequest,Operation> getDetachLunMethod()
public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
public static MethodDescriptor<GetLunRequest,Lun> getGetLunMethod()
public static MethodDescriptor<GetNetworkRequest,Network> getGetNetworkMethod()
public static MethodDescriptor<GetNfsShareRequest,NfsShare> getGetNfsShareMethod()
public static MethodDescriptor<GetVolumeRequest,Volume> getGetVolumeMethod()
public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
public static MethodDescriptor<ListLunsRequest,ListLunsResponse> getListLunsMethod()
public static MethodDescriptor<ListNetworkUsageRequest,ListNetworkUsageResponse> getListNetworkUsageMethod()
public static MethodDescriptor<ListNetworksRequest,ListNetworksResponse> getListNetworksMethod()
public static MethodDescriptor<ListNfsSharesRequest,ListNfsSharesResponse> getListNfsSharesMethod()
public static MethodDescriptor<ListVolumesRequest,ListVolumesResponse> getListVolumesMethod()
public static MethodDescriptor<ResetInstanceRequest,Operation> getResetInstanceMethod()
public static MethodDescriptor<ResizeVolumeRequest,Operation> getResizeVolumeMethod()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
public static MethodDescriptor<StartInstanceRequest,Operation> getStartInstanceMethod()
public static MethodDescriptor<StopInstanceRequest,Operation> getStopInstanceMethod()
public static MethodDescriptor<UpdateInstanceRequest,Operation> getUpdateInstanceMethod()
public static MethodDescriptor<UpdateNetworkRequest,Operation> getUpdateNetworkMethod()
public static MethodDescriptor<UpdateNfsShareRequest,Operation> getUpdateNfsShareMethod()
public static MethodDescriptor<UpdateVolumeRequest,Operation> getUpdateVolumeMethod()
public static BareMetalSolutionGrpc.BareMetalSolutionBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
public static BareMetalSolutionGrpc.BareMetalSolutionFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
public static BareMetalSolutionGrpc.BareMetalSolutionStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|