Init
This commit is contained in:
32
scp_core/docs/ServerInfo.md
Normal file
32
scp_core/docs/ServerInfo.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# ServerInfo
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**state** | Option<[**models::ServerState**](ServerState.md)> | | [optional]
|
||||
**autostart** | Option<**bool**> | | [optional]
|
||||
**uefi** | Option<**bool**> | | [optional]
|
||||
**interfaces** | Option<[**Vec<models::ServerInterface>**](ServerInterface.md)> | | [optional]
|
||||
**disks** | Option<[**Vec<models::ServerDisk>**](ServerDisk.md)> | | [optional]
|
||||
**bootorder** | Option<[**Vec<models::Bootorder>**](Bootorder.md)> | | [optional]
|
||||
**required_storage_optimization** | Option<[**models::StorageOptimization**](StorageOptimization.md)> | | [optional]
|
||||
**template** | Option<**String**> | | [optional]
|
||||
**uptime_in_seconds** | Option<**i32**> | | [optional]
|
||||
**current_server_memory_in_mi_b** | Option<**i64**> | | [optional]
|
||||
**max_server_memory_in_mi_b** | Option<**i64**> | | [optional]
|
||||
**cpu_count** | Option<**i32**> | | [optional]
|
||||
**cpu_max_count** | Option<**i32**> | | [optional]
|
||||
**sockets** | Option<**i32**> | | [optional]
|
||||
**cores_per_socket** | Option<**i32**> | | [optional]
|
||||
**latest_qemu** | Option<**bool**> | | [optional]
|
||||
**config_changed** | Option<**bool**> | | [optional]
|
||||
**os_optimization** | Option<[**models::OsOptimization**](OsOptimization.md)> | | [optional]
|
||||
**nested_guest** | Option<**bool**> | | [optional]
|
||||
**machine_type** | Option<**String**> | | [optional]
|
||||
**keyboard_layout** | Option<**String**> | | [optional]
|
||||
**cloudinit_attached** | Option<**bool**> | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user