pulp_ansible_client 0.24.7 → 0.24.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9eae3adae8492680160f51725d3188c6af5dae81d30f50ff1e9a30424eff5e91
4
- data.tar.gz: fffca18aead51a37d044a8f9eed1237ffff97181da115d6ca8ed1157a1ed07ea
3
+ metadata.gz: f11d693088e93645b5b5cda7815cc502dbdebe7fd47d9677c7f06210af0b524f
4
+ data.tar.gz: c81a3fa0ebc44d13076048a673ac4fed44a164a4a5f316635062af31a1c7b5a8
5
5
  SHA512:
6
- metadata.gz: 8c99bd07b8b5ea9e1934dee4f127ca1907548d72fb29835e3ad7aec438761b90edbdb1c5c1ff05d93506add90fd6e92250e77b6b1778f5281381c17a3df329b2
7
- data.tar.gz: a785948d0f09494eb2c2059cc5a59e5cca113fde221ff39b6bd7ece462132676e9bf862dfe8a7266510c127c57a9397040ff338b5268b5fcbbeed6a4fc92b893
6
+ metadata.gz: 14fb4ea10695dc384c6826353ed83fed344b08f7bc2f761d9be5d38f347cb6327d26d61855b030225105f9bd386906c65393e46182445cd9e32cd8530e5e0219
7
+ data.tar.gz: 478473b3e3560f80c067705c44751c1008d7e7e2c95ce9e6e9fc87a74b91079763e2d5a06215a302760e5272422a187c7a5dfeab4adcd1a45c69d3bd702cf1c8
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.24.7
10
+ - Package version: 0.24.9
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_ansible_client-0.24.7.gem
28
+ gem install ./pulp_ansible_client-0.24.9.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_ansible_client-0.24.7.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_ansible_client-0.24.9.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_ansible_client', '~> 0.24.7'
37
+ gem 'pulp_ansible_client', '~> 0.24.9'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
7
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
8
9
  | **pulp_href** | **String** | | [optional][readonly] |
9
10
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
11
+ | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
10
12
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
13
  | **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
14
14
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
15
15
  | **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
@@ -18,12 +18,8 @@
18
18
  | **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
19
19
  | **id** | **String** | A collection identifier. | [optional][readonly] |
20
20
  | **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional][readonly] |
21
- | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional][readonly] |
22
21
  | **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
23
22
  | **description** | **String** | A short summary description of the collection. | [optional][readonly] |
24
- | **docs_blob** | **Object** | A JSON field holding the various documentation blobs in the collection. | [optional][readonly] |
25
- | **manifest** | **Object** | A JSON field holding MANIFEST.json data. | [optional][readonly] |
26
- | **files** | **Object** | A JSON field holding FILES.json data. | [optional][readonly] |
27
23
  | **documentation** | **String** | The URL to any online docs. | [optional][readonly] |
28
24
  | **homepage** | **String** | The URL to the homepage of the collection/project. | [optional][readonly] |
29
25
  | **issues** | **String** | The URL to the collection issue tracker. | [optional][readonly] |
@@ -41,12 +37,12 @@
41
37
  require 'pulp_ansible_client'
42
38
 
43
39
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
44
- pulp_last_updated: null,
40
+ pulp_created: null,
41
+ artifact: null,
45
42
  pulp_href: null,
46
43
  prn: null,
44
+ pulp_last_updated: null,
47
45
  pulp_labels: null,
48
- artifact: null,
49
- pulp_created: null,
50
46
  sha256: null,
51
47
  md5: null,
52
48
  sha1: null,
@@ -55,12 +51,8 @@ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
55
51
  sha512: null,
56
52
  id: null,
57
53
  authors: null,
58
- contents: null,
59
54
  dependencies: null,
60
55
  description: null,
61
- docs_blob: null,
62
- manifest: null,
63
- files: null,
64
56
  documentation: null,
65
57
  homepage: null,
66
58
  issues: null,
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
8
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
7
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
8
+ | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
9
+ | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
9
10
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
10
- | **url** | **String** | The URL of an external content source. | |
11
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
11
12
  | **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] |
13
+ | **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] |
14
+ | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
15
+ | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
16
+ | **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] |
12
17
  | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
13
18
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
14
- | **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] |
15
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
- | **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] |
17
- | **name** | **String** | A unique name for this remote. | |
18
19
  | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
19
- | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
20
- | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
21
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
22
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
20
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
23
21
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
24
- | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
25
- | **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] |
26
- | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
22
+ | **name** | **String** | A unique name for this remote. | |
23
+ | **url** | **String** | The URL of an external content source. | |
24
+ | **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] |
25
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
26
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
27
27
  | **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
