pulp_ansible_client 0.2.0b12 → 0.2.0b13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -11
  3. data/docs/AnsibleAnsibleDistributionRead.md +31 -0
  4. data/docs/AnsibleAnsibleRemote.md +7 -3
  5. data/docs/AnsibleAnsibleRemoteRead.md +43 -0
  6. data/docs/AnsibleAnsibleRepositoryRead.md +27 -0
  7. data/docs/{AnsibleCollection.md → AnsibleCollectionRead.md} +2 -2
  8. data/docs/AnsibleCollectionRemote.md +7 -3
  9. data/docs/AnsibleCollectionRemoteRead.md +45 -0
  10. data/docs/AnsibleCollectionVersion.md +4 -4
  11. data/docs/AnsibleCollectionVersionRead.md +67 -0
  12. data/docs/AnsibleCollectionsApi.md +1 -1
  13. data/docs/AnsibleRole.md +4 -4
  14. data/docs/AnsibleRoleRead.md +27 -0
  15. data/docs/{CollectionImportDetail.md → CollectionImportDetailRead.md} +2 -2
  16. data/docs/CollectionRead.md +31 -0
  17. data/docs/CollectionVersionRead.md +37 -0
  18. data/docs/ContentCollectionVersionsApi.md +5 -5
  19. data/docs/ContentRolesApi.md +5 -5
  20. data/docs/DistributionsAnsibleApi.md +3 -3
  21. data/docs/GalaxyCollectionRead.md +23 -0
  22. data/docs/{GalaxyCollectionVersion.md → GalaxyCollectionVersionRead.md} +2 -2
  23. data/docs/{GalaxyRole.md → GalaxyRoleRead.md} +2 -2
  24. data/docs/{GalaxyRoleVersion.md → GalaxyRoleVersionRead.md} +2 -2
  25. data/docs/InlineResponse200.md +1 -1
  26. data/docs/InlineResponse2001.md +1 -1
  27. data/docs/InlineResponse20010.md +1 -1
  28. data/docs/InlineResponse20011.md +1 -1
  29. data/docs/InlineResponse20012.md +1 -1
  30. data/docs/InlineResponse20013.md +1 -1
  31. data/docs/InlineResponse2002.md +1 -1
  32. data/docs/InlineResponse2003.md +1 -1
  33. data/docs/InlineResponse2004.md +1 -1
  34. data/docs/InlineResponse2005.md +1 -1
  35. data/docs/InlineResponse2006.md +1 -1
  36. data/docs/InlineResponse2007.md +1 -1
  37. data/docs/InlineResponse2008.md +1 -1
  38. data/docs/InlineResponse2009.md +1 -1
  39. data/docs/PulpAnsibleApiApi.md +1 -1
  40. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +5 -5
  41. data/docs/PulpAnsibleGalaxyApiRolesApi.md +1 -1
  42. data/docs/PulpAnsibleGalaxyApiV1VersionsApi.md +1 -1
  43. data/docs/PulpAnsibleGalaxyApiV2VersionsApi.md +1 -1
  44. data/docs/PulpAnsibleGalaxyApiV3CollectionsApi.md +3 -3
  45. data/docs/PulpAnsibleTagsApi.md +1 -1
  46. data/docs/RemotesAnsibleApi.md +5 -5
  47. data/docs/RemotesCollectionApi.md +5 -5
  48. data/docs/RepositoriesAnsibleApi.md +10 -10
  49. data/docs/RepositoriesAnsibleVersionsApi.md +3 -3
  50. data/docs/RepositoryVersionRead.md +25 -0
  51. data/docs/{Tag.md → TagRead.md} +2 -2
  52. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +6 -6
  53. data/lib/pulp_ansible_client/api/content_roles_api.rb +6 -6
  54. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
  55. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +6 -6
  56. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +3 -3
  57. data/lib/pulp_ansible_client/api/remotes_ansible_api.rb +6 -6
  58. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +6 -6
  59. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +15 -15
  60. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +3 -3
  61. data/lib/pulp_ansible_client/configuration.rb +2 -2
  62. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_read.rb +327 -0
  63. data/lib/pulp_ansible_client/models/ansible_ansible_remote.rb +56 -4
  64. data/lib/pulp_ansible_client/models/ansible_ansible_remote_read.rb +531 -0
  65. data/lib/pulp_ansible_client/models/ansible_ansible_repository_read.rb +294 -0
  66. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_collection_read.rb} +3 -3
  67. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +56 -4
  68. data/lib/pulp_ansible_client/models/ansible_collection_remote_read.rb +557 -0
  69. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +35 -35
  70. data/lib/pulp_ansible_client/models/ansible_collection_version_read.rb +816 -0
  71. data/lib/pulp_ansible_client/models/ansible_role.rb +15 -15
  72. data/lib/pulp_ansible_client/models/ansible_role_read.rb +330 -0
  73. data/lib/pulp_ansible_client/models/{collection_import_detail.rb → collection_import_detail_read.rb} +3 -3
  74. data/lib/pulp_ansible_client/models/collection_read.rb +314 -0
  75. data/lib/pulp_ansible_client/models/collection_version_read.rb +370 -0
  76. data/lib/pulp_ansible_client/models/galaxy_collection_read.rb +281 -0
  77. data/lib/pulp_ansible_client/models/{galaxy_collection_version.rb → galaxy_collection_version_read.rb} +3 -3
  78. data/lib/pulp_ansible_client/models/{galaxy_role.rb → galaxy_role_read.rb} +3 -3
  79. data/lib/pulp_ansible_client/models/{galaxy_role_version.rb → galaxy_role_version_read.rb} +3 -3
  80. data/lib/pulp_ansible_client/models/inline_response200.rb +1 -1
  81. data/lib/pulp_ansible_client/models/inline_response2001.rb +1 -1
  82. data/lib/pulp_ansible_client/models/inline_response20010.rb +1 -1
  83. data/lib/pulp_ansible_client/models/inline_response20011.rb +1 -1
  84. data/lib/pulp_ansible_client/models/inline_response20012.rb +1 -1
  85. data/lib/pulp_ansible_client/models/inline_response20013.rb +1 -1
  86. data/lib/pulp_ansible_client/models/inline_response2002.rb +1 -1
  87. data/lib/pulp_ansible_client/models/inline_response2003.rb +1 -1
  88. data/lib/pulp_ansible_client/models/inline_response2004.rb +1 -1
  89. data/lib/pulp_ansible_client/models/inline_response2005.rb +1 -1
  90. data/lib/pulp_ansible_client/models/inline_response2006.rb +1 -1
  91. data/lib/pulp_ansible_client/models/inline_response2007.rb +1 -1
  92. data/lib/pulp_ansible_client/models/inline_response2008.rb +1 -1
  93. data/lib/pulp_ansible_client/models/inline_response2009.rb +1 -1
  94. data/lib/pulp_ansible_client/models/repository_version_read.rb +244 -0
  95. data/lib/pulp_ansible_client/models/{tag.rb → tag_read.rb} +3 -3
  96. data/lib/pulp_ansible_client/version.rb +1 -1
  97. data/lib/pulp_ansible_client.rb +16 -6
  98. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  99. data/spec/api/content_roles_api_spec.rb +2 -2
  100. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  101. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
  102. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  103. data/spec/api/remotes_ansible_api_spec.rb +2 -2
  104. data/spec/api/remotes_collection_api_spec.rb +2 -2
  105. data/spec/api/repositories_ansible_api_spec.rb +6 -6
  106. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  107. data/spec/configuration_spec.rb +3 -3
  108. data/spec/models/ansible_ansible_distribution_read_spec.rb +83 -0
  109. data/spec/models/ansible_ansible_remote_read_spec.rb +123 -0
  110. data/spec/models/ansible_ansible_remote_spec.rb +12 -0
  111. data/spec/models/ansible_ansible_repository_read_spec.rb +71 -0
  112. data/spec/models/{ansible_collection_spec.rb → ansible_collection_read_spec.rb} +6 -6
  113. data/spec/models/ansible_collection_remote_read_spec.rb +129 -0
  114. data/spec/models/ansible_collection_remote_spec.rb +12 -0
  115. data/spec/models/ansible_collection_version_read_spec.rb +191 -0
  116. data/spec/models/ansible_collection_version_spec.rb +2 -2
  117. data/spec/models/ansible_role_read_spec.rb +71 -0
  118. data/spec/models/ansible_role_spec.rb +2 -2
  119. data/spec/models/{collection_import_detail_spec.rb → collection_import_detail_read_spec.rb} +6 -6
  120. data/spec/models/collection_read_spec.rb +83 -0
  121. data/spec/models/collection_version_read_spec.rb +105 -0
  122. data/spec/models/galaxy_collection_read_spec.rb +59 -0
  123. data/spec/models/{galaxy_collection_version_spec.rb → galaxy_collection_version_read_spec.rb} +6 -6
  124. data/spec/models/{galaxy_role_spec.rb → galaxy_role_read_spec.rb} +6 -6
  125. data/spec/models/{galaxy_role_version_spec.rb → galaxy_role_version_read_spec.rb} +6 -6
  126. data/spec/models/repository_version_read_spec.rb +65 -0
  127. data/spec/models/{tag_spec.rb → tag_read_spec.rb} +6 -6
  128. metadata +66 -26
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46a2bcb54dfe26a383b20370990e912376c15834e9d33902ab344a74eabd7773
4
- data.tar.gz: da38b18b47a97d168991a4bab7dc900855308e8c1643a90bb0e9316b08401349
3
+ metadata.gz: 69d96f2ace53a16fdbc90c762b97e459a44237e4ab2630e85e1529ec7ac65573
4
+ data.tar.gz: 7bc7636758f7d13a734e4ebfae6df82fa94b06fb175100cd51cd288c79536f62
5
5
  SHA512:
