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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**force** | Option<**bool**> | Forces a connection to the console | [optional]
**height** | Option<**i64**> | Console height in rows (console type only) | [optional]
**r#type** | Option<**String**> | Type of console to attach to (console or vga) | [optional]
**width** | Option<**i64**> | Console width in columns (console type only) | [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)