eilam_test 1.1.15

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 (291) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.txt +21 -0
  4. data/README.md +271 -0
  5. data/Rakefile +10 -0
  6. data/docs/AbstractCapability.md +20 -0
  7. data/docs/AbstractCapabilityApi.md +276 -0
  8. data/docs/Account.md +22 -0
  9. data/docs/AccountApi.md +346 -0
  10. data/docs/AccountPostRequest.md +20 -0
  11. data/docs/AccountPostResponse.md +24 -0
  12. data/docs/Address.md +32 -0
  13. data/docs/AddressApi.md +276 -0
  14. data/docs/AddressCreate.md +32 -0
  15. data/docs/AuthResponse.md +18 -0
  16. data/docs/Authentication.md +20 -0
  17. data/docs/AuthenticationApi.md +70 -0
  18. data/docs/AutoSDEProject.md +56 -0
  19. data/docs/AutoSDEProjectApi.md +276 -0
  20. data/docs/AutoSDERole.md +20 -0
  21. data/docs/AutoSDERoleApi.md +276 -0
  22. data/docs/CapabilityTranslation.md +36 -0
  23. data/docs/CapabilityTranslationApi.md +276 -0
  24. data/docs/CapabilityTranslationCreate.md +32 -0
  25. data/docs/Event.md +32 -0
  26. data/docs/EventApi.md +276 -0
  27. data/docs/Host.md +30 -0
  28. data/docs/HostApi.md +276 -0
  29. data/docs/HostCluster.md +34 -0
  30. data/docs/HostClusterApi.md +276 -0
  31. data/docs/HostClusterCreate.md +30 -0
  32. data/docs/HostClusterMembership.md +24 -0
  33. data/docs/HostClusterMembershipApi.md +276 -0
  34. data/docs/HostClusterResponse.md +34 -0
  35. data/docs/HostClusterVolumeMapping.md +26 -0
  36. data/docs/HostClusterVolumeMappingApi.md +276 -0
  37. data/docs/HostClusterVolumeMappingCreate.md +24 -0
  38. data/docs/HostClusterVolumeMappingResponse.md +26 -0
  39. data/docs/HostCreate.md +40 -0
  40. data/docs/HostVolumeConnection.md +24 -0
  41. data/docs/HostVolumeConnectionApi.md +276 -0
  42. data/docs/HostVolumeConnectionCreate.md +22 -0
  43. data/docs/Job.md +30 -0
  44. data/docs/JobApi.md +140 -0
  45. data/docs/JobCreate.md +20 -0
  46. data/docs/NativeCapability.md +24 -0
  47. data/docs/NativeCapabilityApi.md +276 -0
  48. data/docs/Profile.md +26 -0
  49. data/docs/ProfileApi.md +276 -0
  50. data/docs/ProvisioningStrategy.md +20 -0
  51. data/docs/ProvisioningStrategyApi.md +276 -0
  52. data/docs/Service.md +36 -0
  53. data/docs/ServiceAbstractCapabilityValue.md +22 -0
  54. data/docs/ServiceApi.md +346 -0
  55. data/docs/ServiceCreate.md +34 -0
  56. data/docs/ServiceResourceAttachment.md +24 -0
  57. data/docs/ServiceResourceAttachmentApi.md +276 -0
  58. data/docs/Snapshot.md +26 -0
  59. data/docs/SnapshotApi.md +276 -0
  60. data/docs/SnapshotCreate.md +24 -0
  61. data/docs/StorageHost.md +36 -0
  62. data/docs/StorageHostApi.md +346 -0
  63. data/docs/StorageHostCreate.md +42 -0
  64. data/docs/StorageHostResponse.md +38 -0
  65. data/docs/StorageHostUpdate.md +22 -0
  66. data/docs/StorageHostVolumeMapping.md +26 -0
  67. data/docs/StorageHostVolumeMappingApi.md +276 -0
  68. data/docs/StorageHostVolumeMappingCreate.md +24 -0
  69. data/docs/StorageHostVolumeMappingResponse.md +26 -0
  70. data/docs/StorageHostWWPNCandidates.md +20 -0
  71. data/docs/StorageHostWWPNCandidatesApi.md +72 -0
  72. data/docs/StorageResource.md +34 -0
  73. data/docs/StorageResourceApi.md +346 -0
  74. data/docs/StorageResourceCreate.md +32 -0
  75. data/docs/StorageResourceResponse.md +34 -0
  76. data/docs/StorageSystem.md +34 -0
  77. data/docs/StorageSystemApi.md +346 -0
  78. data/docs/StorageSystemCreate.md +52 -0
  79. data/docs/StorageSystemUpdate.md +24 -0
  80. data/docs/SystemType.md +26 -0
  81. data/docs/SystemTypeApi.md +276 -0
  82. data/docs/SystemTypeCreate.md +28 -0
  83. data/docs/User.md +38 -0
  84. data/docs/UserApi.md +346 -0
  85. data/docs/UserCreate.md +38 -0
  86. data/docs/UserUpdate.md +30 -0
  87. data/docs/ValidateSystem.md +26 -0
  88. data/docs/ValidateSystemApi.md +75 -0
  89. data/docs/Volume.md +36 -0
  90. data/docs/VolumeApi.md +346 -0
  91. data/docs/VolumeCreate.md +34 -0
  92. data/docs/VolumeResponse.md +36 -0
  93. data/docs/VolumeSafeDelete.md +22 -0
  94. data/docs/VolumeSafeDeleteApi.md +276 -0
  95. data/docs/VolumeSafeDeleteCreate.md +18 -0
  96. data/docs/VolumeUpdate.md +20 -0
  97. data/eilam_test.gemspec +38 -0
  98. data/git_push.sh +58 -0
  99. data/lib/.DS_Store +0 -0
  100. data/lib/eilam_test/.DS_Store +0 -0
  101. data/lib/eilam_test/api/abstract_capability_api.rb +254 -0
  102. data/lib/eilam_test/api/account_api.rb +321 -0
  103. data/lib/eilam_test/api/address_api.rb +254 -0
  104. data/lib/eilam_test/api/authentication_api.rb +83 -0
  105. data/lib/eilam_test/api/auto_sde_project_api.rb +254 -0
  106. data/lib/eilam_test/api/auto_sde_role_api.rb +254 -0
  107. data/lib/eilam_test/api/capability_translation_api.rb +254 -0
  108. data/lib/eilam_test/api/event_api.rb +254 -0
  109. data/lib/eilam_test/api/host_api.rb +254 -0
  110. data/lib/eilam_test/api/host_cluster_api.rb +254 -0
  111. data/lib/eilam_test/api/host_cluster_membership_api.rb +254 -0
  112. data/lib/eilam_test/api/host_cluster_volume_mapping_api.rb +254 -0
  113. data/lib/eilam_test/api/host_volume_connection_api.rb +254 -0
  114. data/lib/eilam_test/api/job_api.rb +136 -0
  115. data/lib/eilam_test/api/native_capability_api.rb +254 -0
  116. data/lib/eilam_test/api/profile_api.rb +254 -0
  117. data/lib/eilam_test/api/provisioning_strategy_api.rb +254 -0
  118. data/lib/eilam_test/api/service_api.rb +321 -0
  119. data/lib/eilam_test/api/service_resource_attachment_api.rb +254 -0
  120. data/lib/eilam_test/api/snapshot_api.rb +254 -0
  121. data/lib/eilam_test/api/storage_host_api.rb +321 -0
  122. data/lib/eilam_test/api/storage_host_volume_mapping_api.rb +254 -0
  123. data/lib/eilam_test/api/storage_host_wwpn_candidates_api.rb +75 -0
  124. data/lib/eilam_test/api/storage_resource_api.rb +321 -0
  125. data/lib/eilam_test/api/storage_system_api.rb +321 -0
  126. data/lib/eilam_test/api/system_type_api.rb +254 -0
  127. data/lib/eilam_test/api/user_api.rb +321 -0
  128. data/lib/eilam_test/api/validate_system_api.rb +83 -0
  129. data/lib/eilam_test/api/volume_api.rb +321 -0
  130. data/lib/eilam_test/api/volume_safe_delete_api.rb +254 -0
  131. data/lib/eilam_test/api_client.rb +390 -0
  132. data/lib/eilam_test/api_error.rb +57 -0
  133. data/lib/eilam_test/configuration.rb +293 -0
  134. data/lib/eilam_test/models/abstract_capability.rb +230 -0
  135. data/lib/eilam_test/models/account.rb +240 -0
  136. data/lib/eilam_test/models/account_post_request.rb +230 -0
  137. data/lib/eilam_test/models/account_post_response.rb +250 -0
  138. data/lib/eilam_test/models/address.rb +340 -0
  139. data/lib/eilam_test/models/address_create.rb +342 -0
  140. data/lib/eilam_test/models/auth_response.rb +220 -0
  141. data/lib/eilam_test/models/authentication.rb +230 -0
  142. data/lib/eilam_test/models/auto_sde_project.rb +410 -0
  143. data/lib/eilam_test/models/auto_sde_role.rb +230 -0
  144. data/lib/eilam_test/models/capability_translation.rb +340 -0
  145. data/lib/eilam_test/models/capability_translation_create.rb +322 -0
  146. data/lib/eilam_test/models/event.rb +289 -0
  147. data/lib/eilam_test/models/host.rb +333 -0
  148. data/lib/eilam_test/models/host_cluster.rb +397 -0
  149. data/lib/eilam_test/models/host_cluster_create.rb +338 -0
  150. data/lib/eilam_test/models/host_cluster_membership.rb +287 -0
  151. data/lib/eilam_test/models/host_cluster_response.rb +398 -0
  152. data/lib/eilam_test/models/host_cluster_volume_mapping.rb +299 -0
  153. data/lib/eilam_test/models/host_cluster_volume_mapping_create.rb +291 -0
  154. data/lib/eilam_test/models/host_cluster_volume_mapping_response.rb +301 -0
  155. data/lib/eilam_test/models/host_create.rb +394 -0
  156. data/lib/eilam_test/models/host_volume_connection.rb +287 -0
  157. data/lib/eilam_test/models/host_volume_connection_create.rb +277 -0
  158. data/lib/eilam_test/models/job.rb +280 -0
  159. data/lib/eilam_test/models/job_create.rb +230 -0
  160. data/lib/eilam_test/models/native_capability.rb +251 -0
  161. data/lib/eilam_test/models/profile.rb +295 -0
  162. data/lib/eilam_test/models/provisioning_strategy.rb +269 -0
  163. data/lib/eilam_test/models/service.rb +351 -0
  164. data/lib/eilam_test/models/service_abstract_capability_value.rb +239 -0
  165. data/lib/eilam_test/models/service_create.rb +339 -0
  166. data/lib/eilam_test/models/service_resource_attachment.rb +250 -0
  167. data/lib/eilam_test/models/snapshot.rb +298 -0
  168. data/lib/eilam_test/models/snapshot_create.rb +288 -0
  169. data/lib/eilam_test/models/storage_host.rb +346 -0
  170. data/lib/eilam_test/models/storage_host_create.rb +388 -0
  171. data/lib/eilam_test/models/storage_host_response.rb +363 -0
  172. data/lib/eilam_test/models/storage_host_update.rb +301 -0
  173. data/lib/eilam_test/models/storage_host_volume_mapping.rb +299 -0
  174. data/lib/eilam_test/models/storage_host_volume_mapping_create.rb +291 -0
  175. data/lib/eilam_test/models/storage_host_volume_mapping_response.rb +301 -0
  176. data/lib/eilam_test/models/storage_host_wwpn_candidates.rb +230 -0
  177. data/lib/eilam_test/models/storage_resource.rb +354 -0
  178. data/lib/eilam_test/models/storage_resource_create.rb +345 -0
  179. data/lib/eilam_test/models/storage_resource_response.rb +355 -0
  180. data/lib/eilam_test/models/storage_system.rb +352 -0
  181. data/lib/eilam_test/models/storage_system_create.rb +455 -0
  182. data/lib/eilam_test/models/storage_system_update.rb +265 -0
  183. data/lib/eilam_test/models/system_type.rb +333 -0
  184. data/lib/eilam_test/models/system_type_create.rb +345 -0
  185. data/lib/eilam_test/models/user.rb +395 -0
  186. data/lib/eilam_test/models/user_create.rb +395 -0
  187. data/lib/eilam_test/models/user_update.rb +280 -0
  188. data/lib/eilam_test/models/validate_system.rb +260 -0
  189. data/lib/eilam_test/models/volume.rb +348 -0
  190. data/lib/eilam_test/models/volume_create.rb +343 -0
  191. data/lib/eilam_test/models/volume_response.rb +350 -0
  192. data/lib/eilam_test/models/volume_safe_delete.rb +239 -0
  193. data/lib/eilam_test/models/volume_safe_delete_create.rb +219 -0
  194. data/lib/eilam_test/models/volume_update.rb +232 -0
  195. data/lib/eilam_test/version.rb +15 -0
  196. data/lib/eilam_test.rb +130 -0
  197. data/spec/api/abstract_capability_api_spec.rb +74 -0
  198. data/spec/api/account_api_spec.rb +85 -0
  199. data/spec/api/address_api_spec.rb +74 -0
  200. data/spec/api/authentication_api_spec.rb +45 -0
  201. data/spec/api/auto_sde_project_api_spec.rb +74 -0
  202. data/spec/api/auto_sde_role_api_spec.rb +74 -0
  203. data/spec/api/capability_translation_api_spec.rb +74 -0
  204. data/spec/api/event_api_spec.rb +74 -0
  205. data/spec/api/host_api_spec.rb +74 -0
  206. data/spec/api/host_cluster_api_spec.rb +74 -0
  207. data/spec/api/host_cluster_membership_api_spec.rb +74 -0
  208. data/spec/api/host_cluster_volume_mapping_api_spec.rb +74 -0
  209. data/spec/api/host_volume_connection_api_spec.rb +74 -0
  210. data/spec/api/job_api_spec.rb +54 -0
  211. data/spec/api/native_capability_api_spec.rb +74 -0
  212. data/spec/api/profile_api_spec.rb +74 -0
  213. data/spec/api/provisioning_strategy_api_spec.rb +74 -0
  214. data/spec/api/service_api_spec.rb +85 -0
  215. data/spec/api/service_resource_attachment_api_spec.rb +74 -0
  216. data/spec/api/snapshot_api_spec.rb +74 -0
  217. data/spec/api/storage_host_api_spec.rb +85 -0
  218. data/spec/api/storage_host_volume_mapping_api_spec.rb +74 -0
  219. data/spec/api/storage_host_wwpn_candidates_api_spec.rb +44 -0
  220. data/spec/api/storage_resource_api_spec.rb +85 -0
  221. data/spec/api/storage_system_api_spec.rb +85 -0
  222. data/spec/api/system_type_api_spec.rb +74 -0
  223. data/spec/api/user_api_spec.rb +85 -0
  224. data/spec/api/validate_system_api_spec.rb +45 -0
  225. data/spec/api/volume_api_spec.rb +85 -0
  226. data/spec/api/volume_safe_delete_api_spec.rb +74 -0
  227. data/spec/api_client_spec.rb +226 -0
  228. data/spec/configuration_spec.rb +42 -0
  229. data/spec/models/abstract_capability_spec.rb +40 -0
  230. data/spec/models/account_post_request_spec.rb +40 -0
  231. data/spec/models/account_post_response_spec.rb +52 -0
  232. data/spec/models/account_spec.rb +46 -0
  233. data/spec/models/address_create_spec.rb +84 -0
  234. data/spec/models/address_spec.rb +84 -0
  235. data/spec/models/auth_response_spec.rb +34 -0
  236. data/spec/models/authentication_spec.rb +40 -0
  237. data/spec/models/auto_sde_project_spec.rb +148 -0
  238. data/spec/models/auto_sde_role_spec.rb +40 -0
  239. data/spec/models/capability_translation_create_spec.rb +76 -0
  240. data/spec/models/capability_translation_spec.rb +88 -0
  241. data/spec/models/event_spec.rb +76 -0
  242. data/spec/models/host_cluster_create_spec.rb +70 -0
  243. data/spec/models/host_cluster_membership_spec.rb +56 -0
  244. data/spec/models/host_cluster_response_spec.rb +86 -0
  245. data/spec/models/host_cluster_spec.rb +86 -0
  246. data/spec/models/host_cluster_volume_mapping_create_spec.rb +56 -0
  247. data/spec/models/host_cluster_volume_mapping_response_spec.rb +62 -0
  248. data/spec/models/host_cluster_volume_mapping_spec.rb +62 -0
  249. data/spec/models/host_create_spec.rb +112 -0
  250. data/spec/models/host_spec.rb +78 -0
  251. data/spec/models/host_volume_connection_create_spec.rb +50 -0
  252. data/spec/models/host_volume_connection_spec.rb +56 -0
  253. data/spec/models/job_create_spec.rb +40 -0
  254. data/spec/models/job_spec.rb +70 -0
  255. data/spec/models/native_capability_spec.rb +52 -0
  256. data/spec/models/profile_spec.rb +62 -0
  257. data/spec/models/provisioning_strategy_spec.rb +44 -0
  258. data/spec/models/service_abstract_capability_value_spec.rb +46 -0
  259. data/spec/models/service_create_spec.rb +86 -0
  260. data/spec/models/service_resource_attachment_spec.rb +52 -0
  261. data/spec/models/service_spec.rb +92 -0
  262. data/spec/models/snapshot_create_spec.rb +56 -0
  263. data/spec/models/snapshot_spec.rb +62 -0
  264. data/spec/models/storage_host_create_spec.rb +114 -0
  265. data/spec/models/storage_host_response_spec.rb +98 -0
  266. data/spec/models/storage_host_spec.rb +92 -0
  267. data/spec/models/storage_host_update_spec.rb +54 -0
  268. data/spec/models/storage_host_volume_mapping_create_spec.rb +56 -0
  269. data/spec/models/storage_host_volume_mapping_response_spec.rb +62 -0
  270. data/spec/models/storage_host_volume_mapping_spec.rb +62 -0
  271. data/spec/models/storage_host_wwpn_candidates_spec.rb +40 -0
  272. data/spec/models/storage_resource_create_spec.rb +84 -0
  273. data/spec/models/storage_resource_response_spec.rb +90 -0
  274. data/spec/models/storage_resource_spec.rb +90 -0
  275. data/spec/models/storage_system_create_spec.rb +148 -0
  276. data/spec/models/storage_system_spec.rb +90 -0
  277. data/spec/models/storage_system_update_spec.rb +52 -0
  278. data/spec/models/system_type_create_spec.rb +72 -0
  279. data/spec/models/system_type_spec.rb +66 -0
  280. data/spec/models/user_create_spec.rb +94 -0
  281. data/spec/models/user_spec.rb +94 -0
  282. data/spec/models/user_update_spec.rb +70 -0
  283. data/spec/models/validate_system_spec.rb +58 -0
  284. data/spec/models/volume_create_spec.rb +86 -0
  285. data/spec/models/volume_response_spec.rb +92 -0
  286. data/spec/models/volume_safe_delete_create_spec.rb +34 -0
  287. data/spec/models/volume_safe_delete_spec.rb +46 -0
  288. data/spec/models/volume_spec.rb +92 -0
  289. data/spec/models/volume_update_spec.rb +40 -0
  290. data/spec/spec_helper.rb +111 -0
  291. metadata +466 -0