28
28
  | **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
29
29
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemote.new(
36
- max_retries: null,
37
- download_concurrency: null,
36
+ ca_cert: null,
37
+ client_cert: null,
38
+ proxy_password: null,
38
39
  proxy_username: null,
39
- url: null,
40
+ username: null,
40
41
  sock_read_timeout: null,
42
+ total_timeout: null,
43
+ tls_validation: null,
44
+ headers: null,
45
+ connect_timeout: null,
41
46
  proxy_url: null,
42
47
  password: null,
43
- connect_timeout: null,
44
- ca_cert: null,
45
- sock_connect_timeout: null,
46
- name: null,
47
48
  client_key: null,
48
- proxy_password: null,
49
- client_cert: null,
50
- username: null,
51
- pulp_labels: null,
49
+ download_concurrency: null,
52
50
  rate_limit: null,
53
- headers: null,
54
- total_timeout: null,
55
- tls_validation: null,
51
+ name: null,
52
+ url: null,
53
+ sock_connect_timeout: null,
54
+ pulp_labels: null,
55
+ max_retries: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
8
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
7
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
8
+ | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
9
+ | **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] |
10
+ | **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] |
11
+ | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
12
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
13
+ | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
14
+ | **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] |
9
15
  | **pulp_href** | **String** | | [optional][readonly] |
16
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
17
+ | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
18
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
19
  | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
20
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
21
+ | **name** | **String** | A unique name for this remote. | |
11
22
  | **url** | **String** | The URL of an external content source. | |
12
- | **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] |
13
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
14
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
15
- | **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] |
16
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
17
23
  | **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] |
18
- | **name** | **String** | A unique name for this remote. | |
19
- | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
24
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
20
25
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
21
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
22
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
23
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
24
- | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
25
- | **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] |
26
- | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
26
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
27
27
  | **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
28
28
  | **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
29
29
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
36
- pulp_last_updated: null,
37
- max_retries: null,
36
+ ca_cert: null,
37
+ client_cert: null,
38
+ sock_read_timeout: null,
39
+ total_timeout: null,
40
+ tls_validation: null,
41
+ hidden_fields: null,
42
+ headers: null,
43
+ connect_timeout: null,
38
44
  pulp_href: null,
45
+ proxy_url: null,
46
+ pulp_last_updated: null,
47
+ pulp_created: null,
39
48
  download_concurrency: null,
49
+ rate_limit: null,
50
+ name: null,
40
51
  url: null,
41
- sock_read_timeout: null,
42
- proxy_url: null,
43
- prn: null,
44
- connect_timeout: null,
45
- ca_cert: null,
46
52
  sock_connect_timeout: null,
47
- name: null,
48
- client_cert: null,
53
+ prn: null,
49
54
  pulp_labels: null,
50
- pulp_created: null,
51
- rate_limit: null,
52
- hidden_fields: null,
53
- headers: null,
54
- total_timeout: null,
55
- tls_validation: null,
55
+ max_retries: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
data/docs/AnsibleRole.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **artifact** | **String** | Artifact file representing the physical content | |
7
8
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
9
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
- | **artifact** | **String** | Artifact file representing the physical content | |
10
10
  | **version** | **String** | | |
11
11
  | **name** | **String** | | |
12
12
  | **namespace** | **String** | | |
@@ -17,9 +17,9 @@
17
17
  require 'pulp_ansible_client'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRole.new(
20
+ artifact: null,
20
21
  repository: null,
21
22
  pulp_labels: null,
22
- artifact: null,
23
23
  version: null,
24
24
  name: null,
25
25
  namespace: null
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
7
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **artifact** | **String** | Artifact file representing the physical content | |
8
9
  | **pulp_href** | **String** | | [optional][readonly] |
9
10
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
11
+ | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
10
12
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
- | **artifact** | **String** | Artifact file representing the physical content | |
12
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
13
  | **version** | **String** | | |
14
14
  | **name** | **String** | | |
15
15
  | **namespace** | **String** | | |
@@ -20,12 +20,12 @@
20
20
  require 'pulp_ansible_client'
21
21
 
22
22
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(
23
- pulp_last_updated: null,
23
+ pulp_created: null,
24
+ artifact: null,
24
25
  pulp_href: null,
25
26
  prn: null,
27
+ pulp_last_updated: null,
26
28
  pulp_labels: null,
27
- artifact: null,
28
- pulp_created: null,
29
29
  version: null,
30
30
  name: null,
31
31
  namespace: null
@@ -34,11 +34,11 @@ end
34
34
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
35
35
  opts = {
36
36
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
- repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
- upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
37
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
39
38
  file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
39
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
40
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
40
41
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
- artifact: 'artifact_example', # String | Artifact file representing the physical content
42
42
  file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
43
43
  expected_name: 'expected_name_example', # String | The name of the collection.
44
44
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
@@ -77,11 +77,11 @@ end
77
77
  | Name | Type | Description | Notes |
78
78
  | ---- | ---- | ----------- | ----- |
79
79
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
80
- | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
81
- | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
80
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
82
81
  | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
82
+ | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
83
+ | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
83
84
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
84
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
85
85
  | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
86
86
  | **expected_name** | **String** | The name of the collection. | [optional] |
87
87
  | **expected_namespace** | **String** | The namespace of the collection. | [optional] |
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
8
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
7
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
8
+ | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
9
+ | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
9
10
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
10
- | **url** | **String** | The URL of an external content source. | [optional] |
11
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
11
12
  | **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] |
13
+ | **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] |
14
+ | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
15
+ | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
16
+ | **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] |
12
17
  | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
