topological_inventory-api-client 1.0.0

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 (262) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.txt +201 -0
  4. data/README.md +89 -0
  5. data/Rakefile +10 -0
  6. data/client-meta.json +8 -0
  7. data/docs/AppliedInventoriesParametersServicePlan.md +17 -0
  8. data/docs/AvailabilitiesCollection.md +21 -0
  9. data/docs/Availability.md +35 -0
  10. data/docs/Cluster.md +39 -0
  11. data/docs/ClustersCollection.md +21 -0
  12. data/docs/CollectionLinks.md +23 -0
  13. data/docs/CollectionMetadata.md +21 -0
  14. data/docs/Container.md +39 -0
  15. data/docs/ContainerGroup.md +43 -0
  16. data/docs/ContainerGroupsCollection.md +21 -0
  17. data/docs/ContainerImage.md +39 -0
  18. data/docs/ContainerImagesCollection.md +21 -0
  19. data/docs/ContainerNode.md +59 -0
  20. data/docs/ContainerNodesCollection.md +21 -0
  21. data/docs/ContainerProject.md +41 -0
  22. data/docs/ContainerProjectsCollection.md +21 -0
  23. data/docs/ContainerResourceQuota.md +43 -0
  24. data/docs/ContainerResourceQuotaCollection.md +21 -0
  25. data/docs/ContainerTemplate.md +39 -0
  26. data/docs/ContainerTemplatesCollection.md +21 -0
  27. data/docs/ContainersCollection.md +21 -0
  28. data/docs/Datastore.md +47 -0
  29. data/docs/DatastoresCollection.md +21 -0
  30. data/docs/DefaultApi.md +10871 -0
  31. data/docs/ErrorNotFound.md +17 -0
  32. data/docs/ErrorNotFoundErrors.md +19 -0
  33. data/docs/Flavor.md +41 -0
  34. data/docs/FlavorsCollection.md +21 -0
  35. data/docs/GraphQLRequest.md +21 -0
  36. data/docs/GraphQLResponse.md +19 -0
  37. data/docs/Host.md +51 -0
  38. data/docs/HostsCollection.md +21 -0
  39. data/docs/InlineResponse200.md +17 -0
  40. data/docs/Ipaddress.md +49 -0
  41. data/docs/IpaddressesCollection.md +21 -0
  42. data/docs/Network.md +47 -0
  43. data/docs/NetworkAdapter.md +47 -0
  44. data/docs/NetworkAdaptersCollection.md +21 -0
  45. data/docs/NetworksCollection.md +21 -0
  46. data/docs/OrchestrationStack.md +43 -0
  47. data/docs/OrchestrationStacksCollection.md +21 -0
  48. data/docs/OrderParametersServiceOffering.md +21 -0
  49. data/docs/OrderParametersServicePlan.md +19 -0
  50. data/docs/SecurityGroup.md +47 -0
  51. data/docs/SecurityGroupsCollection.md +21 -0
  52. data/docs/ServiceInstance.md +51 -0
  53. data/docs/ServiceInstanceNode.md +43 -0
  54. data/docs/ServiceInstanceNodesCollection.md +21 -0
  55. data/docs/ServiceInstancesCollection.md +21 -0
  56. data/docs/ServiceInventoriesCollection.md +21 -0
  57. data/docs/ServiceInventory.md +39 -0
  58. data/docs/ServiceOffering.md +57 -0
  59. data/docs/ServiceOfferingIcon.md +29 -0
  60. data/docs/ServiceOfferingIconsCollection.md +21 -0
  61. data/docs/ServiceOfferingNode.md +43 -0
  62. data/docs/ServiceOfferingNodesCollection.md +21 -0
  63. data/docs/ServiceOfferingsCollection.md +21 -0
  64. data/docs/ServicePlan.md +51 -0
  65. data/docs/ServicePlansCollection.md +21 -0
  66. data/docs/Source.md +25 -0
  67. data/docs/SourceRegion.md +33 -0
  68. data/docs/SourceRegionsCollection.md +21 -0
  69. data/docs/SourcesCollection.md +21 -0
  70. data/docs/Subnet.md +49 -0
  71. data/docs/SubnetsCollection.md +21 -0
  72. data/docs/Subscription.md +31 -0
  73. data/docs/SubscriptionsCollection.md +21 -0
  74. data/docs/Tag.md +29 -0
  75. data/docs/Tagging.md +21 -0
  76. data/docs/TagsCollection.md +21 -0
  77. data/docs/Task.md +31 -0
  78. data/docs/TasksCollection.md +21 -0
  79. data/docs/Tenant.md +23 -0
  80. data/docs/Vm.md +61 -0
  81. data/docs/VmsCollection.md +21 -0
  82. data/docs/Volume.md +49 -0
  83. data/docs/VolumeAttachment.md +27 -0
  84. data/docs/VolumeAttachmentsCollection.md +21 -0
  85. data/docs/VolumeType.md +35 -0
  86. data/docs/VolumeTypesCollection.md +21 -0
  87. data/docs/VolumesCollection.md +21 -0
  88. data/git_push.sh +58 -0
  89. data/lib/topological_inventory-api-client/api/default_api.rb +14822 -0
  90. data/lib/topological_inventory-api-client/api_client.rb +386 -0
  91. data/lib/topological_inventory-api-client/api_error.rb +57 -0
  92. data/lib/topological_inventory-api-client/configuration.rb +268 -0
  93. data/lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb +207 -0
  94. data/lib/topological_inventory-api-client/models/availabilities_collection.rb +226 -0
  95. data/lib/topological_inventory-api-client/models/availability.rb +323 -0
  96. data/lib/topological_inventory-api-client/models/cluster.rb +341 -0
  97. data/lib/topological_inventory-api-client/models/clusters_collection.rb +226 -0
  98. data/lib/topological_inventory-api-client/models/collection_links.rb +233 -0
  99. data/lib/topological_inventory-api-client/models/collection_metadata.rb +224 -0
  100. data/lib/topological_inventory-api-client/models/container.rb +359 -0
  101. data/lib/topological_inventory-api-client/models/container_group.rb +395 -0
  102. data/lib/topological_inventory-api-client/models/container_groups_collection.rb +226 -0
  103. data/lib/topological_inventory-api-client/models/container_image.rb +341 -0
  104. data/lib/topological_inventory-api-client/models/container_images_collection.rb +226 -0
  105. data/lib/topological_inventory-api-client/models/container_node.rb +449 -0
  106. data/lib/topological_inventory-api-client/models/container_nodes_collection.rb +226 -0
  107. data/lib/topological_inventory-api-client/models/container_project.rb +350 -0
  108. data/lib/topological_inventory-api-client/models/container_projects_collection.rb +226 -0
  109. data/lib/topological_inventory-api-client/models/container_resource_quota.rb +377 -0
  110. data/lib/topological_inventory-api-client/models/container_resource_quota_collection.rb +226 -0
  111. data/lib/topological_inventory-api-client/models/container_template.rb +359 -0
  112. data/lib/topological_inventory-api-client/models/container_templates_collection.rb +226 -0
  113. data/lib/topological_inventory-api-client/models/containers_collection.rb +226 -0
  114. data/lib/topological_inventory-api-client/models/datastore.rb +377 -0
  115. data/lib/topological_inventory-api-client/models/datastores_collection.rb +226 -0
  116. data/lib/topological_inventory-api-client/models/error_not_found.rb +208 -0
  117. data/lib/topological_inventory-api-client/models/error_not_found_errors.rb +215 -0
  118. data/lib/topological_inventory-api-client/models/flavor.rb +354 -0
  119. data/lib/topological_inventory-api-client/models/flavors_collection.rb +226 -0
  120. data/lib/topological_inventory-api-client/models/graph_ql_request.rb +237 -0
  121. data/lib/topological_inventory-api-client/models/graph_ql_response.rb +219 -0
  122. data/lib/topological_inventory-api-client/models/host.rb +413 -0
  123. data/lib/topological_inventory-api-client/models/hosts_collection.rb +226 -0
  124. data/lib/topological_inventory-api-client/models/inline_response200.rb +206 -0
  125. data/lib/topological_inventory-api-client/models/ipaddress.rb +476 -0
  126. data/lib/topological_inventory-api-client/models/ipaddresses_collection.rb +226 -0
  127. data/lib/topological_inventory-api-client/models/network.rb +431 -0
  128. data/lib/topological_inventory-api-client/models/network_adapter.rb +449 -0
  129. data/lib/topological_inventory-api-client/models/network_adapters_collection.rb +226 -0
  130. data/lib/topological_inventory-api-client/models/networks_collection.rb +226 -0
  131. data/lib/topological_inventory-api-client/models/orchestration_stack.rb +414 -0
  132. data/lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb +226 -0
  133. data/lib/topological_inventory-api-client/models/order_parameters_service_offering.rb +244 -0
  134. data/lib/topological_inventory-api-client/models/order_parameters_service_plan.rb +217 -0
  135. data/lib/topological_inventory-api-client/models/security_group.rb +449 -0
  136. data/lib/topological_inventory-api-client/models/security_groups_collection.rb +226 -0
  137. data/lib/topological_inventory-api-client/models/service_instance.rb +504 -0
  138. data/lib/topological_inventory-api-client/models/service_instance_node.rb +413 -0
  139. data/lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb +226 -0
  140. data/lib/topological_inventory-api-client/models/service_instances_collection.rb +226 -0
  141. data/lib/topological_inventory-api-client/models/service_inventories_collection.rb +226 -0
  142. data/lib/topological_inventory-api-client/models/service_inventory.rb +341 -0
  143. data/lib/topological_inventory-api-client/models/service_offering.rb +496 -0
  144. data/lib/topological_inventory-api-client/models/service_offering_icon.rb +297 -0
  145. data/lib/topological_inventory-api-client/models/service_offering_icons_collection.rb +226 -0
  146. data/lib/topological_inventory-api-client/models/service_offering_node.rb +413 -0
  147. data/lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb +226 -0
  148. data/lib/topological_inventory-api-client/models/service_offerings_collection.rb +226 -0
  149. data/lib/topological_inventory-api-client/models/service_plan.rb +450 -0
  150. data/lib/topological_inventory-api-client/models/service_plans_collection.rb +226 -0
  151. data/lib/topological_inventory-api-client/models/source.rb +260 -0
  152. data/lib/topological_inventory-api-client/models/source_region.rb +314 -0
  153. data/lib/topological_inventory-api-client/models/source_regions_collection.rb +226 -0
  154. data/lib/topological_inventory-api-client/models/sources_collection.rb +226 -0
  155. data/lib/topological_inventory-api-client/models/subnet.rb +458 -0
  156. data/lib/topological_inventory-api-client/models/subnets_collection.rb +226 -0
  157. data/lib/topological_inventory-api-client/models/subscription.rb +305 -0
  158. data/lib/topological_inventory-api-client/models/subscriptions_collection.rb +226 -0
  159. data/lib/topological_inventory-api-client/models/tag.rb +278 -0
  160. data/lib/topological_inventory-api-client/models/tagging.rb +242 -0
  161. data/lib/topological_inventory-api-client/models/tags_collection.rb +226 -0
  162. data/lib/topological_inventory-api-client/models/task.rb +287 -0
  163. data/lib/topological_inventory-api-client/models/tasks_collection.rb +226 -0
  164. data/lib/topological_inventory-api-client/models/tenant.rb +251 -0
  165. data/lib/topological_inventory-api-client/models/vm.rb +518 -0
  166. data/lib/topological_inventory-api-client/models/vms_collection.rb +226 -0
  167. data/lib/topological_inventory-api-client/models/volume.rb +459 -0
  168. data/lib/topological_inventory-api-client/models/volume_attachment.rb +305 -0
  169. data/lib/topological_inventory-api-client/models/volume_attachments_collection.rb +226 -0
  170. data/lib/topological_inventory-api-client/models/volume_type.rb +323 -0
  171. data/lib/topological_inventory-api-client/models/volume_types_collection.rb +226 -0
  172. data/lib/topological_inventory-api-client/models/volumes_collection.rb +226 -0
  173. data/lib/topological_inventory-api-client/version.rb +15 -0
  174. data/lib/topological_inventory-api-client.rb +120 -0
  175. data/pkg/topological_inventory-api-client-1.0.0.gem +0 -0
  176. data/spec/api/default_api_spec.rb +2676 -0
  177. data/spec/api_client_spec.rb +226 -0
  178. data/spec/configuration_spec.rb +42 -0
  179. data/spec/models/applied_inventories_parameters_service_plan_spec.rb +41 -0
  180. data/spec/models/availabilities_collection_spec.rb +53 -0
  181. data/spec/models/availability_spec.rb +95 -0
  182. data/spec/models/cluster_spec.rb +107 -0
  183. data/spec/models/clusters_collection_spec.rb +53 -0
  184. data/spec/models/collection_links_spec.rb +59 -0
  185. data/spec/models/collection_metadata_spec.rb +53 -0
  186. data/spec/models/container_group_spec.rb +119 -0
  187. data/spec/models/container_groups_collection_spec.rb +53 -0
  188. data/spec/models/container_image_spec.rb +107 -0
  189. data/spec/models/container_images_collection_spec.rb +53 -0
  190. data/spec/models/container_node_spec.rb +167 -0
  191. data/spec/models/container_nodes_collection_spec.rb +53 -0
  192. data/spec/models/container_project_spec.rb +113 -0
  193. data/spec/models/container_projects_collection_spec.rb +53 -0
  194. data/spec/models/container_resource_quota_collection_spec.rb +53 -0
  195. data/spec/models/container_resource_quota_spec.rb +119 -0
  196. data/spec/models/container_spec.rb +107 -0
  197. data/spec/models/container_template_spec.rb +107 -0
  198. data/spec/models/container_templates_collection_spec.rb +53 -0
  199. data/spec/models/containers_collection_spec.rb +53 -0
  200. data/spec/models/datastore_spec.rb +131 -0
  201. data/spec/models/datastores_collection_spec.rb +53 -0
  202. data/spec/models/error_not_found_errors_spec.rb +47 -0
  203. data/spec/models/error_not_found_spec.rb +41 -0
  204. data/spec/models/flavor_spec.rb +113 -0
  205. data/spec/models/flavors_collection_spec.rb +53 -0
  206. data/spec/models/graph_ql_request_spec.rb +53 -0
  207. data/spec/models/graph_ql_response_spec.rb +47 -0
  208. data/spec/models/host_spec.rb +143 -0
  209. data/spec/models/hosts_collection_spec.rb +53 -0
  210. data/spec/models/inline_response200_spec.rb +41 -0
  211. data/spec/models/ipaddress_spec.rb +137 -0
  212. data/spec/models/ipaddresses_collection_spec.rb +53 -0
  213. data/spec/models/network_adapter_spec.rb +131 -0
  214. data/spec/models/network_adapters_collection_spec.rb +53 -0
  215. data/spec/models/network_spec.rb +131 -0
  216. data/spec/models/networks_collection_spec.rb +53 -0
  217. data/spec/models/orchestration_stack_spec.rb +119 -0
  218. data/spec/models/orchestration_stacks_collection_spec.rb +53 -0
  219. data/spec/models/order_parameters_service_offering_spec.rb +53 -0
  220. data/spec/models/order_parameters_service_plan_spec.rb +47 -0
  221. data/spec/models/security_group_spec.rb +131 -0
  222. data/spec/models/security_groups_collection_spec.rb +53 -0
  223. data/spec/models/service_instance_node_spec.rb +119 -0
  224. data/spec/models/service_instance_nodes_collection_spec.rb +53 -0
  225. data/spec/models/service_instance_spec.rb +143 -0
  226. data/spec/models/service_instances_collection_spec.rb +53 -0
  227. data/spec/models/service_inventories_collection_spec.rb +53 -0
  228. data/spec/models/service_inventory_spec.rb +107 -0
  229. data/spec/models/service_offering_icon_spec.rb +77 -0
  230. data/spec/models/service_offering_icons_collection_spec.rb +53 -0
  231. data/spec/models/service_offering_node_spec.rb +119 -0
  232. data/spec/models/service_offering_nodes_collection_spec.rb +53 -0
  233. data/spec/models/service_offering_spec.rb +161 -0
  234. data/spec/models/service_offerings_collection_spec.rb +53 -0
  235. data/spec/models/service_plan_spec.rb +143 -0
  236. data/spec/models/service_plans_collection_spec.rb +53 -0
  237. data/spec/models/source_region_spec.rb +89 -0
  238. data/spec/models/source_regions_collection_spec.rb +53 -0
  239. data/spec/models/source_spec.rb +65 -0
  240. data/spec/models/sources_collection_spec.rb +53 -0
  241. data/spec/models/subnet_spec.rb +137 -0
  242. data/spec/models/subnets_collection_spec.rb +53 -0
  243. data/spec/models/subscription_spec.rb +83 -0
  244. data/spec/models/subscriptions_collection_spec.rb +53 -0
  245. data/spec/models/tag_spec.rb +77 -0
  246. data/spec/models/tagging_spec.rb +53 -0
  247. data/spec/models/tags_collection_spec.rb +53 -0
  248. data/spec/models/task_spec.rb +83 -0
  249. data/spec/models/tasks_collection_spec.rb +53 -0
  250. data/spec/models/tenant_spec.rb +59 -0
  251. data/spec/models/vm_spec.rb +173 -0
  252. data/spec/models/vms_collection_spec.rb +53 -0
  253. data/spec/models/volume_attachment_spec.rb +71 -0
  254. data/spec/models/volume_attachments_collection_spec.rb +53 -0
  255. data/spec/models/volume_spec.rb +137 -0
  256. data/spec/models/volume_type_spec.rb +95 -0
  257. data/spec/models/volume_types_collection_spec.rb +53 -0
  258. data/spec/models/volumes_collection_spec.rb +53 -0
  259. data/spec/spec_helper.rb +111 -0
  260. data/topological_inventory-api-client-2.0.0.gem +0 -0
  261. data/topological_inventory-api-client.gemspec +39 -0
  262. metadata +447 -0
