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
16
17
18
# InstanceStateNetworkCounters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bytes_received** | Option<**i64**> | Number of bytes received | [optional]
**bytes_sent** | Option<**i64**> | Number of bytes sent | [optional]
**errors_received** | Option<**i64**> | Number of errors received | [optional]
**errors_sent** | Option<**i64**> | Number of errors sent | [optional]
**packets_dropped_inbound** | Option<**i64**> | Number of inbound packets dropped | [optional]
**packets_dropped_outbound** | Option<**i64**> | Number of outbound packets dropped | [optional]
**packets_received** | Option<**i64**> | Number of packets received | [optional]
**packets_sent** | Option<**i64**> | Number of packets sent | [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)