@@ -0,0 +1,298 @@
1
+ =begin
2
+ #Site Manager API
3
+
4
+ #Site Manager API
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: autosde@il.ibm.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.0.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module AutosdeOpenapiClient
17
+ # Define volume snapshot.
18
+ class Snapshot
19
+ # component_state
20
+ attr_accessor :component_state
21
+
22
+ # description
23
+ attr_accessor :description
24
+
25
+ # name
26
+ attr_accessor :name
27
+
28
+ # uuid
29
+ attr_accessor :uuid
30
+
31
+ attr_accessor :volume
32
+
33
+ class EnumAttributeValidator
34
+ attr_reader :datatype
35
+ attr_reader :allowable_values
36
+
37
+ def initialize(datatype, allowable_values)
38
+ @allowable_values = allowable_values.map do |value|
39
+ case datatype.to_s
40
+ when /Integer/i
41
+ value.to_i
42
+ when /Float/i
43
+ value.to_f
44
+ else
45
+ value
46
+ end
47
+ end
48
+ end
49
+
50
+ def valid?(value)
51
+ !value || allowable_values.include?(value)
52
+ end
53
+ end
54
+
55
+ # Attribute mapping from ruby-style variable name to JSON key.
56
+ def self.attribute_map
57
+ {
58
+ :'component_state' => :'component_state',
59
+ :'description' => :'description',
60
+ :'name' => :'name',
61
+ :'uuid' => :'uuid',
62
+ :'volume' => :'volume'
63
+ }
64
+ end
65
+
66
+ # Returns all the JSON keys this model knows about
67
+ def self.acceptable_attributes
68
+ attribute_map.values
69
+ end
70
+
71
+ # Attribute type mapping.
72
+ def self.openapi_types
73
+ {
74
+ :'component_state' => :'String',
75
+ :'description' => :'String',
76
+ :'name' => :'String',
77
+ :'uuid' => :'String',
78
+ :'volume' => :'Volume'
79
+ }
80
+ end
81
+
82
+ # List of attributes with nullable: true
83
+ def self.openapi_nullable
84
+ Set.new([
85
+ ])
86
+ end
87
+
88
+ # Initializes the object
89
+ # @param [Hash] attributes Model attributes in the form of hash
90
+ def initialize(attributes = {})
91
+ if (!attributes.is_a?(Hash))
92
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AutosdeOpenapiClient::Snapshot` initialize method"
93
+ end
94
+
95
+ # check to see if the attribute exists and convert string to symbol for hash key
96
+ attributes = attributes.each_with_object({}) { |(k, v), h|
97
+ if (!self.class.attribute_map.key?(k.to_sym))
98
+ fail ArgumentError, "`#{k}` is not a valid attribute in `AutosdeOpenapiClient::Snapshot`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
99
+ end
100
+ h[k.to_sym] = v
101
+ }
102
+
103
+ if attributes.key?(:'component_state')
104
+ self.component_state = attributes[:'component_state']
105
+ end
106
+
107
+ if attributes.key?(:'description')
108
+ self.description = attributes[:'description']
109
+ end
110
+
111
+ if attributes.key?(:'name')
112
+ self.name = attributes[:'name']
113
+ end
114
+
115
+ if attributes.key?(:'uuid')
116
+ self.uuid = attributes[:'uuid']
117
+ end
118
+
119
+ if attributes.key?(:'volume')
120
+ self.volume = attributes[:'volume']
121
+ end
122
+ end
123
+
124
+ # Show invalid properties with the reasons. Usually used together with valid?
125
+ # @return Array for valid properties with the reasons
126
+ def list_invalid_properties
127
+ invalid_properties = Array.new
128
+ if !@component_state.nil? && @component_state.to_s.length > 32
129
+ invalid_properties.push('invalid value for "component_state", the character length must be smaller than or equal to 32.')
130
+ end
131
+
132
+ invalid_properties
133
+ end
134
+
135
+ # Check to see if the all the properties in the model are valid
136
+ # @return true if the model is valid
137
+ def valid?
138
+ component_state_validator = EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
139
+ return false unless component_state_validator.valid?(@component_state)
140
+ return false if !@component_state.nil? && @component_state.to_s.length > 32
141
+ true
142
+ end
143
+
144
+ # Custom attribute writer method checking allowed values (enum).
145
+ # @param [Object] component_state Object to be assigned
146
+ def component_state=(component_state)
147
+ validator = EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
148
+ unless validator.valid?(component_state)
149
+ fail ArgumentError, "invalid value for \"component_state\", must be one of #{validator.allowable_values}."
150
+ end
151
+ @component_state = component_state
152
+ end
153
+
154
+ # Checks equality by comparing each attribute.
155
+ # @param [Object] Object to be compared
156
+ def ==(o)
157
+ return true if self.equal?(o)
158
+ self.class == o.class &&
159
+ component_state == o.component_state &&
160
+ description == o.description &&
161
+ name == o.name &&
162
+ uuid == o.uuid &&
163
+ volume == o.volume
164
+ end
165
+
166
+ # @see the `==` method
167
+ # @param [Object] Object to be compared
168
+ def eql?(o)
169
+ self == o
170
+ end
171
+
172
+ # Calculates hash code according to all attributes.
173
+ # @return [Integer] Hash code
174
+ def hash
175
+ [component_state, description, name, uuid, volume].hash
176
+ end
177
+
178
+ # Builds the object from hash
179
+ # @param [Hash] attributes Model attributes in the form of hash
180
+ # @return [Object] Returns the model itself
181
+ def self.build_from_hash(attributes)
182
+ new.build_from_hash(attributes)
183
+ end
184
+
185
+ # Builds the object from hash
186
+ # @param [Hash] attributes Model attributes in the form of hash
187
+ # @return [Object] Returns the model itself
188
+ def build_from_hash(attributes)
189
+ return nil unless attributes.is_a?(Hash)
190
+ self.class.openapi_types.each_pair do |key, type|
191
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
192
+ self.send("#{key}=", nil)
193
+ elsif type =~ /\AArray<(.*)>/i
194
+ # check to ensure the input is an array given that the attribute
195
+ # is documented as an array but the input is not
196
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
197
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
198
+ end
199
+ elsif !attributes[self.class.attribute_map[key]].nil?
200
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
201
+ end
202
+ end
203
+
204
+ self
205
+ end
206
+
207
+ # Deserializes the data based on type
208
+ # @param string type Data type
209
+ # @param string value Value to be deserialized
210
+ # @return [Object] Deserialized data
211
+ def _deserialize(type, value)
212
+ case type.to_sym
213
+ when :Time
214
+ Time.parse(value)
215
+ when :Date
216
+ Date.parse(value)
217
+ when :String
218
+ value.to_s
219
+ when :Integer
220
+ value.to_i
221
+ when :Float
222
+ value.to_f
223
+ when :Boolean
224
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
225
+ true
226
+ else
227
+ false
228
+ end
229
+ when :Object
230
+ # generic object (usually a Hash), return directly
231
+ value
232
+ when /\AArray<(?<inner_type>.+)>\z/
233
+ inner_type = Regexp.last_match[:inner_type]
234
+ value.map { |v| _deserialize(inner_type, v) }
235
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
236
+ k_type = Regexp.last_match[:k_type]
237
+ v_type = Regexp.last_match[:v_type]
238
+ {}.tap do |hash|
239
+ value.each do |k, v|
240
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
241
+ end
242
+ end
243
+ else # model
244
+ # models (e.g. Pet) or oneOf
245
+ klass = AutosdeOpenapiClient.const_get(type)
246
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
247
+ end
248
+ end
249
+
250
+ # Returns the string representation of the object
251
+ # @return [String] String presentation of the object
252
+ def to_s
253
+ to_hash.to_s
254
+ end
255
+
256
+ # to_body is an alias to to_hash (backward compatibility)
257
+ # @return [Hash] Returns the object in the form of hash
258
+ def to_body
259
+ to_hash
260
+ end
261
+
262
+ # Returns the object in the form of hash
263
+ # @return [Hash] Returns the object in the form of hash
264
+ def to_hash
265
+ hash = {}
266
+ self.class.attribute_map.each_pair do |attr, param|
267
+ value = self.send(attr)
268
+ if value.nil?
269
+ is_nullable = self.class.openapi_nullable.include?(attr)
270
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
271
+ end
272
+
273
+ hash[param] = _to_hash(value)
274
+ end
275
+ hash
276
+ end
277
+
278
+ # Outputs non-array value in the form of hash
279
+ # For object, use to_hash. Otherwise, just return the value
280
+ # @param [Object] value Any valid value
281
+ # @return [Hash] Returns the value in the form of hash
282
+ def _to_hash(value)
283
+ if value.is_a?(Array)
284
+ value.compact.map { |v| _to_hash(v) }
285
+ elsif value.is_a?(Hash)
286
+ {}.tap do |hash|
287
+ value.each { |k, v| hash[k] = _to_hash(v) }
288
+ end
289
+ elsif value.respond_to? :to_hash
290
+ value.to_hash
291
+ else
292
+ value
293
+ end
294
+ end
295
+
296
+ end
297
+
298
+ end
@@ -0,0 +1,288 @@
1
+ =begin
2
+ #Site Manager API
3
+
4
+ #Site Manager API
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: autosde@il.ibm.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.0.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module AutosdeOpenapiClient
17
+ # TODO add description
18
+ class SnapshotCreate
19
+ # component_state
20
+ attr_accessor :component_state
21
+
22
+ # description
23
+ attr_accessor :description
24
+
25
+ # name
26
+ attr_accessor :name
27
+
28
+ attr_accessor :volume
29
+
30
+ class EnumAttributeValidator
31
+ attr_reader :datatype
32
+ attr_reader :allowable_values
33
+
34
+ def initialize(datatype, allowable_values)
35
+ @allowable_values = allowable_values.map do |value|
36
+ case datatype.to_s
37
+ when /Integer/i
38
+ value.to_i
39
+ when /Float/i
40
+ value.to_f
41
+ else
42
+ value
43
+ end
44
+ end
45
+ end
46
+
47
+ def valid?(value)
48
+ !value || allowable_values.include?(value)
49
+ end
50
+ end
51
+
52
+ # Attribute mapping from ruby-style variable name to JSON key.
53
+ def self.attribute_map
54
+ {
55
+ :'component_state' => :'component_state',
56
+ :'description' => :'description',
57
+ :'name' => :'name',
58
+ :'volume' => :'volume'
59
+ }
60
+ end
61
+
62
+ # Returns all the JSON keys this model knows about
63
+ def self.acceptable_attributes
64
+ attribute_map.values
65
+ end
66
+
67
+ # Attribute type mapping.
68
+ def self.openapi_types
69
+ {
70
+ :'component_state' => :'String',
71
+ :'description' => :'String',
72
+ :'name' => :'String',
73
+ :'volume' => :'Volume'
74
+ }
75
+ end
76
+
77
+ # List of attributes with nullable: true
78
+ def self.openapi_nullable
79
+ Set.new([
80
+ ])
81
+ end
82
+
83
+ # Initializes the object
84
+ # @param [Hash] attributes Model attributes in the form of hash
85
+ def initialize(attributes = {})
86
+ if (!attributes.is_a?(Hash))
87
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AutosdeOpenapiClient::SnapshotCreate` initialize method"
88
+ end
89
+
90
+ # check to see if the attribute exists and convert string to symbol for hash key
91
+ attributes = attributes.each_with_object({}) { |(k, v), h|
92
+ if (!self.class.attribute_map.key?(k.to_sym))
93
+ fail ArgumentError, "`#{k}` is not a valid attribute in `AutosdeOpenapiClient::SnapshotCreate`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
94
+ end
95
+ h[k.to_sym] = v
96
+ }
97
+
98
+ if attributes.key?(:'component_state')
99
+ self.component_state = attributes[:'component_state']
100
+ end
101
+
102
+ if attributes.key?(:'description')
103
+ self.description = attributes[:'description']
104
+ end
105
+
106
+ if attributes.key?(:'name')
107
+ self.name = attributes[:'name']
108
+ end
109
+
110
+ if attributes.key?(:'volume')
111
+ self.volume = attributes[:'volume']
112
+ end
113
+ end
114
+
115
+ # Show invalid properties with the reasons. Usually used together with valid?
116
+ # @return Array for valid properties with the reasons
117
+ def list_invalid_properties
118
+ invalid_properties = Array.new
119
+ if !@component_state.nil? && @component_state.to_s.length > 32
120
+ invalid_properties.push('invalid value for "component_state", the character length must be smaller than or equal to 32.')
121
+ end
122
+
123
+ invalid_properties
124
+ end
125
+
126
+ # Check to see if the all the properties in the model are valid
127
+ # @return true if the model is valid
128
+ def valid?
129
+ component_state_validator = EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
130
+ return false unless component_state_validator.valid?(@component_state)
131
+ return false if !@component_state.nil? && @component_state.to_s.length > 32
132
+ true
133
+ end
134
+
135
+ # Custom attribute writer method checking allowed values (enum).
136
+ # @param [Object] component_state Object to be assigned
137
+ def component_state=(component_state)
138
+ validator = EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
139
+ unless validator.valid?(component_state)
140
+ fail ArgumentError, "invalid value for \"component_state\", must be one of #{validator.allowable_values}."
141
+ end
142
+ @component_state = component_state
143
+ end
144
+
145
+ # Checks equality by comparing each attribute.
146
+ # @param [Object] Object to be compared
147
+ def ==(o)
148
+ return true if self.equal?(o)
149
+ self.class == o.class &&
150
+ component_state == o.component_state &&
151
+ description == o.description &&
152
+ name == o.name &&
153
+ volume == o.volume
154
+ end
155
+
156
+ # @see the `==` method
157
+ # @param [Object] Object to be compared
158
+ def eql?(o)
159
+ self == o
160
+ end
161
+
162
+ # Calculates hash code according to all attributes.
163
+ # @return [Integer] Hash code
164
+ def hash
165
+ [component_state, description, name, volume].hash
166
+ end
167
+
168
+ # Builds the object from hash
169
+ # @param [Hash] attributes Model attributes in the form of hash
170
+ # @return [Object] Returns the model itself
171
+ def self.build_from_hash(attributes)
172
+ new.build_from_hash(attributes)
173
+ end
174
+
175
+ # Builds the object from hash
176
+ # @param [Hash] attributes Model attributes in the form of hash
177
+ # @return [Object] Returns the model itself
178
+ def build_from_hash(attributes)
179
+ return nil unless attributes.is_a?(Hash)
180
+ self.class.openapi_types.each_pair do |key, type|
181
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
182
+ self.send("#{key}=", nil)
183
+ elsif type =~ /\AArray<(.*)>/i
184
+ # check to ensure the input is an array given that the attribute
185
+ # is documented as an array but the input is not
186
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
187
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
188
+ end
189
+ elsif !attributes[self.class.attribute_map[key]].nil?
190
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
191
+ end
192
+ end
193
+
194
+ self
195
+ end
196
+
197
+ # Deserializes the data based on type
198
+ # @param string type Data type
199
+ # @param string value Value to be deserialized
200
+ # @return [Object] Deserialized data
201
+ def _deserialize(type, value)
202
+ case type.to_sym
203
+ when :Time
204
+ Time.parse(value)
205
+ when :Date
206
+ Date.parse(value)
207
+ when :String
208
+ value.to_s
209
+ when :Integer
210
+ value.to_i
211
+ when :Float
212
+ value.to_f
213
+ when :Boolean
214
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
215
+ true
216
+ else
217
+ false
218
+ end
219
+ when :Object
220
+ # generic object (usually a Hash), return directly
221
+ value
222
+ when /\AArray<(?<inner_type>.+)>\z/
223
+ inner_type = Regexp.last_match[:inner_type]
224
+ value.map { |v| _deserialize(inner_type, v) }
225
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
226
+ k_type = Regexp.last_match[:k_type]
227
+ v_type = Regexp.last_match[:v_type]
228
+ {}.tap do |hash|
229
+ value.each do |k, v|
230
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
231
+ end
232
+ end
233
+ else # model
234
+ # models (e.g. Pet) or oneOf
235
+ klass = AutosdeOpenapiClient.const_get(type)
236
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
237
+ end
238
+ end
239
+
240
+ # Returns the string representation of the object
241
+ # @return [String] String presentation of the object
242
+ def to_s
243
+ to_hash.to_s
244
+ end
245
+
246
+ # to_body is an alias to to_hash (backward compatibility)
247
+ # @return [Hash] Returns the object in the form of hash
248
+ def to_body
249
+ to_hash
250
+ end
251
+
252
+ # Returns the object in the form of hash
253
+ # @return [Hash] Returns the object in the form of hash
254
+ def to_hash
255
+ hash = {}
256
+ self.class.attribute_map.each_pair do |attr, param|
257
+ value = self.send(attr)
258
+ if value.nil?
259
+ is_nullable = self.class.openapi_nullable.include?(attr)
260
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
261
+ end
262
+
263
+ hash[param] = _to_hash(value)
264
+ end
265
+ hash
266
+ end
267
+
268
+ # Outputs non-array value in the form of hash
269
+ # For object, use to_hash. Otherwise, just return the value
270
+ # @param [Object] value Any valid value
271
+ # @return [Hash] Returns the value in the form of hash
272
+ def _to_hash(value)
273
+ if value.is_a?(Array)
274
+ value.compact.map { |v| _to_hash(v) }
275
+ elsif value.is_a?(Hash)
276
+ {}.tap do |hash|
277
+ value.each { |k, v| hash[k] = _to_hash(v) }
278
+ end
279
+ elsif value.respond_to? :to_hash
280
+ value.to_hash
281
+ else
282
+ value
283
+ end
284
+ end
285
+
286
+ end
287
+
288
+ end