Expand description
microVM Metadata Service MMDS
Modules§
- data_
store - MMDS data store
- ns
- MMDS network stack
- persist
- Defines the structures needed for saving/restoring MmdsNetworkStack. Defines the structures needed for saving/restoring MmdsNetworkStack.
- token_
headers - MMDS token headers
Enums§
- VmmMmds
Error - MMDS token errors
Functions§
- convert_
to_ response - Build a response for
requestand return response based on MMDS version - json_
patch - Patch provided JSON document (given as
serde_json::Value) in-place with JSON Merge Patch RFC 7396.