@@ -0,0 +1,518 @@
1
+ =begin
2
+ #Topological Inventory
3
+
4
+ #Topological Inventory
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: support@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module TopologicalInventoryApiClient
16
+ class Vm
17
+ attr_accessor :archived_at
18
+
19
+ # Total number of CPUs
20
+ attr_accessor :cpus
21
+
22
+ attr_accessor :created_at
23
+
24
+ # Description of the Vm
25
+ attr_accessor :description
26
+
27
+ attr_accessor :extra
28
+
29
+ # ID of the resource
30
+ attr_accessor :flavor_id
31
+
32
+ attr_accessor :host_inventory_uuid
33
+
34
+ attr_accessor :hostname
35
+
36
+ # ID of the resource
37
+ attr_accessor :id
38
+
39
+ attr_accessor :last_seen_at
40
+
41
+ attr_accessor :mac_addresses
42
+
43
+ # Total RAM in bytes
44
+ attr_accessor :memory
45
+
46
+ attr_accessor :name
47
+
48
+ # ID of the resource
49
+ attr_accessor :orchestration_stack_id
50
+
51
+ attr_accessor :power_state
52
+
53
+ attr_accessor :source_created_at
54
+
55
+ attr_accessor :source_deleted_at
56
+
57
+ # ID of the resource
58
+ attr_accessor :source_id
59
+
60
+ attr_accessor :source_ref
61
+
62
+ # ID of the resource
63
+ attr_accessor :source_region_id
64
+
65
+ # ID of the resource
66
+ attr_accessor :subscription_id
67
+
68
+ # Cross-Source Unique Reference
69
+ attr_accessor :uid_ems
70
+
71
+ attr_accessor :updated_at
72
+
73
+ # Attribute mapping from ruby-style variable name to JSON key.
74
+ def self.attribute_map
75
+ {
76
+ :'archived_at' => :'archived_at',
77
+ :'cpus' => :'cpus',
78
+ :'created_at' => :'created_at',
79
+ :'description' => :'description',
80
+ :'extra' => :'extra',
81
+ :'flavor_id' => :'flavor_id',
82
+ :'host_inventory_uuid' => :'host_inventory_uuid',
83
+ :'hostname' => :'hostname',
84
+ :'id' => :'id',
85
+ :'last_seen_at' => :'last_seen_at',
86
+ :'mac_addresses' => :'mac_addresses',
87
+ :'memory' => :'memory',
88
+ :'name' => :'name',
89
+ :'orchestration_stack_id' => :'orchestration_stack_id',
90
+ :'power_state' => :'power_state',
91
+ :'source_created_at' => :'source_created_at',
92
+ :'source_deleted_at' => :'source_deleted_at',
93
+ :'source_id' => :'source_id',
94
+ :'source_ref' => :'source_ref',
95
+ :'source_region_id' => :'source_region_id',
96
+ :'subscription_id' => :'subscription_id',
97
+ :'uid_ems' => :'uid_ems',
98
+ :'updated_at' => :'updated_at'
99
+ }
100
+ end
101
+
102
+ # Attribute type mapping.
103
+ def self.openapi_types
104
+ {
105
+ :'archived_at' => :'DateTime',
106
+ :'cpus' => :'Integer',
107
+ :'created_at' => :'DateTime',
108
+ :'description' => :'String',
109
+ :'extra' => :'Object',
110
+ :'flavor_id' => :'String',
111
+ :'host_inventory_uuid' => :'String',
112
+ :'hostname' => :'String',
113
+ :'id' => :'String',
114
+ :'last_seen_at' => :'DateTime',
115
+ :'mac_addresses' => :'Array<String>',
116
+ :'memory' => :'Integer',
117
+ :'name' => :'String',
118
+ :'orchestration_stack_id' => :'String',
119
+ :'power_state' => :'String',
120
+ :'source_created_at' => :'DateTime',
121
+ :'source_deleted_at' => :'DateTime',
122
+ :'source_id' => :'String',
123
+ :'source_ref' => :'String',
124
+ :'source_region_id' => :'String',
125
+ :'subscription_id' => :'String',
126
+ :'uid_ems' => :'String',
127
+ :'updated_at' => :'DateTime'
128
+ }
129
+ end
130
+
131
+ # List of attributes with nullable: true
132
+ def self.openapi_nullable
133
+ Set.new([
134
+ ])
135
+ end
136
+
137
+ # Initializes the object
138
+ # @param [Hash] attributes Model attributes in the form of hash
139
+ def initialize(attributes = {})
140
+ if (!attributes.is_a?(Hash))
141
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TopologicalInventoryApiClient::Vm` initialize method"
142
+ end
143
+
144
+ # check to see if the attribute exists and convert string to symbol for hash key
145
+ attributes = attributes.each_with_object({}) { |(k, v), h|
146
+ if (!self.class.attribute_map.key?(k.to_sym))
147
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TopologicalInventoryApiClient::Vm`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
148
+ end
149
+ h[k.to_sym] = v
150
+ }
151
+
152
+ if attributes.key?(:'archived_at')
153
+ self.archived_at = attributes[:'archived_at']
154
+ end
155
+
156
+ if attributes.key?(:'cpus')
157
+ self.cpus = attributes[:'cpus']
158
+ end
159
+
160
+ if attributes.key?(:'created_at')
161
+ self.created_at = attributes[:'created_at']
162
+ end
163
+
164
+ if attributes.key?(:'description')
165
+ self.description = attributes[:'description']
166
+ end
167
+
168
+ if attributes.key?(:'extra')
169
+ self.extra = attributes[:'extra']
170
+ end
171
+
172
+ if attributes.key?(:'flavor_id')
173
+ self.flavor_id = attributes[:'flavor_id']
174
+ end
175
+
176
+ if attributes.key?(:'host_inventory_uuid')
177
+ self.host_inventory_uuid = attributes[:'host_inventory_uuid']
178
+ end
179
+
180
+ if attributes.key?(:'hostname')
181
+ self.hostname = attributes[:'hostname']
182
+ end
183
+
184
+ if attributes.key?(:'id')
185
+ self.id = attributes[:'id']
186
+ end
187
+
188
+ if attributes.key?(:'last_seen_at')
189
+ self.last_seen_at = attributes[:'last_seen_at']
190
+ end
191
+
192
+ if attributes.key?(:'mac_addresses')
193
+ if (value = attributes[:'mac_addresses']).is_a?(Array)
194
+ self.mac_addresses = value
195
+ end
196
+ end
197
+
198
+ if attributes.key?(:'memory')
199
+ self.memory = attributes[:'memory']
200
+ end
201
+
202
+ if attributes.key?(:'name')
203
+ self.name = attributes[:'name']
204
+ end
205
+
206
+ if attributes.key?(:'orchestration_stack_id')
207
+ self.orchestration_stack_id = attributes[:'orchestration_stack_id']
208
+ end
209
+
210
+ if attributes.key?(:'power_state')
211
+ self.power_state = attributes[:'power_state']
212
+ end
213
+
214
+ if attributes.key?(:'source_created_at')
215
+ self.source_created_at = attributes[:'source_created_at']
216
+ end
217
+
218
+ if attributes.key?(:'source_deleted_at')
219
+ self.source_deleted_at = attributes[:'source_deleted_at']
220
+ end
221
+
222
+ if attributes.key?(:'source_id')
223
+ self.source_id = attributes[:'source_id']
224
+ end
225
+
226
+ if attributes.key?(:'source_ref')
227
+ self.source_ref = attributes[:'source_ref']
228
+ end
229
+
230
+ if attributes.key?(:'source_region_id')
231
+ self.source_region_id = attributes[:'source_region_id']
232
+ end
233
+
234
+ if attributes.key?(:'subscription_id')
235
+ self.subscription_id = attributes[:'subscription_id']
236
+ end
237
+
238
+ if attributes.key?(:'uid_ems')
239
+ self.uid_ems = attributes[:'uid_ems']
240
+ end
241
+
242
+ if attributes.key?(:'updated_at')
243
+ self.updated_at = attributes[:'updated_at']
244
+ end
245
+ end
246
+
247
+ # Show invalid properties with the reasons. Usually used together with valid?
248
+ # @return Array for valid properties with the reasons
249
+ def list_invalid_properties
250
+ invalid_properties = Array.new
251
+ pattern = Regexp.new(/^\d+$/)
252
+ if !@flavor_id.nil? && @flavor_id !~ pattern
253
+ invalid_properties.push("invalid value for \"flavor_id\", must conform to the pattern #{pattern}.")
254
+ end
255
+
256
+ pattern = Regexp.new(/^\d+$/)
257
+ if !@id.nil? && @id !~ pattern
258
+ invalid_properties.push("invalid value for \"id\", must conform to the pattern #{pattern}.")
259
+ end
260
+
261
+ pattern = Regexp.new(/^\d+$/)
262
+ if !@orchestration_stack_id.nil? && @orchestration_stack_id !~ pattern
263
+ invalid_properties.push("invalid value for \"orchestration_stack_id\", must conform to the pattern #{pattern}.")
264
+ end
265
+
266
+ pattern = Regexp.new(/^\d+$/)
267
+ if !@source_id.nil? && @source_id !~ pattern
268
+ invalid_properties.push("invalid value for \"source_id\", must conform to the pattern #{pattern}.")
269
+ end
270
+
271
+ pattern = Regexp.new(/^\d+$/)
272
+ if !@source_region_id.nil? && @source_region_id !~ pattern
273
+ invalid_properties.push("invalid value for \"source_region_id\", must conform to the pattern #{pattern}.")
274
+ end
275
+
276
+ pattern = Regexp.new(/^\d+$/)
277
+ if !@subscription_id.nil? && @subscription_id !~ pattern
278
+ invalid_properties.push("invalid value for \"subscription_id\", must conform to the pattern #{pattern}.")
279
+ end
280
+
281
+ invalid_properties
282
+ end
283
+
284
+ # Check to see if the all the properties in the model are valid
285
+ # @return true if the model is valid
286
+ def valid?
287
+ return false if !@flavor_id.nil? && @flavor_id !~ Regexp.new(/^\d+$/)
288
+ return false if !@id.nil? && @id !~ Regexp.new(/^\d+$/)
289
+ return false if !@orchestration_stack_id.nil? && @orchestration_stack_id !~ Regexp.new(/^\d+$/)
290
+ return false if !@source_id.nil? && @source_id !~ Regexp.new(/^\d+$/)
291
+ return false if !@source_region_id.nil? && @source_region_id !~ Regexp.new(/^\d+$/)
292
+ return false if !@subscription_id.nil? && @subscription_id !~ Regexp.new(/^\d+$/)
293
+ true
294
+ end
295
+
296
+ # Custom attribute writer method with validation
297
+ # @param [Object] flavor_id Value to be assigned
298
+ def flavor_id=(flavor_id)
299
+ pattern = Regexp.new(/^\d+$/)
300
+ if !flavor_id.nil? && flavor_id !~ pattern
301
+ fail ArgumentError, "invalid value for \"flavor_id\", must conform to the pattern #{pattern}."
302
+ end
303
+
304
+ @flavor_id = flavor_id
305
+ end
306
+
307
+ # Custom attribute writer method with validation
308
+ # @param [Object] id Value to be assigned
309
+ def id=(id)
310
+ pattern = Regexp.new(/^\d+$/)
311
+ if !id.nil? && id !~ pattern
312
+ fail ArgumentError, "invalid value for \"id\", must conform to the pattern #{pattern}."
313
+ end
314
+
315
+ @id = id
316
+ end
317
+
318
+ # Custom attribute writer method with validation
319
+ # @param [Object] orchestration_stack_id Value to be assigned
320
+ def orchestration_stack_id=(orchestration_stack_id)
321
+ pattern = Regexp.new(/^\d+$/)
322
+ if !orchestration_stack_id.nil? && orchestration_stack_id !~ pattern
323
+ fail ArgumentError, "invalid value for \"orchestration_stack_id\", must conform to the pattern #{pattern}."
324
+ end
325
+
326
+ @orchestration_stack_id = orchestration_stack_id
327
+ end
328
+
329
+ # Custom attribute writer method with validation
330
+ # @param [Object] source_id Value to be assigned
331
+ def source_id=(source_id)
332
+ pattern = Regexp.new(/^\d+$/)
333
+ if !source_id.nil? && source_id !~ pattern
334
+ fail ArgumentError, "invalid value for \"source_id\", must conform to the pattern #{pattern}."
335
+ end
336
+
337
+ @source_id = source_id
338
+ end
339
+
340
+ # Custom attribute writer method with validation
341
+ # @param [Object] source_region_id Value to be assigned
342
+ def source_region_id=(source_region_id)
343
+ pattern = Regexp.new(/^\d+$/)
344
+ if !source_region_id.nil? && source_region_id !~ pattern
345
+ fail ArgumentError, "invalid value for \"source_region_id\", must conform to the pattern #{pattern}."
346
+ end
347
+
348
+ @source_region_id = source_region_id
349
+ end
350
+
351
+ # Custom attribute writer method with validation
352
+ # @param [Object] subscription_id Value to be assigned
353
+ def subscription_id=(subscription_id)
354
+ pattern = Regexp.new(/^\d+$/)
355
+ if !subscription_id.nil? && subscription_id !~ pattern
356
+ fail ArgumentError, "invalid value for \"subscription_id\", must conform to the pattern #{pattern}."
357
+ end
358
+
359
+ @subscription_id = subscription_id
360
+ end
361
+
362
+ # Checks equality by comparing each attribute.
363
+ # @param [Object] Object to be compared
364
+ def ==(o)
365
+ return true if self.equal?(o)
366
+ self.class == o.class &&
367
+ archived_at == o.archived_at &&
368
+ cpus == o.cpus &&
369
+ created_at == o.created_at &&
370
+ description == o.description &&
371
+ extra == o.extra &&
372
+ flavor_id == o.flavor_id &&
373
+ host_inventory_uuid == o.host_inventory_uuid &&
374
+ hostname == o.hostname &&
375
+ id == o.id &&
376
+ last_seen_at == o.last_seen_at &&
377
+ mac_addresses == o.mac_addresses &&
378
+ memory == o.memory &&
379
+ name == o.name &&
380
+ orchestration_stack_id == o.orchestration_stack_id &&
381
+ power_state == o.power_state &&
382
+ source_created_at == o.source_created_at &&
383
+ source_deleted_at == o.source_deleted_at &&
384
+ source_id == o.source_id &&
385
+ source_ref == o.source_ref &&
386
+ source_region_id == o.source_region_id &&
387
+ subscription_id == o.subscription_id &&
388
+ uid_ems == o.uid_ems &&
389
+ updated_at == o.updated_at
390
+ end
391
+
392
+ # @see the `==` method
393
+ # @param [Object] Object to be compared
394
+ def eql?(o)
395
+ self == o
396
+ end
397
+
398
+ # Calculates hash code according to all attributes.
399
+ # @return [Integer] Hash code
400
+ def hash
401
+ [archived_at, cpus, created_at, description, extra, flavor_id, host_inventory_uuid, hostname, id, last_seen_at, mac_addresses, memory, name, orchestration_stack_id, power_state, source_created_at, source_deleted_at, source_id, source_ref, source_region_id, subscription_id, uid_ems, updated_at].hash
402
+ end
403
+
404
+ # Builds the object from hash
405
+ # @param [Hash] attributes Model attributes in the form of hash
406
+ # @return [Object] Returns the model itself
407
+ def self.build_from_hash(attributes)
408
+ new.build_from_hash(attributes)
409
+ end
410
+
411
+ # Builds the object from hash
412
+ # @param [Hash] attributes Model attributes in the form of hash
413
+ # @return [Object] Returns the model itself
414
+ def build_from_hash(attributes)
415
+ return nil unless attributes.is_a?(Hash)
416
+ self.class.openapi_types.each_pair do |key, type|
417
+ if type =~ /\AArray<(.*)>/i
418
+ # check to ensure the input is an array given that the attribute
419
+ # is documented as an array but the input is not
420
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
421
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
422
+ end
423
+ elsif !attributes[self.class.attribute_map[key]].nil?
424
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
425
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
426
+ end
427
+
428
+ self
429
+ end
430
+
431
+ # Deserializes the data based on type
432
+ # @param string type Data type
433
+ # @param string value Value to be deserialized
434
+ # @return [Object] Deserialized data
435
+ def _deserialize(type, value)
436
+ case type.to_sym
437
+ when :DateTime
438
+ DateTime.parse(value)
439
+ when :Date
440
+ Date.parse(value)
441
+ when :String
442
+ value.to_s
443
+ when :Integer
444
+ value.to_i
445
+ when :Float
446
+ value.to_f
447
+ when :Boolean
448
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
449
+ true
450
+ else
451
+ false
452
+ end
453
+ when :Object
454
+ # generic object (usually a Hash), return directly
455
+ value
456
+ when /\AArray<(?<inner_type>.+)>\z/
457
+ inner_type = Regexp.last_match[:inner_type]
458
+ value.map { |v| _deserialize(inner_type, v) }
459
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
460
+ k_type = Regexp.last_match[:k_type]
461
+ v_type = Regexp.last_match[:v_type]
462
+ {}.tap do |hash|
463
+ value.each do |k, v|
464
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
465
+ end
466
+ end
467
+ else # model
468
+ TopologicalInventoryApiClient.const_get(type).build_from_hash(value)
469
+ end
470
+ end
471
+
472
+ # Returns the string representation of the object
473
+ # @return [String] String presentation of the object
474
+ def to_s
475
+ to_hash.to_s
476
+ end
477
+
478
+ # to_body is an alias to to_hash (backward compatibility)
479
+ # @return [Hash] Returns the object in the form of hash
480
+ def to_body
481
+ to_hash
482
+ end
483
+
484
+ # Returns the object in the form of hash
485
+ # @return [Hash] Returns the object in the form of hash
486
+ def to_hash
487
+ hash = {}
488
+ self.class.attribute_map.each_pair do |attr, param|
489
+ value = self.send(attr)
490
+ if value.nil?
491
+ is_nullable = self.class.openapi_nullable.include?(attr)
492
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
493
+ end
494
+
495
+ hash[param] = _to_hash(value)
496
+ end
497
+ hash
498
+ end
499
+
500
+ # Outputs non-array value in the form of hash
501
+ # For object, use to_hash. Otherwise, just return the value
502
+ # @param [Object] value Any valid value
503
+ # @return [Hash] Returns the value in the form of hash
504
+ def _to_hash(value)
505
+ if value.is_a?(Array)
506
+ value.compact.map { |v| _to_hash(v) }
507
+ elsif value.is_a?(Hash)
508
+ {}.tap do |hash|
509
+ value.each { |k, v| hash[k] = _to_hash(v) }
510
+ end
511
+ elsif value.respond_to? :to_hash
512
+ value.to_hash
513
+ else
514
+ value
515
+ end
516
+ end
517
+ end
518
+ end