pulp_ansible_client 0.12.0.dev1641352582 → 0.12.0.dev1641439175

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_ansible_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d24de257e481cb71c5923d8036e7c34c880c50d5569b40fac1872b8aa32b150e
4
- data.tar.gz: 455417f2fab1e6731addf452d868de6299480821e9abd237ecb58d5527e2ffa4
3
+ metadata.gz: 9a84f4877301555688ecde59938ce5b0b378239393c4ede9b52d8ddbfc7fc074
4
+ data.tar.gz: 83270a1c46bce94affe0acb724bd9c0f4786654020221575727961f0fc173d50
5
5
  SHA512:
6
- metadata.gz: 9842070f04843ec6904df59a88a955731adbef32661c138765ad14511ec4011d53757a35e58fb2d71ac092aa6c75d403933c7472923ce280317556cac4dc4f9a
7
- data.tar.gz: 2419c45d379f1e5ab61c217d188514bcd18f801bf62e2656f27e154bf751ed4dfacadd2906367c99f8a05a2167a5165d8dad24862d11af89be5a7c42e8f9716d
6
+ metadata.gz: 22867d80bc8417473ca53a357ca6102c47273ab829f4f1464d1a1a2ca792a7d1439ca30fe9be1f19daec12783cb6dac0e0eb32e98a77db6ee79c561765987920
7
+ data.tar.gz: 6d5d8949d5058bb0b1ebdd5de970b5d2eea7df51bd831a78c236ff5be4abf2568ebaff50f604c3a87ba0f014d849252740a4c4438fdff1d1f898c22560e893d8
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.12.0.dev1641352582
10
+ - Package version: 0.12.0.dev1641439175
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.12.0.dev1641352582.gem
27
+ gem install ./pulp_ansible_client-0.12.0.dev1641439175.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641352582.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641439175.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ansible_client', '~> 0.12.0.dev1641352582'
36
+ gem 'pulp_ansible_client', '~> 0.12.0.dev1641439175'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
@@ -37,8 +37,8 @@ Name | Type | Description | Notes
37
37
  ```ruby
38
38
  require 'PulpAnsibleClient'
39
39
 
40
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
- pulp_href: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
41
+ pulp_created: null,
42
42
  artifact: null,
43
43
  md5: null,
44
44
  sha1: null,
@@ -5,25 +5,25 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A unique name for this remote. |
8
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
9
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
- **client_key** | **String** | A PEM encoded private key used for authentication. | [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
- **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]
14
8
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
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
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
17
9
  **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
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
- **url** | **String** | The URL of an external content source. |
10
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
11
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
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]
15
+ **pulp_labels** | [**Object**](.md) | | [optional]
20
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
21
17
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **pulp_labels** | [**Object**](.md) | | [optional]
23
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
18
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
20
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
21
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
22
+ **url** | **String** | The URL of an external content source. |
23
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
25
24
  **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
26
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
+ **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]
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,25 +33,25 @@ Name | Type | Description | Notes
33
33
  require 'PulpAnsibleClient'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemote.new(name: null,
36
- headers: null,
37
- proxy_username: null,
38
- ca_cert: null,
39
- client_key: null,
40
- total_timeout: null,
41
- sock_read_timeout: null,
42
36
  download_concurrency: null,
43
- connect_timeout: null,
44
- max_retries: null,
45
37
  sock_connect_timeout: null,
46
- client_cert: null,
47
- url: null,
38
+ client_key: null,
39
+ max_retries: null,
40
+ ca_cert: null,
41
+ headers: null,
42
+ connect_timeout: null,
43
+ pulp_labels: null,
48
44
  username: null,
49
45
  proxy_url: null,
50
- pulp_labels: null,
51
- tls_validation: null,
46
+ rate_limit: null,
47
+ client_cert: null,
52
48
  password: null,
49
+ proxy_username: null,
50
+ url: null,
51
+ tls_validation: null,
53
52
  proxy_password: null,
54
- rate_limit: null,
53
+ total_timeout: null,
54
+ sock_read_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -6,22 +6,22 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A unique name for this remote. |
8
8
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
10
- **pulp_href** | **String** | | [optional] [readonly]
11
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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
- **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]
15
10
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [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]
17
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
18
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
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
13
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
14
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
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
+ **pulp_labels** | [**Object**](.md) | | [optional]
17
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
18
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
19
19
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
20
+ **pulp_href** | **String** | | [optional] [readonly]
20
21
  **url** | **String** | The URL of an external content source. |
21
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **pulp_labels** | [**Object**](.md) | | [optional]
23
22
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
24
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
23
+ **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]
24
+ **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]
25
25
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
26
26
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
27
27
 
@@ -32,22 +32,22 @@ require 'PulpAnsibleClient'
32
32
 
33
33
  instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
34
34
  pulp_last_updated: null,
35
- headers: null,
36
- pulp_href: null,
37
- ca_cert: null,
38
35
  pulp_created: null,
39
- total_timeout: null,
40
- sock_read_timeout: null,
41
36
  download_concurrency: null,
42
- connect_timeout: null,
43
- max_retries: null,
44
37
  sock_connect_timeout: null,
38
+ max_retries: null,
39
+ ca_cert: null,
40
+ headers: null,
41
+ connect_timeout: null,
42
+ pulp_labels: null,
43
+ proxy_url: null,
44
+ rate_limit: null,
45
45
  client_cert: null,
46
+ pulp_href: null,
46
47
  url: null,
47
- proxy_url: null,
48
- pulp_labels: null,
49
48
  tls_validation: null,
50
- rate_limit: null,
49
+ total_timeout: null,
50
+ sock_read_timeout: null,
51
51
  metadata_only: null,
52
52
  git_ref: null)
53
53
  ```
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **artifact** | **String** | Artifact file representing the physical content |
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
- pulp_href: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
20
+ pulp_created: null,
21
21
  artifact: null,
