pulp_ansible_client 0.2.0b14 → 0.2.0b15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -20
  3. data/docs/{AnsibleCollectionRead.md → AnsibleCollection.md} +2 -2
  4. data/docs/AnsibleCollectionRemote.md +5 -1
  5. data/docs/AnsibleCollectionVersion.md +3 -3
  6. data/docs/AnsibleRole.md +3 -3
  7. data/docs/{CollectionImportDetailRead.md → CollectionImportDetail.md} +2 -2
  8. data/docs/ContentCollectionVersionsApi.md +4 -4
  9. data/docs/ContentRolesApi.md +4 -4
  10. data/docs/DistributionsAnsibleApi.md +2 -2
  11. data/docs/{GalaxyCollectionVersionRead.md → GalaxyCollectionVersion.md} +2 -2
  12. data/docs/{GalaxyRoleRead.md → GalaxyRole.md} +2 -2
  13. data/docs/{GalaxyRoleVersionRead.md → GalaxyRoleVersion.md} +2 -2
  14. data/docs/InlineResponse200.md +1 -1
  15. data/docs/InlineResponse2001.md +1 -1
  16. data/docs/InlineResponse20010.md +1 -1
  17. data/docs/InlineResponse20011.md +1 -1
  18. data/docs/InlineResponse20012.md +1 -1
  19. data/docs/InlineResponse20013.md +1 -1
  20. data/docs/InlineResponse2002.md +1 -1
  21. data/docs/InlineResponse2003.md +1 -1
  22. data/docs/InlineResponse2004.md +1 -1
  23. data/docs/InlineResponse2005.md +1 -1
  24. data/docs/InlineResponse2006.md +1 -1
  25. data/docs/InlineResponse2007.md +1 -1
  26. data/docs/InlineResponse2008.md +1 -1
  27. data/docs/InlineResponse2009.md +1 -1
  28. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +4 -4
  29. data/docs/PulpAnsibleGalaxyApiV3CollectionsApi.md +2 -2
  30. data/docs/RemotesAnsibleApi.md +4 -4
  31. data/docs/RemotesCollectionApi.md +4 -4
  32. data/docs/RepositoriesAnsibleApi.md +4 -4
  33. data/docs/RepositoriesAnsibleVersionsApi.md +6 -4
  34. data/docs/{TagRead.md → Tag.md} +2 -2
  35. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +6 -6
  36. data/lib/pulp_ansible_client/api/content_roles_api.rb +6 -6
  37. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
  38. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +6 -6
  39. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +3 -3
  40. data/lib/pulp_ansible_client/api/remotes_ansible_api.rb +6 -6
  41. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +6 -6
  42. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +6 -6
  43. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +9 -6
  44. data/lib/pulp_ansible_client/models/{ansible_collection_read.rb → ansible_collection.rb} +3 -3
  45. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +75 -5
  46. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  47. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  48. data/lib/pulp_ansible_client/models/{collection_import_detail_read.rb → collection_import_detail.rb} +3 -3
  49. data/lib/pulp_ansible_client/models/{galaxy_collection_version_read.rb → galaxy_collection_version.rb} +3 -3
  50. data/lib/pulp_ansible_client/models/{galaxy_role_read.rb → galaxy_role.rb} +3 -3
  51. data/lib/pulp_ansible_client/models/{galaxy_role_version_read.rb → galaxy_role_version.rb} +3 -3
  52. data/lib/pulp_ansible_client/models/inline_response200.rb +1 -1
  53. data/lib/pulp_ansible_client/models/inline_response2001.rb +1 -1
  54. data/lib/pulp_ansible_client/models/inline_response20010.rb +1 -1
  55. data/lib/pulp_ansible_client/models/inline_response20011.rb +1 -1
  56. data/lib/pulp_ansible_client/models/inline_response20012.rb +1 -1
  57. data/lib/pulp_ansible_client/models/inline_response20013.rb +1 -1
  58. data/lib/pulp_ansible_client/models/inline_response2002.rb +1 -1
  59. data/lib/pulp_ansible_client/models/inline_response2003.rb +1 -1
  60. data/lib/pulp_ansible_client/models/inline_response2004.rb +1 -1
  61. data/lib/pulp_ansible_client/models/inline_response2005.rb +1 -1
  62. data/lib/pulp_ansible_client/models/inline_response2006.rb +1 -1
  63. data/lib/pulp_ansible_client/models/inline_response2007.rb +1 -1
  64. data/lib/pulp_ansible_client/models/inline_response2008.rb +1 -1
  65. data/lib/pulp_ansible_client/models/inline_response2009.rb +1 -1
  66. data/lib/pulp_ansible_client/models/{tag_read.rb → tag.rb} +3 -3
  67. data/lib/pulp_ansible_client/version.rb +1 -1
  68. data/lib/pulp_ansible_client.rb +6 -16
  69. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  70. data/spec/api/content_roles_api_spec.rb +2 -2
  71. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  72. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
  73. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  74. data/spec/api/remotes_ansible_api_spec.rb +2 -2
  75. data/spec/api/remotes_collection_api_spec.rb +2 -2
  76. data/spec/api/repositories_ansible_api_spec.rb +2 -2
  77. data/spec/api/repositories_ansible_versions_api_spec.rb +3 -2
  78. data/spec/models/ansible_collection_remote_spec.rb +12 -0
  79. data/spec/models/{ansible_collection_read_spec.rb → ansible_collection_spec.rb} +6 -6
  80. data/spec/models/ansible_collection_version_spec.rb +3 -3
  81. data/spec/models/ansible_role_spec.rb +3 -3
  82. data/spec/models/{collection_import_detail_read_spec.rb → collection_import_detail_spec.rb} +6 -6
  83. data/spec/models/{galaxy_collection_version_read_spec.rb → galaxy_collection_version_spec.rb} +6 -6
  84. data/spec/models/{galaxy_role_read_spec.rb → galaxy_role_spec.rb} +6 -6
  85. data/spec/models/{galaxy_role_version_read_spec.rb → galaxy_role_version_spec.rb} +6 -6
  86. data/spec/models/{tag_read_spec.rb → tag_spec.rb} +6 -6
  87. metadata +26 -66
  88. data/docs/AnsibleAnsibleDistributionRead.md +0 -31
  89. data/docs/AnsibleAnsibleRemoteRead.md +0 -43
  90. data/docs/AnsibleAnsibleRepositoryRead.md +0 -27
  91. data/docs/AnsibleCollectionRemoteRead.md +0 -45
  92. data/docs/AnsibleCollectionVersionRead.md +0 -67
  93. data/docs/AnsibleRoleRead.md +0 -27
  94. data/docs/CollectionRead.md +0 -31
  95. data/docs/CollectionVersionRead.md +0 -37
  96. data/docs/GalaxyCollectionRead.md +0 -23
  97. data/docs/RepositoryVersionRead.md +0 -25
  98. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_read.rb +0 -327
  99. data/lib/pulp_ansible_client/models/ansible_ansible_remote_read.rb +0 -531
  100. data/lib/pulp_ansible_client/models/ansible_ansible_repository_read.rb +0 -294
  101. data/lib/pulp_ansible_client/models/ansible_collection_remote_read.rb +0 -557
  102. data/lib/pulp_ansible_client/models/ansible_collection_version_read.rb +0 -816
  103. data/lib/pulp_ansible_client/models/ansible_role_read.rb +0 -330
  104. data/lib/pulp_ansible_client/models/collection_read.rb +0 -314
  105. data/lib/pulp_ansible_client/models/collection_version_read.rb +0 -370
  106. data/lib/pulp_ansible_client/models/galaxy_collection_read.rb +0 -281
  107. data/lib/pulp_ansible_client/models/repository_version_read.rb +0 -244
  108. data/spec/models/ansible_ansible_distribution_read_spec.rb +0 -83
  109. data/spec/models/ansible_ansible_remote_read_spec.rb +0 -123
  110. data/spec/models/ansible_ansible_repository_read_spec.rb +0 -71
  111. data/spec/models/ansible_collection_remote_read_spec.rb +0 -129
  112. data/spec/models/ansible_collection_version_read_spec.rb +0 -191
  113. data/spec/models/ansible_role_read_spec.rb +0 -71
  114. data/spec/models/collection_read_spec.rb +0 -83
  115. data/spec/models/collection_version_read_spec.rb +0 -105
  116. data/spec/models/galaxy_collection_read_spec.rb +0 -59
  117. data/spec/models/repository_version_read_spec.rb +0 -65
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 100829ea4dfe3afd6203bc59d13353db795c3f48bb6f4c08187ed4be62444416
4
- data.tar.gz: be87256636d0ea85297c6b558351d9103b12d1c63a1b2be3074b166cd67367a7
3
+ metadata.gz: e428cb618b90e441190c40db480ea800c9a501f7f874c9b6cce0b225df3605ef
4
+ data.tar.gz: ccb622c1da7204ed1f66459e218d204a4d6294208cbf70469ebe18ca6d882a4a
5
5
  SHA512:
6
- metadata.gz: eeb963bbae3f6dd6594fb453bffa3fe8a0d49b39ddd90d0843a5c0726d3231e1f563cd8fc783b354fddcca9f2a0fd946b70104f8f864b97b1de2caa151791548
7
- data.tar.gz: a48a08304ae29b5ca7ee326482e2d16f72c7f42c770f39783c1eaa677b3b52ac1dbc6de26815a0983cbd8a71ec6d4d111b3ab7bc24c519b12e30ffb72f5a1177
6
+ metadata.gz: a4cf0741cc318325278ef09ccd0d023c3a74dc6433633c97f4af35c1aea0bef99d96346f24f1cb8c4eee15f4fe64582b6b75c5ac29ce0e100ea103fe98c3a268
7
+ data.tar.gz: d8af0f4c2d24700e752b51c301a656b2a9fafd11dfcc0120aca942bad0333712dad83c2df5b65864fac3426ef7ee189f38523c03872bfa60718e1a2e20a6d004
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.0b14
10
+ - Package version: 0.2.0b15
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.0b14.gem
26
+ gem install ./pulp_ansible_client-0.2.0b15.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_ansible_client-0.2.0b14.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_ansible_client-0.2.0b15.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.0b14'
35
+ gem 'pulp_ansible_client', '~> 0.2.0b15'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -144,34 +144,25 @@ 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)
148
147
  - [PulpAnsibleClient::AnsibleAnsibleRemote](docs/AnsibleAnsibleRemote.md)
