Module volume_manager

Source

Structs§

VolumeAddRequest
Request to add a volume.
VolumeAddResponse
Response from the VolumeAdd method.
VolumeInfo
Volume information.
VolumeListRequest
VolumeListResponse
Response from the VolumeList method.
VolumeRemoveRequest
Request to remove volumes.
VolumeRemoveResponse
Response from the VolumeRemove method.

Constants§

LOCAL_RPC_ENDPOINT_VOLUME_MANAGER
Name of the local RPC endpoint for the volume manager.
METHOD_VOLUME_ADD
Name of the VolumeAdd method.
METHOD_VOLUME_LIST
Name of the VolumeList method.
METHOD_VOLUME_REMOVE
Name of the VolumeRemove method.

Traits§

VolumeManager
Volume manager interface.