6
- metadata.gz: 6b1b06f8ef2ff1df024811d6338f065ecac4ad852dcf5cf492ebeb9869bfb8fd1656594b68347d850b092d603a37acce16e9b2401ca3bafd0f87398c7e88ac75
7
- data.tar.gz: 9d49e4ae7c7a68a928bd6e9de42cf81e256009e49c6c7a650468208cd02aa50847333029a360cddd1fe1851404a7690da99fea88e000288f2159c0175ffaaf09
6
+ metadata.gz: 5acd273012a2caa96139779b1cf31e46b2c454e934cdd6bbd255043b06f67c640d7971d3702e9b919a3b760746474fa12c5001a8b3fe113c233ac6e2e6128fab
7
+ data.tar.gz: b93930aaedd35ae652df5b80ee0348b78919c975dd1c3fedc349786824528fc9e7c5bb2e4ff37c236336f906aa76b20f7882cde2ee51944793cab3e685f5f949
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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.2.0b12
10
+ - Package version: 0.2.0b13
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_ansible_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_ansible_client-0.2.0b12.gem
26
+ gem install ./pulp_ansible_client-0.2.0b13.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_ansible_client-0.2.0b12.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_ansible_client-0.2.0b13.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_ansible_client', '~> 0.2.0b12'
35
+ gem 'pulp_ansible_client', '~> 0.2.0b13'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -86,7 +86,7 @@ end
86
86
 
