pulp_ansible_client 0.22.1 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
  5. data/docs/AnsibleCollectionRemoteResponse.md +2 -0
  6. data/docs/AnsibleCollectionVersion.md +7 -5
  7. data/docs/AnsibleCollectionVersionResponse.md +11 -9
  8. data/docs/AnsibleCollectionVersionSignature.md +2 -0
  9. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  10. data/docs/AnsibleCollectionsApi.md +4 -2
  11. data/docs/AnsibleGitRemote.md +22 -22
  12. data/docs/AnsibleGitRemoteResponse.md +28 -26
  13. data/docs/AnsibleRoleRemoteResponse.md +2 -0
  14. data/docs/AnsibleRoleResponse.md +6 -4
  15. data/docs/CollectionImportDetailResponse.md +2 -2
  16. data/docs/CollectionSummaryResponse.md +2 -2
  17. data/docs/CollectionVersionDocsResponse.md +1 -1
  18. data/docs/CollectionVersionResponse.md +2 -2
  19. data/docs/CollectionVersionSearchList.md +0 -2
  20. data/docs/ContentCollectionDeprecationsApi.md +10 -8
  21. data/docs/ContentCollectionMarksApi.md +10 -8
  22. data/docs/ContentCollectionSignaturesApi.md +13 -9
  23. data/docs/ContentCollectionVersionsApi.md +14 -10
  24. data/docs/ContentNamespacesApi.md +10 -8
  25. data/docs/ContentRolesApi.md +10 -8
  26. data/docs/Copy.md +1 -1
  27. data/docs/DistributionsAnsibleApi.md +4 -2
  28. data/docs/PatchedansibleGitRemote.md +22 -22
  29. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
  30. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -6
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
  33. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  37. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
  38. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -6
  40. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
  41. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  45. data/docs/RemotesCollectionApi.md +4 -2
  46. data/docs/RemotesGitApi.md +4 -2
  47. data/docs/RemotesRoleApi.md +4 -2
  48. data/docs/RepositoriesAnsibleApi.md +8 -6
  49. data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
  50. data/docs/RepositoryResponse.md +2 -0
  51. data/docs/RepositoryVersionResponse.md +2 -0
  52. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
  53. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
  54. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
  55. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
  56. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +22 -12
  57. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
  58. data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
  59. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
  60. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
  62. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -6
  63. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
  64. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  65. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  67. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  68. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -6
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
  72. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  73. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  74. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  75. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  76. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
  77. data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
  78. data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
  79. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
  80. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
  81. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
  82. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
  83. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
  84. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +40 -15
  85. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +29 -19
  86. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
  87. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
  88. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +209 -209
  89. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -148
  90. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
  91. data/lib/pulp_ansible_client/models/ansible_role_response.rb +24 -14
  92. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  93. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  94. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  95. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  96. data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
  97. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  98. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +208 -208
  99. data/lib/pulp_ansible_client/models/repository.rb +1 -1
  100. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
  101. data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
  102. data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
  103. data/lib/pulp_ansible_client/version.rb +1 -1
  104. data/spec/api/ansible_collections_api_spec.rb +2 -1
  105. data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
  106. data/spec/api/content_collection_marks_api_spec.rb +5 -4
  107. data/spec/api/content_collection_signatures_api_spec.rb +6 -4
  108. data/spec/api/content_collection_versions_api_spec.rb +7 -5
  109. data/spec/api/content_namespaces_api_spec.rb +5 -4
  110. data/spec/api/content_roles_api_spec.rb +5 -4
  111. data/spec/api/distributions_ansible_api_spec.rb +2 -1
  112. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
  113. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
  114. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -3
  115. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
  116. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  117. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  118. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  119. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  120. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
  121. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
  122. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -3
  123. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
  124. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  125. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  126. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  127. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  128. data/spec/api/remotes_collection_api_spec.rb +2 -1
  129. data/spec/api/remotes_git_api_spec.rb +2 -1
  130. data/spec/api/remotes_role_api_spec.rb +2 -1
  131. data/spec/api/repositories_ansible_api_spec.rb +4 -3
  132. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
  133. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  134. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  135. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  136. data/spec/models/ansible_collection_version_response_spec.rb +8 -2
  137. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  138. data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
  139. data/spec/models/ansible_collection_version_spec.rb +8 -2
  140. data/spec/models/ansible_git_remote_response_spec.rb +25 -19
  141. data/spec/models/ansible_git_remote_spec.rb +19 -19
  142. data/spec/models/ansible_role_remote_response_spec.rb +6 -0
  143. data/spec/models/ansible_role_response_spec.rb +8 -2
  144. data/spec/models/collection_version_search_list_spec.rb +0 -6
  145. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  146. data/spec/models/repository_response_spec.rb +6 -0
  147. data/spec/models/repository_version_response_spec.rb +6 -0
  148. metadata +127 -127