22
22
  version: null,
23
23
  name: null,
@@ -5,25 +5,25 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A unique name for this remote. | [optional]
8
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
9
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
- **client_key** | **String** | A PEM encoded private key used for authentication. | [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
- **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]
14
8
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
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
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
17
9
  **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
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
- **url** | **String** | The URL of an external content source. | [optional]
10
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
11
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
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]
15
+ **pulp_labels** | [**Object**](.md) | | [optional]
20
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
21
17
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **pulp_labels** | [**Object**](.md) | | [optional]
23
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
18
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
20
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
21
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
22
+ **url** | **String** | The URL of an external content source. | [optional]
23
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
25
24
  **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
26
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
+ **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]
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,25 +33,25 @@ Name | Type | Description | Notes
33
33
  require 'PulpAnsibleClient'
34
34
 
35
35
  instance = PulpAnsibleClient::PatchedansibleGitRemote.new(name: null,
36
- headers: null,
37
- proxy_username: null,
38
- ca_cert: null,
39
- client_key: null,
40
- total_timeout: null,
41
- sock_read_timeout: null,
42
36
  download_concurrency: null,
43
- connect_timeout: null,
44
- max_retries: null,
45
37
  sock_connect_timeout: null,
46
- client_cert: null,
47
- url: null,
38
+ client_key: null,
39
+ max_retries: null,
40
+ ca_cert: null,
41
+ headers: null,
42
+ connect_timeout: null,
43
+ pulp_labels: null,
48
44
  username: null,
49
45
  proxy_url: null,
50
- pulp_labels: null,
51
- tls_validation: null,
46
+ rate_limit: null,
47
+ client_cert: null,
52
48
  password: null,
49
+ proxy_username: null,
50
+ url: null,
51
+ tls_validation: null,
53
52
  proxy_password: null,
54
- rate_limit: null,
53
+ total_timeout: null,
54
+ sock_read_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -15,11 +15,11 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for CollectionVersion Content.
17
17
  class AnsibleCollectionVersionResponse
18
+ attr_accessor :pulp_href
19
+
18
20
  # Timestamp of creation.
19
21
  attr_accessor :pulp_created
20
22
 
21
- attr_accessor :pulp_href
22
-
23
23
  # Artifact file representing the physical content
24
24
  attr_accessor :artifact
25
25
 
@@ -97,8 +97,8 @@ module PulpAnsibleClient
97
97
  # Attribute mapping from ruby-style variable name to JSON key.
98
98
  def self.attribute_map
99
99
  {
100
- :'pulp_created' => :'pulp_created',
101
100
  :'pulp_href' => :'pulp_href',
101
+ :'pulp_created' => :'pulp_created',
102
102
  :'artifact' => :'artifact',
103
103
  :'md5' => :'md5',
104
104
  :'sha1' => :'sha1',
@@ -130,8 +130,8 @@ module PulpAnsibleClient
130
130
  # Attribute type mapping.
131
131
  def self.openapi_types
132
132
  {
133
- :'pulp_created' => :'DateTime',
134
133
  :'pulp_href' => :'String',
134
+ :'pulp_created' => :'DateTime',
135
135
  :'artifact' => :'String',
136
136
  :'md5' => :'String',
137
137
  :'sha1' => :'String',
@@ -182,14 +182,14 @@ module PulpAnsibleClient
182
182
  h[k.to_sym] = v
183
183
  }
184
184
 
185
- if attributes.key?(:'pulp_created')
186
- self.pulp_created = attributes[:'pulp_created']
187
- end
188
-
189
185
  if attributes.key?(:'pulp_href')
190
186
  self.pulp_href = attributes[:'pulp_href']
191
187
  end
192
188
 
189
+ if attributes.key?(:'pulp_created')
190
+ self.pulp_created = attributes[:'pulp_created']
191
+ end
192
+
193
193
  if attributes.key?(:'artifact')
194
194
  self.artifact = attributes[:'artifact']
195
195
  end
@@ -543,8 +543,8 @@ module PulpAnsibleClient
543
543
  def ==(o)
544
544
  return true if self.equal?(o)
545
545
  self.class == o.class &&
546
- pulp_created == o.pulp_created &&
547
546
  pulp_href == o.pulp_href &&
547
+ pulp_created == o.pulp_created &&
548
548
  artifact == o.artifact &&
549
549
  md5 == o.md5 &&
550
550
  sha1 == o.sha1 &&
@@ -581,7 +581,7 @@ module PulpAnsibleClient
581
581
  # Calculates hash code according to all attributes.
582
582
  # @return [Integer] Hash code
583
583
  def hash
584
- [pulp_created, pulp_href, artifact, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
584
+ [pulp_href, pulp_created, artifact, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
585
585
  end
586
586
 
587
587
  # Builds the object from hash