87
87
  ## Documentation for API Endpoints
88
88
 
89
- All URIs are relative to *http://localhost:24817*
89
+ All URIs are relative to *http://pulp*
90
90
 
91
91
  Class | Method | HTTP request | Description
92
92
  ------------ | ------------- | ------------- | -------------
@@ -144,25 +144,34 @@ Class | Method | HTTP request | Description
144
144
  ## Documentation for Models
145
145
 
146
146
  - [PulpAnsibleClient::AnsibleAnsibleDistribution](docs/AnsibleAnsibleDistribution.md)
147
+ - [PulpAnsibleClient::AnsibleAnsibleDistributionRead](docs/AnsibleAnsibleDistributionRead.md)
147
148
  - [PulpAnsibleClient::AnsibleAnsibleRemote](docs/AnsibleAnsibleRemote.md)
149
+ - [PulpAnsibleClient::AnsibleAnsibleRemoteRead](docs/AnsibleAnsibleRemoteRead.md)
148
150
  - [PulpAnsibleClient::AnsibleAnsibleRepository](docs/AnsibleAnsibleRepository.md)
149
- - [PulpAnsibleClient::AnsibleCollection](docs/AnsibleCollection.md)
151
+ - [PulpAnsibleClient::AnsibleAnsibleRepositoryRead](docs/AnsibleAnsibleRepositoryRead.md)
152
+ - [PulpAnsibleClient::AnsibleCollectionRead](docs/AnsibleCollectionRead.md)
150
153
  - [PulpAnsibleClient::AnsibleCollectionRemote](docs/AnsibleCollectionRemote.md)