@@ -15,8 +15,17 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for Git Collection Remotes.
17
17
  class AnsibleGitRemoteResponse
18
- # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
19
- attr_accessor :max_retries
18
+ # Timestamp of creation.
19
+ attr_accessor :pulp_created
20
+
21
+ # The proxy URL. Format: scheme://host:port
22
+ attr_accessor :proxy_url
23
+
24
+ # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
25
+ attr_accessor :total_timeout
26
+
27
+ # The Pulp Resource Name (PRN).
28
+ attr_accessor :prn
20
29
 
21
30
  # aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
22
31
  attr_accessor :connect_timeout
@@ -24,51 +33,45 @@ module PulpAnsibleClient
24
33
  # 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.
25
34
  attr_accessor :sock_connect_timeout
26
35
 
27
- attr_accessor :pulp_href
36
+ # Timestamp of the most recent update of the remote.
37
+ attr_accessor :pulp_last_updated
28
38
 
29
- # If True, TLS peer validation must be performed.
30
- attr_accessor :tls_validation
39
+ # The URL of an external content source.
40
+ attr_accessor :url
31
41
 
32
- # The proxy URL. Format: scheme://host:port
33
- attr_accessor :proxy_url
42
+ # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
43
+ attr_accessor :max_retries
34
44
 
35
- # 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.
36
- attr_accessor :sock_read_timeout
45
+ # Total number of simultaneous connections. If not set then the default value will be used.
46
+ attr_accessor :download_concurrency
47
+
48
+ # Headers for aiohttp.Clientsession
49
+ attr_accessor :headers
37
50
 
38
51
  # A unique name for this remote.
39
52
  attr_accessor :name
40
53
 
41
- # The URL of an external content source.
42
- attr_accessor :url
43
-
44
54
  # Limits requests per second for each concurrent downloader
45
55
  attr_accessor :rate_limit
46
56
 
47
- # A PEM encoded client certificate used for authentication.
48
- attr_accessor :client_cert
57
+ attr_accessor :pulp_labels
49
58
 
50
59
  # A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
51
60
  attr_accessor :ca_cert
52
61
 
53
- # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
54
- attr_accessor :total_timeout
55
-
56
- # Timestamp of creation.
57
- attr_accessor :pulp_created
58
-
59
- # Total number of simultaneous connections. If not set then the default value will be used.
60
- attr_accessor :download_concurrency
62
+ # List of hidden (write only) fields
63
+ attr_accessor :hidden_fields
61
64
 
62
- attr_accessor :pulp_labels
65
+ # A PEM encoded client certificate used for authentication.
66
+ attr_accessor :client_cert
63
67
 
64
- # Headers for aiohttp.Clientsession
65
- attr_accessor :headers
68
+ # If True, TLS peer validation must be performed.
69
+ attr_accessor :tls_validation
66
70
 
67
- # List of hidden (write only) fields
68
- attr_accessor :hidden_fields
71
+ # 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.
72
+ attr_accessor :sock_read_timeout
69
73
 
70
- # Timestamp of the most recent update of the remote.
71
- attr_accessor :pulp_last_updated
74
+ attr_accessor :pulp_href
72
75
 
73
76
  # If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.
74
77
  attr_accessor :metadata_only
