topological_inventory-api-client 1.0.0 → 2.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 (183) hide show
  1. checksums.yaml +4 -4
  2. data/docs/DefaultApi.md +1444 -1
  3. data/docs/ServiceInstance.md +2 -0
  4. data/docs/ServiceInstanceNode.md +2 -0
  5. data/docs/ServiceOffering.md +2 -0
  6. data/docs/ServiceOfferingNode.md +2 -0
  7. data/docs/Tag.md +2 -14
  8. data/docs/Vm.md +2 -0
  9. data/lib/topological_inventory-api-client.rb +1 -2
  10. data/lib/topological_inventory-api-client/api/default_api.rb +1925 -1
  11. data/lib/topological_inventory-api-client/api_client.rb +1 -1
  12. data/lib/topological_inventory-api-client/api_error.rb +1 -1
  13. data/lib/topological_inventory-api-client/configuration.rb +4 -4
  14. data/lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb +1 -1
  15. data/lib/topological_inventory-api-client/models/availabilities_collection.rb +1 -1
  16. data/lib/topological_inventory-api-client/models/availability.rb +1 -1
  17. data/lib/topological_inventory-api-client/models/cluster.rb +1 -1
  18. data/lib/topological_inventory-api-client/models/clusters_collection.rb +1 -1
  19. data/lib/topological_inventory-api-client/models/collection_links.rb +1 -1
  20. data/lib/topological_inventory-api-client/models/collection_metadata.rb +1 -1
  21. data/lib/topological_inventory-api-client/models/container.rb +1 -1
  22. data/lib/topological_inventory-api-client/models/container_group.rb +1 -1
  23. data/lib/topological_inventory-api-client/models/container_groups_collection.rb +1 -1
  24. data/lib/topological_inventory-api-client/models/container_image.rb +1 -1
  25. data/lib/topological_inventory-api-client/models/container_images_collection.rb +1 -1
  26. data/lib/topological_inventory-api-client/models/container_node.rb +1 -1
  27. data/lib/topological_inventory-api-client/models/container_nodes_collection.rb +1 -1
  28. data/lib/topological_inventory-api-client/models/container_project.rb +1 -1
  29. data/lib/topological_inventory-api-client/models/container_projects_collection.rb +1 -1
  30. data/lib/topological_inventory-api-client/models/container_resource_quota.rb +1 -1
  31. data/lib/topological_inventory-api-client/models/container_resource_quota_collection.rb +1 -1
  32. data/lib/topological_inventory-api-client/models/container_template.rb +1 -1
  33. data/lib/topological_inventory-api-client/models/container_templates_collection.rb +1 -1
  34. data/lib/topological_inventory-api-client/models/containers_collection.rb +1 -1
  35. data/lib/topological_inventory-api-client/models/datastore.rb +1 -1
  36. data/lib/topological_inventory-api-client/models/datastores_collection.rb +1 -1
  37. data/lib/topological_inventory-api-client/models/error_not_found.rb +1 -1
  38. data/lib/topological_inventory-api-client/models/error_not_found_errors.rb +1 -1
  39. data/lib/topological_inventory-api-client/models/flavor.rb +1 -1
  40. data/lib/topological_inventory-api-client/models/flavors_collection.rb +1 -1
  41. data/lib/topological_inventory-api-client/models/graph_ql_request.rb +1 -1
  42. data/lib/topological_inventory-api-client/models/graph_ql_response.rb +1 -1
  43. data/lib/topological_inventory-api-client/models/host.rb +1 -1
  44. data/lib/topological_inventory-api-client/models/hosts_collection.rb +1 -1
  45. data/lib/topological_inventory-api-client/models/inline_response200.rb +1 -1
  46. data/lib/topological_inventory-api-client/models/ipaddress.rb +1 -1
  47. data/lib/topological_inventory-api-client/models/ipaddresses_collection.rb +1 -1
  48. data/lib/topological_inventory-api-client/models/network.rb +1 -1
  49. data/lib/topological_inventory-api-client/models/network_adapter.rb +1 -1
  50. data/lib/topological_inventory-api-client/models/network_adapters_collection.rb +1 -1
  51. data/lib/topological_inventory-api-client/models/networks_collection.rb +1 -1
  52. data/lib/topological_inventory-api-client/models/orchestration_stack.rb +1 -1
  53. data/lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb +1 -1
  54. data/lib/topological_inventory-api-client/models/order_parameters_service_offering.rb +1 -1
  55. data/lib/topological_inventory-api-client/models/order_parameters_service_plan.rb +1 -1
  56. data/lib/topological_inventory-api-client/models/security_group.rb +1 -1
  57. data/lib/topological_inventory-api-client/models/security_groups_collection.rb +1 -1
  58. data/lib/topological_inventory-api-client/models/service_instance.rb +29 -2
  59. data/lib/topological_inventory-api-client/models/service_instance_node.rb +29 -2
  60. data/lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb +1 -1
  61. data/lib/topological_inventory-api-client/models/service_instances_collection.rb +1 -1
  62. data/lib/topological_inventory-api-client/models/service_inventories_collection.rb +1 -1
  63. data/lib/topological_inventory-api-client/models/service_inventory.rb +1 -1
  64. data/lib/topological_inventory-api-client/models/service_offering.rb +29 -2
  65. data/lib/topological_inventory-api-client/models/service_offering_icon.rb +1 -1
  66. data/lib/topological_inventory-api-client/models/service_offering_icons_collection.rb +1 -1
  67. data/lib/topological_inventory-api-client/models/service_offering_node.rb +29 -2
  68. data/lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb +1 -1
  69. data/lib/topological_inventory-api-client/models/service_offerings_collection.rb +1 -1
  70. data/lib/topological_inventory-api-client/models/service_plan.rb +1 -1
  71. data/lib/topological_inventory-api-client/models/service_plans_collection.rb +1 -1
  72. data/lib/topological_inventory-api-client/models/source.rb +1 -1
  73. data/lib/topological_inventory-api-client/models/source_region.rb +1 -1
  74. data/lib/topological_inventory-api-client/models/source_regions_collection.rb +1 -1
  75. data/lib/topological_inventory-api-client/models/sources_collection.rb +1 -1
  76. data/lib/topological_inventory-api-client/models/subnet.rb +1 -1
  77. data/lib/topological_inventory-api-client/models/subnets_collection.rb +1 -1
  78. data/lib/topological_inventory-api-client/models/subscription.rb +1 -1
  79. data/lib/topological_inventory-api-client/models/subscriptions_collection.rb +1 -1
  80. data/lib/topological_inventory-api-client/models/tag.rb +8 -80
  81. data/lib/topological_inventory-api-client/models/tags_collection.rb +1 -1
  82. data/lib/topological_inventory-api-client/models/task.rb +1 -1
  83. data/lib/topological_inventory-api-client/models/tasks_collection.rb +1 -1
  84. data/lib/topological_inventory-api-client/models/tenant.rb +1 -1
  85. data/lib/topological_inventory-api-client/models/vm.rb +29 -2
  86. data/lib/topological_inventory-api-client/models/vms_collection.rb +1 -1
  87. data/lib/topological_inventory-api-client/models/volume.rb +1 -1
  88. data/lib/topological_inventory-api-client/models/volume_attachment.rb +1 -1
  89. data/lib/topological_inventory-api-client/models/volume_attachments_collection.rb +1 -1
  90. data/lib/topological_inventory-api-client/models/volume_type.rb +1 -1
  91. data/lib/topological_inventory-api-client/models/volume_types_collection.rb +1 -1
  92. data/lib/topological_inventory-api-client/models/volumes_collection.rb +1 -1
  93. data/lib/topological_inventory-api-client/version.rb +2 -2
  94. data/spec/api/default_api_spec.rb +339 -1
  95. data/spec/api_client_spec.rb +1 -1
  96. data/spec/configuration_spec.rb +4 -4
  97. data/spec/models/applied_inventories_parameters_service_plan_spec.rb +1 -1
  98. data/spec/models/availabilities_collection_spec.rb +1 -1
  99. data/spec/models/availability_spec.rb +1 -1
  100. data/spec/models/cluster_spec.rb +1 -1
  101. data/spec/models/clusters_collection_spec.rb +1 -1
  102. data/spec/models/collection_links_spec.rb +1 -1
  103. data/spec/models/collection_metadata_spec.rb +1 -1
  104. data/spec/models/container_group_spec.rb +1 -1
  105. data/spec/models/container_groups_collection_spec.rb +1 -1
  106. data/spec/models/container_image_spec.rb +1 -1
  107. data/spec/models/container_images_collection_spec.rb +1 -1
  108. data/spec/models/container_node_spec.rb +1 -1
  109. data/spec/models/container_nodes_collection_spec.rb +1 -1
  110. data/spec/models/container_project_spec.rb +1 -1
  111. data/spec/models/container_projects_collection_spec.rb +1 -1
  112. data/spec/models/container_resource_quota_collection_spec.rb +1 -1
  113. data/spec/models/container_resource_quota_spec.rb +1 -1
  114. data/spec/models/container_spec.rb +1 -1
  115. data/spec/models/container_template_spec.rb +1 -1
  116. data/spec/models/container_templates_collection_spec.rb +1 -1
  117. data/spec/models/containers_collection_spec.rb +1 -1
  118. data/spec/models/datastore_spec.rb +1 -1
  119. data/spec/models/datastores_collection_spec.rb +1 -1
  120. data/spec/models/error_not_found_errors_spec.rb +1 -1
  121. data/spec/models/error_not_found_spec.rb +1 -1
  122. data/spec/models/flavor_spec.rb +1 -1
  123. data/spec/models/flavors_collection_spec.rb +1 -1
  124. data/spec/models/graph_ql_request_spec.rb +1 -1
  125. data/spec/models/graph_ql_response_spec.rb +1 -1
  126. data/spec/models/host_spec.rb +1 -1
  127. data/spec/models/hosts_collection_spec.rb +1 -1
  128. data/spec/models/inline_response200_spec.rb +1 -1
  129. data/spec/models/ipaddress_spec.rb +1 -1
  130. data/spec/models/ipaddresses_collection_spec.rb +1 -1
  131. data/spec/models/network_adapter_spec.rb +1 -1
  132. data/spec/models/network_adapters_collection_spec.rb +1 -1
  133. data/spec/models/network_spec.rb +1 -1
  134. data/spec/models/networks_collection_spec.rb +1 -1
  135. data/spec/models/orchestration_stack_spec.rb +1 -1
  136. data/spec/models/orchestration_stacks_collection_spec.rb +1 -1
  137. data/spec/models/order_parameters_service_offering_spec.rb +1 -1
  138. data/spec/models/order_parameters_service_plan_spec.rb +1 -1
  139. data/spec/models/security_group_spec.rb +1 -1
  140. data/spec/models/security_groups_collection_spec.rb +1 -1
  141. data/spec/models/service_instance_node_spec.rb +7 -1
  142. data/spec/models/service_instance_nodes_collection_spec.rb +1 -1
  143. data/spec/models/service_instance_spec.rb +7 -1
  144. data/spec/models/service_instances_collection_spec.rb +1 -1
  145. data/spec/models/service_inventories_collection_spec.rb +1 -1
  146. data/spec/models/service_inventory_spec.rb +1 -1
  147. data/spec/models/service_offering_icon_spec.rb +1 -1
  148. data/spec/models/service_offering_icons_collection_spec.rb +1 -1
  149. data/spec/models/service_offering_node_spec.rb +7 -1
  150. data/spec/models/service_offering_nodes_collection_spec.rb +1 -1
  151. data/spec/models/service_offering_spec.rb +7 -1
  152. data/spec/models/service_offerings_collection_spec.rb +1 -1
  153. data/spec/models/service_plan_spec.rb +1 -1
  154. data/spec/models/service_plans_collection_spec.rb +1 -1
  155. data/spec/models/source_region_spec.rb +1 -1
  156. data/spec/models/source_regions_collection_spec.rb +1 -1
  157. data/spec/models/source_spec.rb +1 -1
  158. data/spec/models/sources_collection_spec.rb +1 -1
  159. data/spec/models/subnet_spec.rb +1 -1
  160. data/spec/models/subnets_collection_spec.rb +1 -1
  161. data/spec/models/subscription_spec.rb +1 -1
  162. data/spec/models/subscriptions_collection_spec.rb +1 -1
  163. data/spec/models/tag_spec.rb +2 -38
  164. data/spec/models/tags_collection_spec.rb +1 -1
  165. data/spec/models/task_spec.rb +1 -1
  166. data/spec/models/tasks_collection_spec.rb +1 -1
  167. data/spec/models/tenant_spec.rb +1 -1
  168. data/spec/models/vm_spec.rb +7 -1
  169. data/spec/models/vms_collection_spec.rb +1 -1
  170. data/spec/models/volume_attachment_spec.rb +1 -1
  171. data/spec/models/volume_attachments_collection_spec.rb +1 -1
  172. data/spec/models/volume_spec.rb +1 -1
  173. data/spec/models/volume_type_spec.rb +1 -1
  174. data/spec/models/volume_types_collection_spec.rb +1 -1
  175. data/spec/models/volumes_collection_spec.rb +1 -1
  176. data/spec/spec_helper.rb +1 -1
  177. data/topological_inventory-api-client.gemspec +1 -1
  178. metadata +2 -8
  179. data/docs/Tagging.md +0 -21
  180. data/lib/topological_inventory-api-client/models/tagging.rb +0 -242
  181. data/pkg/topological_inventory-api-client-1.0.0.gem +0 -0
  182. data/spec/models/tagging_spec.rb +0 -53
  183. data/topological_inventory-api-client-2.0.0.gem +0 -0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Topological Inventory
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 2.0.0
7
7
  Contact: support@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.1
@@ -74,6 +74,12 @@ describe 'ServiceInstanceNode' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "service_credential_id"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  describe 'test attribute "service_instance_id"' do
78
84
  it 'should work' do
79
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers