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
16
# BackupTarget

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_key** | Option<**String**> | AccessKey is the S3 API access key | [optional]
**bucket_name** | Option<**String**> | BucketName is the name of the S3 bucket. | [optional]
**path** | Option<**String**> | Path is the target path. | [optional]
**protocol** | Option<**String**> | Protocol is the upload protocol. | [optional]
**secret_key** | Option<**String**> | SecretKey is the S3 API access key | [optional]
**url** | Option<**String**> | URL is the HTTPS URL for the backup | [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)