pulp_ansible_client 0.25.4 → 0.25.5

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: 1d80f9a3a1468d57c61f1367e27e32da2d48dc4f907702ae8a6e6c83183aa67e
4
- data.tar.gz: 05eb1da9549cbdca8f75657894dd993d57ae4c526eb522110e26fc7944a931c9
3
+ metadata.gz: e59ee7eefd5cfbbc084496ac9341e5d57b4375ccd9f163215300d7e5222cafaf
4
+ data.tar.gz: 6a6e8b30261de8f4e9c99fd79bba3b2fd999f5781de7d676a39f0cd12495dd93
5
5
  SHA512:
6
- metadata.gz: 608f7751f4c460eeb3ee8d234eca87d4326db26374ded44369b6726a66a766a1bb84e5a812091941c0f6c0a3130dded380ffbc689a92b1ab49440ff3d27e3e93
7
- data.tar.gz: 3a7942afa5263382d17e68a01585251fb2dee6283ed8f568ac36148d5080a5ac91333181cff564802d577131f598d2aa55a0476ef058c9e40ae592d95feb2129
6
+ metadata.gz: c533bbb34e88384aaaa0741d028e924c1fa00bffd318ec33ed503124a30555c0c33d0a078200b098bcf785f4ece9ba3ee0c32c13b99d9b5162267c9ed0ca2de1
7
+ data.tar.gz: 7d4f9ddd83967bea71c35b88921bcd7268fcc1e601aa66d84183e73a03c80df801e012bb31211028356ee984d42ae6a433a4aa3383f228fde18c0bd6b20282f3
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.25.4
10
+ - Package version: 0.25.5
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.25.4.gem
28
+ gem install ./pulp_ansible_client-0.25.5.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_ansible_client-0.25.4.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_ansible_client-0.25.5.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.25.4'
37
+ gem 'pulp_ansible_client', '~> 0.25.5'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
8
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
8
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
9
  | **pulp_href** | **String** | | [optional][readonly] |
11
10
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
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] |
12
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
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] |
@@ -37,12 +37,12 @@
37
37
  require 'pulp_ansible_client'
38
38
 
39
39
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
40
- artifact: null,
41
40
  prn: null,
42
41
  pulp_created: null,
43
42
  pulp_href: null,
44
43
  pulp_labels: null,
45
44
  pulp_last_updated: null,
45
+ artifact: null,
46
46
  sha256: null,
47
47
  md5: null,
48
48
  sha1: null,
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
8
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
9
- | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
7
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
8
+ | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
9
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
10
10
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
11
+ | **url** | **String** | The URL of an external content source. | |
11
12
  | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
12
- | **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] |
13
13
  | **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] |
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] |
14
+ | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
15
15
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
- | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
17
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
16
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
17
+ | **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] |
18
18
  | **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] |
19
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
19
+ | **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] |
20
+ | **name** | **String** | A unique name for this remote. | |
21
+ | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
20
22
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
21
23
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
22
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
24
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
25
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
23
26
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
24
- | **name** | **String** | A unique name for this remote. | |
25
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
26
- | **url** | **String** | The URL of an external content source. | |
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
- headers: null,
37
- rate_limit: null,
38
- client_key: null,
36
+ download_concurrency: null,
37
+ tls_validation: null,
38
+ max_retries: null,
39
39
  proxy_password: null,
40
+ url: null,
40
41
  username: null,
41
- total_timeout: null,
42
42
  sock_connect_timeout: null,
43
- connect_timeout: null,
43
+ client_key: null,
44
44
  ca_cert: null,
45
- tls_validation: null,
46
- pulp_labels: null,
45
+ proxy_url: null,
46
+ connect_timeout: null,
47
47
  sock_read_timeout: null,
48
- max_retries: null,
48
+ total_timeout: null,
49
+ name: null,
50
+ headers: null,
49
51
  proxy_username: null,
50
52
  client_cert: null,
51
- proxy_url: null,
53
+ rate_limit: null,
54
+ pulp_labels: null,
52
55
  password: null,
53
- name: null,
54
- download_concurrency: null,
55
- url: 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
- | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
8
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
10
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
11
- | **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] |
12
- | **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] |
13
- | **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] |
14
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
7
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
15
8
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
16
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
17
- | **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] |
18
9
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
19
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
20
- | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
10
+ | **url** | **String** | The URL of an external content source. | |
11
+ | **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] |
12
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
13
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
21
14
  | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
22
- | **name** | **String** | A unique name for this remote. | |
23
15
  | **pulp_href** | **String** | | [optional][readonly] |
24
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
25
- | **url** | **String** | The URL of an external content source. | |
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] |
26
17
  | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
