Managed Service for YDB API, gRPC: StorageTypeService.Get
Written by
Updated at November 26, 2024
Returns the specified storage types.
gRPC request
rpc Get (GetStorageTypeRequest) returns (StorageType)
GetStorageTypeRequest
{
"storage_type_id": "string"
}
Field |
Description |
storage_type_id |
string Required field. Required. ID of the storage type to return. |
StorageType
{
"id": "string",
"device_type": "string",
"redundancy_type": "string"
}
Field |
Description |
id |
string |
device_type |
string |
redundancy_type |
string |