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,2676 @@
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 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for TopologicalInventoryApiClient::DefaultApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'DefaultApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = TopologicalInventoryApiClient::DefaultApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of DefaultApi' do
30
+ it 'should create an instance of DefaultApi' do
31
+ expect(@api_instance).to be_instance_of(TopologicalInventoryApiClient::DefaultApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for applied_inventories_for_service_offering
36
+ # Invokes computing of ServiceInventories for given ServiceOffering
37
+ # Returns a Task id
38
+ # @param id ID of the resource
39
+ # @param applied_inventories_parameters_service_plan Parameters defining input data for computing inventories
40
+ # @param [Hash] opts the optional parameters
41
+ # @return [InlineResponse200]
42
+ describe 'applied_inventories_for_service_offering test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for get_documentation
49
+ # Return this API document in JSON format
50
+ # @param [Hash] opts the optional parameters
51
+ # @return [Object]
52
+ describe 'get_documentation test' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ # unit tests for list_cluster_hosts
59
+ # List Hosts for Cluster
60
+ # Returns an array of Host objects
61
+ # @param id ID of the resource
62
+ # @param [Hash] opts the optional parameters
63
+ # @option opts [Integer] :limit The numbers of items to return per page.
64
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
65
+ # @option opts [Object] :filter Filter for querying collections.
66
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
67
+ # @return [HostsCollection]
68
+ describe 'list_cluster_hosts test' do
69
+ it 'should work' do
70
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
+ end
72
+ end
73
+
74
+ # unit tests for list_clusters
75
+ # List Clusters
76
+ # Returns an array of Cluster objects
77
+ # @param [Hash] opts the optional parameters
78
+ # @option opts [Integer] :limit The numbers of items to return per page.
79
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
80
+ # @option opts [Object] :filter Filter for querying collections.
81
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
82
+ # @return [ClustersCollection]
83
+ describe 'list_clusters test' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ # unit tests for list_container_group_containers
90
+ # List Containers for ContainerGroup
91
+ # Returns an array of Container objects
92
+ # @param id ID of the resource
93
+ # @param [Hash] opts the optional parameters
94
+ # @option opts [Integer] :limit The numbers of items to return per page.
95
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
96
+ # @option opts [Object] :filter Filter for querying collections.
97
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
98
+ # @return [ContainersCollection]
99
+ describe 'list_container_group_containers test' do
100
+ it 'should work' do
101
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
+ end
103
+ end
104
+
105
+ # unit tests for list_container_group_tags
106
+ # List Tags for ContainerGroup
107
+ # Returns an array of Tag objects
108
+ # @param id ID of the resource
109
+ # @param [Hash] opts the optional parameters
110
+ # @option opts [Integer] :limit The numbers of items to return per page.
111
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
112
+ # @option opts [Object] :filter Filter for querying collections.
113
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
114
+ # @return [TagsCollection]
115
+ describe 'list_container_group_tags test' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
+ end
119
+ end
120
+
121
+ # unit tests for list_container_groups
122
+ # List ContainerGroups
123
+ # Returns an array of ContainerGroup objects
124
+ # @param [Hash] opts the optional parameters
125
+ # @option opts [Integer] :limit The numbers of items to return per page.
126
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
127
+ # @option opts [Object] :filter Filter for querying collections.
128
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
129
+ # @return [ContainerGroupsCollection]
130
+ describe 'list_container_groups test' do
131
+ it 'should work' do
132
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
133
+ end
134
+ end
135
+
136
+ # unit tests for list_container_image_tags
137
+ # List Tags for ContainerImage
138
+ # Returns an array of Tag objects
139
+ # @param id ID of the resource
140
+ # @param [Hash] opts the optional parameters
141
+ # @option opts [Integer] :limit The numbers of items to return per page.
142
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
143
+ # @option opts [Object] :filter Filter for querying collections.
144
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
145
+ # @return [TagsCollection]
146
+ describe 'list_container_image_tags test' do
147
+ it 'should work' do
148
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
149
+ end
150
+ end
151
+
152
+ # unit tests for list_container_images
153
+ # List ContainerImages
154
+ # Returns an array of ContainerImage objects
155
+ # @param [Hash] opts the optional parameters
156
+ # @option opts [Integer] :limit The numbers of items to return per page.
157
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
158
+ # @option opts [Object] :filter Filter for querying collections.
159
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
160
+ # @return [ContainerImagesCollection]
161
+ describe 'list_container_images test' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ # unit tests for list_container_node_container_groups
168
+ # List ContainerGroups for ContainerNode
169
+ # Returns an array of ContainerGroup objects
170
+ # @param id ID of the resource
171
+ # @param [Hash] opts the optional parameters
172
+ # @option opts [Integer] :limit The numbers of items to return per page.
173
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
174
+ # @option opts [Object] :filter Filter for querying collections.
175
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
176
+ # @return [ContainerGroupsCollection]
177
+ describe 'list_container_node_container_groups test' do
178
+ it 'should work' do
179
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
180
+ end
181
+ end
182
+
183
+ # unit tests for list_container_node_tags
184
+ # List Tags for ContainerNode
185
+ # Returns an array of Tag objects
186
+ # @param id ID of the resource
187
+ # @param [Hash] opts the optional parameters
188
+ # @option opts [Integer] :limit The numbers of items to return per page.
189
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
190
+ # @option opts [Object] :filter Filter for querying collections.
191
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
192
+ # @return [TagsCollection]
193
+ describe 'list_container_node_tags test' do
194
+ it 'should work' do
195
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
196
+ end
197
+ end
198
+
199
+ # unit tests for list_container_nodes
200
+ # List ContainerNodes
201
+ # Returns an array of ContainerNode objects
202
+ # @param [Hash] opts the optional parameters
203
+ # @option opts [Integer] :limit The numbers of items to return per page.
204
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
205
+ # @option opts [Object] :filter Filter for querying collections.
206
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
207
+ # @return [ContainerNodesCollection]
208
+ describe 'list_container_nodes test' do
209
+ it 'should work' do
210
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
211
+ end
212
+ end
213
+
214
+ # unit tests for list_container_project_container_groups
215
+ # List ContainerGroups for ContainerProject
216
+ # Returns an array of ContainerGroup objects
217
+ # @param id ID of the resource
218
+ # @param [Hash] opts the optional parameters
219
+ # @option opts [Integer] :limit The numbers of items to return per page.
220
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
221
+ # @option opts [Object] :filter Filter for querying collections.
222
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
223
+ # @return [ContainerGroupsCollection]
224
+ describe 'list_container_project_container_groups test' do
225
+ it 'should work' do
226
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
227
+ end
228
+ end
229
+
230
+ # unit tests for list_container_project_container_resource_quota
231
+ # List ContainerResourceQuota for ContainerProject
232
+ # Returns an array of ContainerResourceQuota objects
233
+ # @param id ID of the resource
234
+ # @param [Hash] opts the optional parameters
235
+ # @option opts [Integer] :limit The numbers of items to return per page.
236
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
237
+ # @option opts [Object] :filter Filter for querying collections.
238
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
239
+ # @return [ContainerResourceQuotaCollection]
240
+ describe 'list_container_project_container_resource_quota test' do
241
+ it 'should work' do
242
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
243
+ end
244
+ end
245
+
246
+ # unit tests for list_container_project_container_templates
247
+ # List ContainerTemplates for ContainerProject
248
+ # Returns an array of ContainerTemplate objects
249
+ # @param id ID of the resource
250
+ # @param [Hash] opts the optional parameters
251
+ # @option opts [Integer] :limit The numbers of items to return per page.
252
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
253
+ # @option opts [Object] :filter Filter for querying collections.
254
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
255
+ # @return [ContainerTemplatesCollection]
256
+ describe 'list_container_project_container_templates test' do
257
+ it 'should work' do
258
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
259
+ end
260
+ end
261
+
262
+ # unit tests for list_container_project_tags
263
+ # List Tags for ContainerProject
264
+ # Returns an array of Tag objects
265
+ # @param id ID of the resource
266
+ # @param [Hash] opts the optional parameters
267
+ # @option opts [Integer] :limit The numbers of items to return per page.
268
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
269
+ # @option opts [Object] :filter Filter for querying collections.
270
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
271
+ # @return [TagsCollection]
272
+ describe 'list_container_project_tags test' do
273
+ it 'should work' do
274
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
275
+ end
276
+ end
277
+
278
+ # unit tests for list_container_projects
279
+ # List ContainerProjects
280
+ # Returns an array of ContainerProject objects
281
+ # @param [Hash] opts the optional parameters
282
+ # @option opts [Integer] :limit The numbers of items to return per page.
283
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
284
+ # @option opts [Object] :filter Filter for querying collections.
285
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
286
+ # @return [ContainerProjectsCollection]
287
+ describe 'list_container_projects test' do
288
+ it 'should work' do
289
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
290
+ end
291
+ end
292
+
293
+ # unit tests for list_container_resource_quota
294
+ # List ContainerResourceQuota
295
+ # Returns an array of ContainerResourceQuota objects
296
+ # @param [Hash] opts the optional parameters
297
+ # @option opts [Integer] :limit The numbers of items to return per page.
298
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
299
+ # @option opts [Object] :filter Filter for querying collections.
300
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
301
+ # @return [ContainerResourceQuotaCollection]
302
+ describe 'list_container_resource_quota test' do
303
+ it 'should work' do
304
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
305
+ end
306
+ end
307
+
308
+ # unit tests for list_container_template_tags
309
+ # List Tags for ContainerTemplate
310
+ # Returns an array of Tag objects
311
+ # @param id ID of the resource
312
+ # @param [Hash] opts the optional parameters
313
+ # @option opts [Integer] :limit The numbers of items to return per page.
314
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
315
+ # @option opts [Object] :filter Filter for querying collections.
316
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
317
+ # @return [TagsCollection]
318
+ describe 'list_container_template_tags test' do
319
+ it 'should work' do
320
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
321
+ end
322
+ end
323
+
324
+ # unit tests for list_container_templates
325
+ # List ContainerTemplates
326
+ # Returns an array of ContainerTemplate objects
327
+ # @param [Hash] opts the optional parameters
328
+ # @option opts [Integer] :limit The numbers of items to return per page.
329
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
330
+ # @option opts [Object] :filter Filter for querying collections.
331
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
332
+ # @return [ContainerTemplatesCollection]
333
+ describe 'list_container_templates test' do
334
+ it 'should work' do
335
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
336
+ end
337
+ end
338
+
339
+ # unit tests for list_containers
340
+ # List Containers
341
+ # Returns an array of Container objects
342
+ # @param [Hash] opts the optional parameters
343
+ # @option opts [Integer] :limit The numbers of items to return per page.
344
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
345
+ # @option opts [Object] :filter Filter for querying collections.
346
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
347
+ # @return [ContainersCollection]
348
+ describe 'list_containers test' do
349
+ it 'should work' do
350
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
351
+ end
352
+ end
353
+
354
+ # unit tests for list_datastores
355
+ # List Datastores
356
+ # Returns an array of Datastore objects
357
+ # @param [Hash] opts the optional parameters
358
+ # @option opts [Integer] :limit The numbers of items to return per page.
359
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
360
+ # @option opts [Object] :filter Filter for querying collections.
361
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
362
+ # @return [DatastoresCollection]
363
+ describe 'list_datastores test' do
364
+ it 'should work' do
365
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
366
+ end
367
+ end
368
+
369
+ # unit tests for list_flavors
370
+ # List Flavors
371
+ # Returns an array of Flavor objects
372
+ # @param [Hash] opts the optional parameters
373
+ # @option opts [Integer] :limit The numbers of items to return per page.
374
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
375
+ # @option opts [Object] :filter Filter for querying collections.
376
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
377
+ # @return [FlavorsCollection]
378
+ describe 'list_flavors test' do
379
+ it 'should work' do
380
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
381
+ end
382
+ end
383
+
384
+ # unit tests for list_hosts
385
+ # List Hosts
386
+ # Returns an array of Host objects
387
+ # @param [Hash] opts the optional parameters
388
+ # @option opts [Integer] :limit The numbers of items to return per page.
389
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
390
+ # @option opts [Object] :filter Filter for querying collections.
391
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
392
+ # @return [HostsCollection]
393
+ describe 'list_hosts test' do
394
+ it 'should work' do
395
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
396
+ end
397
+ end
398
+
399
+ # unit tests for list_ipaddress_tags
400
+ # List Tags for Ipaddress
401
+ # Returns an array of Tag objects
402
+ # @param id ID of the resource
403
+ # @param [Hash] opts the optional parameters
404
+ # @option opts [Integer] :limit The numbers of items to return per page.
405
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
406
+ # @option opts [Object] :filter Filter for querying collections.
407
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
408
+ # @return [TagsCollection]
409
+ describe 'list_ipaddress_tags test' do
410
+ it 'should work' do
411
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
412
+ end
413
+ end
414
+
415
+ # unit tests for list_ipaddresses
416
+ # List Ipaddresses
417
+ # Returns an array of Ipaddress objects
418
+ # @param [Hash] opts the optional parameters
419
+ # @option opts [Integer] :limit The numbers of items to return per page.
420
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
421
+ # @option opts [Object] :filter Filter for querying collections.
422
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
423
+ # @return [IpaddressesCollection]
424
+ describe 'list_ipaddresses test' do
425
+ it 'should work' do
426
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
427
+ end
428
+ end
429
+
430
+ # unit tests for list_network_adapter_ipaddresses
431
+ # List Ipaddresses for NetworkAdapter
432
+ # Returns an array of Ipaddress objects
433
+ # @param id ID of the resource
434
+ # @param [Hash] opts the optional parameters
435
+ # @option opts [Integer] :limit The numbers of items to return per page.
436
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
437
+ # @option opts [Object] :filter Filter for querying collections.
438
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
439
+ # @return [IpaddressesCollection]
440
+ describe 'list_network_adapter_ipaddresses test' do
441
+ it 'should work' do
442
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
443
+ end
444
+ end
445
+
446
+ # unit tests for list_network_adapter_tags
447
+ # List Tags for NetworkAdapter
448
+ # Returns an array of Tag objects
449
+ # @param id ID of the resource
450
+ # @param [Hash] opts the optional parameters
451
+ # @option opts [Integer] :limit The numbers of items to return per page.
452
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
453
+ # @option opts [Object] :filter Filter for querying collections.
454
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
455
+ # @return [TagsCollection]
456
+ describe 'list_network_adapter_tags test' do
457
+ it 'should work' do
458
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
459
+ end
460
+ end
461
+
462
+ # unit tests for list_network_adapters
463
+ # List NetworkAdapters
464
+ # Returns an array of NetworkAdapter objects
465
+ # @param [Hash] opts the optional parameters
466
+ # @option opts [Integer] :limit The numbers of items to return per page.
467
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
468
+ # @option opts [Object] :filter Filter for querying collections.
469
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
470
+ # @return [NetworkAdaptersCollection]
471
+ describe 'list_network_adapters test' do
472
+ it 'should work' do
473
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
+ end
475
+ end
476
+
477
+ # unit tests for list_network_subnets
478
+ # List Subnets for Network
479
+ # Returns an array of Subnet objects
480
+ # @param id ID of the resource
481
+ # @param [Hash] opts the optional parameters
482
+ # @option opts [Integer] :limit The numbers of items to return per page.
483
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
484
+ # @option opts [Object] :filter Filter for querying collections.
485
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
486
+ # @return [SubnetsCollection]
487
+ describe 'list_network_subnets test' do
488
+ it 'should work' do
489
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
490
+ end
491
+ end
492
+
493
+ # unit tests for list_network_tags
494
+ # List Tags for Network
495
+ # Returns an array of Tag objects
496
+ # @param id ID of the resource
497
+ # @param [Hash] opts the optional parameters
498
+ # @option opts [Integer] :limit The numbers of items to return per page.
499
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
500
+ # @option opts [Object] :filter Filter for querying collections.
501
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
502
+ # @return [TagsCollection]
503
+ describe 'list_network_tags test' do
504
+ it 'should work' do
505
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
506
+ end
507
+ end
508
+
509
+ # unit tests for list_networks
510
+ # List Networks
511
+ # Returns an array of Network objects
512
+ # @param [Hash] opts the optional parameters
513
+ # @option opts [Integer] :limit The numbers of items to return per page.
514
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
515
+ # @option opts [Object] :filter Filter for querying collections.
516
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
517
+ # @return [NetworksCollection]
518
+ describe 'list_networks test' do
519
+ it 'should work' do
520
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
521
+ end
522
+ end
523
+
524
+ # unit tests for list_orchestration_stack_ipaddresses
525
+ # List Ipaddresses for OrchestrationStack
526
+ # Returns an array of Ipaddress objects
527
+ # @param id ID of the resource
528
+ # @param [Hash] opts the optional parameters
529
+ # @option opts [Integer] :limit The numbers of items to return per page.
530
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
531
+ # @option opts [Object] :filter Filter for querying collections.
532
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
533
+ # @return [IpaddressesCollection]
534
+ describe 'list_orchestration_stack_ipaddresses test' do
535
+ it 'should work' do
536
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
537
+ end
538
+ end
539
+
540
+ # unit tests for list_orchestration_stack_network_adapters
541
+ # List NetworkAdapters for OrchestrationStack
542
+ # Returns an array of NetworkAdapter objects
543
+ # @param id ID of the resource
544
+ # @param [Hash] opts the optional parameters
545
+ # @option opts [Integer] :limit The numbers of items to return per page.
546
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
547
+ # @option opts [Object] :filter Filter for querying collections.
548
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
549
+ # @return [NetworkAdaptersCollection]
550
+ describe 'list_orchestration_stack_network_adapters test' do
551
+ it 'should work' do
552
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
553
+ end
554
+ end
555
+
556
+ # unit tests for list_orchestration_stack_networks
557
+ # List Networks for OrchestrationStack
558
+ # Returns an array of Network objects
559
+ # @param id ID of the resource
560
+ # @param [Hash] opts the optional parameters
561
+ # @option opts [Integer] :limit The numbers of items to return per page.
562
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
563
+ # @option opts [Object] :filter Filter for querying collections.
564
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
565
+ # @return [NetworksCollection]
566
+ describe 'list_orchestration_stack_networks test' do
567
+ it 'should work' do
568
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
569
+ end
570
+ end
571
+
572
+ # unit tests for list_orchestration_stack_security_groups
573
+ # List SecurityGroups for OrchestrationStack
574
+ # Returns an array of SecurityGroup objects
575
+ # @param id ID of the resource
576
+ # @param [Hash] opts the optional parameters
577
+ # @option opts [Integer] :limit The numbers of items to return per page.
578
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
579
+ # @option opts [Object] :filter Filter for querying collections.
580
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
581
+ # @return [SecurityGroupsCollection]
582
+ describe 'list_orchestration_stack_security_groups test' do
583
+ it 'should work' do
584
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
585
+ end
586
+ end
587
+
588
+ # unit tests for list_orchestration_stack_subnets
589
+ # List Subnets for OrchestrationStack
590
+ # Returns an array of Subnet objects
591
+ # @param id ID of the resource
592
+ # @param [Hash] opts the optional parameters
593
+ # @option opts [Integer] :limit The numbers of items to return per page.
594
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
595
+ # @option opts [Object] :filter Filter for querying collections.
596
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
597
+ # @return [SubnetsCollection]
598
+ describe 'list_orchestration_stack_subnets test' do
599
+ it 'should work' do
600
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
601
+ end
602
+ end
603
+
604
+ # unit tests for list_orchestration_stack_vms
605
+ # List Vms for OrchestrationStack
606
+ # Returns an array of Vm objects
607
+ # @param id ID of the resource
608
+ # @param [Hash] opts the optional parameters
609
+ # @option opts [Integer] :limit The numbers of items to return per page.
610
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
611
+ # @option opts [Object] :filter Filter for querying collections.
612
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
613
+ # @return [VmsCollection]
614
+ describe 'list_orchestration_stack_vms test' do
615
+ it 'should work' do
616
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
617
+ end
618
+ end
619
+
620
+ # unit tests for list_orchestration_stack_volumes
621
+ # List Volumes for OrchestrationStack
622
+ # Returns an array of Volume objects
623
+ # @param id ID of the resource
624
+ # @param [Hash] opts the optional parameters
625
+ # @option opts [Integer] :limit The numbers of items to return per page.
626
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
627
+ # @option opts [Object] :filter Filter for querying collections.
628
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
629
+ # @return [VolumesCollection]
630
+ describe 'list_orchestration_stack_volumes test' do
631
+ it 'should work' do
632
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
633
+ end
634
+ end
635
+
636
+ # unit tests for list_orchestration_stacks
637
+ # List OrchestrationStacks
638
+ # Returns an array of OrchestrationStack objects
639
+ # @param [Hash] opts the optional parameters
640
+ # @option opts [Integer] :limit The numbers of items to return per page.
641
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
642
+ # @option opts [Object] :filter Filter for querying collections.
643
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
644
+ # @return [OrchestrationStacksCollection]
645
+ describe 'list_orchestration_stacks test' do
646
+ it 'should work' do
647
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
648
+ end
649
+ end
650
+
651
+ # unit tests for list_security_group_tags
652
+ # List Tags for SecurityGroup
653
+ # Returns an array of Tag objects
654
+ # @param id ID of the resource
655
+ # @param [Hash] opts the optional parameters
656
+ # @option opts [Integer] :limit The numbers of items to return per page.
657
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
658
+ # @option opts [Object] :filter Filter for querying collections.
659
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
660
+ # @return [TagsCollection]
661
+ describe 'list_security_group_tags test' do
662
+ it 'should work' do
663
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
664
+ end
665
+ end
666
+
667
+ # unit tests for list_security_group_vms
668
+ # List Vms for SecurityGroup
669
+ # Returns an array of Vm objects
670
+ # @param id ID of the resource
671
+ # @param [Hash] opts the optional parameters
672
+ # @option opts [Integer] :limit The numbers of items to return per page.
673
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
674
+ # @option opts [Object] :filter Filter for querying collections.
675
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
676
+ # @return [VmsCollection]
677
+ describe 'list_security_group_vms test' do
678
+ it 'should work' do
679
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
680
+ end
681
+ end
682
+
683
+ # unit tests for list_security_groups
684
+ # List SecurityGroups
685
+ # Returns an array of SecurityGroup objects
686
+ # @param [Hash] opts the optional parameters
687
+ # @option opts [Integer] :limit The numbers of items to return per page.
688
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
689
+ # @option opts [Object] :filter Filter for querying collections.
690
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
691
+ # @return [SecurityGroupsCollection]
692
+ describe 'list_security_groups test' do
693
+ it 'should work' do
694
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
695
+ end
696
+ end
697
+
698
+ # unit tests for list_service_instance_nodes
699
+ # List ServiceInstanceNodes
700
+ # Returns an array of ServiceInstanceNode objects
701
+ # @param [Hash] opts the optional parameters
702
+ # @option opts [Integer] :limit The numbers of items to return per page.
703
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
704
+ # @option opts [Object] :filter Filter for querying collections.
705
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
706
+ # @return [ServiceInstanceNodesCollection]
707
+ describe 'list_service_instance_nodes test' do
708
+ it 'should work' do
709
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
710
+ end
711
+ end
712
+
713
+ # unit tests for list_service_instance_service_instance_nodes
714
+ # List ServiceInstanceNodes for ServiceInstance
715
+ # Returns an array of ServiceInstanceNode objects
716
+ # @param id ID of the resource
717
+ # @param [Hash] opts the optional parameters
718
+ # @option opts [Integer] :limit The numbers of items to return per page.
719
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
720
+ # @option opts [Object] :filter Filter for querying collections.
721
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
722
+ # @return [ServiceInstanceNodesCollection]
723
+ describe 'list_service_instance_service_instance_nodes test' do
724
+ it 'should work' do
725
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
726
+ end
727
+ end
728
+
729
+ # unit tests for list_service_instances
730
+ # List ServiceInstances
731
+ # Returns an array of ServiceInstance objects
732
+ # @param [Hash] opts the optional parameters
733
+ # @option opts [Integer] :limit The numbers of items to return per page.
734
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
735
+ # @option opts [Object] :filter Filter for querying collections.
736
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
737
+ # @return [ServiceInstancesCollection]
738
+ describe 'list_service_instances test' do
739
+ it 'should work' do
740
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
741
+ end
742
+ end
743
+
744
+ # unit tests for list_service_inventories
745
+ # List ServiceInventories
746
+ # Returns an array of ServiceInventory objects
747
+ # @param [Hash] opts the optional parameters
748
+ # @option opts [Integer] :limit The numbers of items to return per page.
749
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
750
+ # @option opts [Object] :filter Filter for querying collections.
751
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
752
+ # @return [ServiceInventoriesCollection]
753
+ describe 'list_service_inventories test' do
754
+ it 'should work' do
755
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
756
+ end
757
+ end
758
+
759
+ # unit tests for list_service_inventory_tags
760
+ # List Tags for ServiceInventory
761
+ # Returns an array of Tag objects
762
+ # @param id ID of the resource
763
+ # @param [Hash] opts the optional parameters
764
+ # @option opts [Integer] :limit The numbers of items to return per page.
765
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
766
+ # @option opts [Object] :filter Filter for querying collections.
767
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
768
+ # @return [TagsCollection]
769
+ describe 'list_service_inventory_tags test' do
770
+ it 'should work' do
771
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
772
+ end
773
+ end
774
+
775
+ # unit tests for list_service_offering_icons
776
+ # List ServiceOfferingIcons
777
+ # Returns an array of ServiceOfferingIcon objects
778
+ # @param [Hash] opts the optional parameters
779
+ # @option opts [Integer] :limit The numbers of items to return per page.
780
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
781
+ # @option opts [Object] :filter Filter for querying collections.
782
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
783
+ # @return [ServiceOfferingIconsCollection]
784
+ describe 'list_service_offering_icons test' do
785
+ it 'should work' do
786
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
787
+ end
788
+ end
789
+
790
+ # unit tests for list_service_offering_nodes
791
+ # List ServiceOfferingNodes
792
+ # Returns an array of ServiceOfferingNode objects
793
+ # @param [Hash] opts the optional parameters
794
+ # @option opts [Integer] :limit The numbers of items to return per page.
795
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
796
+ # @option opts [Object] :filter Filter for querying collections.
797
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
798
+ # @return [ServiceOfferingNodesCollection]
799
+ describe 'list_service_offering_nodes test' do
800
+ it 'should work' do
801
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
802
+ end
803
+ end
804
+
805
+ # unit tests for list_service_offering_service_instances
806
+ # List ServiceInstances for ServiceOffering
807
+ # Returns an array of ServiceInstance objects
808
+ # @param id ID of the resource
809
+ # @param [Hash] opts the optional parameters
810
+ # @option opts [Integer] :limit The numbers of items to return per page.
811
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
812
+ # @option opts [Object] :filter Filter for querying collections.
813
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
814
+ # @return [ServiceInstancesCollection]
815
+ describe 'list_service_offering_service_instances test' do
816
+ it 'should work' do
817
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
818
+ end
819
+ end
820
+
821
+ # unit tests for list_service_offering_service_offering_nodes
822
+ # List ServiceOfferingNodes for ServiceOffering
823
+ # Returns an array of ServiceOfferingNode objects
824
+ # @param id ID of the resource
825
+ # @param [Hash] opts the optional parameters
826
+ # @option opts [Integer] :limit The numbers of items to return per page.
827
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
828
+ # @option opts [Object] :filter Filter for querying collections.
829
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
830
+ # @return [ServiceOfferingNodesCollection]
831
+ describe 'list_service_offering_service_offering_nodes test' do
832
+ it 'should work' do
833
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
834
+ end
835
+ end
836
+
837
+ # unit tests for list_service_offering_service_plans
838
+ # List ServicePlans for ServiceOffering
839
+ # Returns an array of ServicePlan objects
840
+ # @param id ID of the resource
841
+ # @param [Hash] opts the optional parameters
842
+ # @option opts [Integer] :limit The numbers of items to return per page.
843
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
844
+ # @option opts [Object] :filter Filter for querying collections.
845
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
846
+ # @return [ServicePlansCollection]
847
+ describe 'list_service_offering_service_plans test' do
848
+ it 'should work' do
849
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
850
+ end
851
+ end
852
+
853
+ # unit tests for list_service_offering_tags
854
+ # List Tags for ServiceOffering
855
+ # Returns an array of Tag objects
856
+ # @param id ID of the resource
857
+ # @param [Hash] opts the optional parameters
858
+ # @option opts [Integer] :limit The numbers of items to return per page.
859
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
860
+ # @option opts [Object] :filter Filter for querying collections.
861
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
862
+ # @return [TagsCollection]
863
+ describe 'list_service_offering_tags test' do
864
+ it 'should work' do
865
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
866
+ end
867
+ end
868
+
869
+ # unit tests for list_service_offerings
870
+ # List ServiceOfferings
871
+ # Returns an array of ServiceOffering objects
872
+ # @param [Hash] opts the optional parameters
873
+ # @option opts [Integer] :limit The numbers of items to return per page.
874
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
875
+ # @option opts [Object] :filter Filter for querying collections.
876
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
877
+ # @return [ServiceOfferingsCollection]
878
+ describe 'list_service_offerings test' do
879
+ it 'should work' do
880
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
881
+ end
882
+ end
883
+
884
+ # unit tests for list_service_plan_service_instances
885
+ # List ServiceInstances for ServicePlan
886
+ # Returns an array of ServiceInstance objects
887
+ # @param id ID of the resource
888
+ # @param [Hash] opts the optional parameters
889
+ # @option opts [Integer] :limit The numbers of items to return per page.
890
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
891
+ # @option opts [Object] :filter Filter for querying collections.
892
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
893
+ # @return [ServiceInstancesCollection]
894
+ describe 'list_service_plan_service_instances test' do
895
+ it 'should work' do
896
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
897
+ end
898
+ end
899
+
900
+ # unit tests for list_service_plans
901
+ # List ServicePlans
902
+ # Returns an array of ServicePlan objects
903
+ # @param [Hash] opts the optional parameters
904
+ # @option opts [Integer] :limit The numbers of items to return per page.
905
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
906
+ # @option opts [Object] :filter Filter for querying collections.
907
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
908
+ # @return [ServicePlansCollection]
909
+ describe 'list_service_plans test' do
910
+ it 'should work' do
911
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
912
+ end
913
+ end
914
+
915
+ # unit tests for list_source_availabilities
916
+ # List Availabilities for Source
917
+ # Returns an array of Availability objects
918
+ # @param id ID of the resource
919
+ # @param [Hash] opts the optional parameters
920
+ # @option opts [Integer] :limit The numbers of items to return per page.
921
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
922
+ # @option opts [Object] :filter Filter for querying collections.
923
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
924
+ # @return [AvailabilitiesCollection]
925
+ describe 'list_source_availabilities test' do
926
+ it 'should work' do
927
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
928
+ end
929
+ end
930
+
931
+ # unit tests for list_source_clusters
932
+ # List Clusters for Source
933
+ # Returns an array of Cluster objects
934
+ # @param id ID of the resource
935
+ # @param [Hash] opts the optional parameters
936
+ # @option opts [Integer] :limit The numbers of items to return per page.
937
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
938
+ # @option opts [Object] :filter Filter for querying collections.
939
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
940
+ # @return [ClustersCollection]
941
+ describe 'list_source_clusters test' do
942
+ it 'should work' do
943
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
944
+ end
945
+ end
946
+
947
+ # unit tests for list_source_container_groups
948
+ # List ContainerGroups for Source
949
+ # Returns an array of ContainerGroup objects
950
+ # @param id ID of the resource
951
+ # @param [Hash] opts the optional parameters
952
+ # @option opts [Integer] :limit The numbers of items to return per page.
953
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
954
+ # @option opts [Object] :filter Filter for querying collections.
955
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
956
+ # @return [ContainerGroupsCollection]
957
+ describe 'list_source_container_groups test' do
958
+ it 'should work' do
959
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
960
+ end
961
+ end
962
+
963
+ # unit tests for list_source_container_images
964
+ # List ContainerImages for Source
965
+ # Returns an array of ContainerImage objects
966
+ # @param id ID of the resource
967
+ # @param [Hash] opts the optional parameters
968
+ # @option opts [Integer] :limit The numbers of items to return per page.
969
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
970
+ # @option opts [Object] :filter Filter for querying collections.
971
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
972
+ # @return [ContainerImagesCollection]
973
+ describe 'list_source_container_images test' do
974
+ it 'should work' do
975
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
976
+ end
977
+ end
978
+
979
+ # unit tests for list_source_container_nodes
980
+ # List ContainerNodes for Source
981
+ # Returns an array of ContainerNode objects
982
+ # @param id ID of the resource
983
+ # @param [Hash] opts the optional parameters
984
+ # @option opts [Integer] :limit The numbers of items to return per page.
985
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
986
+ # @option opts [Object] :filter Filter for querying collections.
987
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
988
+ # @return [ContainerNodesCollection]
989
+ describe 'list_source_container_nodes test' do
990
+ it 'should work' do
991
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
992
+ end
993
+ end
994
+
995
+ # unit tests for list_source_container_projects
996
+ # List ContainerProjects for Source
997
+ # Returns an array of ContainerProject objects
998
+ # @param id ID of the resource
999
+ # @param [Hash] opts the optional parameters
1000
+ # @option opts [Integer] :limit The numbers of items to return per page.
1001
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1002
+ # @option opts [Object] :filter Filter for querying collections.
1003
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1004
+ # @return [ContainerProjectsCollection]
1005
+ describe 'list_source_container_projects test' do
1006
+ it 'should work' do
1007
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1008
+ end
1009
+ end
1010
+
1011
+ # unit tests for list_source_container_templates
1012
+ # List ContainerTemplates for Source
1013
+ # Returns an array of ContainerTemplate objects
1014
+ # @param id ID of the resource
1015
+ # @param [Hash] opts the optional parameters
1016
+ # @option opts [Integer] :limit The numbers of items to return per page.
1017
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1018
+ # @option opts [Object] :filter Filter for querying collections.
1019
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1020
+ # @return [ContainerTemplatesCollection]
1021
+ describe 'list_source_container_templates test' do
1022
+ it 'should work' do
1023
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1024
+ end
1025
+ end
1026
+
1027
+ # unit tests for list_source_containers
1028
+ # List Containers for Source
1029
+ # Returns an array of Container objects
1030
+ # @param id ID of the resource
1031
+ # @param [Hash] opts the optional parameters
1032
+ # @option opts [Integer] :limit The numbers of items to return per page.
1033
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1034
+ # @option opts [Object] :filter Filter for querying collections.
1035
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1036
+ # @return [ContainersCollection]
1037
+ describe 'list_source_containers test' do
1038
+ it 'should work' do
1039
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1040
+ end
1041
+ end
1042
+
1043
+ # unit tests for list_source_datastores
1044
+ # List Datastores for Source
1045
+ # Returns an array of Datastore objects
1046
+ # @param id ID of the resource
1047
+ # @param [Hash] opts the optional parameters
1048
+ # @option opts [Integer] :limit The numbers of items to return per page.
1049
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1050
+ # @option opts [Object] :filter Filter for querying collections.
1051
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1052
+ # @return [DatastoresCollection]
1053
+ describe 'list_source_datastores test' do
1054
+ it 'should work' do
1055
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1056
+ end
1057
+ end
1058
+
1059
+ # unit tests for list_source_hosts
1060
+ # List Hosts for Source
1061
+ # Returns an array of Host objects
1062
+ # @param id ID of the resource
1063
+ # @param [Hash] opts the optional parameters
1064
+ # @option opts [Integer] :limit The numbers of items to return per page.
1065
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1066
+ # @option opts [Object] :filter Filter for querying collections.
1067
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1068
+ # @return [HostsCollection]
1069
+ describe 'list_source_hosts test' do
1070
+ it 'should work' do
1071
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1072
+ end
1073
+ end
1074
+
1075
+ # unit tests for list_source_ipaddresses
1076
+ # List Ipaddresses for Source
1077
+ # Returns an array of Ipaddress objects
1078
+ # @param id ID of the resource
1079
+ # @param [Hash] opts the optional parameters
1080
+ # @option opts [Integer] :limit The numbers of items to return per page.
1081
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1082
+ # @option opts [Object] :filter Filter for querying collections.
1083
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1084
+ # @return [IpaddressesCollection]
1085
+ describe 'list_source_ipaddresses test' do
1086
+ it 'should work' do
1087
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1088
+ end
1089
+ end
1090
+
1091
+ # unit tests for list_source_network_adapters
1092
+ # List NetworkAdapters for Source
1093
+ # Returns an array of NetworkAdapter objects
1094
+ # @param id ID of the resource
1095
+ # @param [Hash] opts the optional parameters
1096
+ # @option opts [Integer] :limit The numbers of items to return per page.
1097
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1098
+ # @option opts [Object] :filter Filter for querying collections.
1099
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1100
+ # @return [NetworkAdaptersCollection]
1101
+ describe 'list_source_network_adapters test' do
1102
+ it 'should work' do
1103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1104
+ end
1105
+ end
1106
+
1107
+ # unit tests for list_source_networks
1108
+ # List Networks for Source
1109
+ # Returns an array of Network objects
1110
+ # @param id ID of the resource
1111
+ # @param [Hash] opts the optional parameters
1112
+ # @option opts [Integer] :limit The numbers of items to return per page.
1113
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1114
+ # @option opts [Object] :filter Filter for querying collections.
1115
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1116
+ # @return [NetworksCollection]
1117
+ describe 'list_source_networks test' do
1118
+ it 'should work' do
1119
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1120
+ end
1121
+ end
1122
+
1123
+ # unit tests for list_source_orchestration_stacks
1124
+ # List OrchestrationStacks for Source
1125
+ # Returns an array of OrchestrationStack objects
1126
+ # @param id ID of the resource
1127
+ # @param [Hash] opts the optional parameters
1128
+ # @option opts [Integer] :limit The numbers of items to return per page.
1129
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1130
+ # @option opts [Object] :filter Filter for querying collections.
1131
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1132
+ # @return [OrchestrationStacksCollection]
1133
+ describe 'list_source_orchestration_stacks test' do
1134
+ it 'should work' do
1135
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1136
+ end
1137
+ end
1138
+
1139
+ # unit tests for list_source_region_ipaddresses
1140
+ # List Ipaddresses for SourceRegion
1141
+ # Returns an array of Ipaddress objects
1142
+ # @param id ID of the resource
1143
+ # @param [Hash] opts the optional parameters
1144
+ # @option opts [Integer] :limit The numbers of items to return per page.
1145
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1146
+ # @option opts [Object] :filter Filter for querying collections.
1147
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1148
+ # @return [IpaddressesCollection]
1149
+ describe 'list_source_region_ipaddresses test' do
1150
+ it 'should work' do
1151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1152
+ end
1153
+ end
1154
+
1155
+ # unit tests for list_source_region_network_adapters
1156
+ # List NetworkAdapters for SourceRegion
1157
+ # Returns an array of NetworkAdapter objects
1158
+ # @param id ID of the resource
1159
+ # @param [Hash] opts the optional parameters
1160
+ # @option opts [Integer] :limit The numbers of items to return per page.
1161
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1162
+ # @option opts [Object] :filter Filter for querying collections.
1163
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1164
+ # @return [NetworkAdaptersCollection]
1165
+ describe 'list_source_region_network_adapters test' do
1166
+ it 'should work' do
1167
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1168
+ end
1169
+ end
1170
+
1171
+ # unit tests for list_source_region_networks
1172
+ # List Networks for SourceRegion
1173
+ # Returns an array of Network objects
1174
+ # @param id ID of the resource
1175
+ # @param [Hash] opts the optional parameters
1176
+ # @option opts [Integer] :limit The numbers of items to return per page.
1177
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1178
+ # @option opts [Object] :filter Filter for querying collections.
1179
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1180
+ # @return [NetworksCollection]
1181
+ describe 'list_source_region_networks test' do
1182
+ it 'should work' do
1183
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1184
+ end
1185
+ end
1186
+
1187
+ # unit tests for list_source_region_orchestration_stacks
1188
+ # List OrchestrationStacks for SourceRegion
1189
+ # Returns an array of OrchestrationStack objects
1190
+ # @param id ID of the resource
1191
+ # @param [Hash] opts the optional parameters
1192
+ # @option opts [Integer] :limit The numbers of items to return per page.
1193
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1194
+ # @option opts [Object] :filter Filter for querying collections.
1195
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1196
+ # @return [OrchestrationStacksCollection]
1197
+ describe 'list_source_region_orchestration_stacks test' do
1198
+ it 'should work' do
1199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1200
+ end
1201
+ end
1202
+
1203
+ # unit tests for list_source_region_security_groups
1204
+ # List SecurityGroups for SourceRegion
1205
+ # Returns an array of SecurityGroup objects
1206
+ # @param id ID of the resource
1207
+ # @param [Hash] opts the optional parameters
1208
+ # @option opts [Integer] :limit The numbers of items to return per page.
1209
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1210
+ # @option opts [Object] :filter Filter for querying collections.
1211
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1212
+ # @return [SecurityGroupsCollection]
1213
+ describe 'list_source_region_security_groups test' do
1214
+ it 'should work' do
1215
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1216
+ end
1217
+ end
1218
+
1219
+ # unit tests for list_source_region_service_instances
1220
+ # List ServiceInstances for SourceRegion
1221
+ # Returns an array of ServiceInstance objects
1222
+ # @param id ID of the resource
1223
+ # @param [Hash] opts the optional parameters
1224
+ # @option opts [Integer] :limit The numbers of items to return per page.
1225
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1226
+ # @option opts [Object] :filter Filter for querying collections.
1227
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1228
+ # @return [ServiceInstancesCollection]
1229
+ describe 'list_source_region_service_instances test' do
1230
+ it 'should work' do
1231
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1232
+ end
1233
+ end
1234
+
1235
+ # unit tests for list_source_region_service_offerings
1236
+ # List ServiceOfferings for SourceRegion
1237
+ # Returns an array of ServiceOffering objects
1238
+ # @param id ID of the resource
1239
+ # @param [Hash] opts the optional parameters
1240
+ # @option opts [Integer] :limit The numbers of items to return per page.
1241
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1242
+ # @option opts [Object] :filter Filter for querying collections.
1243
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1244
+ # @return [ServiceOfferingsCollection]
1245
+ describe 'list_source_region_service_offerings test' do
1246
+ it 'should work' do
1247
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1248
+ end
1249
+ end
1250
+
1251
+ # unit tests for list_source_region_service_plans
1252
+ # List ServicePlans for SourceRegion
1253
+ # Returns an array of ServicePlan objects
1254
+ # @param id ID of the resource
1255
+ # @param [Hash] opts the optional parameters
1256
+ # @option opts [Integer] :limit The numbers of items to return per page.
1257
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1258
+ # @option opts [Object] :filter Filter for querying collections.
1259
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1260
+ # @return [ServicePlansCollection]
1261
+ describe 'list_source_region_service_plans test' do
1262
+ it 'should work' do
1263
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1264
+ end
1265
+ end
1266
+
1267
+ # unit tests for list_source_region_subnets
1268
+ # List Subnets for SourceRegion
1269
+ # Returns an array of Subnet objects
1270
+ # @param id ID of the resource
1271
+ # @param [Hash] opts the optional parameters
1272
+ # @option opts [Integer] :limit The numbers of items to return per page.
1273
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1274
+ # @option opts [Object] :filter Filter for querying collections.
1275
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1276
+ # @return [SubnetsCollection]
1277
+ describe 'list_source_region_subnets test' do
1278
+ it 'should work' do
1279
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1280
+ end
1281
+ end
1282
+
1283
+ # unit tests for list_source_region_vms
1284
+ # List Vms for SourceRegion
1285
+ # Returns an array of Vm objects
1286
+ # @param id ID of the resource
1287
+ # @param [Hash] opts the optional parameters
1288
+ # @option opts [Integer] :limit The numbers of items to return per page.
1289
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1290
+ # @option opts [Object] :filter Filter for querying collections.
1291
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1292
+ # @return [VmsCollection]
1293
+ describe 'list_source_region_vms test' do
1294
+ it 'should work' do
1295
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1296
+ end
1297
+ end
1298
+
1299
+ # unit tests for list_source_region_volumes
1300
+ # List Volumes for SourceRegion
1301
+ # Returns an array of Volume objects
1302
+ # @param id ID of the resource
1303
+ # @param [Hash] opts the optional parameters
1304
+ # @option opts [Integer] :limit The numbers of items to return per page.
1305
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1306
+ # @option opts [Object] :filter Filter for querying collections.
1307
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1308
+ # @return [VolumesCollection]
1309
+ describe 'list_source_region_volumes test' do
1310
+ it 'should work' do
1311
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1312
+ end
1313
+ end
1314
+
1315
+ # unit tests for list_source_regions
1316
+ # List SourceRegions
1317
+ # Returns an array of SourceRegion objects
1318
+ # @param [Hash] opts the optional parameters
1319
+ # @option opts [Integer] :limit The numbers of items to return per page.
1320
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1321
+ # @option opts [Object] :filter Filter for querying collections.
1322
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1323
+ # @return [SourceRegionsCollection]
1324
+ describe 'list_source_regions test' do
1325
+ it 'should work' do
1326
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1327
+ end
1328
+ end
1329
+
1330
+ # unit tests for list_source_security_groups
1331
+ # List SecurityGroups for Source
1332
+ # Returns an array of SecurityGroup objects
1333
+ # @param id ID of the resource
1334
+ # @param [Hash] opts the optional parameters
1335
+ # @option opts [Integer] :limit The numbers of items to return per page.
1336
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1337
+ # @option opts [Object] :filter Filter for querying collections.
1338
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1339
+ # @return [SecurityGroupsCollection]
1340
+ describe 'list_source_security_groups test' do
1341
+ it 'should work' do
1342
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1343
+ end
1344
+ end
1345
+
1346
+ # unit tests for list_source_service_instance_nodes
1347
+ # List ServiceInstanceNodes for Source
1348
+ # Returns an array of ServiceInstanceNode objects
1349
+ # @param id ID of the resource
1350
+ # @param [Hash] opts the optional parameters
1351
+ # @option opts [Integer] :limit The numbers of items to return per page.
1352
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1353
+ # @option opts [Object] :filter Filter for querying collections.
1354
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1355
+ # @return [ServiceInstanceNodesCollection]
1356
+ describe 'list_source_service_instance_nodes test' do
1357
+ it 'should work' do
1358
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1359
+ end
1360
+ end
1361
+
1362
+ # unit tests for list_source_service_instances
1363
+ # List ServiceInstances for Source
1364
+ # Returns an array of ServiceInstance objects
1365
+ # @param id ID of the resource
1366
+ # @param [Hash] opts the optional parameters
1367
+ # @option opts [Integer] :limit The numbers of items to return per page.
1368
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1369
+ # @option opts [Object] :filter Filter for querying collections.
1370
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1371
+ # @return [ServiceInstancesCollection]
1372
+ describe 'list_source_service_instances test' do
1373
+ it 'should work' do
1374
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1375
+ end
1376
+ end
1377
+
1378
+ # unit tests for list_source_service_inventories
1379
+ # List ServiceInventories for Source
1380
+ # Returns an array of ServiceInventory objects
1381
+ # @param id ID of the resource
1382
+ # @param [Hash] opts the optional parameters
1383
+ # @option opts [Integer] :limit The numbers of items to return per page.
1384
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1385
+ # @option opts [Object] :filter Filter for querying collections.
1386
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1387
+ # @return [ServiceInventoriesCollection]
1388
+ describe 'list_source_service_inventories test' do
1389
+ it 'should work' do
1390
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1391
+ end
1392
+ end
1393
+
1394
+ # unit tests for list_source_service_offering_nodes
1395
+ # List ServiceOfferingNodes for Source
1396
+ # Returns an array of ServiceOfferingNode objects
1397
+ # @param id ID of the resource
1398
+ # @param [Hash] opts the optional parameters
1399
+ # @option opts [Integer] :limit The numbers of items to return per page.
1400
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1401
+ # @option opts [Object] :filter Filter for querying collections.
1402
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1403
+ # @return [ServiceOfferingNodesCollection]
1404
+ describe 'list_source_service_offering_nodes test' do
1405
+ it 'should work' do
1406
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1407
+ end
1408
+ end
1409
+
1410
+ # unit tests for list_source_service_offerings
1411
+ # List ServiceOfferings for Source
1412
+ # Returns an array of ServiceOffering objects
1413
+ # @param id ID of the resource
1414
+ # @param [Hash] opts the optional parameters
1415
+ # @option opts [Integer] :limit The numbers of items to return per page.
1416
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1417
+ # @option opts [Object] :filter Filter for querying collections.
1418
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1419
+ # @return [ServiceOfferingsCollection]
1420
+ describe 'list_source_service_offerings test' do
1421
+ it 'should work' do
1422
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1423
+ end
1424
+ end
1425
+
1426
+ # unit tests for list_source_service_plans
1427
+ # List ServicePlans for Source
1428
+ # Returns an array of ServicePlan objects
1429
+ # @param id ID of the resource
1430
+ # @param [Hash] opts the optional parameters
1431
+ # @option opts [Integer] :limit The numbers of items to return per page.
1432
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1433
+ # @option opts [Object] :filter Filter for querying collections.
1434
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1435
+ # @return [ServicePlansCollection]
1436
+ describe 'list_source_service_plans test' do
1437
+ it 'should work' do
1438
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1439
+ end
1440
+ end
1441
+
1442
+ # unit tests for list_source_source_regions
1443
+ # List SourceRegions for Source
1444
+ # Returns an array of SourceRegion objects
1445
+ # @param id ID of the resource
1446
+ # @param [Hash] opts the optional parameters
1447
+ # @option opts [Integer] :limit The numbers of items to return per page.
1448
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1449
+ # @option opts [Object] :filter Filter for querying collections.
1450
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1451
+ # @return [SourceRegionsCollection]
1452
+ describe 'list_source_source_regions test' do
1453
+ it 'should work' do
1454
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1455
+ end
1456
+ end
1457
+
1458
+ # unit tests for list_source_subnets
1459
+ # List Subnets for Source
1460
+ # Returns an array of Subnet objects
1461
+ # @param id ID of the resource
1462
+ # @param [Hash] opts the optional parameters
1463
+ # @option opts [Integer] :limit The numbers of items to return per page.
1464
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1465
+ # @option opts [Object] :filter Filter for querying collections.
1466
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1467
+ # @return [SubnetsCollection]
1468
+ describe 'list_source_subnets test' do
1469
+ it 'should work' do
1470
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1471
+ end
1472
+ end
1473
+
1474
+ # unit tests for list_source_subscriptions
1475
+ # List Subscriptions for Source
1476
+ # Returns an array of Subscription objects
1477
+ # @param id ID of the resource
1478
+ # @param [Hash] opts the optional parameters
1479
+ # @option opts [Integer] :limit The numbers of items to return per page.
1480
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1481
+ # @option opts [Object] :filter Filter for querying collections.
1482
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1483
+ # @return [SubscriptionsCollection]
1484
+ describe 'list_source_subscriptions test' do
1485
+ it 'should work' do
1486
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1487
+ end
1488
+ end
1489
+
1490
+ # unit tests for list_source_vms
1491
+ # List Vms for Source
1492
+ # Returns an array of Vm objects
1493
+ # @param id ID of the resource
1494
+ # @param [Hash] opts the optional parameters
1495
+ # @option opts [Integer] :limit The numbers of items to return per page.
1496
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1497
+ # @option opts [Object] :filter Filter for querying collections.
1498
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1499
+ # @return [VmsCollection]
1500
+ describe 'list_source_vms test' do
1501
+ it 'should work' do
1502
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1503
+ end
1504
+ end
1505
+
1506
+ # unit tests for list_source_volume_types
1507
+ # List VolumeTypes for Source
1508
+ # Returns an array of VolumeType objects
1509
+ # @param id ID of the resource
1510
+ # @param [Hash] opts the optional parameters
1511
+ # @option opts [Integer] :limit The numbers of items to return per page.
1512
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1513
+ # @option opts [Object] :filter Filter for querying collections.
1514
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1515
+ # @return [VolumeTypesCollection]
1516
+ describe 'list_source_volume_types test' do
1517
+ it 'should work' do
1518
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1519
+ end
1520
+ end
1521
+
1522
+ # unit tests for list_source_volumes
1523
+ # List Volumes for Source
1524
+ # Returns an array of Volume objects
1525
+ # @param id ID of the resource
1526
+ # @param [Hash] opts the optional parameters
1527
+ # @option opts [Integer] :limit The numbers of items to return per page.
1528
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1529
+ # @option opts [Object] :filter Filter for querying collections.
1530
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1531
+ # @return [VolumesCollection]
1532
+ describe 'list_source_volumes test' do
1533
+ it 'should work' do
1534
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1535
+ end
1536
+ end
1537
+
1538
+ # unit tests for list_sources
1539
+ # List Sources
1540
+ # Returns an array of Source objects
1541
+ # @param [Hash] opts the optional parameters
1542
+ # @option opts [Integer] :limit The numbers of items to return per page.
1543
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1544
+ # @option opts [Object] :filter Filter for querying collections.
1545
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1546
+ # @return [SourcesCollection]
1547
+ describe 'list_sources test' do
1548
+ it 'should work' do
1549
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1550
+ end
1551
+ end
1552
+
1553
+ # unit tests for list_subnet_ipaddresses
1554
+ # List Ipaddresses for Subnet
1555
+ # Returns an array of Ipaddress objects
1556
+ # @param id ID of the resource
1557
+ # @param [Hash] opts the optional parameters
1558
+ # @option opts [Integer] :limit The numbers of items to return per page.
1559
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1560
+ # @option opts [Object] :filter Filter for querying collections.
1561
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1562
+ # @return [IpaddressesCollection]
1563
+ describe 'list_subnet_ipaddresses test' do
1564
+ it 'should work' do
1565
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1566
+ end
1567
+ end
1568
+
1569
+ # unit tests for list_subnet_network_adapters
1570
+ # List NetworkAdapters for Subnet
1571
+ # Returns an array of NetworkAdapter objects
1572
+ # @param id ID of the resource
1573
+ # @param [Hash] opts the optional parameters
1574
+ # @option opts [Integer] :limit The numbers of items to return per page.
1575
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1576
+ # @option opts [Object] :filter Filter for querying collections.
1577
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1578
+ # @return [NetworkAdaptersCollection]
1579
+ describe 'list_subnet_network_adapters test' do
1580
+ it 'should work' do
1581
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1582
+ end
1583
+ end
1584
+
1585
+ # unit tests for list_subnet_tags
1586
+ # List Tags for Subnet
1587
+ # Returns an array of Tag objects
1588
+ # @param id ID of the resource
1589
+ # @param [Hash] opts the optional parameters
1590
+ # @option opts [Integer] :limit The numbers of items to return per page.
1591
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1592
+ # @option opts [Object] :filter Filter for querying collections.
1593
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1594
+ # @return [TagsCollection]
1595
+ describe 'list_subnet_tags test' do
1596
+ it 'should work' do
1597
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1598
+ end
1599
+ end
1600
+
1601
+ # unit tests for list_subnets
1602
+ # List Subnets
1603
+ # Returns an array of Subnet objects
1604
+ # @param [Hash] opts the optional parameters
1605
+ # @option opts [Integer] :limit The numbers of items to return per page.
1606
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1607
+ # @option opts [Object] :filter Filter for querying collections.
1608
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1609
+ # @return [SubnetsCollection]
1610
+ describe 'list_subnets test' do
1611
+ it 'should work' do
1612
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1613
+ end
1614
+ end
1615
+
1616
+ # unit tests for list_subscription_ipaddresses
1617
+ # List Ipaddresses for Subscription
1618
+ # Returns an array of Ipaddress objects
1619
+ # @param id ID of the resource
1620
+ # @param [Hash] opts the optional parameters
1621
+ # @option opts [Integer] :limit The numbers of items to return per page.
1622
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1623
+ # @option opts [Object] :filter Filter for querying collections.
1624
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1625
+ # @return [IpaddressesCollection]
1626
+ describe 'list_subscription_ipaddresses test' do
1627
+ it 'should work' do
1628
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1629
+ end
1630
+ end
1631
+
1632
+ # unit tests for list_subscription_network_adapters
1633
+ # List NetworkAdapters for Subscription
1634
+ # Returns an array of NetworkAdapter objects
1635
+ # @param id ID of the resource
1636
+ # @param [Hash] opts the optional parameters
1637
+ # @option opts [Integer] :limit The numbers of items to return per page.
1638
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1639
+ # @option opts [Object] :filter Filter for querying collections.
1640
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1641
+ # @return [NetworkAdaptersCollection]
1642
+ describe 'list_subscription_network_adapters test' do
1643
+ it 'should work' do
1644
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1645
+ end
1646
+ end
1647
+
1648
+ # unit tests for list_subscription_networks
1649
+ # List Networks for Subscription
1650
+ # Returns an array of Network objects
1651
+ # @param id ID of the resource
1652
+ # @param [Hash] opts the optional parameters
1653
+ # @option opts [Integer] :limit The numbers of items to return per page.
1654
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1655
+ # @option opts [Object] :filter Filter for querying collections.
1656
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1657
+ # @return [NetworksCollection]
1658
+ describe 'list_subscription_networks test' do
1659
+ it 'should work' do
1660
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1661
+ end
1662
+ end
1663
+
1664
+ # unit tests for list_subscription_orchestration_stacks
1665
+ # List OrchestrationStacks for Subscription
1666
+ # Returns an array of OrchestrationStack objects
1667
+ # @param id ID of the resource
1668
+ # @param [Hash] opts the optional parameters
1669
+ # @option opts [Integer] :limit The numbers of items to return per page.
1670
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1671
+ # @option opts [Object] :filter Filter for querying collections.
1672
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1673
+ # @return [OrchestrationStacksCollection]
1674
+ describe 'list_subscription_orchestration_stacks test' do
1675
+ it 'should work' do
1676
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1677
+ end
1678
+ end
1679
+
1680
+ # unit tests for list_subscription_security_groups
1681
+ # List SecurityGroups for Subscription
1682
+ # Returns an array of SecurityGroup objects
1683
+ # @param id ID of the resource
1684
+ # @param [Hash] opts the optional parameters
1685
+ # @option opts [Integer] :limit The numbers of items to return per page.
1686
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1687
+ # @option opts [Object] :filter Filter for querying collections.
1688
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1689
+ # @return [SecurityGroupsCollection]
1690
+ describe 'list_subscription_security_groups test' do
1691
+ it 'should work' do
1692
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1693
+ end
1694
+ end
1695
+
1696
+ # unit tests for list_subscription_service_instances
1697
+ # List ServiceInstances for Subscription
1698
+ # Returns an array of ServiceInstance objects
1699
+ # @param id ID of the resource
1700
+ # @param [Hash] opts the optional parameters
1701
+ # @option opts [Integer] :limit The numbers of items to return per page.
1702
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1703
+ # @option opts [Object] :filter Filter for querying collections.
1704
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1705
+ # @return [ServiceInstancesCollection]
1706
+ describe 'list_subscription_service_instances test' do
1707
+ it 'should work' do
1708
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1709
+ end
1710
+ end
1711
+
1712
+ # unit tests for list_subscription_service_offerings
1713
+ # List ServiceOfferings for Subscription
1714
+ # Returns an array of ServiceOffering objects
1715
+ # @param id ID of the resource
1716
+ # @param [Hash] opts the optional parameters
1717
+ # @option opts [Integer] :limit The numbers of items to return per page.
1718
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1719
+ # @option opts [Object] :filter Filter for querying collections.
1720
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1721
+ # @return [ServiceOfferingsCollection]
1722
+ describe 'list_subscription_service_offerings test' do
1723
+ it 'should work' do
1724
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1725
+ end
1726
+ end
1727
+
1728
+ # unit tests for list_subscription_service_plans
1729
+ # List ServicePlans for Subscription
1730
+ # Returns an array of ServicePlan objects
1731
+ # @param id ID of the resource
1732
+ # @param [Hash] opts the optional parameters
1733
+ # @option opts [Integer] :limit The numbers of items to return per page.
1734
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1735
+ # @option opts [Object] :filter Filter for querying collections.
1736
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1737
+ # @return [ServicePlansCollection]
1738
+ describe 'list_subscription_service_plans test' do
1739
+ it 'should work' do
1740
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1741
+ end
1742
+ end
1743
+
1744
+ # unit tests for list_subscription_subnets
1745
+ # List Subnets for Subscription
1746
+ # Returns an array of Subnet objects
1747
+ # @param id ID of the resource
1748
+ # @param [Hash] opts the optional parameters
1749
+ # @option opts [Integer] :limit The numbers of items to return per page.
1750
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1751
+ # @option opts [Object] :filter Filter for querying collections.
1752
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1753
+ # @return [SubnetsCollection]
1754
+ describe 'list_subscription_subnets test' do
1755
+ it 'should work' do
1756
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1757
+ end
1758
+ end
1759
+
1760
+ # unit tests for list_subscription_vms
1761
+ # List Vms for Subscription
1762
+ # Returns an array of Vm objects
1763
+ # @param id ID of the resource
1764
+ # @param [Hash] opts the optional parameters
1765
+ # @option opts [Integer] :limit The numbers of items to return per page.
1766
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1767
+ # @option opts [Object] :filter Filter for querying collections.
1768
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1769
+ # @return [VmsCollection]
1770
+ describe 'list_subscription_vms test' do
1771
+ it 'should work' do
1772
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1773
+ end
1774
+ end
1775
+
1776
+ # unit tests for list_subscription_volumes
1777
+ # List Volumes for Subscription
1778
+ # Returns an array of Volume objects
1779
+ # @param id ID of the resource
1780
+ # @param [Hash] opts the optional parameters
1781
+ # @option opts [Integer] :limit The numbers of items to return per page.
1782
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1783
+ # @option opts [Object] :filter Filter for querying collections.
1784
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1785
+ # @return [VolumesCollection]
1786
+ describe 'list_subscription_volumes test' do
1787
+ it 'should work' do
1788
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1789
+ end
1790
+ end
1791
+
1792
+ # unit tests for list_subscriptions
1793
+ # List Subscriptions
1794
+ # Returns an array of Subscription objects
1795
+ # @param [Hash] opts the optional parameters
1796
+ # @option opts [Integer] :limit The numbers of items to return per page.
1797
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1798
+ # @option opts [Object] :filter Filter for querying collections.
1799
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1800
+ # @return [SubscriptionsCollection]
1801
+ describe 'list_subscriptions test' do
1802
+ it 'should work' do
1803
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1804
+ end
1805
+ end
1806
+
1807
+ # unit tests for list_tag_container_groups
1808
+ # List ContainerGroups for Tag
1809
+ # Returns an array of ContainerGroup objects
1810
+ # @param id ID of the resource
1811
+ # @param [Hash] opts the optional parameters
1812
+ # @option opts [Integer] :limit The numbers of items to return per page.
1813
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1814
+ # @option opts [Object] :filter Filter for querying collections.
1815
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1816
+ # @return [ContainerGroupsCollection]
1817
+ describe 'list_tag_container_groups test' do
1818
+ it 'should work' do
1819
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1820
+ end
1821
+ end
1822
+
1823
+ # unit tests for list_tag_container_images
1824
+ # List ContainerImages for Tag
1825
+ # Returns an array of ContainerImage objects
1826
+ # @param id ID of the resource
1827
+ # @param [Hash] opts the optional parameters
1828
+ # @option opts [Integer] :limit The numbers of items to return per page.
1829
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1830
+ # @option opts [Object] :filter Filter for querying collections.
1831
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1832
+ # @return [ContainerImagesCollection]
1833
+ describe 'list_tag_container_images test' do
1834
+ it 'should work' do
1835
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1836
+ end
1837
+ end
1838
+
1839
+ # unit tests for list_tag_container_nodes
1840
+ # List ContainerNodes for Tag
1841
+ # Returns an array of ContainerNode objects
1842
+ # @param id ID of the resource
1843
+ # @param [Hash] opts the optional parameters
1844
+ # @option opts [Integer] :limit The numbers of items to return per page.
1845
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1846
+ # @option opts [Object] :filter Filter for querying collections.
1847
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1848
+ # @return [ContainerNodesCollection]
1849
+ describe 'list_tag_container_nodes test' do
1850
+ it 'should work' do
1851
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1852
+ end
1853
+ end
1854
+
1855
+ # unit tests for list_tag_container_projects
1856
+ # List ContainerProjects for Tag
1857
+ # Returns an array of ContainerProject objects
1858
+ # @param id ID of the resource
1859
+ # @param [Hash] opts the optional parameters
1860
+ # @option opts [Integer] :limit The numbers of items to return per page.
1861
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1862
+ # @option opts [Object] :filter Filter for querying collections.
1863
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1864
+ # @return [ContainerProjectsCollection]
1865
+ describe 'list_tag_container_projects test' do
1866
+ it 'should work' do
1867
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1868
+ end
1869
+ end
1870
+
1871
+ # unit tests for list_tag_container_templates
1872
+ # List ContainerTemplates for Tag
1873
+ # Returns an array of ContainerTemplate objects
1874
+ # @param id ID of the resource
1875
+ # @param [Hash] opts the optional parameters
1876
+ # @option opts [Integer] :limit The numbers of items to return per page.
1877
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1878
+ # @option opts [Object] :filter Filter for querying collections.
1879
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1880
+ # @return [ContainerTemplatesCollection]
1881
+ describe 'list_tag_container_templates test' do
1882
+ it 'should work' do
1883
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1884
+ end
1885
+ end
1886
+
1887
+ # unit tests for list_tag_ipaddresses
1888
+ # List Ipaddresses for Tag
1889
+ # Returns an array of Ipaddress objects
1890
+ # @param id ID of the resource
1891
+ # @param [Hash] opts the optional parameters
1892
+ # @option opts [Integer] :limit The numbers of items to return per page.
1893
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1894
+ # @option opts [Object] :filter Filter for querying collections.
1895
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1896
+ # @return [IpaddressesCollection]
1897
+ describe 'list_tag_ipaddresses test' do
1898
+ it 'should work' do
1899
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1900
+ end
1901
+ end
1902
+
1903
+ # unit tests for list_tag_network_adapters
1904
+ # List NetworkAdapters for Tag
1905
+ # Returns an array of NetworkAdapter objects
1906
+ # @param id ID of the resource
1907
+ # @param [Hash] opts the optional parameters
1908
+ # @option opts [Integer] :limit The numbers of items to return per page.
1909
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1910
+ # @option opts [Object] :filter Filter for querying collections.
1911
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1912
+ # @return [NetworkAdaptersCollection]
1913
+ describe 'list_tag_network_adapters test' do
1914
+ it 'should work' do
1915
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1916
+ end
1917
+ end
1918
+
1919
+ # unit tests for list_tag_networks
1920
+ # List Networks for Tag
1921
+ # Returns an array of Network objects
1922
+ # @param id ID of the resource
1923
+ # @param [Hash] opts the optional parameters
1924
+ # @option opts [Integer] :limit The numbers of items to return per page.
1925
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1926
+ # @option opts [Object] :filter Filter for querying collections.
1927
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1928
+ # @return [NetworksCollection]
1929
+ describe 'list_tag_networks test' do
1930
+ it 'should work' do
1931
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1932
+ end
1933
+ end
1934
+
1935
+ # unit tests for list_tag_security_groups
1936
+ # List SecurityGroups for Tag
1937
+ # Returns an array of SecurityGroup objects
1938
+ # @param id ID of the resource
1939
+ # @param [Hash] opts the optional parameters
1940
+ # @option opts [Integer] :limit The numbers of items to return per page.
1941
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1942
+ # @option opts [Object] :filter Filter for querying collections.
1943
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1944
+ # @return [SecurityGroupsCollection]
1945
+ describe 'list_tag_security_groups test' do
1946
+ it 'should work' do
1947
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1948
+ end
1949
+ end
1950
+
1951
+ # unit tests for list_tag_service_inventories
1952
+ # List ServiceInventories for Tag
1953
+ # Returns an array of ServiceInventory objects
1954
+ # @param id ID of the resource
1955
+ # @param [Hash] opts the optional parameters
1956
+ # @option opts [Integer] :limit The numbers of items to return per page.
1957
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1958
+ # @option opts [Object] :filter Filter for querying collections.
1959
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1960
+ # @return [ServiceInventoriesCollection]
1961
+ describe 'list_tag_service_inventories test' do
1962
+ it 'should work' do
1963
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1964
+ end
1965
+ end
1966
+
1967
+ # unit tests for list_tag_service_offerings
1968
+ # List ServiceOfferings for Tag
1969
+ # Returns an array of ServiceOffering objects
1970
+ # @param id ID of the resource
1971
+ # @param [Hash] opts the optional parameters
1972
+ # @option opts [Integer] :limit The numbers of items to return per page.
1973
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1974
+ # @option opts [Object] :filter Filter for querying collections.
1975
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1976
+ # @return [ServiceOfferingsCollection]
1977
+ describe 'list_tag_service_offerings test' do
1978
+ it 'should work' do
1979
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1980
+ end
1981
+ end
1982
+
1983
+ # unit tests for list_tag_subnets
1984
+ # List Subnets for Tag
1985
+ # Returns an array of Subnet objects
1986
+ # @param id ID of the resource
1987
+ # @param [Hash] opts the optional parameters
1988
+ # @option opts [Integer] :limit The numbers of items to return per page.
1989
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
1990
+ # @option opts [Object] :filter Filter for querying collections.
1991
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
1992
+ # @return [SubnetsCollection]
1993
+ describe 'list_tag_subnets test' do
1994
+ it 'should work' do
1995
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1996
+ end
1997
+ end
1998
+
1999
+ # unit tests for list_tag_vms
2000
+ # List Vms for Tag
2001
+ # Returns an array of Vm objects
2002
+ # @param id ID of the resource
2003
+ # @param [Hash] opts the optional parameters
2004
+ # @option opts [Integer] :limit The numbers of items to return per page.
2005
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2006
+ # @option opts [Object] :filter Filter for querying collections.
2007
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2008
+ # @return [VmsCollection]
2009
+ describe 'list_tag_vms test' do
2010
+ it 'should work' do
2011
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2012
+ end
2013
+ end
2014
+
2015
+ # unit tests for list_tags
2016
+ # List Tags
2017
+ # Returns an array of Tag objects
2018
+ # @param [Hash] opts the optional parameters
2019
+ # @option opts [Integer] :limit The numbers of items to return per page.
2020
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2021
+ # @option opts [Object] :filter Filter for querying collections.
2022
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2023
+ # @return [TagsCollection]
2024
+ describe 'list_tags test' do
2025
+ it 'should work' do
2026
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2027
+ end
2028
+ end
2029
+
2030
+ # unit tests for list_tasks
2031
+ # List Tasks
2032
+ # Returns an array of Task objects
2033
+ # @param [Hash] opts the optional parameters
2034
+ # @option opts [Integer] :limit The numbers of items to return per page.
2035
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2036
+ # @option opts [Object] :filter Filter for querying collections.
2037
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2038
+ # @return [TasksCollection]
2039
+ describe 'list_tasks test' do
2040
+ it 'should work' do
2041
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2042
+ end
2043
+ end
2044
+
2045
+ # unit tests for list_vm_network_adapters
2046
+ # List NetworkAdapters for Vm
2047
+ # Returns an array of NetworkAdapter objects
2048
+ # @param id ID of the resource
2049
+ # @param [Hash] opts the optional parameters
2050
+ # @option opts [Integer] :limit The numbers of items to return per page.
2051
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2052
+ # @option opts [Object] :filter Filter for querying collections.
2053
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2054
+ # @return [NetworkAdaptersCollection]
2055
+ describe 'list_vm_network_adapters test' do
2056
+ it 'should work' do
2057
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2058
+ end
2059
+ end
2060
+
2061
+ # unit tests for list_vm_security_groups
2062
+ # List SecurityGroups for Vm
2063
+ # Returns an array of SecurityGroup objects
2064
+ # @param id ID of the resource
2065
+ # @param [Hash] opts the optional parameters
2066
+ # @option opts [Integer] :limit The numbers of items to return per page.
2067
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2068
+ # @option opts [Object] :filter Filter for querying collections.
2069
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2070
+ # @return [SecurityGroupsCollection]
2071
+ describe 'list_vm_security_groups test' do
2072
+ it 'should work' do
2073
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2074
+ end
2075
+ end
2076
+
2077
+ # unit tests for list_vm_tags
2078
+ # List Tags for Vm
2079
+ # Returns an array of Tag objects
2080
+ # @param id ID of the resource
2081
+ # @param [Hash] opts the optional parameters
2082
+ # @option opts [Integer] :limit The numbers of items to return per page.
2083
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2084
+ # @option opts [Object] :filter Filter for querying collections.
2085
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2086
+ # @return [TagsCollection]
2087
+ describe 'list_vm_tags test' do
2088
+ it 'should work' do
2089
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2090
+ end
2091
+ end
2092
+
2093
+ # unit tests for list_vm_volume_attachments
2094
+ # List VolumeAttachments for Vm
2095
+ # Returns an array of VolumeAttachment objects
2096
+ # @param id ID of the resource
2097
+ # @param [Hash] opts the optional parameters
2098
+ # @option opts [Integer] :limit The numbers of items to return per page.
2099
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2100
+ # @option opts [Object] :filter Filter for querying collections.
2101
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2102
+ # @return [VolumeAttachmentsCollection]
2103
+ describe 'list_vm_volume_attachments test' do
2104
+ it 'should work' do
2105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2106
+ end
2107
+ end
2108
+
2109
+ # unit tests for list_vm_volumes
2110
+ # List Volumes for Vm
2111
+ # Returns an array of Volume objects
2112
+ # @param id ID of the resource
2113
+ # @param [Hash] opts the optional parameters
2114
+ # @option opts [Integer] :limit The numbers of items to return per page.
2115
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2116
+ # @option opts [Object] :filter Filter for querying collections.
2117
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2118
+ # @return [VolumesCollection]
2119
+ describe 'list_vm_volumes test' do
2120
+ it 'should work' do
2121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2122
+ end
2123
+ end
2124
+
2125
+ # unit tests for list_vms
2126
+ # List Vms
2127
+ # Returns an array of Vm objects
2128
+ # @param [Hash] opts the optional parameters
2129
+ # @option opts [Integer] :limit The numbers of items to return per page.
2130
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2131
+ # @option opts [Object] :filter Filter for querying collections.
2132
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2133
+ # @return [VmsCollection]
2134
+ describe 'list_vms test' do
2135
+ it 'should work' do
2136
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2137
+ end
2138
+ end
2139
+
2140
+ # unit tests for list_volume_attachments
2141
+ # List VolumeAttachments
2142
+ # Returns an array of VolumeAttachment objects
2143
+ # @param [Hash] opts the optional parameters
2144
+ # @option opts [Integer] :limit The numbers of items to return per page.
2145
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2146
+ # @option opts [Object] :filter Filter for querying collections.
2147
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2148
+ # @return [VolumeAttachmentsCollection]
2149
+ describe 'list_volume_attachments test' do
2150
+ it 'should work' do
2151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2152
+ end
2153
+ end
2154
+
2155
+ # unit tests for list_volume_type_volumes
2156
+ # List Volumes for VolumeType
2157
+ # Returns an array of Volume objects
2158
+ # @param id ID of the resource
2159
+ # @param [Hash] opts the optional parameters
2160
+ # @option opts [Integer] :limit The numbers of items to return per page.
2161
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2162
+ # @option opts [Object] :filter Filter for querying collections.
2163
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2164
+ # @return [VolumesCollection]
2165
+ describe 'list_volume_type_volumes test' do
2166
+ it 'should work' do
2167
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2168
+ end
2169
+ end
2170
+
2171
+ # unit tests for list_volume_types
2172
+ # List VolumeTypes
2173
+ # Returns an array of VolumeType objects
2174
+ # @param [Hash] opts the optional parameters
2175
+ # @option opts [Integer] :limit The numbers of items to return per page.
2176
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2177
+ # @option opts [Object] :filter Filter for querying collections.
2178
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2179
+ # @return [VolumeTypesCollection]
2180
+ describe 'list_volume_types test' do
2181
+ it 'should work' do
2182
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2183
+ end
2184
+ end
2185
+
2186
+ # unit tests for list_volume_vms
2187
+ # List Vms for Volume
2188
+ # Returns an array of Vm objects
2189
+ # @param id ID of the resource
2190
+ # @param [Hash] opts the optional parameters
2191
+ # @option opts [Integer] :limit The numbers of items to return per page.
2192
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2193
+ # @option opts [Object] :filter Filter for querying collections.
2194
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2195
+ # @return [VmsCollection]
2196
+ describe 'list_volume_vms test' do
2197
+ it 'should work' do
2198
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2199
+ end
2200
+ end
2201
+
2202
+ # unit tests for list_volumes
2203
+ # List Volumes
2204
+ # Returns an array of Volume objects
2205
+ # @param [Hash] opts the optional parameters
2206
+ # @option opts [Integer] :limit The numbers of items to return per page.
2207
+ # @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
2208
+ # @option opts [Object] :filter Filter for querying collections.
2209
+ # @option opts [OneOfstringarray] :sort_by The list of attribute and order to sort the result set by.
2210
+ # @return [VolumesCollection]
2211
+ describe 'list_volumes test' do
2212
+ it 'should work' do
2213
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2214
+ end
2215
+ end
2216
+
2217
+ # unit tests for order_service_offering
2218
+ # Order an existing ServiceOffering
2219
+ # Returns a Task id
2220
+ # @param id ID of the resource
2221
+ # @param order_parameters_service_offering Order parameters defining the service and provider control
2222
+ # @param [Hash] opts the optional parameters
2223
+ # @return [InlineResponse200]
2224
+ describe 'order_service_offering test' do
2225
+ it 'should work' do
2226
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2227
+ end
2228
+ end
2229
+
2230
+ # unit tests for order_service_plan
2231
+ # Order an existing ServicePlan
2232
+ # Returns a Task id
2233
+ # @param id ID of the resource
2234
+ # @param order_parameters_service_plan Order parameters defining the service and provider control
2235
+ # @param [Hash] opts the optional parameters
2236
+ # @return [InlineResponse200]
2237
+ describe 'order_service_plan test' do
2238
+ it 'should work' do
2239
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2240
+ end
2241
+ end
2242
+
2243
+ # unit tests for post_graph_ql
2244
+ # Perform a GraphQL Query
2245
+ # Performs a GraphQL Query
2246
+ # @param graph_ql_request GraphQL Query Request
2247
+ # @param [Hash] opts the optional parameters
2248
+ # @return [GraphQLResponse]
2249
+ describe 'post_graph_ql test' do
2250
+ it 'should work' do
2251
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2252
+ end
2253
+ end
2254
+
2255
+ # unit tests for show_cluster
2256
+ # Show an existing Cluster
2257
+ # Returns a Cluster object
2258
+ # @param id ID of the resource
2259
+ # @param [Hash] opts the optional parameters
2260
+ # @return [Cluster]
2261
+ describe 'show_cluster test' do
2262
+ it 'should work' do
2263
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2264
+ end
2265
+ end
2266
+
2267
+ # unit tests for show_container
2268
+ # Show an existing Container
2269
+ # Returns a Container object
2270
+ # @param id ID of the resource
2271
+ # @param [Hash] opts the optional parameters
2272
+ # @return [Container]
2273
+ describe 'show_container test' do
2274
+ it 'should work' do
2275
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2276
+ end
2277
+ end
2278
+
2279
+ # unit tests for show_container_group
2280
+ # Show an existing ContainerGroup
2281
+ # Returns a ContainerGroup object
2282
+ # @param id ID of the resource
2283
+ # @param [Hash] opts the optional parameters
2284
+ # @return [ContainerGroup]
2285
+ describe 'show_container_group test' do
2286
+ it 'should work' do
2287
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2288
+ end
2289
+ end
2290
+
2291
+ # unit tests for show_container_image
2292
+ # Show an existing ContainerImage
2293
+ # Returns a ContainerImage object
2294
+ # @param id ID of the resource
2295
+ # @param [Hash] opts the optional parameters
2296
+ # @return [ContainerImage]
2297
+ describe 'show_container_image test' do
2298
+ it 'should work' do
2299
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2300
+ end
2301
+ end
2302
+
2303
+ # unit tests for show_container_node
2304
+ # Show an existing ContainerNode
2305
+ # Returns a ContainerNode object
2306
+ # @param id ID of the resource
2307
+ # @param [Hash] opts the optional parameters
2308
+ # @return [ContainerNode]
2309
+ describe 'show_container_node test' do
2310
+ it 'should work' do
2311
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2312
+ end
2313
+ end
2314
+
2315
+ # unit tests for show_container_project
2316
+ # Show an existing ContainerProject
2317
+ # Returns a ContainerProject object
2318
+ # @param id ID of the resource
2319
+ # @param [Hash] opts the optional parameters
2320
+ # @return [ContainerProject]
2321
+ describe 'show_container_project test' do
2322
+ it 'should work' do
2323
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2324
+ end
2325
+ end
2326
+
2327
+ # unit tests for show_container_resource_quota
2328
+ # Show an existing ContainerResourceQuota
2329
+ # Returns a ContainerResourceQuota object
2330
+ # @param id ID of the resource
2331
+ # @param [Hash] opts the optional parameters
2332
+ # @return [ContainerResourceQuota]
2333
+ describe 'show_container_resource_quota test' do
2334
+ it 'should work' do
2335
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2336
+ end
2337
+ end
2338
+
2339
+ # unit tests for show_container_template
2340
+ # Show an existing ContainerTemplate
2341
+ # Returns a ContainerTemplate object
2342
+ # @param id ID of the resource
2343
+ # @param [Hash] opts the optional parameters
2344
+ # @return [ContainerTemplate]
2345
+ describe 'show_container_template test' do
2346
+ it 'should work' do
2347
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2348
+ end
2349
+ end
2350
+
2351
+ # unit tests for show_datastore
2352
+ # Show an existing Datastore
2353
+ # Returns a Datastore object
2354
+ # @param id ID of the resource
2355
+ # @param [Hash] opts the optional parameters
2356
+ # @return [Datastore]
2357
+ describe 'show_datastore test' do
2358
+ it 'should work' do
2359
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2360
+ end
2361
+ end
2362
+
2363
+ # unit tests for show_flavor
2364
+ # Show an existing Flavor
2365
+ # Returns a Flavor object
2366
+ # @param id ID of the resource
2367
+ # @param [Hash] opts the optional parameters
2368
+ # @return [Flavor]
2369
+ describe 'show_flavor test' do
2370
+ it 'should work' do
2371
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2372
+ end
2373
+ end
2374
+
2375
+ # unit tests for show_host
2376
+ # Show an existing Host
2377
+ # Returns a Host object
2378
+ # @param id ID of the resource
2379
+ # @param [Hash] opts the optional parameters
2380
+ # @return [Host]
2381
+ describe 'show_host test' do
2382
+ it 'should work' do
2383
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2384
+ end
2385
+ end
2386
+
2387
+ # unit tests for show_ipaddress
2388
+ # Show an existing Ipaddress
2389
+ # Returns a Ipaddress object
2390
+ # @param id ID of the resource
2391
+ # @param [Hash] opts the optional parameters
2392
+ # @return [Ipaddress]
2393
+ describe 'show_ipaddress test' do
2394
+ it 'should work' do
2395
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2396
+ end
2397
+ end
2398
+
2399
+ # unit tests for show_network
2400
+ # Show an existing Network
2401
+ # Returns a Network object
2402
+ # @param id ID of the resource
2403
+ # @param [Hash] opts the optional parameters
2404
+ # @return [Network]
2405
+ describe 'show_network test' do
2406
+ it 'should work' do
2407
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2408
+ end
2409
+ end
2410
+
2411
+ # unit tests for show_network_adapter
2412
+ # Show an existing NetworkAdapter
2413
+ # Returns a NetworkAdapter object
2414
+ # @param id ID of the resource
2415
+ # @param [Hash] opts the optional parameters
2416
+ # @return [NetworkAdapter]
2417
+ describe 'show_network_adapter test' do
2418
+ it 'should work' do
2419
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2420
+ end
2421
+ end
2422
+
2423
+ # unit tests for show_orchestration_stack
2424
+ # Show an existing OrchestrationStack
2425
+ # Returns a OrchestrationStack object
2426
+ # @param id ID of the resource
2427
+ # @param [Hash] opts the optional parameters
2428
+ # @return [OrchestrationStack]
2429
+ describe 'show_orchestration_stack test' do
2430
+ it 'should work' do
2431
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2432
+ end
2433
+ end
2434
+
2435
+ # unit tests for show_security_group
2436
+ # Show an existing SecurityGroup
2437
+ # Returns a SecurityGroup object
2438
+ # @param id ID of the resource
2439
+ # @param [Hash] opts the optional parameters
2440
+ # @return [SecurityGroup]
2441
+ describe 'show_security_group test' do
2442
+ it 'should work' do
2443
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2444
+ end
2445
+ end
2446
+
2447
+ # unit tests for show_service_instance
2448
+ # Show an existing ServiceInstance
2449
+ # Returns a ServiceInstance object
2450
+ # @param id ID of the resource
2451
+ # @param [Hash] opts the optional parameters
2452
+ # @return [ServiceInstance]
2453
+ describe 'show_service_instance test' do
2454
+ it 'should work' do
2455
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2456
+ end
2457
+ end
2458
+
2459
+ # unit tests for show_service_instance_node
2460
+ # Show an existing ServiceInstanceNode
2461
+ # Returns a ServiceInstanceNode object
2462
+ # @param id ID of the resource
2463
+ # @param [Hash] opts the optional parameters
2464
+ # @return [ServiceInstanceNode]
2465
+ describe 'show_service_instance_node test' do
2466
+ it 'should work' do
2467
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2468
+ end
2469
+ end
2470
+
2471
+ # unit tests for show_service_inventory
2472
+ # Show an existing ServiceInventory
2473
+ # Returns a ServiceInventory object
2474
+ # @param id ID of the resource
2475
+ # @param [Hash] opts the optional parameters
2476
+ # @return [ServiceInventory]
2477
+ describe 'show_service_inventory test' do
2478
+ it 'should work' do
2479
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2480
+ end
2481
+ end
2482
+
2483
+ # unit tests for show_service_offering
2484
+ # Show an existing ServiceOffering
2485
+ # Returns a ServiceOffering object
2486
+ # @param id ID of the resource
2487
+ # @param [Hash] opts the optional parameters
2488
+ # @return [ServiceOffering]
2489
+ describe 'show_service_offering test' do
2490
+ it 'should work' do
2491
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2492
+ end
2493
+ end
2494
+
2495
+ # unit tests for show_service_offering_icon
2496
+ # Show an existing ServiceOfferingIcon
2497
+ # Returns a ServiceOfferingIcon object
2498
+ # @param id ID of the resource
2499
+ # @param [Hash] opts the optional parameters
2500
+ # @return [ServiceOfferingIcon]
2501
+ describe 'show_service_offering_icon test' do
2502
+ it 'should work' do
2503
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2504
+ end
2505
+ end
2506
+
2507
+ # unit tests for show_service_offering_icon_icon_data
2508
+ # Show an existing ServiceOfferingIcon IconData
2509
+ # Returns a ServiceOfferingIcon IconData
2510
+ # @param id ID of the resource
2511
+ # @param [Hash] opts the optional parameters
2512
+ # @return [File]
2513
+ describe 'show_service_offering_icon_icon_data test' do
2514
+ it 'should work' do
2515
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2516
+ end
2517
+ end
2518
+
2519
+ # unit tests for show_service_offering_node
2520
+ # Show an existing ServiceOfferingNode
2521
+ # Returns a ServiceOfferingNode object
2522
+ # @param id ID of the resource
2523
+ # @param [Hash] opts the optional parameters
2524
+ # @return [ServiceOfferingNode]
2525
+ describe 'show_service_offering_node test' do
2526
+ it 'should work' do
2527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2528
+ end
2529
+ end
2530
+
2531
+ # unit tests for show_service_plan
2532
+ # Show an existing ServicePlan
2533
+ # Returns a ServicePlan object
2534
+ # @param id ID of the resource
2535
+ # @param [Hash] opts the optional parameters
2536
+ # @return [ServicePlan]
2537
+ describe 'show_service_plan test' do
2538
+ it 'should work' do
2539
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2540
+ end
2541
+ end
2542
+
2543
+ # unit tests for show_source
2544
+ # Show an existing Source
2545
+ # Returns a Source object
2546
+ # @param id ID of the resource
2547
+ # @param [Hash] opts the optional parameters
2548
+ # @return [Source]
2549
+ describe 'show_source test' do
2550
+ it 'should work' do
2551
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2552
+ end
2553
+ end
2554
+
2555
+ # unit tests for show_source_region
2556
+ # Show an existing SourceRegion
2557
+ # Returns a SourceRegion object
2558
+ # @param id ID of the resource
2559
+ # @param [Hash] opts the optional parameters
2560
+ # @return [SourceRegion]
2561
+ describe 'show_source_region test' do
2562
+ it 'should work' do
2563
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2564
+ end
2565
+ end
2566
+
2567
+ # unit tests for show_subnet
2568
+ # Show an existing Subnet
2569
+ # Returns a Subnet object
2570
+ # @param id ID of the resource
2571
+ # @param [Hash] opts the optional parameters
2572
+ # @return [Subnet]
2573
+ describe 'show_subnet test' do
2574
+ it 'should work' do
2575
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2576
+ end
2577
+ end
2578
+
2579
+ # unit tests for show_subscription
2580
+ # Show an existing Subscription
2581
+ # Returns a Subscription object
2582
+ # @param id ID of the resource
2583
+ # @param [Hash] opts the optional parameters
2584
+ # @return [Subscription]
2585
+ describe 'show_subscription test' do
2586
+ it 'should work' do
2587
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2588
+ end
2589
+ end
2590
+
2591
+ # unit tests for show_tag
2592
+ # Show an existing Tag
2593
+ # Returns a Tag object
2594
+ # @param id ID of the resource
2595
+ # @param [Hash] opts the optional parameters
2596
+ # @return [Tag]
2597
+ describe 'show_tag test' do
2598
+ it 'should work' do
2599
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2600
+ end
2601
+ end
2602
+
2603
+ # unit tests for show_task
2604
+ # Show an existing Task
2605
+ # Returns a Task object
2606
+ # @param id ID of the resource
2607
+ # @param [Hash] opts the optional parameters
2608
+ # @return [Task]
2609
+ describe 'show_task test' do
2610
+ it 'should work' do
2611
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2612
+ end
2613
+ end
2614
+
2615
+ # unit tests for show_vm
2616
+ # Show an existing Vm
2617
+ # Returns a Vm object
2618
+ # @param id ID of the resource
2619
+ # @param [Hash] opts the optional parameters
2620
+ # @return [Vm]
2621
+ describe 'show_vm test' do
2622
+ it 'should work' do
2623
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2624
+ end
2625
+ end
2626
+
2627
+ # unit tests for show_volume
2628
+ # Show an existing Volume
2629
+ # Returns a Volume object
2630
+ # @param id ID of the resource
2631
+ # @param [Hash] opts the optional parameters
2632
+ # @return [Volume]
2633
+ describe 'show_volume test' do
2634
+ it 'should work' do
2635
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2636
+ end
2637
+ end
2638
+
2639
+ # unit tests for show_volume_attachment
2640
+ # Show an existing VolumeAttachment
2641
+ # Returns a VolumeAttachment object
2642
+ # @param id ID of the resource
2643
+ # @param [Hash] opts the optional parameters
2644
+ # @return [VolumeAttachment]
2645
+ describe 'show_volume_attachment test' do
2646
+ it 'should work' do
2647
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2648
+ end
2649
+ end
2650
+
2651
+ # unit tests for show_volume_type
2652
+ # Show an existing VolumeType
2653
+ # Returns a VolumeType object
2654
+ # @param id ID of the resource
2655
+ # @param [Hash] opts the optional parameters
2656
+ # @return [VolumeType]
2657
+ describe 'show_volume_type test' do
2658
+ it 'should work' do
2659
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2660
+ end
2661
+ end
2662
+
2663
+ # unit tests for update_task
2664
+ # Update an existing Task
2665
+ # Updates a Task object
2666
+ # @param id ID of the resource
2667
+ # @param task Task attributes to update
2668
+ # @param [Hash] opts the optional parameters
2669
+ # @return [nil]
2670
+ describe 'update_task test' do
2671
+ it 'should work' do
2672
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
2673
+ end
2674
+ end
2675
+
2676
+ end