@@ -79,25 +82,26 @@ module PulpAnsibleClient
79
82
  # Attribute mapping from ruby-style variable name to JSON key.
80
83
  def self.attribute_map
81
84
  {
82
- :'max_retries' => :'max_retries',
85
+ :'pulp_created' => :'pulp_created',
86
+ :'proxy_url' => :'proxy_url',
87
+ :'total_timeout' => :'total_timeout',
88
+ :'prn' => :'prn',
83
89
  :'connect_timeout' => :'connect_timeout',
84
90
  :'sock_connect_timeout' => :'sock_connect_timeout',
85
- :'pulp_href' => :'pulp_href',
86
- :'tls_validation' => :'tls_validation',
87
- :'proxy_url' => :'proxy_url',
88
- :'sock_read_timeout' => :'sock_read_timeout',
89
- :'name' => :'name',
91
+ :'pulp_last_updated' => :'pulp_last_updated',
90
92
  :'url' => :'url',
91
- :'rate_limit' => :'rate_limit',
92
- :'client_cert' => :'client_cert',
93
- :'ca_cert' => :'ca_cert',
94
- :'total_timeout' => :'total_timeout',
95
- :'pulp_created' => :'pulp_created',
93
+ :'max_retries' => :'max_retries',
96
94
  :'download_concurrency' => :'download_concurrency',
97
- :'pulp_labels' => :'pulp_labels',
98
95
  :'headers' => :'headers',
96
+ :'name' => :'name',
97
+ :'rate_limit' => :'rate_limit',
98
+ :'pulp_labels' => :'pulp_labels',
99
+ :'ca_cert' => :'ca_cert',
99
100
  :'hidden_fields' => :'hidden_fields',
100
- :'pulp_last_updated' => :'pulp_last_updated',
101
+ :'client_cert' => :'client_cert',
102
+ :'tls_validation' => :'tls_validation',
103
+ :'sock_read_timeout' => :'sock_read_timeout',
104
+ :'pulp_href' => :'pulp_href',
101
105
  :'metadata_only' => :'metadata_only',
102
106
  :'git_ref' => :'git_ref'
103
107
  }
@@ -106,25 +110,26 @@ module PulpAnsibleClient
106
110
  # Attribute type mapping.
107
111
  def self.openapi_types
108
112
  {
109
- :'max_retries' => :'Integer',
113
+ :'pulp_created' => :'DateTime',
114
+ :'proxy_url' => :'String',
115
+ :'total_timeout' => :'Float',
116
+ :'prn' => :'String',
110
117
  :'connect_timeout' => :'Float',
111
118
  :'sock_connect_timeout' => :'Float',
112
- :'pulp_href' => :'String',
113
- :'tls_validation' => :'Boolean',
114
- :'proxy_url' => :'String',
115
- :'sock_read_timeout' => :'Float',
116
- :'name' => :'String',
119
+ :'pulp_last_updated' => :'DateTime',
117
120
  :'url' => :'String',
118
- :'rate_limit' => :'Integer',
119
- :'client_cert' => :'String',
120
- :'ca_cert' => :'String',
121
- :'total_timeout' => :'Float',
122
- :'pulp_created' => :'DateTime',
121
+ :'max_retries' => :'Integer',
123
122
  :'download_concurrency' => :'Integer',
124
- :'pulp_labels' => :'Hash<String, String>',
125
123
  :'headers' => :'Array<Object>',
124
+ :'name' => :'String',
125
+ :'rate_limit' => :'Integer',
126
+ :'pulp_labels' => :'Hash<String, String>',
127
+ :'ca_cert' => :'String',
126
128
  :'hidden_fields' => :'Array<AnsibleCollectionRemoteResponseHiddenFields>',
127
- :'pulp_last_updated' => :'DateTime',
129
+ :'client_cert' => :'String',
130
+ :'tls_validation' => :'Boolean',
131
+ :'sock_read_timeout' => :'Float',
132
+ :'pulp_href' => :'String',
128
133
  :'metadata_only' => :'Boolean',
129
134
  :'git_ref' => :'String'
130
135
  }
