pulp_container_client 2.14.14 → 2.14.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,450 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'date'
14
-
15
- module PulpContainerClient
16
- # Serializer for a Server.
17
- class PatchedUpstreamPulp
18
- # A unique name for this Pulp server.
19
- attr_accessor :name
20
-
21
- # The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com
22
- attr_accessor :base_url
23
-
24
- # The API root. Defaults to '/pulp/'.
25
- attr_accessor :api_root
26
-
27
- # The domain of the Pulp server if enabled.
28
- attr_accessor :domain
29
-
30
- # A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
31
- attr_accessor :ca_cert
32
-
33
- # A PEM encoded client certificate used for authentication.
34
- attr_accessor :client_cert
35
-
36
- # A PEM encoded private key used for authentication.
37
- attr_accessor :client_key
38
-
39
- # If True, TLS peer validation must be performed.
40
- attr_accessor :tls_validation
41
-
42
- # The username to be used for authentication when syncing.
43
- attr_accessor :username
44
-
45
- # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
46
- attr_accessor :password
47
-
48
- # One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"
49
- attr_accessor :pulp_label_select
50
-
51
- # Attribute mapping from ruby-style variable name to JSON key.
52
- def self.attribute_map
53
- {
54
- :'name' => :'name',
55
- :'base_url' => :'base_url',
56
- :'api_root' => :'api_root',
57
- :'domain' => :'domain',
58
- :'ca_cert' => :'ca_cert',
59
- :'client_cert' => :'client_cert',
60
- :'client_key' => :'client_key',
61
- :'tls_validation' => :'tls_validation',
62
- :'username' => :'username',
63
- :'password' => :'password',
64
- :'pulp_label_select' => :'pulp_label_select'
65
- }
66
- end
67
-
68
- # Attribute type mapping.
69
- def self.openapi_types
70
- {
71
- :'name' => :'String',
72
- :'base_url' => :'String',
73
- :'api_root' => :'String',
74
- :'domain' => :'String',
75
- :'ca_cert' => :'String',
76
- :'client_cert' => :'String',
77
- :'client_key' => :'String',
78
- :'tls_validation' => :'Boolean',
79
- :'username' => :'String',
80
- :'password' => :'String',
81
- :'pulp_label_select' => :'String'
82
- }
83
- end
84
-
85
- # List of attributes with nullable: true
86
- def self.openapi_nullable
87
- Set.new([
88
- :'domain',
89
- :'ca_cert',
90
- :'client_cert',
91
- :'client_key',
92
- :'username',
93
- :'password',
94
- :'pulp_label_select'
95
- ])
96
- end
97
-
98
- # Initializes the object
99
- # @param [Hash] attributes Model attributes in the form of hash
100
- def initialize(attributes = {})
101
- if (!attributes.is_a?(Hash))
102
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpContainerClient::PatchedUpstreamPulp` initialize method"
103
- end
104
-
105
- # check to see if the attribute exists and convert string to symbol for hash key
106
- attributes = attributes.each_with_object({}) { |(k, v), h|
107
- if (!self.class.attribute_map.key?(k.to_sym))
108
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpContainerClient::PatchedUpstreamPulp`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
109
- end
110
- h[k.to_sym] = v
111
- }
112
-
113
- if attributes.key?(:'name')
114
- self.name = attributes[:'name']
115
- end
116
-
117
- if attributes.key?(:'base_url')
118
- self.base_url = attributes[:'base_url']
119
- end
120
-
121
- if attributes.key?(:'api_root')
122
- self.api_root = attributes[:'api_root']
123
- end
124
-
125
- if attributes.key?(:'domain')
126
- self.domain = attributes[:'domain']
127
- end
128
-
129
- if attributes.key?(:'ca_cert')
130
- self.ca_cert = attributes[:'ca_cert']
131
- end
132
-
133
- if attributes.key?(:'client_cert')
134
- self.client_cert = attributes[:'client_cert']
135
- end
136
-
137
- if attributes.key?(:'client_key')
138
- self.client_key = attributes[:'client_key']
139
- end
140
-
141
- if attributes.key?(:'tls_validation')
142
- self.tls_validation = attributes[:'tls_validation']
143
- end
144
-
145
- if attributes.key?(:'username')
146
- self.username = attributes[:'username']
147
- end
148
-
149
- if attributes.key?(:'password')
150
- self.password = attributes[:'password']
151
- end
152
-
153
- if attributes.key?(:'pulp_label_select')
154
- self.pulp_label_select = attributes[:'pulp_label_select']
155
- end
156
- end
157
-
158
- # Show invalid properties with the reasons. Usually used together with valid?
159
- # @return Array for valid properties with the reasons
160
- def list_invalid_properties
161
- invalid_properties = Array.new
162
- if !@name.nil? && @name.to_s.length < 1
163
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
164
- end
165
-
166
- if !@base_url.nil? && @base_url.to_s.length < 1
167
- invalid_properties.push('invalid value for "base_url", the character length must be great than or equal to 1.')
168
- end
169
-
170
- if !@api_root.nil? && @api_root.to_s.length < 1
171
- invalid_properties.push('invalid value for "api_root", the character length must be great than or equal to 1.')
172
- end
173
-
174
- if !@domain.nil? && @domain.to_s.length < 1
175
- invalid_properties.push('invalid value for "domain", the character length must be great than or equal to 1.')
176
- end
177
-
178
- if !@ca_cert.nil? && @ca_cert.to_s.length < 1
179
- invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
180
- end
181
-
182
- if !@client_cert.nil? && @client_cert.to_s.length < 1
183
- invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
184
- end
185
-
186
- if !@client_key.nil? && @client_key.to_s.length < 1
187
- invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
188
- end
189
-
190
- if !@username.nil? && @username.to_s.length < 1
191
- invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
192
- end
193
-
194
- if !@password.nil? && @password.to_s.length < 1
195
- invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
196
- end
197
-
198
- invalid_properties
199
- end
200
-
201
- # Check to see if the all the properties in the model are valid
202
- # @return true if the model is valid
203
- def valid?
204
- return false if !@name.nil? && @name.to_s.length < 1
205
- return false if !@base_url.nil? && @base_url.to_s.length < 1
206
- return false if !@api_root.nil? && @api_root.to_s.length < 1
207
- return false if !@domain.nil? && @domain.to_s.length < 1
208
- return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
209
- return false if !@client_cert.nil? && @client_cert.to_s.length < 1
210
- return false if !@client_key.nil? && @client_key.to_s.length < 1
211
- return false if !@username.nil? && @username.to_s.length < 1
212
- return false if !@password.nil? && @password.to_s.length < 1
213
- true
214
- end
215
-
216
- # Custom attribute writer method with validation
217
- # @param [Object] name Value to be assigned
218
- def name=(name)
219
- if !name.nil? && name.to_s.length < 1
220
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
221
- end
222
-
223
- @name = name
224
- end
225
-
226
- # Custom attribute writer method with validation
227
- # @param [Object] base_url Value to be assigned
228
- def base_url=(base_url)
229
- if !base_url.nil? && base_url.to_s.length < 1
230
- fail ArgumentError, 'invalid value for "base_url", the character length must be great than or equal to 1.'
231
- end
232
-
233
- @base_url = base_url
234
- end
235
-
236
- # Custom attribute writer method with validation
237
- # @param [Object] api_root Value to be assigned
238
- def api_root=(api_root)
239
- if !api_root.nil? && api_root.to_s.length < 1
240
- fail ArgumentError, 'invalid value for "api_root", the character length must be great than or equal to 1.'
241
- end
242
-
243
- @api_root = api_root
244
- end
245
-
246
- # Custom attribute writer method with validation
247
- # @param [Object] domain Value to be assigned
248
- def domain=(domain)
249
- if !domain.nil? && domain.to_s.length < 1
250
- fail ArgumentError, 'invalid value for "domain", the character length must be great than or equal to 1.'
251
- end
252
-
253
- @domain = domain
254
- end
255
-
256
- # Custom attribute writer method with validation
257
- # @param [Object] ca_cert Value to be assigned
258
- def ca_cert=(ca_cert)
259
- if !ca_cert.nil? && ca_cert.to_s.length < 1
260
- fail ArgumentError, 'invalid value for "ca_cert", the character length must be great than or equal to 1.'
261
- end
262
-
263
- @ca_cert = ca_cert
264
- end
265
-
266
- # Custom attribute writer method with validation
267
- # @param [Object] client_cert Value to be assigned
268
- def client_cert=(client_cert)
269
- if !client_cert.nil? && client_cert.to_s.length < 1
270
- fail ArgumentError, 'invalid value for "client_cert", the character length must be great than or equal to 1.'
271
- end
272
-
273
- @client_cert = client_cert
274
- end
275
-
276
- # Custom attribute writer method with validation
277
- # @param [Object] client_key Value to be assigned
278
- def client_key=(client_key)
279
- if !client_key.nil? && client_key.to_s.length < 1
280
- fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
281
- end
282
-
283
- @client_key = client_key
284
- end
285
-
286
- # Custom attribute writer method with validation
287
- # @param [Object] username Value to be assigned
288
- def username=(username)
289
- if !username.nil? && username.to_s.length < 1
290
- fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
291
- end
292
-
293
- @username = username
294
- end
295
-
296
- # Custom attribute writer method with validation
297
- # @param [Object] password Value to be assigned
298
- def password=(password)
299
- if !password.nil? && password.to_s.length < 1
300
- fail ArgumentError, 'invalid value for "password", the character length must be great than or equal to 1.'
301
- end
302
-
303
- @password = password
304
- end
305
-
306
- # Checks equality by comparing each attribute.
307
- # @param [Object] Object to be compared
308
- def ==(o)
309
- return true if self.equal?(o)
310
- self.class == o.class &&
311
- name == o.name &&
312
- base_url == o.base_url &&
313
- api_root == o.api_root &&
314
- domain == o.domain &&
315
- ca_cert == o.ca_cert &&
316
- client_cert == o.client_cert &&
317
- client_key == o.client_key &&
318
- tls_validation == o.tls_validation &&
319
- username == o.username &&
320
- password == o.password &&
321
- pulp_label_select == o.pulp_label_select
322
- end
323
-
324
- # @see the `==` method
325
- # @param [Object] Object to be compared
326
- def eql?(o)
327
- self == o
328
- end
329
-
330
- # Calculates hash code according to all attributes.
331
- # @return [Integer] Hash code
332
- def hash
333
- [name, base_url, api_root, domain, ca_cert, client_cert, client_key, tls_validation, username, password, pulp_label_select].hash
334
- end
335
-
336
- # Builds the object from hash
337
- # @param [Hash] attributes Model attributes in the form of hash
338
- # @return [Object] Returns the model itself
339
- def self.build_from_hash(attributes)
340
- new.build_from_hash(attributes)
341
- end
342
-
343
- # Builds the object from hash
344
- # @param [Hash] attributes Model attributes in the form of hash
345
- # @return [Object] Returns the model itself
346
- def build_from_hash(attributes)
347
- return nil unless attributes.is_a?(Hash)
348
- self.class.openapi_types.each_pair do |key, type|
349
- if type =~ /\AArray<(.*)>/i
350
- # check to ensure the input is an array given that the attribute
351
- # is documented as an array but the input is not
352
- if attributes[self.class.attribute_map[key]].is_a?(Array)
353
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
354
- end
355
- elsif !attributes[self.class.attribute_map[key]].nil?
356
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
357
- end # or else data not found in attributes(hash), not an issue as the data can be optional
358
- end
359
-
360
- self
361
- end
362
-
363
- # Deserializes the data based on type
364
- # @param string type Data type
365
- # @param string value Value to be deserialized
366
- # @return [Object] Deserialized data
367
- def _deserialize(type, value)
368
- case type.to_sym
369
- when :DateTime
370
- DateTime.parse(value)
371
- when :Date
372
- Date.parse(value)
373
- when :String
374
- value.to_s
375
- when :Integer
376
- value.to_i
377
- when :Float
378
- value.to_f
379
- when :Boolean
380
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
381
- true
382
- else
383
- false
384
- end
385
- when :Object
386
- # generic object (usually a Hash), return directly
387
- value
388
- when /\AArray<(?<inner_type>.+)>\z/
389
- inner_type = Regexp.last_match[:inner_type]
390
- value.map { |v| _deserialize(inner_type, v) }
391
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
392
- k_type = Regexp.last_match[:k_type]
393
- v_type = Regexp.last_match[:v_type]
394
- {}.tap do |hash|
395
- value.each do |k, v|
396
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
397
- end
398
- end
399
- else # model
400
- PulpContainerClient.const_get(type).build_from_hash(value)
401
- end
402
- end
403
-
404
- # Returns the string representation of the object
405
- # @return [String] String presentation of the object
406
- def to_s
407
- to_hash.to_s
408
- end
409
-
410
- # to_body is an alias to to_hash (backward compatibility)
411
- # @return [Hash] Returns the object in the form of hash
412
- def to_body
413
- to_hash
414
- end
415
-
416
- # Returns the object in the form of hash
417
- # @return [Hash] Returns the object in the form of hash
418
- def to_hash
419
- hash = {}
420
- self.class.attribute_map.each_pair do |attr, param|
421
- value = self.send(attr)
422
- if value.nil?
423
- is_nullable = self.class.openapi_nullable.include?(attr)
424
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
425
- end
426
-
427
- hash[param] = _to_hash(value)
428
- end
429
- hash
430
- end
431
-
432
- # Outputs non-array value in the form of hash
433
- # For object, use to_hash. Otherwise, just return the value
434
- # @param [Object] value Any valid value
435
- # @return [Hash] Returns the value in the form of hash
436
- def _to_hash(value)
437
- if value.is_a?(Array)
438
- value.compact.map { |v| _to_hash(v) }
439
- elsif value.is_a?(Hash)
440
- {}.tap do |hash|
441
- value.each { |k, v| hash[k] = _to_hash(v) }
442
- end
443
- elsif value.respond_to? :to_hash
444
- value.to_hash
445
- else
446
- value
447
- end
448
- end
449
- end
450
- end
@@ -1,37 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'date'
14
-
15
- module PulpContainerClient
16
- class StorageClassEnum
17
- PULPCORE_APP_MODELS_STORAGE_FILE_SYSTEM = "pulpcore.app.models.storage.FileSystem".freeze
18
- STORAGES_BACKENDS_S3BOTO3_S3_BOTO3_STORAGE = "storages.backends.s3boto3.S3Boto3Storage".freeze
19
- STORAGES_BACKENDS_AZURE_STORAGE_AZURE_STORAGE = "storages.backends.azure_storage.AzureStorage".freeze
20
-
21
- # Builds the enum from string
22
- # @param [String] The enum value in the form of the string
23
- # @return [String] The enum value
24
- def self.build_from_hash(value)
25
- new.build_from_hash(value)
26
- end
27
-
28
- # Builds the enum from string
29
- # @param [String] The enum value in the form of the string
30
- # @return [String] The enum value
31
- def build_from_hash(value)
32
- constantValues = StorageClassEnum.constants.select { |c| StorageClassEnum::const_get(c) == value }
33
- raise "Invalid ENUM value #{value} for class #StorageClassEnum" if constantValues.empty?
34
- value
35
- end
36
- end
37
- end