18
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
19
+ | **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] |
20
+ | **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] |
21
+ | **name** | **String** | A unique name for this remote. | |
22
+ | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
23
+ | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
24
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
25
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
26
+ | **pulp_labels** | **Hash<String, String>** | | [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
- headers: null,
37
- prn: null,
38
- rate_limit: null,
39
- hidden_fields: null,
40
- total_timeout: null,
41
- sock_connect_timeout: null,
42
- connect_timeout: null,
43
- ca_cert: null,
36
+ download_concurrency: null,
44
37
  tls_validation: null,
45
- pulp_labels: null,
46
- sock_read_timeout: null,
47
38
  max_retries: null,
48
- pulp_created: null,
49
- client_cert: null,
39
+ url: null,
40
+ sock_connect_timeout: null,
41
+ hidden_fields: null,
42
+ ca_cert: null,
50
43
  proxy_url: null,
51
- name: null,
52
44
  pulp_href: null,
53
- download_concurrency: null,
54
- url: null,
45
+ connect_timeout: null,
55
46
  pulp_last_updated: null,
47
+ prn: null,
48
+ sock_read_timeout: null,
49
+ total_timeout: null,
50
+ name: null,
51
+ headers: null,
52
+ client_cert: null,
53
+ pulp_created: null,
54
+ rate_limit: null,
55
+ pulp_labels: 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 | |
8
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
9
8
  | **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,
21
20
  repository: null,
22
21
  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
- | **artifact** | **String** | Artifact file representing the physical content | |
8
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
8
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
9
  | **pulp_href** | **String** | | [optional][readonly] |
11
10
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
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] |
12
+ | **artifact** | **String** | Artifact file representing the physical content | |
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
- artifact: null,
24
23
  prn: null,
25
24
  pulp_created: null,
26
25
  pulp_href: null,
27
26
  pulp_labels: null,
28
27
  pulp_last_updated: null,
28
+ artifact: null,
29
29
  version: null,
30
30
  name: null,
31
31
  namespace: null
@@ -34,12 +34,12 @@ 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
- artifact: 'artifact_example', # String | Artifact file representing the physical content
38
- upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
39
- file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
40
37
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
41
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
+ file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
42
41
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
42
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
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.
45
45
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -77,12 +77,12 @@ 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
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
81
- | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
82
- | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
83
80
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
84
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
+ | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
85
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] |
85
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
86
86
  | **expected_name** | **String** | The name of the collection. | [optional] |
87
87
  | **expected_namespace** | **String** | The namespace of the collection. | [optional] |
88
88
  | **expected_version** | **String** | The version of the collection. | [optional] |
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
8
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
9
- | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
7
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
8
+ | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
9
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
10
10
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
11
+ | **url** | **String** | The URL of an external content source. | [optional] |
11
12
  | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
12
- | **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] |
13
13
  | **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] |
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] |
14
+ | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
15
15
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
- | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
17
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
16
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
17
+ | **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] |
18
18
  | **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] |
19
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
19
+ | **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] |
20
+ | **name** | **String** | A unique name for this remote. | [optional] |
21
+ | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
20
22
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
21
23
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
22
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
24
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
25
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
23
26
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
24
- | **name** | **String** | A unique name for this remote. | [optional] |
25
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
26
- | **url** | **String** | The URL of an external content source. | [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
- headers: null,
37
- rate_limit: null,
38
- client_key: null,
36
+ download_concurrency: null,
37
+ tls_validation: null,
38
+ max_retries: null,
39
39
  proxy_password: null,
40
+ url: null,
40
41
  username: null,
41
- total_timeout: null,
42
42
  sock_connect_timeout: null,
43
- connect_timeout: null,
43
+ client_key: null,
44
44
  ca_cert: null,
45
- tls_validation: null,
46
- pulp_labels: null,
45
+ proxy_url: null,
46
+ connect_timeout: null,
47
47
  sock_read_timeout: null,
48
- max_retries: null,
48
+ total_timeout: null,
49
+ name: null,
50
+ headers: null,
49
51
  proxy_username: null,
50
52
  client_cert: null,
51
- proxy_url: null,
53
+ rate_limit: null,
54
+ pulp_labels: null,
52
55
  password: null,
53
- name: null,
54
- download_concurrency: null,
55
- url: 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({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
118
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_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({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
929
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
930
930
  opts = {
931
931
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
932
932
  }
@@ -23,12 +23,12 @@ 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] :artifact Artifact file representing the physical content
27
- # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
28
- # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
29
26
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
30
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] :file_url A url that Pulp can download and turn into the content unit.
31
30
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
31
+ # @option opts [String] :artifact Artifact file representing the physical content
32
32
  # @option opts [String] :expected_name The name of the collection.
33
33
  # @option opts [String] :expected_namespace The namespace of the collection.
34
34
  # @option opts [String] :expected_version The version of the collection.
@@ -42,12 +42,12 @@ 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] :artifact Artifact file representing the physical content
46
- # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
47
- # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
48
45
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
49
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] :file_url A url that Pulp can download and turn into the content unit.
50
49
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
50
+ # @option opts [String] :artifact Artifact file representing the physical content
51
51
  # @option opts [String] :expected_name The name of the collection.
52
52
  # @option opts [String] :expected_namespace The namespace of the collection.
53
53
  # @option opts [String] :expected_version The version of the collection.
@@ -103,12 +103,12 @@ module PulpAnsibleClient
103
103
 
104
104
  # form parameters
105
105
  form_params = opts[:form_params] || {}
106
- form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
107
- form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
108
- form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
109
106
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
110
107
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
108
+ form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
109
+ form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
111
110
  form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
111
+ form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].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?
114
114
  form_params['expected_version'] = opts[:'expected_version'] if !opts[:'expected_version'].nil?