149
- - [PulpAnsibleClient::AnsibleAnsibleRemoteRead](docs/AnsibleAnsibleRemoteRead.md)
150
148
  - [PulpAnsibleClient::AnsibleAnsibleRepository](docs/AnsibleAnsibleRepository.md)
151
- - [PulpAnsibleClient::AnsibleAnsibleRepositoryRead](docs/AnsibleAnsibleRepositoryRead.md)
152
- - [PulpAnsibleClient::AnsibleCollectionRead](docs/AnsibleCollectionRead.md)
149
+ - [PulpAnsibleClient::AnsibleCollection](docs/AnsibleCollection.md)
153
150
  - [PulpAnsibleClient::AnsibleCollectionRemote](docs/AnsibleCollectionRemote.md)
154
- - [PulpAnsibleClient::AnsibleCollectionRemoteRead](docs/AnsibleCollectionRemoteRead.md)
155
151
  - [PulpAnsibleClient::AnsibleCollectionVersion](docs/AnsibleCollectionVersion.md)
156
- - [PulpAnsibleClient::AnsibleCollectionVersionRead](docs/AnsibleCollectionVersionRead.md)
157
152
  - [PulpAnsibleClient::AnsibleRole](docs/AnsibleRole.md)
158
- - [PulpAnsibleClient::AnsibleRoleRead](docs/AnsibleRoleRead.md)
159
153
  - [PulpAnsibleClient::AnsibleTag](docs/AnsibleTag.md)