@@ -133,16 +138,16 @@ module PulpAnsibleClient
133
138
  # List of attributes with nullable: true
134
139
  def self.openapi_nullable
135
140
  Set.new([
136
- :'max_retries',
141
+ :'proxy_url',
142
+ :'total_timeout',
137
143
  :'connect_timeout',
138
144
  :'sock_connect_timeout',
139
- :'proxy_url',
140
- :'sock_read_timeout',
145
+ :'max_retries',
146
+ :'download_concurrency',
141
147
  :'rate_limit',
142
- :'client_cert',
143
148
  :'ca_cert',
144
- :'total_timeout',
145
- :'download_concurrency',
149
+ :'client_cert',
150
+ :'sock_read_timeout',
146
151
  ])
147
152
  end
148
153
 
@@ -161,64 +166,58 @@ module PulpAnsibleClient
161
166
  h[k.to_sym] = v
162
167
  }
163
168
 
164
- if attributes.key?(:'max_retries')
165
- self.max_retries = attributes[:'max_retries']
166
- end
167
-
168
- if attributes.key?(:'connect_timeout')
169
- self.connect_timeout = attributes[:'connect_timeout']
169
+ if attributes.key?(:'pulp_created')
170
+ self.pulp_created = attributes[:'pulp_created']
170
171
  end
171
172
 
172
- if attributes.key?(:'sock_connect_timeout')
173
- self.sock_connect_timeout = attributes[:'sock_connect_timeout']
173
+ if attributes.key?(:'proxy_url')
174
+ self.proxy_url = attributes[:'proxy_url']
174
175
  end
175
176
 
176
- if attributes.key?(:'pulp_href')
177
- self.pulp_href = attributes[:'pulp_href']
177
+ if attributes.key?(:'total_timeout')
178
+ self.total_timeout = attributes[:'total_timeout']
178
179
  end
179
180
 
180
- if attributes.key?(:'tls_validation')
181
- self.tls_validation = attributes[:'tls_validation']
181
+ if attributes.key?(:'prn')
182
+ self.prn = attributes[:'prn']
182
183
  end
183
184
 
184
- if attributes.key?(:'proxy_url')
185
- self.proxy_url = attributes[:'proxy_url']
185
+ if attributes.key?(:'connect_timeout')
186
+ self.connect_timeout = attributes[:'connect_timeout']
186
187
  end
187
188
 
188
- if attributes.key?(:'sock_read_timeout')
189
- self.sock_read_timeout = attributes[:'sock_read_timeout']
189
+ if attributes.key?(:'sock_connect_timeout')
190
+ self.sock_connect_timeout = attributes[:'sock_connect_timeout']
190
191
  end
191
192
 
192
- if attributes.key?(:'name')
193
- self.name = attributes[:'name']
193
+ if attributes.key?(:'pulp_last_updated')
194
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
194
195
  end
195
196
 
196
197
  if attributes.key?(:'url')
197
198
  self.url = attributes[:'url']
198
199
  end
199
200
 
200
- if attributes.key?(:'rate_limit')
201
- self.rate_limit = attributes[:'rate_limit']
202
- end
203
-
204
- if attributes.key?(:'client_cert')
205
- self.client_cert = attributes[:'client_cert']
201
+ if attributes.key?(:'max_retries')
202
+ self.max_retries = attributes[:'max_retries']
206
203
  end
207
204
 
208
- if attributes.key?(:'ca_cert')
209
- self.ca_cert = attributes[:'ca_cert']
205
+ if attributes.key?(:'download_concurrency')
206
+ self.download_concurrency = attributes[:'download_concurrency']
210
207
  end
211
208
 
212
- if attributes.key?(:'total_timeout')
213
- self.total_timeout = attributes[:'total_timeout']
209
+ if attributes.key?(:'headers')
210
+ if (value = attributes[:'headers']).is_a?(Array)
211
+ self.headers = value
212
+ end
214
213
  end
215
214
 
