Init
This commit is contained in:
20
scp_core/docs/Snapshot.md
Normal file
20
scp_core/docs/Snapshot.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Snapshot
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**uuid** | Option<**String**> | | [optional]
|
||||
**name** | Option<**String**> | | [optional]
|
||||
**description** | Option<**String**> | | [optional]
|
||||
**disks** | Option<**Vec<String>**> | | [optional]
|
||||
**creation_time** | Option<**String**> | | [optional]
|
||||
**state** | Option<[**models::ServerState**](ServerState.md)> | | [optional]
|
||||
**online** | Option<**bool**> | | [optional]
|
||||
**exported** | Option<**bool**> | | [optional]
|
||||
**exported_size_in_ki_b** | Option<**i64**> | | [optional]
|
||||
**download_infos** | Option<[**models::S3DownloadInfos**](S3DownloadInfos.md)> | | [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