fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LoggingOpenstackAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_key** | Option<**String**> | Your OpenStack account access key. | 
**bucket_name** | Option<**String**> | The name of your OpenStack container. | 
**path** | Option<**String**> | The path to upload logs to. | [default to null]
**public_key** | Option<**String**> | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [default to null]
**url** | Option<**String**> | Your OpenStack auth url. | 
**user** | Option<**String**> | The username for your OpenStack account. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)