incus-client 0.1.0

Auto-generated Rust client for the Incus container and VM manager REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# InstanceStateMemory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**swap_usage** | Option<**i64**> | SWAP usage in bytes | [optional]
**swap_usage_peak** | Option<**i64**> | Peak SWAP usage in bytes | [optional]
**total** | Option<**i64**> | Total memory size in bytes | [optional]
**usage** | Option<**i64**> | Memory usage in bytes | [optional]
**usage_peak** | Option<**i64**> | Peak memory usage in bytes | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)