docs/AnsibleRoleRemoteResponse.md in pulp_ansible_client-0.15.4 vs docs/AnsibleRoleRemoteResponse.md in pulp_ansible_client-0.15.6
- old
+ new
@@ -14,10 +14,10 @@
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
**pulp_labels** | **Hash<String, String>** | | [optional]
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
-**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * `immediate` - immediate * `When syncing, download all metadata and content now.` - When syncing, download all metadata and content now. | [optional]
+**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]