topological_inventory-api-client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
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,17 @@
1
+ # TopologicalInventoryApiClient::ErrorNotFound
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **errors** | [**Array<ErrorNotFoundErrors>**](ErrorNotFoundErrors.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'TopologicalInventoryApiClient'
13
+
14
+ instance = TopologicalInventoryApiClient::ErrorNotFound.new(errors: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,19 @@
1
+ # TopologicalInventoryApiClient::ErrorNotFoundErrors
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **status** | **Integer** | | [optional]
8
+ **detail** | **String** | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TopologicalInventoryApiClient'
14
+
15
+ instance = TopologicalInventoryApiClient::ErrorNotFoundErrors.new(status: 404,
16
+ detail: Record not found)
17
+ ```
18
+
19
+
data/docs/Flavor.md ADDED
@@ -0,0 +1,41 @@
1
+ # TopologicalInventoryApiClient::Flavor
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **cpus** | **Integer** | Number of CPUs | [optional] [readonly]
9
+ **created_at** | **DateTime** | | [optional] [readonly]
10
+ **disk_count** | **Integer** | The number of default disks | [optional] [readonly]
11
+ **disk_size** | **Integer** | Size of the default disks in bytes | [optional] [readonly]
12
+ **extra** | [**Object**](.md) | | [optional] [readonly]
13
+ **id** | **String** | ID of the resource | [optional] [readonly]
14
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
15
+ **memory** | **Integer** | Amount of RAM in bytes | [optional] [readonly]
16
+ **name** | **String** | | [optional] [readonly]
17
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
18
+ **source_ref** | **String** | | [optional] [readonly]
19
+ **updated_at** | **DateTime** | | [optional] [readonly]
20
+
21
+ ## Code Sample
22
+
23
+ ```ruby
24
+ require 'TopologicalInventoryApiClient'
25
+
26
+ instance = TopologicalInventoryApiClient::Flavor.new(archived_at: null,
27
+ cpus: 2,
28
+ created_at: null,
29
+ disk_count: 2,
30
+ disk_size: 17179869184,
31
+ extra: null,
32
+ id: null,
33
+ last_seen_at: null,
34
+ memory: 17179869184,
35
+ name: null,
36
+ source_id: null,
37
+ source_ref: null,
38
+ updated_at: null)
39
+ ```
40
+
41
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::FlavorsCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<Flavor>**](Flavor.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::FlavorsCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::GraphQLRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **query** | **String** | The GraphQL query | [default to '{}']
8
+ **operation_name** | **String** | If the Query contains several named operations, the operationName controls which one should be executed | [optional] [default to '']
9
+ **variables** | [**Object**](.md) | Optional Query variables | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::GraphQLRequest.new(query: null,
17
+ operation_name: null,
18
+ variables: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,19 @@
1
+ # TopologicalInventoryApiClient::GraphQLResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **data** | [**Object**](.md) | Results from the GraphQL query | [optional]
8
+ **errors** | **Array<Object>** | Errors resulting from the GraphQL query | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TopologicalInventoryApiClient'
14
+
15
+ instance = TopologicalInventoryApiClient::GraphQLResponse.new(data: null,
16
+ errors: null)
17
+ ```
18
+
19
+
data/docs/Host.md ADDED
@@ -0,0 +1,51 @@
1
+ # TopologicalInventoryApiClient::Host
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **cluster_id** | **String** | ID of the resource | [optional] [readonly]
9
+ **cpus** | **Integer** | | [optional]
10
+ **created_at** | **DateTime** | | [optional] [readonly]
11
+ **description** | **String** | | [optional]
12
+ **extra** | [**Object**](.md) | | [optional]
13
+ **hostname** | **String** | | [optional]
14
+ **id** | **String** | ID of the resource | [optional] [readonly]
15
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
16
+ **memory** | **Integer** | | [optional]
17
+ **name** | **String** | | [optional]
18
+ **power_state** | **String** | | [optional]
19
+ **source_created_at** | **DateTime** | | [optional]
20
+ **source_deleted_at** | **DateTime** | | [optional]
21
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
22
+ **source_ref** | **String** | | [optional]
23
+ **uid_ems** | **String** | | [optional]
24
+ **updated_at** | **DateTime** | | [optional] [readonly]
25
+
26
+ ## Code Sample
27
+
28
+ ```ruby
29
+ require 'TopologicalInventoryApiClient'
30
+
31
+ instance = TopologicalInventoryApiClient::Host.new(archived_at: null,
32
+ cluster_id: null,
33
+ cpus: null,
34
+ created_at: null,
35
+ description: null,
36
+ extra: null,
37
+ hostname: null,
38
+ id: null,
39
+ last_seen_at: null,
40
+ memory: null,
41
+ name: null,
42
+ power_state: null,
43
+ source_created_at: null,
44
+ source_deleted_at: null,
45
+ source_id: null,
46
+ source_ref: null,
47
+ uid_ems: null,
48
+ updated_at: null)
49
+ ```
50
+
51
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::HostsCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<Host>**](Host.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::HostsCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,17 @@
1
+ # TopologicalInventoryApiClient::InlineResponse200
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **task_id** | **String** | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'TopologicalInventoryApiClient'
13
+
14
+ instance = TopologicalInventoryApiClient::InlineResponse200.new(task_id: null)
15
+ ```
16
+
17
+
data/docs/Ipaddress.md ADDED
@@ -0,0 +1,49 @@
1
+ # TopologicalInventoryApiClient::Ipaddress
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **created_at** | **DateTime** | | [optional] [readonly]
9
+ **extra** | [**Object**](.md) | | [optional]
10
+ **id** | **String** | ID of the resource | [optional] [readonly]
11
+ **ipaddress** | **String** | | [optional]
12
+ **kind** | **String** | | [optional]
13
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
14
+ **network_adapter_id** | **String** | ID of the resource | [optional] [readonly]
15
+ **orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
16
+ **source_created_at** | **DateTime** | | [optional]
17
+ **source_deleted_at** | **DateTime** | | [optional]
18
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
19
+ **source_ref** | **String** | | [optional]
20
+ **source_region_id** | **String** | ID of the resource | [optional] [readonly]
21
+ **subnet_id** | **String** | ID of the resource | [optional] [readonly]
22
+ **subscription_id** | **String** | ID of the resource | [optional] [readonly]
23
+ **updated_at** | **DateTime** | | [optional] [readonly]
24
+
25
+ ## Code Sample
26
+
27
+ ```ruby
28
+ require 'TopologicalInventoryApiClient'
29
+
30
+ instance = TopologicalInventoryApiClient::Ipaddress.new(archived_at: null,
31
+ created_at: null,
32
+ extra: null,
33
+ id: null,
34
+ ipaddress: null,
35
+ kind: null,
36
+ last_seen_at: null,
37
+ network_adapter_id: null,
38
+ orchestration_stack_id: null,
39
+ source_created_at: null,
40
+ source_deleted_at: null,
41
+ source_id: null,
42
+ source_ref: null,
43
+ source_region_id: null,
44
+ subnet_id: null,
45
+ subscription_id: null,
46
+ updated_at: null)
47
+ ```
48
+
49
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::IpaddressesCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<Ipaddress>**](Ipaddress.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::IpaddressesCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
data/docs/Network.md ADDED
@@ -0,0 +1,47 @@
1
+ # TopologicalInventoryApiClient::Network
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **cidr** | **String** | | [optional]
9
+ **created_at** | **DateTime** | | [optional] [readonly]
10
+ **extra** | [**Object**](.md) | | [optional]
11
+ **id** | **String** | ID of the resource | [optional] [readonly]
12
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
13
+ **name** | **String** | | [optional]
14
+ **orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
15
+ **source_created_at** | **DateTime** | | [optional]
16
+ **source_deleted_at** | **DateTime** | | [optional]
17
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
18
+ **source_ref** | **String** | | [optional]
19
+ **source_region_id** | **String** | ID of the resource | [optional] [readonly]
20
+ **status** | **String** | | [optional]
21
+ **subscription_id** | **String** | ID of the resource | [optional] [readonly]
22
+ **updated_at** | **DateTime** | | [optional] [readonly]
23
+
24
+ ## Code Sample
25
+
26
+ ```ruby
27
+ require 'TopologicalInventoryApiClient'
28
+
29
+ instance = TopologicalInventoryApiClient::Network.new(archived_at: null,
30
+ cidr: null,
31
+ created_at: null,
32
+ extra: null,
33
+ id: null,
34
+ last_seen_at: null,
35
+ name: null,
36
+ orchestration_stack_id: null,
37
+ source_created_at: null,
38
+ source_deleted_at: null,
39
+ source_id: null,
40
+ source_ref: null,
41
+ source_region_id: null,
42
+ status: null,
43
+ subscription_id: null,
44
+ updated_at: null)
45
+ ```
46
+
47
+
@@ -0,0 +1,47 @@
1
+ # TopologicalInventoryApiClient::NetworkAdapter
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **created_at** | **DateTime** | | [optional] [readonly]
9
+ **device_id** | **String** | ID of the resource | [optional] [readonly]
10
+ **device_type** | **String** | | [optional]
11
+ **extra** | [**Object**](.md) | | [optional]
12
+ **id** | **String** | ID of the resource | [optional] [readonly]
13
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
14
+ **mac_address** | **String** | | [optional]
15
+ **orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
16
+ **source_created_at** | **DateTime** | | [optional]
17
+ **source_deleted_at** | **DateTime** | | [optional]
18
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
19
+ **source_ref** | **String** | | [optional]
20
+ **source_region_id** | **String** | ID of the resource | [optional] [readonly]
21
+ **subscription_id** | **String** | ID of the resource | [optional] [readonly]
22
+ **updated_at** | **DateTime** | | [optional] [readonly]
23
+
24
+ ## Code Sample
25
+
26
+ ```ruby
27
+ require 'TopologicalInventoryApiClient'
28
+
29
+ instance = TopologicalInventoryApiClient::NetworkAdapter.new(archived_at: null,
30
+ created_at: null,
31
+ device_id: null,
32
+ device_type: null,
33
+ extra: null,
34
+ id: null,
35
+ last_seen_at: null,
36
+ mac_address: null,
37
+ orchestration_stack_id: null,
38
+ source_created_at: null,
39
+ source_deleted_at: null,
40
+ source_id: null,
41
+ source_ref: null,
42
+ source_region_id: null,
43
+ subscription_id: null,
44
+ updated_at: null)
45
+ ```
46
+
47
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::NetworkAdaptersCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<NetworkAdapter>**](NetworkAdapter.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::NetworkAdaptersCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::NetworksCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<Network>**](Network.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::NetworksCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,43 @@
1
+ # TopologicalInventoryApiClient::OrchestrationStack
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **created_at** | **DateTime** | | [optional] [readonly]
9
+ **description** | **String** | Description of the OrchestrationStack | [optional] [readonly]
10
+ **id** | **String** | ID of the resource | [optional] [readonly]
11
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
12
+ **name** | **String** | | [optional] [readonly]
13
+ **parent_orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
14
+ **source_created_at** | **DateTime** | | [optional] [readonly]
15
+ **source_deleted_at** | **DateTime** | | [optional] [readonly]
16
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
17
+ **source_ref** | **String** | | [optional] [readonly]
18
+ **source_region_id** | **String** | ID of the resource | [optional] [readonly]
19
+ **subscription_id** | **String** | ID of the resource | [optional] [readonly]
20
+ **updated_at** | **DateTime** | | [optional] [readonly]
21
+
22
+ ## Code Sample
23
+
24
+ ```ruby
25
+ require 'TopologicalInventoryApiClient'
26
+
27
+ instance = TopologicalInventoryApiClient::OrchestrationStack.new(archived_at: null,
28
+ created_at: null,
29
+ description: null,
30
+ id: null,
31
+ last_seen_at: null,
32
+ name: Sample OrchestrationStack,
33
+ parent_orchestration_stack_id: null,
34
+ source_created_at: null,
35
+ source_deleted_at: null,
36
+ source_id: null,
37
+ source_ref: null,
38
+ source_region_id: null,
39
+ subscription_id: null,
40
+ updated_at: null)
41
+ ```
42
+
43
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::OrchestrationStacksCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<OrchestrationStack>**](OrchestrationStack.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::OrchestrationStacksCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::OrderParametersServiceOffering
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **service_parameters** | [**Object**](.md) | JSON object with provisioning parameters | [optional]
8
+ **provider_control_parameters** | [**Object**](.md) | The provider specific parameters needed to provision this service. This might include namespaces, special keys | [optional]
9
+ **service_plan_id** | **String** | ID of the resource | [optional] [readonly]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::OrderParametersServiceOffering.new(service_parameters: null,
17
+ provider_control_parameters: null,
18
+ service_plan_id: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,19 @@
1
+ # TopologicalInventoryApiClient::OrderParametersServicePlan
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **service_parameters** | [**Object**](.md) | JSON object with provisioning parameters | [optional]
8
+ **provider_control_parameters** | [**Object**](.md) | The provider specific parameters needed to provision this service. This might include namespaces, special keys | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TopologicalInventoryApiClient'
14
+
15
+ instance = TopologicalInventoryApiClient::OrderParametersServicePlan.new(service_parameters: null,
16
+ provider_control_parameters: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,47 @@
1
+ # TopologicalInventoryApiClient::SecurityGroup
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional] [readonly]
8
+ **created_at** | **DateTime** | | [optional] [readonly]
9
+ **description** | **String** | | [optional]
10
+ **extra** | [**Object**](.md) | | [optional]
11
+ **id** | **String** | ID of the resource | [optional] [readonly]
12
+ **last_seen_at** | **DateTime** | | [optional] [readonly]
13
+ **name** | **String** | | [optional]
14
+ **network_id** | **String** | ID of the resource | [optional] [readonly]
15
+ **orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
16
+ **source_created_at** | **DateTime** | | [optional]
17
+ **source_deleted_at** | **DateTime** | | [optional]
18
+ **source_id** | **String** | ID of the resource | [optional] [readonly]
19
+ **source_ref** | **String** | | [optional]
20
+ **source_region_id** | **String** | ID of the resource | [optional] [readonly]
21
+ **subscription_id** | **String** | ID of the resource | [optional] [readonly]
22
+ **updated_at** | **DateTime** | | [optional] [readonly]
23
+
24
+ ## Code Sample
25
+
26
+ ```ruby
27
+ require 'TopologicalInventoryApiClient'
28
+
29
+ instance = TopologicalInventoryApiClient::SecurityGroup.new(archived_at: null,
30
+ created_at: null,
31
+ description: null,
32
+ extra: null,
33
+ id: null,
34
+ last_seen_at: null,
35
+ name: null,
36
+ network_id: null,
37
+ orchestration_stack_id: null,
38
+ source_created_at: null,
39
+ source_deleted_at: null,
40
+ source_id: null,
41
+ source_ref: null,
42
+ source_region_id: null,
43
+ subscription_id: null,
44
+ updated_at: null)
45
+ ```
46
+
47
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryApiClient::SecurityGroupsCollection
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **meta** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional]
8
+ **links** | [**CollectionLinks**](CollectionLinks.md) | | [optional]
9
+ **data** | [**Array<SecurityGroup>**](SecurityGroup.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryApiClient'
15
+
16
+ instance = TopologicalInventoryApiClient::SecurityGroupsCollection.new(meta: null,
17
+ links: null,
18
+ data: null)
19
+ ```
20
+
21
+