216
- if attributes.key?(:'pulp_created')
217
- self.pulp_created = attributes[:'pulp_created']
215
+ if attributes.key?(:'name')
216
+ self.name = attributes[:'name']
218
217
  end
219
218
 
220
- if attributes.key?(:'download_concurrency')
221
- self.download_concurrency = attributes[:'download_concurrency']
219
+ if attributes.key?(:'rate_limit')
220
+ self.rate_limit = attributes[:'rate_limit']
222
221
  end
223
222
 
224
223
  if attributes.key?(:'pulp_labels')
@@ -227,10 +226,8 @@ module PulpAnsibleClient
227
226
  end
228
227
  end
229
228
 
230
- if attributes.key?(:'headers')
231
- if (value = attributes[:'headers']).is_a?(Array)
232
- self.headers = value
233
- end
229
+ if attributes.key?(:'ca_cert')
230
+ self.ca_cert = attributes[:'ca_cert']
234
231
  end
235
232
 
236
233
  if attributes.key?(:'hidden_fields')
@@ -239,8 +236,20 @@ module PulpAnsibleClient
239
236
  end
240
237
  end
241
238
 
242
- if attributes.key?(:'pulp_last_updated')
243
- self.pulp_last_updated = attributes[:'pulp_last_updated']
239
+ if attributes.key?(:'client_cert')
240
+ self.client_cert = attributes[:'client_cert']
241
+ end
242
+
243
+ if attributes.key?(:'tls_validation')
244
+ self.tls_validation = attributes[:'tls_validation']
245
+ end
246
+
247
+ if attributes.key?(:'sock_read_timeout')
248
+ self.sock_read_timeout = attributes[:'sock_read_timeout']
249
+ end
250
+
251
+ if attributes.key?(:'pulp_href')
252
+ self.pulp_href = attributes[:'pulp_href']
244
253
  end
245
254
 
246
255
  if attributes.key?(:'metadata_only')
@@ -256,6 +265,10 @@ module PulpAnsibleClient
256
265
  # @return Array for valid properties with the reasons
257
266
  def list_invalid_properties
258
267
  invalid_properties = Array.new
268
+ if !@total_timeout.nil? && @total_timeout < 0
269
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
270
+ end
271
+
259
272
  if !@connect_timeout.nil? && @connect_timeout < 0
260
273
  invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
261
274
  end
@@ -264,42 +277,48 @@ module PulpAnsibleClient
264
277
  invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
265
278
  end
266
279
 
267
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
268
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
269
- end
270
-
271
- if @name.nil?
272
- invalid_properties.push('invalid value for "name", name cannot be nil.')
273
- end
274
-
275
280
  if @url.nil?
276
281
  invalid_properties.push('invalid value for "url", url cannot be nil.')
277
282
  end
278
283
 
279
- if !@total_timeout.nil? && @total_timeout < 0
280
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
281
- end
282
-
283
284
  if !@download_concurrency.nil? && @download_concurrency < 1
284
285
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
285
286
  end
286
287
 
288
+ if @name.nil?
289
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
290
+ end
291
+
292
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0
293
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
294
+ end
295
+
287
296
  invalid_properties
288
297
  end
289
298
 
290
299
  # Check to see if the all the properties in the model are valid
291
300
  # @return true if the model is valid
292
301
  def valid?
302
+ return false if !@total_timeout.nil? && @total_timeout < 0
293
303
  return false if !@connect_timeout.nil? && @connect_timeout < 0
294
304
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
295
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
296
- return false if @name.nil?
297
305
  return false if @url.nil?
298
- return false if !@total_timeout.nil? && @total_timeout < 0
299
306
  return false if !@download_concurrency.nil? && @download_concurrency < 1
307
+ return false if @name.nil?
308
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
300
309
  true
301
310
  end
302
311
 
312
+ # Custom attribute writer method with validation
313
+ # @param [Object] total_timeout Value to be assigned
314
+ def total_timeout=(total_timeout)
315
+ if !total_timeout.nil? && total_timeout < 0
316
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
317
+ end
318
+
319
+ @total_timeout = total_timeout
320
+ end
321
+
303
322
  # Custom attribute writer method with validation