154
+ - [PulpAnsibleClient::AnsibleCollectionRemoteRead](docs/AnsibleCollectionRemoteRead.md)
151
155
  - [PulpAnsibleClient::AnsibleCollectionVersion](docs/AnsibleCollectionVersion.md)
156
+ - [PulpAnsibleClient::AnsibleCollectionVersionRead](docs/AnsibleCollectionVersionRead.md)
152
157
  - [PulpAnsibleClient::AnsibleRole](docs/AnsibleRole.md)
158
+ - [PulpAnsibleClient::AnsibleRoleRead](docs/AnsibleRoleRead.md)
153
159
  - [PulpAnsibleClient::AnsibleTag](docs/AnsibleTag.md)
154
160
  - [PulpAnsibleClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
155
161
  - [PulpAnsibleClient::Collection](docs/Collection.md)
156
- - [PulpAnsibleClient::CollectionImportDetail](docs/CollectionImportDetail.md)
162
+ - [PulpAnsibleClient::CollectionImportDetailRead](docs/CollectionImportDetailRead.md)
157
163
  - [PulpAnsibleClient::CollectionMetadata](docs/CollectionMetadata.md)
158
164
  - [PulpAnsibleClient::CollectionNamespace](docs/CollectionNamespace.md)
165
+ - [PulpAnsibleClient::CollectionRead](docs/CollectionRead.md)
159
166
  - [PulpAnsibleClient::CollectionRef](docs/CollectionRef.md)
160
167
  - [PulpAnsibleClient::CollectionVersion](docs/CollectionVersion.md)
168
+ - [PulpAnsibleClient::CollectionVersionRead](docs/CollectionVersionRead.md)
161
169
  - [PulpAnsibleClient::ContentSummary](docs/ContentSummary.md)
162
170
  - [PulpAnsibleClient::GalaxyCollection](docs/GalaxyCollection.md)
163
- - [PulpAnsibleClient::GalaxyCollectionVersion](docs/GalaxyCollectionVersion.md)
164
- - [PulpAnsibleClient::GalaxyRole](docs/GalaxyRole.md)
165
- - [PulpAnsibleClient::GalaxyRoleVersion](docs/GalaxyRoleVersion.md)
171
+ - [PulpAnsibleClient::GalaxyCollectionRead](docs/GalaxyCollectionRead.md)
172
+ - [PulpAnsibleClient::GalaxyCollectionVersionRead](docs/GalaxyCollectionVersionRead.md)
173
+ - [PulpAnsibleClient::GalaxyRoleRead](docs/GalaxyRoleRead.md)
174
+ - [PulpAnsibleClient::GalaxyRoleVersionRead](docs/GalaxyRoleVersionRead.md)
166
175
  - [PulpAnsibleClient::InlineResponse200](docs/InlineResponse200.md)
167
176
  - [PulpAnsibleClient::InlineResponse2001](docs/InlineResponse2001.md)
168
177
  - [PulpAnsibleClient::InlineResponse20010](docs/InlineResponse20010.md)
@@ -180,7 +189,8 @@ Class | Method | HTTP request | Description
180
189
  - [PulpAnsibleClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
181
190
  - [PulpAnsibleClient::RepositorySyncURL](docs/RepositorySyncURL.md)
182
191
  - [PulpAnsibleClient::RepositoryVersion](docs/RepositoryVersion.md)
183
- - [PulpAnsibleClient::Tag](docs/Tag.md)
192
+ - [PulpAnsibleClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
193
+ - [PulpAnsibleClient::TagRead](docs/TagRead.md)
184
194
 
185
195
 
186
196
  ## Documentation for Authorization
@@ -0,0 +1,31 @@
1
+ # PulpAnsibleClient::AnsibleAnsibleDistributionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **content_guard** | **String** | An optional content-guard. | [optional]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
+ **client_url** | **String** | The URL of a Collection content source. | [optional] [readonly]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'PulpAnsibleClient'
20
+
21
+ instance = PulpAnsibleClient::AnsibleAnsibleDistributionRead.new(pulp_href: null,
22
+ pulp_created: null,
23
+ base_path: null,
24
+ content_guard: null,
25
+ name: null,
26
+ repository: null,
27
+ repository_version: null,
28
+ client_url: null)
29
+ ```
30
+
31
+
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **name** | **String** | A unique name for this remote. |
10
10
  **url** | **String** | The URL of an external content source. |
11
- **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
12
- **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. Returns SHA256 checksum of the certificate file on GET. | [optional]
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
18
20
  **policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
@@ -31,6 +33,8 @@ instance = PulpAnsibleClient::AnsibleAnsibleRemote.new(pulp_href: null,
31
33
  client_key: null,
32
34
  tls_validation: null,
33
35
  proxy_url: null,
36
+ username: null,
37
+ password: null,
34
38
  pulp_last_updated: null,
35
39
  download_concurrency: null,
36
40
  policy: null)
@@ -0,0 +1,43 @@
1
+ # PulpAnsibleClient::AnsibleAnsibleRemoteRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | A unique name for this remote. |
10
+ **url** | **String** | The URL of an external content source. |
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
+ **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
18
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
+ **policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
21
+
22
+ ## Code Sample
23
+
24
+ ```ruby
25
+ require 'PulpAnsibleClient'
26
+
27
+ instance = PulpAnsibleClient::AnsibleAnsibleRemoteRead.new(pulp_href: null,
28
+ pulp_created: null,
29
+ name: null,
30
+ url: null,
31
+ ca_cert: null,
32
+ client_cert: null,
33
+ client_key: null,
34
+ tls_validation: null,
35
+ proxy_url: null,
36
+ username: null,
37
+ password: null,
38
+ pulp_last_updated: null,
39
+ download_concurrency: null,
40
+ policy: null)
41
+ ```
42
+
43
+
@@ -0,0 +1,27 @@
1
+ # PulpAnsibleClient::AnsibleAnsibleRepositoryRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **versions_href** | **String** | | [optional] [readonly]
10
+ **latest_version_href** | **String** | | [optional] [readonly]
11
+ **name** | **String** | A unique name for this repository. |
12
+ **description** | **String** | An optional description. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'PulpAnsibleClient'
18
+
19
+ instance = PulpAnsibleClient::AnsibleAnsibleRepositoryRead.new(pulp_href: null,
20
+ pulp_created: null,
21
+ versions_href: null,
22
+ latest_version_href: null,
23
+ name: null,
24
+ description: null)
25
+ ```
26
+
27
+
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::AnsibleCollection
1
+ # PulpAnsibleClient::AnsibleCollectionRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  ```ruby
13
13
  require 'PulpAnsibleClient'
14
14
 
15
- instance = PulpAnsibleClient::AnsibleCollection.new(name: null,
15
+ instance = PulpAnsibleClient::AnsibleCollectionRead.new(name: null,
16
16
  namespace: null)
17
17
  ```
18
18
 
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **name** | **String** | A unique name for this remote. |
10
10
  **url** | **String** | The URL of an external content source. |
11
- **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
12
- **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. Returns SHA256 checksum of the certificate file on GET. | [optional]
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
18
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
18
20
  **policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
@@ -32,6 +34,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(pulp_href: null,
32
34
  client_key: null,
33
35
  tls_validation: null,
34
36
  proxy_url: null,
37
+ username: null,
38
+ password: null,
35
39
  pulp_last_updated: null,
36
40
  download_concurrency: null,
37
41
  policy: null,
@@ -0,0 +1,45 @@
1
+ # PulpAnsibleClient::AnsibleCollectionRemoteRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | A unique name for this remote. |
10
+ **url** | **String** | The URL of an external content source. |
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
+ **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
18
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
+ **policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
21
+ **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
22
+
23
+ ## Code Sample
24
+
25
+ ```ruby
26
+ require 'PulpAnsibleClient'
27
+
28
+ instance = PulpAnsibleClient::AnsibleCollectionRemoteRead.new(pulp_href: null,
29
+ pulp_created: null,
30
+ name: null,
31
+ url: null,
32
+ ca_cert: null,
33
+ client_cert: null,
34
+ client_key: null,
35
+ tls_validation: null,
36
+ proxy_url: null,
37
+ username: null,
38
+ password: null,
39
+ pulp_last_updated: null,
40
+ download_concurrency: null,
41
+ policy: null,
42
+ requirements_file: null)
43
+ ```
44
+
45
+
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
- **pulp_href** | **String** | | [optional] [readonly]
9
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -36,9 +36,9 @@ Name | Type | Description | Notes
36
36
  ```ruby
37
37
  require 'PulpAnsibleClient'
38
38
 
39
- instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
39
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(pulp_created: null,
40
40
  pulp_href: null,
41
- pulp_created: null,
41
+ artifact: null,
42
42
  md5: null,
43
43
  sha1: null,
44
44
  sha224: null,
@@ -0,0 +1,67 @@
1
+ # PulpAnsibleClient::AnsibleCollectionVersionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
+ **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
+ **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
+ **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
13
+ **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
14
+ **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
15
+ **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
16
+ **id** | **String** | A collection identifier. |
17
+ **authors** | **Array<String>** | A list of the CollectionVersion content's authors. |
18
+ **contents** | **Array<Hash<String, String>>** | A JSON field with data about the contents. |
19
+ **dependencies** | **Hash<String, String>** | A dict declaring Collections that this collection requires to be installed for it to be usable. |
20
+ **description** | **String** | A short summary description of the collection. |
21
+ **docs_blob** | **Hash<String, String>** | A JSON field holding the various documentation blobs in the collection. |
22
+ **documentation** | **String** | The URL to any online docs. |
23
+ **homepage** | **String** | The URL to the homepage of the collection/project. |
24
+ **issues** | **String** | The URL to the collection issue tracker. |
25
+ **certification** | **String** | Indicates that the version is certified |
26
+ **license** | **Array<String>** | A list of licenses for content inside of a collection. |
27
+ **name** | **String** | The name of the collection. |
28
+ **namespace** | **String** | The namespace of the collection. |
29
+ **repository** | **String** | The URL of the originating SCM repository. |
30
+ **tags** | [**Array<AnsibleTag>**](AnsibleTag.md) | | [optional] [readonly]
31
+ **version** | **String** | The version of the collection. |
32
+ **deprecated** | **Boolean** | Whether or not the collection has been deprecated. | [optional] [readonly]
33
+
34
+ ## Code Sample
35
+
36
+ ```ruby
37
+ require 'PulpAnsibleClient'
38
+
39
+ instance = PulpAnsibleClient::AnsibleCollectionVersionRead.new(pulp_created: null,
40
+ pulp_href: null,
41
+ artifact: null,
42
+ md5: null,
43
+ sha1: null,
44
+ sha224: null,
45
+ sha256: null,
46
+ sha384: null,
47
+ sha512: null,
48
+ id: null,
49
+ authors: null,
50
+ contents: null,
51
+ dependencies: null,
52
+ description: null,
53
+ docs_blob: null,
54
+ documentation: null,
55
+ homepage: null,
56
+ issues: null,
57
+ certification: null,
58
+ license: null,
59
+ name: null,
60
+ namespace: null,
61
+ repository: null,
62
+ tags: null,
63
+ version: null,
64
+ deprecated: null)
65
+ ```
66
+
67
+
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::AnsibleCollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
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
- **pulp_href** | **String** | | [optional] [readonly]
9
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
12
12
  **namespace** | **String** | |
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
19
+ instance = PulpAnsibleClient::AnsibleRole.new(pulp_created: null,
20
20
  pulp_href: null,
21
- pulp_created: null,
21
+ artifact: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -0,0 +1,27 @@
1
+ # PulpAnsibleClient::AnsibleRoleRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
+ **version** | **String** | |
11
+ **name** | **String** | |
12
+ **namespace** | **String** | |
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'PulpAnsibleClient'
18
+
19
+ instance = PulpAnsibleClient::AnsibleRoleRead.new(pulp_created: null,
20
+ pulp_href: null,
21
+ artifact: null,
22
+ version: null,
23
+ name: null,
24
+ namespace: null)
25
+ ```
26
+
27
+
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::CollectionImportDetail
1
+ # PulpAnsibleClient::CollectionImportDetailRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpAnsibleClient'
20
20
 
21
- instance = PulpAnsibleClient::CollectionImportDetail.new(id: null,
21
+ instance = PulpAnsibleClient::CollectionImportDetailRead.new(id: null,
22
22
  state: null,
23
23
  created_at: null,
24
24
  updated_at: null,
@@ -0,0 +1,31 @@
1
+ # PulpAnsibleClient::CollectionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **href** | **String** | | [optional] [readonly]
8
+ **created_at** | **DateTime** | |
9
+ **updated_at** | **DateTime** | |
10
+ **namespace** | **String** | | [optional] [readonly]
11
+ **name** | **String** | | [optional] [readonly]
12
+ **deprecated** | **Boolean** | |
13
+ **versions_url** | **String** | | [optional] [readonly]
14
+ **highest_version** | **String** | | [optional] [readonly]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'PulpAnsibleClient'
20
+
21
+ instance = PulpAnsibleClient::CollectionRead.new(href: null,
22
+ created_at: null,
23
+ updated_at: null,
24
+ namespace: null,
25
+ name: null,
26
+ deprecated: null,
27
+ versions_url: null,
28
+ highest_version: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,37 @@
1
+ # PulpAnsibleClient::CollectionVersionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **version** | **String** | | [optional] [readonly]
8
+ **certification** | **String** | | [optional]
9
+ **href** | **String** | | [optional] [readonly]
10
+ **created_at** | **DateTime** | |
11
+ **updated_at** | **DateTime** | |
12
+ **artifact** | **String** | | [optional] [readonly]
13
+ **collection** | [**CollectionRef**](CollectionRef.md) | | [optional]
14
+ **download_url** | **String** | | [optional] [readonly]
15
+ **name** | **String** | | [optional] [readonly]
16
+ **namespace** | [**CollectionNamespace**](CollectionNamespace.md) | | [optional]
17
+ **metadata** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'PulpAnsibleClient'
23
+
24
+ instance = PulpAnsibleClient::CollectionVersionRead.new(version: null,
25
+ certification: null,
26
+ href: null,
27
+ created_at: null,
28
+ updated_at: null,
29
+ artifact: null,
30
+ collection: null,
31
+ download_url: null,
32
+ name: null,
33
+ namespace: null,
34
+ metadata: null)
35
+ ```
36
+
37
+
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ContentCollectionVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > AnsibleCollectionVersion create(data)
15
+ > AnsibleCollectionVersionRead create(data)
16
16
 
17
17
  Create a collection version
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**AnsibleCollectionVersion**](AnsibleCollectionVersion.md)
54
+ [**AnsibleCollectionVersionRead**](AnsibleCollectionVersionRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
150
150
 
151
151
  ## read
152
152
 
153
- > AnsibleCollectionVersion read(collection_version_href, opts)
153
+ > AnsibleCollectionVersionRead read(collection_version_href, opts)
154
154
 
155
155
  Inspect a collection version
156
156
 
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
195
195
 
196
196
  ### Return type
197
197
 
198
- [**AnsibleCollectionVersion**](AnsibleCollectionVersion.md)
198
+ [**AnsibleCollectionVersionRead**](AnsibleCollectionVersionRead.md)
199
199
 
200
200
  ### Authorization
201
201
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ContentRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > AnsibleRole create(data)
15
+ > AnsibleRoleRead create(data)
16
16
 
17
17
  Create a role
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**AnsibleRole**](AnsibleRole.md)
54
+ [**AnsibleRoleRead**](AnsibleRoleRead.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140
140
 
141
141
  ## read
142
142
 
143
- > AnsibleRole read(role_href, opts)
143
+ > AnsibleRoleRead read(role_href, opts)
144
144
 
145
145
  Inspect a role
146
146
 
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185
185
 
186
186
  ### Return type
187
187
 
188
- [**AnsibleRole**](AnsibleRole.md)
188
+ [**AnsibleRoleRead**](AnsibleRoleRead.md)
189
189
 
190
190
  ### Authorization
191
191