13
18
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
14
- | **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] |
15
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
- | **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] |
17
- | **name** | **String** | A unique name for this remote. | [optional] |
18
19
  | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
19
- | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
20
- | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
21
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
22
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
20
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
23
21
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
24
- | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
25
- | **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] |
26
- | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
22
+ | **name** | **String** | A unique name for this remote. | [optional] |
23
+ | **url** | **String** | The URL of an external content source. | [optional] |
24
+ | **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] |
25
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
26
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
27
27
  | **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
28
28
  | **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
29
29
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
36
- max_retries: null,
37
- download_concurrency: null,
36
+ ca_cert: null,
37
+ client_cert: null,
38
+ proxy_password: null,
38
39
  proxy_username: null,
39
- url: null,
40
+ username: null,
40
41
  sock_read_timeout: null,
42
+ total_timeout: null,
43
+ tls_validation: null,
44
+ headers: null,
45
+ connect_timeout: null,
41
46
  proxy_url: null,
42
47
  password: null,
43
- connect_timeout: null,
44
- ca_cert: null,
45
- sock_connect_timeout: null,
46
- name: null,
47
48
  client_key: null,
48
- proxy_password: null,
49
- client_cert: null,
50
- username: null,
51
- pulp_labels: null,
49
+ download_concurrency: null,
52
50
  rate_limit: null,
53
- headers: null,
54
- total_timeout: null,
55
- tls_validation: null,
51
+ name: null,
52
+ url: null,
53
+ sock_connect_timeout: null,
54
+ pulp_labels: null,
55
+ max_retries: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -115,7 +115,7 @@ PulpAnsibleClient.configure do |config|
115
115
  end
116
116
 
117
117
  api_instance = PulpAnsibleClient::RemotesGitApi.new
118
- ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
118
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
119
119
  opts = {
120
120
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
121
121
  }
@@ -926,7 +926,7 @@ end
926
926
 
927
927
  api_instance = PulpAnsibleClient::RemotesGitApi.new
928
928
  ansible_git_remote_href = 'ansible_git_remote_href_example' # String |
929
- ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
929
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
930
930
  opts = {
931
931
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
932
932
  }
@@ -23,11 +23,11 @@ module PulpAnsibleClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
27
- # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
26
+ # @option opts [String] :artifact Artifact file representing the physical content
28
27
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
28
+ # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
29
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
29
30
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
30
- # @option opts [String] :artifact Artifact file representing the physical content
31
31
  # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
32
32
  # @option opts [String] :expected_name The name of the collection.
33
33
  # @option opts [String] :expected_namespace The namespace of the collection.
@@ -42,11 +42,11 @@ module PulpAnsibleClient
42
42
  # Trigger an asynchronous task to create content,optionally create new repository version.
43
43
  # @param [Hash] opts the optional parameters
44
44
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
45
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
46
- # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
45
+ # @option opts [String] :artifact Artifact file representing the physical content
47
46
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
47
+ # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
48
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
48
49
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
49
- # @option opts [String] :artifact Artifact file representing the physical content
50
50
  # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
51
51
  # @option opts [String] :expected_name The name of the collection.
52
52
  # @option opts [String] :expected_namespace The namespace of the collection.
@@ -103,11 +103,11 @@ module PulpAnsibleClient
103
103
 
104
104
  # form parameters
105
105
  form_params = opts[:form_params] || {}
106
- form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
107
- form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
106
+ form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
108
107
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
108
+ form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
109
+ form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
109
110
  form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
110
- form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
111
111
  form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
112
112
  form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
113
113
  form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?