304
323
  # @param [Object] connect_timeout Value to be assigned
305
324
  def connect_timeout=(connect_timeout)
@@ -320,26 +339,6 @@ module PulpAnsibleClient
320
339
  @sock_connect_timeout = sock_connect_timeout
321
340
  end
322
341
 
323
- # Custom attribute writer method with validation
324
- # @param [Object] sock_read_timeout Value to be assigned
325
- def sock_read_timeout=(sock_read_timeout)
326
- if !sock_read_timeout.nil? && sock_read_timeout < 0
327
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
328
- end
329
-
330
- @sock_read_timeout = sock_read_timeout
331
- end
332
-
333
- # Custom attribute writer method with validation
334
- # @param [Object] total_timeout Value to be assigned
335
- def total_timeout=(total_timeout)
336
- if !total_timeout.nil? && total_timeout < 0
337
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
338
- end
339
-
340
- @total_timeout = total_timeout
341
- end
342
-
343
342
  # Custom attribute writer method with validation
344
343
  # @param [Object] download_concurrency Value to be assigned
345
344
  def download_concurrency=(download_concurrency)
@@ -350,30 +349,41 @@ module PulpAnsibleClient
350
349
  @download_concurrency = download_concurrency
351
350
  end
352
351
 
352
+ # Custom attribute writer method with validation
353
+ # @param [Object] sock_read_timeout Value to be assigned
354
+ def sock_read_timeout=(sock_read_timeout)
355
+ if !sock_read_timeout.nil? && sock_read_timeout < 0
356
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
357
+ end
358
+
359
+ @sock_read_timeout = sock_read_timeout
360
+ end
361
+
353
362
  # Checks equality by comparing each attribute.
354
363
  # @param [Object] Object to be compared
355
364
  def ==(o)
356
365
  return true if self.equal?(o)
357
366
  self.class == o.class &&
358
- max_retries == o.max_retries &&
367
+ pulp_created == o.pulp_created &&
368
+ proxy_url == o.proxy_url &&
369
+ total_timeout == o.total_timeout &&
370
+ prn == o.prn &&
359
371
  connect_timeout == o.connect_timeout &&
360
372
  sock_connect_timeout == o.sock_connect_timeout &&
361
- pulp_href == o.pulp_href &&
362
- tls_validation == o.tls_validation &&
363
- proxy_url == o.proxy_url &&
364
- sock_read_timeout == o.sock_read_timeout &&
365
- name == o.name &&
373
+ pulp_last_updated == o.pulp_last_updated &&
366
374
  url == o.url &&
367
- rate_limit == o.rate_limit &&
368
- client_cert == o.client_cert &&
369
- ca_cert == o.ca_cert &&
370
- total_timeout == o.total_timeout &&
371
- pulp_created == o.pulp_created &&
375
+ max_retries == o.max_retries &&
372
376
  download_concurrency == o.download_concurrency &&
373
- pulp_labels == o.pulp_labels &&
374
377
  headers == o.headers &&
378
+ name == o.name &&
379
+ rate_limit == o.rate_limit &&
380
+ pulp_labels == o.pulp_labels &&
381
+ ca_cert == o.ca_cert &&
375
382
  hidden_fields == o.hidden_fields &&
376
- pulp_last_updated == o.pulp_last_updated &&
383
+ client_cert == o.client_cert &&
384
+ tls_validation == o.tls_validation &&
385
+ sock_read_timeout == o.sock_read_timeout &&
386
+ pulp_href == o.pulp_href &&
377
387
  metadata_only == o.metadata_only &&
378
388
  git_ref == o.git_ref
379
389
  end
@@ -387,7 +397,7 @@ module PulpAnsibleClient
387
397
  # Calculates hash code according to all attributes.
388
398
  # @return [Integer] Hash code
389
399
  def hash