160
154
  - [PulpAnsibleClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
161
155
  - [PulpAnsibleClient::Collection](docs/Collection.md)
162
- - [PulpAnsibleClient::CollectionImportDetailRead](docs/CollectionImportDetailRead.md)
156
+ - [PulpAnsibleClient::CollectionImportDetail](docs/CollectionImportDetail.md)
163
157
  - [PulpAnsibleClient::CollectionMetadata](docs/CollectionMetadata.md)
164
158
  - [PulpAnsibleClient::CollectionNamespace](docs/CollectionNamespace.md)
165
- - [PulpAnsibleClient::CollectionRead](docs/CollectionRead.md)
166
159
  - [PulpAnsibleClient::CollectionRef](docs/CollectionRef.md)
167
160
  - [PulpAnsibleClient::CollectionVersion](docs/CollectionVersion.md)
168
- - [PulpAnsibleClient::CollectionVersionRead](docs/CollectionVersionRead.md)
169
161
  - [PulpAnsibleClient::ContentSummary](docs/ContentSummary.md)
170
162
  - [PulpAnsibleClient::GalaxyCollection](docs/GalaxyCollection.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)
163
+ - [PulpAnsibleClient::GalaxyCollectionVersion](docs/GalaxyCollectionVersion.md)
164
+ - [PulpAnsibleClient::GalaxyRole](docs/GalaxyRole.md)
165
+ - [PulpAnsibleClient::GalaxyRoleVersion](docs/GalaxyRoleVersion.md)
175
166
  - [PulpAnsibleClient::InlineResponse200](docs/InlineResponse200.md)
176
167
  - [PulpAnsibleClient::InlineResponse2001](docs/InlineResponse2001.md)
177
168
  - [PulpAnsibleClient::InlineResponse20010](docs/InlineResponse20010.md)
@@ -189,8 +180,7 @@ Class | Method | HTTP request | Description
189
180
  - [PulpAnsibleClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
190
181
  - [PulpAnsibleClient::RepositorySyncURL](docs/RepositorySyncURL.md)
191
182
  - [PulpAnsibleClient::RepositoryVersion](docs/RepositoryVersion.md)
192
- - [PulpAnsibleClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
193
- - [PulpAnsibleClient::TagRead](docs/TagRead.md)
183
+ - [PulpAnsibleClient::Tag](docs/Tag.md)
194
184
 
195
185
 
196
186
  ## Documentation for Authorization
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::AnsibleCollectionRead
1
+ # PulpAnsibleClient::AnsibleCollection
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::AnsibleCollectionRead.new(name: null,
15
+ instance = PulpAnsibleClient::AnsibleCollection.new(name: null,
16
16
  namespace: null)
17
17
  ```
18
18
 
@@ -19,6 +19,8 @@ Name | Type | Description | Notes
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
20
  **policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
21
21
  **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
22
+ **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
23
+ **token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
22
24
 
23
25
  ## Code Sample
24
26
 
@@ -39,7 +41,9 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(pulp_href: null,
39
41
  pulp_last_updated: null,
40
42
  download_concurrency: null,
41
43
  policy: null,
42
- requirements_file: null)
44
+ requirements_file: null,
45
+ auth_url: null,
46
+ token: null)
43
47
  ```
44
48
 
45
49
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
7
8
  **pulp_href** | **String** | | [optional] [readonly]
8
9
  **artifact** | **String** | Artifact file representing the physical content |
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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(pulp_href: null,
39
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(pulp_created: null,
40
+ pulp_href: null,
40
41
  artifact: null,
41
- pulp_created: null,
42
42
  md5: null,
43
43
  sha1: null,
44
44
  sha224: null,
data/docs/AnsibleRole.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
7
8
  **pulp_href** | **String** | | [optional] [readonly]
8
9
  **artifact** | **String** | Artifact file representing the physical content |
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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(pulp_href: null,
19
+ instance = PulpAnsibleClient::AnsibleRole.new(pulp_created: null,
20
+ pulp_href: null,
20
21
  artifact: null,
21
- pulp_created: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::CollectionImportDetailRead
1
+ # PulpAnsibleClient::CollectionImportDetail
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::CollectionImportDetailRead.new(id: null,
21
+ instance = PulpAnsibleClient::CollectionImportDetail.new(id: null,
22
22
  state: null,
23
23
  created_at: null,
24
24
  updated_at: null,
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > AnsibleCollectionVersionRead create(data)
15
+ > AnsibleCollectionVersion 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
- [**AnsibleCollectionVersionRead**](AnsibleCollectionVersionRead.md)
54
+ [**AnsibleCollectionVersion**](AnsibleCollectionVersion.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
150
150
 
151
151
  ## read
152
152
 
153
- > AnsibleCollectionVersionRead read(collection_version_href, opts)
153
+ > AnsibleCollectionVersion 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
- [**AnsibleCollectionVersionRead**](AnsibleCollectionVersionRead.md)
198
+ [**AnsibleCollectionVersion**](AnsibleCollectionVersion.md)
199
199
 
200
200
  ### Authorization
201
201
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > AnsibleRoleRead create(data)
15
+ > AnsibleRole 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
- [**AnsibleRoleRead**](AnsibleRoleRead.md)
54
+ [**AnsibleRole**](AnsibleRole.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140
140
 
141
141
  ## read
142
142
 
143
- > AnsibleRoleRead read(role_href, opts)
143
+ > AnsibleRole 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
- [**AnsibleRoleRead**](AnsibleRoleRead.md)
188
+ [**AnsibleRole**](AnsibleRole.md)
189
189
 
190
190
  ### Authorization
191
191
 
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
251
251
 
252
252
  ## read
253
253
 
254
- > AnsibleAnsibleDistributionRead read(ansible_distribution_href, opts)
254
+ > AnsibleAnsibleDistribution read(ansible_distribution_href, opts)
255
255
 
256
256
  Inspect an ansible distribution
257
257
 
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
296
296
 
297
297
  ### Return type
298
298
 
299
- [**AnsibleAnsibleDistributionRead**](AnsibleAnsibleDistributionRead.md)
299
+ [**AnsibleAnsibleDistribution**](AnsibleAnsibleDistribution.md)
300
300
 
301
301
  ### Authorization
302
302
 
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::GalaxyCollectionVersionRead
1
+ # PulpAnsibleClient::GalaxyCollectionVersion
2
2
 
3
3
  ## Properties
4
4
 
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::GalaxyCollectionVersionRead.new(version: null,
19
+ instance = PulpAnsibleClient::GalaxyCollectionVersion.new(version: null,
20
20
  href: null,
21
21
  namespace: null,
22
22
  collection: null,
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::GalaxyRoleRead
1
+ # PulpAnsibleClient::GalaxyRole
2
2
 
3
3
  ## Properties
4
4
 
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
  ```ruby
14
14
  require 'PulpAnsibleClient'
15
15
 
16
- instance = PulpAnsibleClient::GalaxyRoleRead.new(id: null,
16
+ instance = PulpAnsibleClient::GalaxyRole.new(id: null,
17
17
  name: null,
18
18
  namespace: null)
19
19
  ```
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::GalaxyRoleVersionRead
1
+ # PulpAnsibleClient::GalaxyRoleVersion
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::GalaxyRoleVersionRead.new(name: null,
15
+ instance = PulpAnsibleClient::GalaxyRoleVersion.new(name: null,
16
16
  source: null)
17
17
  ```
18
18
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleCollectionRead>**](AnsibleCollectionRead.md) | |
10
+ **results** | [**Array<AnsibleCollection>**](AnsibleCollection.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleCollectionVersionRead>**](AnsibleCollectionVersionRead.md) | |
10
+ **results** | [**Array<AnsibleCollectionVersion>**](AnsibleCollectionVersion.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyRoleVersionRead>**](GalaxyRoleVersionRead.md) | |
10
+ **results** | [**Array<GalaxyRoleVersion>**](GalaxyRoleVersion.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyCollectionRead>**](GalaxyCollectionRead.md) | |
10
+ **results** | [**Array<GalaxyCollection>**](GalaxyCollection.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyCollectionVersionRead>**](GalaxyCollectionVersionRead.md) | |
10
+ **results** | [**Array<GalaxyCollectionVersion>**](GalaxyCollectionVersion.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<CollectionRead>**](CollectionRead.md) | |
10
+ **results** | [**Array<Collection>**](Collection.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleRoleRead>**](AnsibleRoleRead.md) | |
10
+ **results** | [**Array<AnsibleRole>**](AnsibleRole.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleAnsibleDistributionRead>**](AnsibleAnsibleDistributionRead.md) | |
10
+ **results** | [**Array<AnsibleAnsibleDistribution>**](AnsibleAnsibleDistribution.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<TagRead>**](TagRead.md) | |
10
+ **results** | [**Array<Tag>**](Tag.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleAnsibleRemoteRead>**](AnsibleAnsibleRemoteRead.md) | |
10
+ **results** | [**Array<AnsibleAnsibleRemote>**](AnsibleAnsibleRemote.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleCollectionRemoteRead>**](AnsibleCollectionRemoteRead.md) | |
10
+ **results** | [**Array<AnsibleCollectionRemote>**](AnsibleCollectionRemote.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleAnsibleRepositoryRead>**](AnsibleAnsibleRepositoryRead.md) | |
10
+ **results** | [**Array<AnsibleAnsibleRepository>**](AnsibleAnsibleRepository.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionRead>**](RepositoryVersionRead.md) | |
10
+ **results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyRoleRead>**](GalaxyRoleRead.md) | |
10
+ **results** | [**Array<GalaxyRole>**](GalaxyRole.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -13,7 +13,7 @@ Method | HTTP request | Description
13
13
 
14
14
  ## create
15
15
 
16
- > GalaxyCollectionRead create(path, data)
16
+ > GalaxyCollection create(path, data)
17
17
 
18
18
 
19
19
 
@@ -53,7 +53,7 @@ Name | Type | Description | Notes
53
53
 
54
54
  ### Return type
55
55
 
56
- [**GalaxyCollectionRead**](GalaxyCollectionRead.md)
56
+ [**GalaxyCollection**](GalaxyCollection.md)
57
57
 
58
58
  ### Authorization
59
59
 
@@ -189,7 +189,7 @@ Name | Type | Description | Notes
189
189
 
190
190
  ## read
191
191
 
192
- > GalaxyCollectionRead read(collection_href, opts)
192
+ > GalaxyCollection read(collection_href, opts)
193
193
 
194
194
 
195
195
 
@@ -233,7 +233,7 @@ Name | Type | Description | Notes
233
233
 
234
234
  ### Return type
235
235
 
236
- [**GalaxyCollectionRead**](GalaxyCollectionRead.md)
236
+ [**GalaxyCollection**](GalaxyCollection.md)
237
237
 
238
238
  ### Authorization
239
239
 
@@ -76,7 +76,7 @@ Name | Type | Description | Notes
76
76
 
77
77
  ## read
78
78
 
79
- > CollectionImportDetailRead read(collection_import_href, opts)
79
+ > CollectionImportDetail read(collection_import_href, opts)
80
80
 
81
81
  Inspect a collection import
82
82
 
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
123
123
 
124
124
  ### Return type
125
125
 
126
- [**CollectionImportDetailRead**](CollectionImportDetailRead.md)
126
+ [**CollectionImportDetail**](CollectionImportDetail.md)
127
127
 
128
128
  ### Authorization
129
129
 
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > AnsibleAnsibleRemoteRead create(data)
18
+ > AnsibleAnsibleRemote create(data)
19
19
 
20
20
  Create an ansible remote
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**AnsibleAnsibleRemoteRead**](AnsibleAnsibleRemoteRead.md)
57
+ [**AnsibleAnsibleRemote**](AnsibleAnsibleRemote.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
255
255
 
256
256
  ## read
257
257
 
258
- > AnsibleAnsibleRemoteRead read(ansible_remote_href, opts)
258
+ > AnsibleAnsibleRemote read(ansible_remote_href, opts)
259
259
 
260
260
  Inspect an ansible remote
261
261
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ### Return type
302
302
 
303
- [**AnsibleAnsibleRemoteRead**](AnsibleAnsibleRemoteRead.md)
303
+ [**AnsibleAnsibleRemote**](AnsibleAnsibleRemote.md)
304
304
 
305
305
  ### Authorization
306
306
 
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > AnsibleCollectionRemoteRead create(data)
18
+ > AnsibleCollectionRemote create(data)
19
19
 
20
20
  Create a collection remote
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**AnsibleCollectionRemoteRead**](AnsibleCollectionRemoteRead.md)
57
+ [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
255
255
 
256
256
  ## read
257
257
 
258
- > AnsibleCollectionRemoteRead read(collection_remote_href, opts)
258
+ > AnsibleCollectionRemote read(collection_remote_href, opts)
259
259
 
260
260
  Inspect a collection remote
261
261
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ### Return type
302
302
 
303
- [**AnsibleCollectionRemoteRead**](AnsibleCollectionRemoteRead.md)
303
+ [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
304
304
 
305
305
  ### Authorization
306
306
 
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  ## create
19
19
 
20
- > AnsibleAnsibleRepositoryRead create(data)
20
+ > AnsibleAnsibleRepository create(data)
21
21
 
22
22
  Create an ansible repository
23
23
 
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
56
56
 
57
57
  ### Return type
58
58
 
59
- [**AnsibleAnsibleRepositoryRead**](AnsibleAnsibleRepositoryRead.md)
59
+ [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
60
60
 
61
61
  ### Authorization
62
62
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ## read
302
302
 
303
- > AnsibleAnsibleRepositoryRead read(ansible_repository_href, opts)
303
+ > AnsibleAnsibleRepository read(ansible_repository_href, opts)
304
304
 
305
305
  Inspect an ansible repository
306
306
 
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  ### Return type
347
347
 
348
- [**AnsibleAnsibleRepositoryRead**](AnsibleAnsibleRepositoryRead.md)
348
+ [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
349
349
 
350
350
  ### Authorization
351
351