@@ -16,9 +16,6 @@ require 'time'
16
16
  module PulpAnsibleClient
17
17
  # A serializer for CollectionVersion Content.
18
18
  class AnsibleCollectionVersionResponse
19
- # Artifact file representing the physical content
20
- attr_accessor :artifact
21
-
22
19
  # The Pulp Resource Name (PRN).
23
20
  attr_accessor :prn
24
21
 
@@ -33,6 +30,9 @@ module PulpAnsibleClient
33
30
  # 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.
34
31
  attr_accessor :pulp_last_updated
35
32
 
33
+ # Artifact file representing the physical content
34
+ attr_accessor :artifact
35
+
36
36
  # The SHA-256 checksum if available.
37
37
  attr_accessor :sha256
38
38
 
@@ -95,12 +95,12 @@ module PulpAnsibleClient
95
95
  # Attribute mapping from ruby-style variable name to JSON key.
96
96
  def self.attribute_map
97
97
  {
98
- :'artifact' => :'artifact',
99
98
  :'prn' => :'prn',
100
99
  :'pulp_created' => :'pulp_created',
101
100
  :'pulp_href' => :'pulp_href',
102
101
  :'pulp_labels' => :'pulp_labels',
103
102
  :'pulp_last_updated' => :'pulp_last_updated',
103
+ :'artifact' => :'artifact',
104
104
  :'sha256' => :'sha256',
105
105
  :'md5' => :'md5',
106
106
  :'sha1' => :'sha1',
@@ -132,12 +132,12 @@ module PulpAnsibleClient
132
132
  # Attribute type mapping.
133
133
  def self.openapi_types
134
134
  {
135
- :'artifact' => :'String',
136
135
  :'prn' => :'String',
137
136
  :'pulp_created' => :'Time',
138
137
  :'pulp_href' => :'String',
139
138
  :'pulp_labels' => :'Hash<String, String>',
140
139
  :'pulp_last_updated' => :'Time',
140
+ :'artifact' => :'String',
141
141
  :'sha256' => :'String',
142
142
  :'md5' => :'String',
143
143
  :'sha1' => :'String',
@@ -183,10 +183,6 @@ module PulpAnsibleClient
183
183
  h[k.to_sym] = v
184
184
  }
185
185
 
186
- if attributes.key?(:'artifact')
187
- self.artifact = attributes[:'artifact']
188
- end
189
-
190
186
  if attributes.key?(:'prn')
191
187
  self.prn = attributes[:'prn']
192
188
  end
@@ -209,6 +205,10 @@ module PulpAnsibleClient
209
205
  self.pulp_last_updated = attributes[:'pulp_last_updated']
210
206
  end
211
207
 
208
+ if attributes.key?(:'artifact')
209
+ self.artifact = attributes[:'artifact']
210
+ end
211
+
212
212
  if attributes.key?(:'sha256')
213
213
  self.sha256 = attributes[:'sha256']
214
214
  end
@@ -464,12 +464,12 @@ module PulpAnsibleClient
464
464
  def ==(o)
465
465
  return true if self.equal?(o)
466
466
  self.class == o.class &&
467
- artifact == o.artifact &&
468
467
  prn == o.prn &&
469
468
  pulp_created == o.pulp_created &&
470
469
  pulp_href == o.pulp_href &&
471
470
  pulp_labels == o.pulp_labels &&
472
471
  pulp_last_updated == o.pulp_last_updated &&
472
+ artifact == o.artifact &&
473
473
  sha256 == o.sha256 &&
474
474
  md5 == o.md5 &&
475
475
  sha1 == o.sha1 &&
@@ -501,7 +501,7 @@ module PulpAnsibleClient
501
501
  # Calculates hash code according to all attributes.
502
502
  # @return [Integer] Hash code
503
503
  def hash
504
- [artifact, prn, pulp_created, pulp_href, pulp_labels, pulp_last_updated, sha256, md5, sha1, sha224, sha384, sha512, id, authors, dependencies, description, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
504
+ [prn, pulp_created, pulp_href, pulp_labels, pulp_last_updated, artifact, sha256, md5, sha1, sha224, sha384, sha512, id, authors, dependencies, description, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
505
505
  end
506
506
 
507
507
  # Builds the object from hash