incus-client 0.1.1

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
# InstanceStateOsInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fqdn** | Option<**String**> | FQDN of the instance. | [optional]
**hostname** | Option<**String**> | Hostname of the instance. | [optional]
**kernel_version** | Option<**String**> | Version of the kernel running in the instance. | [optional]
**os** | Option<**String**> | Operating system running in the instance. | [optional]
**os_version** | Option<**String**> | Version of the operating system. | [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)