Home
last modified time | relevance | path

Searched defs:StorageManagementAgent (Results 1 – 2 of 2) sorted by relevance

/spdk/proto/
H A Dsma.proto190 service StorageManagementAgent { service
193 rpc CreateDevice (CreateDeviceRequest)
199 rpc DeleteDevice (DeleteDeviceRequest)
206 rpc AttachVolume (AttachVolumeRequest)
209 rpc DetachVolume (DetachVolumeRequest)
212 rpc SetQos (SetQosRequest)
215 rpc GetQosCapabilities (GetQosCapabilitiesRequest)
/spdk/python/spdk/sma/
H A Dsma.py18 class StorageManagementAgent(pb2_grpc.StorageManagementAgentServicer): class