390
- [max_retries, connect_timeout, sock_connect_timeout, pulp_href, tls_validation, proxy_url, sock_read_timeout, name, url, rate_limit, client_cert, ca_cert, total_timeout, pulp_created, download_concurrency, pulp_labels, headers, hidden_fields, pulp_last_updated, metadata_only, git_ref].hash
400
+ [pulp_created, proxy_url, total_timeout, prn, connect_timeout, sock_connect_timeout, pulp_last_updated, url, max_retries, download_concurrency, headers, name, rate_limit, pulp_labels, ca_cert, hidden_fields, client_cert, tls_validation, sock_read_timeout, pulp_href, metadata_only, git_ref].hash
391
401
  end
392
402
 
393
403
  # Builds the object from hash
@@ -17,6 +17,9 @@ module PulpAnsibleClient
17
17
  class AnsibleRoleRemoteResponse
18
18
  attr_accessor :pulp_href
19
19
 
20
+ # The Pulp Resource Name (PRN).
21
+ attr_accessor :prn
22
+
20
23
  # Timestamp of creation.
21
24
  attr_accessor :pulp_created
22
25
 
@@ -77,6 +80,7 @@ module PulpAnsibleClient
77
80
  def self.attribute_map
78
81
  {
79
82
  :'pulp_href' => :'pulp_href',
83
+ :'prn' => :'prn',
80
84
  :'pulp_created' => :'pulp_created',
81
85
  :'pulp_last_updated' => :'pulp_last_updated',
82
86
  :'name' => :'name',
@@ -103,6 +107,7 @@ module PulpAnsibleClient
103
107
  def self.openapi_types
104
108
  {
105
109
  :'pulp_href' => :'String',
110
+ :'prn' => :'String',
106
111
  :'pulp_created' => :'DateTime',
107
112
  :'pulp_last_updated' => :'DateTime',
108
113
  :'name' => :'String',
@@ -160,6 +165,10 @@ module PulpAnsibleClient
160
165
  self.pulp_href = attributes[:'pulp_href']
161
166
  end
162
167
 
168
+ if attributes.key?(:'prn')
169
+ self.prn = attributes[:'prn']
170
+ end
171
+
163
172
  if attributes.key?(:'pulp_created')
164
173
  self.pulp_created = attributes[:'pulp_created']
165
174
  end
@@ -347,6 +356,7 @@ module PulpAnsibleClient
347
356
  return true if self.equal?(o)
348
357
  self.class == o.class &&
349
358
  pulp_href == o.pulp_href &&
359
+ prn == o.prn &&
350
360
  pulp_created == o.pulp_created &&
351
361
  pulp_last_updated == o.pulp_last_updated &&
352
362
  name == o.name &&
@@ -377,7 +387,7 @@ module PulpAnsibleClient
377
387
  # Calculates hash code according to all attributes.
378
388
  # @return [Integer] Hash code
379
389
  def hash
380
- [pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
390
+ [pulp_href, prn, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
381
391
  end
382
392
 
383
393
  # Builds the object from hash
@@ -18,13 +18,16 @@ module PulpAnsibleClient
18
18
  # Timestamp of creation.
19
19
  attr_accessor :pulp_created
20
20
 
21
- attr_accessor :pulp_href
21
+ # The Pulp Resource Name (PRN).
22
+ attr_accessor :prn
23
+
24
+ # Artifact file representing the physical content
25
+ attr_accessor :artifact
22
26
 
23
27
  # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
24
28
  attr_accessor :pulp_last_updated
25
29
 
26
- # Artifact file representing the physical content
27
- attr_accessor :artifact
30
+ attr_accessor :pulp_href
28
31
 
29
32
  attr_accessor :version
30
33
 
@@ -36,9 +39,10 @@ module PulpAnsibleClient
36
39
  def self.attribute_map
37
40
  {
38
41
  :'pulp_created' => :'pulp_created',
39
- :'pulp_href' => :'pulp_href',
40
- :'pulp_last_updated' => :'pulp_last_updated',
42
+ :'prn' => :'prn',
41
43
  :'artifact' => :'artifact',
44
+ :'pulp_last_updated' => :'pulp_last_updated',
45
+ :'pulp_href' => :'pulp_href',
42
46
  :'version' => :'version',
43
47
  :'name' => :'name',
44
48
  :'namespace' => :'namespace'
@@ -49,9 +53,10 @@ module PulpAnsibleClient
49
53
  def self.openapi_types
50
54
  {
51
55
  :'pulp_created' => :'DateTime',
52
- :'pulp_href' => :'String',
53
- :'pulp_last_updated' => :'DateTime',
56
+ :'prn' => :'String',
54
57
  :'artifact' => :'String',
58
+ :'pulp_last_updated' => :'DateTime',
59
+ :'pulp_href' => :'String',
55
60
  :'version' => :'String',
56
61
  :'name' => :'String',
57
62
  :'namespace' => :'String'
@@ -83,16 +88,20 @@ module PulpAnsibleClient
83
88
  self.pulp_created = attributes[:'pulp_created']
84
89
  end
85
90
 
86
- if attributes.key?(:'pulp_href')
87
- self.pulp_href = attributes[:'pulp_href']
91
+ if attributes.key?(:'prn')
92
+ self.prn = attributes[:'prn']
93
+ end
94
+
95
+ if attributes.key?(:'artifact')
96
+ self.artifact = attributes[:'artifact']
88
97
  end
89
98
 
90
99
  if attributes.key?(:'pulp_last_updated')
91
100
  self.pulp_last_updated = attributes[:'pulp_last_updated']
92
101
  end
93
102
 
94
- if attributes.key?(:'artifact')
95
- self.artifact = attributes[:'artifact']
103
+ if attributes.key?(:'pulp_href')
104
+ self.pulp_href = attributes[:'pulp_href']
96
105
  end
97
106
 
98
107
  if attributes.key?(:'version')
@@ -147,9 +156,10 @@ module PulpAnsibleClient
147
156
  return true if self.equal?(o)
148
157
  self.class == o.class &&
149
158
  pulp_created == o.pulp_created &&
150
- pulp_href == o.pulp_href &&
151
- pulp_last_updated == o.pulp_last_updated &&
159
+ prn == o.prn &&
152
160
  artifact == o.artifact &&
161
+ pulp_last_updated == o.pulp_last_updated &&
162
+ pulp_href == o.pulp_href &&
153
163
  version == o.version &&
154
164
  name == o.name &&
155
165
  namespace == o.namespace
@@ -164,7 +174,7 @@ module PulpAnsibleClient
164
174
  # Calculates hash code according to all attributes.
165
175
  # @return [Integer] Hash code
166
176
  def hash
167
- [pulp_created, pulp_href, pulp_last_updated, artifact, version, name, namespace].hash
177
+ [pulp_created, prn, artifact, pulp_last_updated, pulp_href, version, name, namespace].hash
168
178
  end
169
179
 
170
180
  # Builds the object from hash
@@ -54,8 +54,8 @@ module PulpAnsibleClient
54
54
  :'updated_at' => :'DateTime',
55
55
  :'started_at' => :'DateTime',
56
56
  :'finished_at' => :'DateTime',
57
- :'error' => :'AnyType',
58
- :'messages' => :'AnyType'
57
+ :'error' => :'Object',
58
+ :'messages' => :'Object'
59
59
  }
60
60
  end
61
61
 
@@ -68,8 +68,8 @@ module PulpAnsibleClient
68
68
  :'version' => :'String',
69
69
  :'requires_ansible' => :'String',
70
70
  :'pulp_created' => :'DateTime',
71
- :'contents' => :'AnyType',
72
- :'dependencies' => :'AnyType',
71
+ :'contents' => :'Object',
72
+ :'dependencies' => :'Object',
73
73
  :'description' => :'String',
74
74
  :'tags' => :'Array<AnsibleTagResponse>'
75
75
  }
@@ -27,7 +27,7 @@ module PulpAnsibleClient
27
27
  # Attribute type mapping.
28
28
  def self.openapi_types
29
29
  {
30
- :'docs_blob' => :'AnyType'
30
+ :'docs_blob' => :'Object'
31
31
  }
32
32
  end
33
33