topological_inventory-api-client 2.0.0 → 3.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -0
- data/README.md +3 -3
- data/docs/DefaultApi.md +789 -301
- data/docs/ServiceCredential.md +41 -0
- data/docs/ServiceCredentialType.md +41 -0
- data/docs/ServiceCredentialTypesCollection.md +21 -0
- data/docs/ServiceCredentialsCollection.md +21 -0
- data/docs/ServiceInstance.md +0 -2
- data/docs/ServiceInstanceNode.md +0 -2
- data/docs/ServiceOffering.md +0 -2
- data/docs/ServiceOfferingNode.md +0 -2
- data/lib/topological_inventory-api-client/api/default_api.rb +1042 -384
- data/lib/topological_inventory-api-client/api_client.rb +2 -2
- data/lib/topological_inventory-api-client/api_error.rb +2 -2
- data/lib/topological_inventory-api-client/configuration.rb +8 -8
- data/lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb +2 -2
- data/lib/topological_inventory-api-client/models/availabilities_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/availability.rb +2 -2
- data/lib/topological_inventory-api-client/models/cluster.rb +2 -2
- data/lib/topological_inventory-api-client/models/clusters_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/collection_links.rb +2 -2
- data/lib/topological_inventory-api-client/models/collection_metadata.rb +2 -2
- data/lib/topological_inventory-api-client/models/container.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_group.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_groups_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_image.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_images_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_node.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_nodes_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_project.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_projects_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_resource_quota.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_resource_quota_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_template.rb +2 -2
- data/lib/topological_inventory-api-client/models/container_templates_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/containers_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/datastore.rb +2 -2
- data/lib/topological_inventory-api-client/models/datastores_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/error_not_found.rb +2 -2
- data/lib/topological_inventory-api-client/models/error_not_found_errors.rb +2 -2
- data/lib/topological_inventory-api-client/models/flavor.rb +2 -2
- data/lib/topological_inventory-api-client/models/flavors_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/graph_ql_request.rb +2 -2
- data/lib/topological_inventory-api-client/models/graph_ql_response.rb +2 -2
- data/lib/topological_inventory-api-client/models/host.rb +2 -2
- data/lib/topological_inventory-api-client/models/hosts_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/inline_response200.rb +2 -2
- data/lib/topological_inventory-api-client/models/ipaddress.rb +2 -2
- data/lib/topological_inventory-api-client/models/ipaddresses_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/network.rb +2 -2
- data/lib/topological_inventory-api-client/models/network_adapter.rb +2 -2
- data/lib/topological_inventory-api-client/models/network_adapters_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/networks_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/orchestration_stack.rb +2 -2
- data/lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/order_parameters_service_offering.rb +2 -2
- data/lib/topological_inventory-api-client/models/order_parameters_service_plan.rb +2 -2
- data/lib/topological_inventory-api-client/models/security_group.rb +2 -2
- data/lib/topological_inventory-api-client/models/security_groups_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_credential.rb +368 -0
- data/lib/topological_inventory-api-client/models/service_credential_type.rb +350 -0
- data/lib/topological_inventory-api-client/models/service_credential_types_collection.rb +226 -0
- data/lib/topological_inventory-api-client/models/service_credentials_collection.rb +226 -0
- data/lib/topological_inventory-api-client/models/service_instance.rb +3 -30
- data/lib/topological_inventory-api-client/models/service_instance_node.rb +3 -30
- data/lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_instances_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_inventories_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_inventory.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_offering.rb +3 -30
- data/lib/topological_inventory-api-client/models/service_offering_icon.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_offering_icons_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_offering_node.rb +3 -30
- data/lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_offerings_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_plan.rb +2 -2
- data/lib/topological_inventory-api-client/models/service_plans_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/source.rb +2 -2
- data/lib/topological_inventory-api-client/models/source_region.rb +2 -2
- data/lib/topological_inventory-api-client/models/source_regions_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/sources_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/subnet.rb +2 -2
- data/lib/topological_inventory-api-client/models/subnets_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/subscription.rb +2 -2
- data/lib/topological_inventory-api-client/models/subscriptions_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/tag.rb +2 -2
- data/lib/topological_inventory-api-client/models/tags_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/task.rb +2 -2
- data/lib/topological_inventory-api-client/models/tasks_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/tenant.rb +2 -2
- data/lib/topological_inventory-api-client/models/vm.rb +2 -2
- data/lib/topological_inventory-api-client/models/vms_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/volume.rb +2 -2
- data/lib/topological_inventory-api-client/models/volume_attachment.rb +2 -2
- data/lib/topological_inventory-api-client/models/volume_attachments_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/volume_type.rb +2 -2
- data/lib/topological_inventory-api-client/models/volume_types_collection.rb +2 -2
- data/lib/topological_inventory-api-client/models/volumes_collection.rb +2 -2
- data/lib/topological_inventory-api-client/version.rb +3 -3
- data/lib/topological_inventory-api-client.rb +6 -2
- data/spec/api/default_api_spec.rb +270 -152
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +5 -5
- data/spec/models/applied_inventories_parameters_service_plan_spec.rb +2 -2
- data/spec/models/availabilities_collection_spec.rb +2 -2
- data/spec/models/availability_spec.rb +2 -2
- data/spec/models/cluster_spec.rb +2 -2
- data/spec/models/clusters_collection_spec.rb +2 -2
- data/spec/models/collection_links_spec.rb +2 -2
- data/spec/models/collection_metadata_spec.rb +2 -2
- data/spec/models/container_group_spec.rb +2 -2
- data/spec/models/container_groups_collection_spec.rb +2 -2
- data/spec/models/container_image_spec.rb +2 -2
- data/spec/models/container_images_collection_spec.rb +2 -2
- data/spec/models/container_node_spec.rb +2 -2
- data/spec/models/container_nodes_collection_spec.rb +2 -2
- data/spec/models/container_project_spec.rb +2 -2
- data/spec/models/container_projects_collection_spec.rb +2 -2
- data/spec/models/container_resource_quota_collection_spec.rb +2 -2
- data/spec/models/container_resource_quota_spec.rb +2 -2
- data/spec/models/container_spec.rb +2 -2
- data/spec/models/container_template_spec.rb +2 -2
- data/spec/models/container_templates_collection_spec.rb +2 -2
- data/spec/models/containers_collection_spec.rb +2 -2
- data/spec/models/datastore_spec.rb +2 -2
- data/spec/models/datastores_collection_spec.rb +2 -2
- data/spec/models/error_not_found_errors_spec.rb +2 -2
- data/spec/models/error_not_found_spec.rb +2 -2
- data/spec/models/flavor_spec.rb +2 -2
- data/spec/models/flavors_collection_spec.rb +2 -2
- data/spec/models/graph_ql_request_spec.rb +2 -2
- data/spec/models/graph_ql_response_spec.rb +2 -2
- data/spec/models/host_spec.rb +2 -2
- data/spec/models/hosts_collection_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/ipaddress_spec.rb +2 -2
- data/spec/models/ipaddresses_collection_spec.rb +2 -2
- data/spec/models/network_adapter_spec.rb +2 -2
- data/spec/models/network_adapters_collection_spec.rb +2 -2
- data/spec/models/network_spec.rb +2 -2
- data/spec/models/networks_collection_spec.rb +2 -2
- data/spec/models/orchestration_stack_spec.rb +2 -2
- data/spec/models/orchestration_stacks_collection_spec.rb +2 -2
- data/spec/models/order_parameters_service_offering_spec.rb +2 -2
- data/spec/models/order_parameters_service_plan_spec.rb +2 -2
- data/spec/models/security_group_spec.rb +2 -2
- data/spec/models/security_groups_collection_spec.rb +2 -2
- data/spec/models/service_credential_spec.rb +113 -0
- data/spec/models/service_credential_type_spec.rb +113 -0
- data/spec/models/service_credential_types_collection_spec.rb +53 -0
- data/spec/models/service_credentials_collection_spec.rb +53 -0
- data/spec/models/service_instance_node_spec.rb +2 -8
- data/spec/models/service_instance_nodes_collection_spec.rb +2 -2
- data/spec/models/service_instance_spec.rb +2 -8
- data/spec/models/service_instances_collection_spec.rb +2 -2
- data/spec/models/service_inventories_collection_spec.rb +2 -2
- data/spec/models/service_inventory_spec.rb +2 -2
- data/spec/models/service_offering_icon_spec.rb +2 -2
- data/spec/models/service_offering_icons_collection_spec.rb +2 -2
- data/spec/models/service_offering_node_spec.rb +2 -8
- data/spec/models/service_offering_nodes_collection_spec.rb +2 -2
- data/spec/models/service_offering_spec.rb +2 -8
- data/spec/models/service_offerings_collection_spec.rb +2 -2
- data/spec/models/service_plan_spec.rb +2 -2
- data/spec/models/service_plans_collection_spec.rb +2 -2
- data/spec/models/source_region_spec.rb +2 -2
- data/spec/models/source_regions_collection_spec.rb +2 -2
- data/spec/models/source_spec.rb +2 -2
- data/spec/models/sources_collection_spec.rb +2 -2
- data/spec/models/subnet_spec.rb +2 -2
- data/spec/models/subnets_collection_spec.rb +2 -2
- data/spec/models/subscription_spec.rb +2 -2
- data/spec/models/subscriptions_collection_spec.rb +2 -2
- data/spec/models/tag_spec.rb +2 -2
- data/spec/models/tags_collection_spec.rb +2 -2
- data/spec/models/task_spec.rb +2 -2
- data/spec/models/tasks_collection_spec.rb +2 -2
- data/spec/models/tenant_spec.rb +2 -2
- data/spec/models/vm_spec.rb +2 -2
- data/spec/models/vms_collection_spec.rb +2 -2
- data/spec/models/volume_attachment_spec.rb +2 -2
- data/spec/models/volume_attachments_collection_spec.rb +2 -2
- data/spec/models/volume_spec.rb +2 -2
- data/spec/models/volume_type_spec.rb +2 -2
- data/spec/models/volume_types_collection_spec.rb +2 -2
- data/spec/models/volumes_collection_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/topological_inventory-api-client.gemspec +2 -2
- metadata +86 -69
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#Topological Inventory
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document:
|
|
6
|
+
The version of the OpenAPI document: 3.0.0
|
|
7
7
|
Contact: support@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -63,7 +63,7 @@ describe 'DefaultApi' do
|
|
|
63
63
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
64
64
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
65
65
|
# @option opts [Object] :filter Filter for querying collections.
|
|
66
|
-
# @option opts [
|
|
66
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
67
67
|
# @return [HostsCollection]
|
|
68
68
|
describe 'list_cluster_hosts test' do
|
|
69
69
|
it 'should work' do
|
|
@@ -78,7 +78,7 @@ describe 'DefaultApi' do
|
|
|
78
78
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
79
79
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
80
80
|
# @option opts [Object] :filter Filter for querying collections.
|
|
81
|
-
# @option opts [
|
|
81
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
82
82
|
# @return [ClustersCollection]
|
|
83
83
|
describe 'list_clusters test' do
|
|
84
84
|
it 'should work' do
|
|
@@ -94,7 +94,7 @@ describe 'DefaultApi' do
|
|
|
94
94
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
95
95
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
96
96
|
# @option opts [Object] :filter Filter for querying collections.
|
|
97
|
-
# @option opts [
|
|
97
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
98
98
|
# @return [ContainersCollection]
|
|
99
99
|
describe 'list_container_group_containers test' do
|
|
100
100
|
it 'should work' do
|
|
@@ -110,7 +110,7 @@ describe 'DefaultApi' do
|
|
|
110
110
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
111
111
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
112
112
|
# @option opts [Object] :filter Filter for querying collections.
|
|
113
|
-
# @option opts [
|
|
113
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
114
114
|
# @return [TagsCollection]
|
|
115
115
|
describe 'list_container_group_tags test' do
|
|
116
116
|
it 'should work' do
|
|
@@ -125,7 +125,7 @@ describe 'DefaultApi' do
|
|
|
125
125
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
126
126
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
127
127
|
# @option opts [Object] :filter Filter for querying collections.
|
|
128
|
-
# @option opts [
|
|
128
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
129
129
|
# @return [ContainerGroupsCollection]
|
|
130
130
|
describe 'list_container_groups test' do
|
|
131
131
|
it 'should work' do
|
|
@@ -141,7 +141,7 @@ describe 'DefaultApi' do
|
|
|
141
141
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
142
142
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
143
143
|
# @option opts [Object] :filter Filter for querying collections.
|
|
144
|
-
# @option opts [
|
|
144
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
145
145
|
# @return [TagsCollection]
|
|
146
146
|
describe 'list_container_image_tags test' do
|
|
147
147
|
it 'should work' do
|
|
@@ -156,7 +156,7 @@ describe 'DefaultApi' do
|
|
|
156
156
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
157
157
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
158
158
|
# @option opts [Object] :filter Filter for querying collections.
|
|
159
|
-
# @option opts [
|
|
159
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
160
160
|
# @return [ContainerImagesCollection]
|
|
161
161
|
describe 'list_container_images test' do
|
|
162
162
|
it 'should work' do
|
|
@@ -172,7 +172,7 @@ describe 'DefaultApi' do
|
|
|
172
172
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
173
173
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
174
174
|
# @option opts [Object] :filter Filter for querying collections.
|
|
175
|
-
# @option opts [
|
|
175
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
176
176
|
# @return [ContainerGroupsCollection]
|
|
177
177
|
describe 'list_container_node_container_groups test' do
|
|
178
178
|
it 'should work' do
|
|
@@ -188,7 +188,7 @@ describe 'DefaultApi' do
|
|
|
188
188
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
189
189
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
190
190
|
# @option opts [Object] :filter Filter for querying collections.
|
|
191
|
-
# @option opts [
|
|
191
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
192
192
|
# @return [TagsCollection]
|
|
193
193
|
describe 'list_container_node_tags test' do
|
|
194
194
|
it 'should work' do
|
|
@@ -203,7 +203,7 @@ describe 'DefaultApi' do
|
|
|
203
203
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
204
204
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
205
205
|
# @option opts [Object] :filter Filter for querying collections.
|
|
206
|
-
# @option opts [
|
|
206
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
207
207
|
# @return [ContainerNodesCollection]
|
|
208
208
|
describe 'list_container_nodes test' do
|
|
209
209
|
it 'should work' do
|
|
@@ -219,7 +219,7 @@ describe 'DefaultApi' do
|
|
|
219
219
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
220
220
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
221
221
|
# @option opts [Object] :filter Filter for querying collections.
|
|
222
|
-
# @option opts [
|
|
222
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
223
223
|
# @return [ContainerGroupsCollection]
|
|
224
224
|
describe 'list_container_project_container_groups test' do
|
|
225
225
|
it 'should work' do
|
|
@@ -235,7 +235,7 @@ describe 'DefaultApi' do
|
|
|
235
235
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
236
236
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
237
237
|
# @option opts [Object] :filter Filter for querying collections.
|
|
238
|
-
# @option opts [
|
|
238
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
239
239
|
# @return [ContainerResourceQuotaCollection]
|
|
240
240
|
describe 'list_container_project_container_resource_quota test' do
|
|
241
241
|
it 'should work' do
|
|
@@ -251,7 +251,7 @@ describe 'DefaultApi' do
|
|
|
251
251
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
252
252
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
253
253
|
# @option opts [Object] :filter Filter for querying collections.
|
|
254
|
-
# @option opts [
|
|
254
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
255
255
|
# @return [ContainerTemplatesCollection]
|
|
256
256
|
describe 'list_container_project_container_templates test' do
|
|
257
257
|
it 'should work' do
|
|
@@ -267,7 +267,7 @@ describe 'DefaultApi' do
|
|
|
267
267
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
268
268
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
269
269
|
# @option opts [Object] :filter Filter for querying collections.
|
|
270
|
-
# @option opts [
|
|
270
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
271
271
|
# @return [TagsCollection]
|
|
272
272
|
describe 'list_container_project_tags test' do
|
|
273
273
|
it 'should work' do
|
|
@@ -282,7 +282,7 @@ describe 'DefaultApi' do
|
|
|
282
282
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
283
283
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
284
284
|
# @option opts [Object] :filter Filter for querying collections.
|
|
285
|
-
# @option opts [
|
|
285
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
286
286
|
# @return [ContainerProjectsCollection]
|
|
287
287
|
describe 'list_container_projects test' do
|
|
288
288
|
it 'should work' do
|
|
@@ -297,7 +297,7 @@ describe 'DefaultApi' do
|
|
|
297
297
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
298
298
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
299
299
|
# @option opts [Object] :filter Filter for querying collections.
|
|
300
|
-
# @option opts [
|
|
300
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
301
301
|
# @return [ContainerResourceQuotaCollection]
|
|
302
302
|
describe 'list_container_resource_quota test' do
|
|
303
303
|
it 'should work' do
|
|
@@ -313,7 +313,7 @@ describe 'DefaultApi' do
|
|
|
313
313
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
314
314
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
315
315
|
# @option opts [Object] :filter Filter for querying collections.
|
|
316
|
-
# @option opts [
|
|
316
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
317
317
|
# @return [TagsCollection]
|
|
318
318
|
describe 'list_container_template_tags test' do
|
|
319
319
|
it 'should work' do
|
|
@@ -328,7 +328,7 @@ describe 'DefaultApi' do
|
|
|
328
328
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
329
329
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
330
330
|
# @option opts [Object] :filter Filter for querying collections.
|
|
331
|
-
# @option opts [
|
|
331
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
332
332
|
# @return [ContainerTemplatesCollection]
|
|
333
333
|
describe 'list_container_templates test' do
|
|
334
334
|
it 'should work' do
|
|
@@ -343,7 +343,7 @@ describe 'DefaultApi' do
|
|
|
343
343
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
344
344
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
345
345
|
# @option opts [Object] :filter Filter for querying collections.
|
|
346
|
-
# @option opts [
|
|
346
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
347
347
|
# @return [ContainersCollection]
|
|
348
348
|
describe 'list_containers test' do
|
|
349
349
|
it 'should work' do
|
|
@@ -358,7 +358,7 @@ describe 'DefaultApi' do
|
|
|
358
358
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
359
359
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
360
360
|
# @option opts [Object] :filter Filter for querying collections.
|
|
361
|
-
# @option opts [
|
|
361
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
362
362
|
# @return [DatastoresCollection]
|
|
363
363
|
describe 'list_datastores test' do
|
|
364
364
|
it 'should work' do
|
|
@@ -373,7 +373,7 @@ describe 'DefaultApi' do
|
|
|
373
373
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
374
374
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
375
375
|
# @option opts [Object] :filter Filter for querying collections.
|
|
376
|
-
# @option opts [
|
|
376
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
377
377
|
# @return [FlavorsCollection]
|
|
378
378
|
describe 'list_flavors test' do
|
|
379
379
|
it 'should work' do
|
|
@@ -388,7 +388,7 @@ describe 'DefaultApi' do
|
|
|
388
388
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
389
389
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
390
390
|
# @option opts [Object] :filter Filter for querying collections.
|
|
391
|
-
# @option opts [
|
|
391
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
392
392
|
# @return [HostsCollection]
|
|
393
393
|
describe 'list_hosts test' do
|
|
394
394
|
it 'should work' do
|
|
@@ -404,7 +404,7 @@ describe 'DefaultApi' do
|
|
|
404
404
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
405
405
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
406
406
|
# @option opts [Object] :filter Filter for querying collections.
|
|
407
|
-
# @option opts [
|
|
407
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
408
408
|
# @return [TagsCollection]
|
|
409
409
|
describe 'list_ipaddress_tags test' do
|
|
410
410
|
it 'should work' do
|
|
@@ -419,7 +419,7 @@ describe 'DefaultApi' do
|
|
|
419
419
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
420
420
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
421
421
|
# @option opts [Object] :filter Filter for querying collections.
|
|
422
|
-
# @option opts [
|
|
422
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
423
423
|
# @return [IpaddressesCollection]
|
|
424
424
|
describe 'list_ipaddresses test' do
|
|
425
425
|
it 'should work' do
|
|
@@ -435,7 +435,7 @@ describe 'DefaultApi' do
|
|
|
435
435
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
436
436
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
437
437
|
# @option opts [Object] :filter Filter for querying collections.
|
|
438
|
-
# @option opts [
|
|
438
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
439
439
|
# @return [IpaddressesCollection]
|
|
440
440
|
describe 'list_network_adapter_ipaddresses test' do
|
|
441
441
|
it 'should work' do
|
|
@@ -451,7 +451,7 @@ describe 'DefaultApi' do
|
|
|
451
451
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
452
452
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
453
453
|
# @option opts [Object] :filter Filter for querying collections.
|
|
454
|
-
# @option opts [
|
|
454
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
455
455
|
# @return [TagsCollection]
|
|
456
456
|
describe 'list_network_adapter_tags test' do
|
|
457
457
|
it 'should work' do
|
|
@@ -466,7 +466,7 @@ describe 'DefaultApi' do
|
|
|
466
466
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
467
467
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
468
468
|
# @option opts [Object] :filter Filter for querying collections.
|
|
469
|
-
# @option opts [
|
|
469
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
470
470
|
# @return [NetworkAdaptersCollection]
|
|
471
471
|
describe 'list_network_adapters test' do
|
|
472
472
|
it 'should work' do
|
|
@@ -482,7 +482,7 @@ describe 'DefaultApi' do
|
|
|
482
482
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
483
483
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
484
484
|
# @option opts [Object] :filter Filter for querying collections.
|
|
485
|
-
# @option opts [
|
|
485
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
486
486
|
# @return [SubnetsCollection]
|
|
487
487
|
describe 'list_network_subnets test' do
|
|
488
488
|
it 'should work' do
|
|
@@ -498,7 +498,7 @@ describe 'DefaultApi' do
|
|
|
498
498
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
499
499
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
500
500
|
# @option opts [Object] :filter Filter for querying collections.
|
|
501
|
-
# @option opts [
|
|
501
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
502
502
|
# @return [TagsCollection]
|
|
503
503
|
describe 'list_network_tags test' do
|
|
504
504
|
it 'should work' do
|
|
@@ -513,7 +513,7 @@ describe 'DefaultApi' do
|
|
|
513
513
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
514
514
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
515
515
|
# @option opts [Object] :filter Filter for querying collections.
|
|
516
|
-
# @option opts [
|
|
516
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
517
517
|
# @return [NetworksCollection]
|
|
518
518
|
describe 'list_networks test' do
|
|
519
519
|
it 'should work' do
|
|
@@ -529,7 +529,7 @@ describe 'DefaultApi' do
|
|
|
529
529
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
530
530
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
531
531
|
# @option opts [Object] :filter Filter for querying collections.
|
|
532
|
-
# @option opts [
|
|
532
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
533
533
|
# @return [IpaddressesCollection]
|
|
534
534
|
describe 'list_orchestration_stack_ipaddresses test' do
|
|
535
535
|
it 'should work' do
|
|
@@ -545,7 +545,7 @@ describe 'DefaultApi' do
|
|
|
545
545
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
546
546
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
547
547
|
# @option opts [Object] :filter Filter for querying collections.
|
|
548
|
-
# @option opts [
|
|
548
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
549
549
|
# @return [NetworkAdaptersCollection]
|
|
550
550
|
describe 'list_orchestration_stack_network_adapters test' do
|
|
551
551
|
it 'should work' do
|
|
@@ -561,7 +561,7 @@ describe 'DefaultApi' do
|
|
|
561
561
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
562
562
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
563
563
|
# @option opts [Object] :filter Filter for querying collections.
|
|
564
|
-
# @option opts [
|
|
564
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
565
565
|
# @return [NetworksCollection]
|
|
566
566
|
describe 'list_orchestration_stack_networks test' do
|
|
567
567
|
it 'should work' do
|
|
@@ -577,7 +577,7 @@ describe 'DefaultApi' do
|
|
|
577
577
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
578
578
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
579
579
|
# @option opts [Object] :filter Filter for querying collections.
|
|
580
|
-
# @option opts [
|
|
580
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
581
581
|
# @return [SecurityGroupsCollection]
|
|
582
582
|
describe 'list_orchestration_stack_security_groups test' do
|
|
583
583
|
it 'should work' do
|
|
@@ -593,7 +593,7 @@ describe 'DefaultApi' do
|
|
|
593
593
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
594
594
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
595
595
|
# @option opts [Object] :filter Filter for querying collections.
|
|
596
|
-
# @option opts [
|
|
596
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
597
597
|
# @return [SubnetsCollection]
|
|
598
598
|
describe 'list_orchestration_stack_subnets test' do
|
|
599
599
|
it 'should work' do
|
|
@@ -609,7 +609,7 @@ describe 'DefaultApi' do
|
|
|
609
609
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
610
610
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
611
611
|
# @option opts [Object] :filter Filter for querying collections.
|
|
612
|
-
# @option opts [
|
|
612
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
613
613
|
# @return [VmsCollection]
|
|
614
614
|
describe 'list_orchestration_stack_vms test' do
|
|
615
615
|
it 'should work' do
|
|
@@ -625,7 +625,7 @@ describe 'DefaultApi' do
|
|
|
625
625
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
626
626
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
627
627
|
# @option opts [Object] :filter Filter for querying collections.
|
|
628
|
-
# @option opts [
|
|
628
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
629
629
|
# @return [VolumesCollection]
|
|
630
630
|
describe 'list_orchestration_stack_volumes test' do
|
|
631
631
|
it 'should work' do
|
|
@@ -640,7 +640,7 @@ describe 'DefaultApi' do
|
|
|
640
640
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
641
641
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
642
642
|
# @option opts [Object] :filter Filter for querying collections.
|
|
643
|
-
# @option opts [
|
|
643
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
644
644
|
# @return [OrchestrationStacksCollection]
|
|
645
645
|
describe 'list_orchestration_stacks test' do
|
|
646
646
|
it 'should work' do
|
|
@@ -656,7 +656,7 @@ describe 'DefaultApi' do
|
|
|
656
656
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
657
657
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
658
658
|
# @option opts [Object] :filter Filter for querying collections.
|
|
659
|
-
# @option opts [
|
|
659
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
660
660
|
# @return [TagsCollection]
|
|
661
661
|
describe 'list_security_group_tags test' do
|
|
662
662
|
it 'should work' do
|
|
@@ -672,7 +672,7 @@ describe 'DefaultApi' do
|
|
|
672
672
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
673
673
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
674
674
|
# @option opts [Object] :filter Filter for querying collections.
|
|
675
|
-
# @option opts [
|
|
675
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
676
676
|
# @return [VmsCollection]
|
|
677
677
|
describe 'list_security_group_vms test' do
|
|
678
678
|
it 'should work' do
|
|
@@ -687,7 +687,7 @@ describe 'DefaultApi' do
|
|
|
687
687
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
688
688
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
689
689
|
# @option opts [Object] :filter Filter for querying collections.
|
|
690
|
-
# @option opts [
|
|
690
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
691
691
|
# @return [SecurityGroupsCollection]
|
|
692
692
|
describe 'list_security_groups test' do
|
|
693
693
|
it 'should work' do
|
|
@@ -695,6 +695,52 @@ describe 'DefaultApi' do
|
|
|
695
695
|
end
|
|
696
696
|
end
|
|
697
697
|
|
|
698
|
+
# unit tests for list_service_credential_types
|
|
699
|
+
# List ServiceCredentialTypes
|
|
700
|
+
# Returns an array of ServiceCredentialType 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 [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
706
|
+
# @return [ServiceCredentialTypesCollection]
|
|
707
|
+
describe 'list_service_credential_types 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_credentials
|
|
714
|
+
# List ServiceCredentials
|
|
715
|
+
# Returns an array of ServiceCredential objects
|
|
716
|
+
# @param [Hash] opts the optional parameters
|
|
717
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
718
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
719
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
720
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
721
|
+
# @return [ServiceCredentialsCollection]
|
|
722
|
+
describe 'list_service_credentials test' do
|
|
723
|
+
it 'should work' do
|
|
724
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
725
|
+
end
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
# unit tests for list_service_instance_node_service_credentials
|
|
729
|
+
# List ServiceCredentials for ServiceInstanceNode
|
|
730
|
+
# Returns an array of ServiceCredential objects
|
|
731
|
+
# @param id ID of the resource
|
|
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 [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
737
|
+
# @return [ServiceCredentialsCollection]
|
|
738
|
+
describe 'list_service_instance_node_service_credentials 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
|
+
|
|
698
744
|
# unit tests for list_service_instance_nodes
|
|
699
745
|
# List ServiceInstanceNodes
|
|
700
746
|
# Returns an array of ServiceInstanceNode objects
|
|
@@ -702,7 +748,7 @@ describe 'DefaultApi' do
|
|
|
702
748
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
703
749
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
704
750
|
# @option opts [Object] :filter Filter for querying collections.
|
|
705
|
-
# @option opts [
|
|
751
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
706
752
|
# @return [ServiceInstanceNodesCollection]
|
|
707
753
|
describe 'list_service_instance_nodes test' do
|
|
708
754
|
it 'should work' do
|
|
@@ -710,6 +756,22 @@ describe 'DefaultApi' do
|
|
|
710
756
|
end
|
|
711
757
|
end
|
|
712
758
|
|
|
759
|
+
# unit tests for list_service_instance_service_credentials
|
|
760
|
+
# List ServiceCredentials for ServiceInstance
|
|
761
|
+
# Returns an array of ServiceCredential 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 [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
768
|
+
# @return [ServiceCredentialsCollection]
|
|
769
|
+
describe 'list_service_instance_service_credentials 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
|
+
|
|
713
775
|
# unit tests for list_service_instance_service_instance_nodes
|
|
714
776
|
# List ServiceInstanceNodes for ServiceInstance
|
|
715
777
|
# Returns an array of ServiceInstanceNode objects
|
|
@@ -718,7 +780,7 @@ describe 'DefaultApi' do
|
|
|
718
780
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
719
781
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
720
782
|
# @option opts [Object] :filter Filter for querying collections.
|
|
721
|
-
# @option opts [
|
|
783
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
722
784
|
# @return [ServiceInstanceNodesCollection]
|
|
723
785
|
describe 'list_service_instance_service_instance_nodes test' do
|
|
724
786
|
it 'should work' do
|
|
@@ -733,7 +795,7 @@ describe 'DefaultApi' do
|
|
|
733
795
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
734
796
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
735
797
|
# @option opts [Object] :filter Filter for querying collections.
|
|
736
|
-
# @option opts [
|
|
798
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
737
799
|
# @return [ServiceInstancesCollection]
|
|
738
800
|
describe 'list_service_instances test' do
|
|
739
801
|
it 'should work' do
|
|
@@ -748,7 +810,7 @@ describe 'DefaultApi' do
|
|
|
748
810
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
749
811
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
750
812
|
# @option opts [Object] :filter Filter for querying collections.
|
|
751
|
-
# @option opts [
|
|
813
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
752
814
|
# @return [ServiceInventoriesCollection]
|
|
753
815
|
describe 'list_service_inventories test' do
|
|
754
816
|
it 'should work' do
|
|
@@ -764,7 +826,7 @@ describe 'DefaultApi' do
|
|
|
764
826
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
765
827
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
766
828
|
# @option opts [Object] :filter Filter for querying collections.
|
|
767
|
-
# @option opts [
|
|
829
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
768
830
|
# @return [TagsCollection]
|
|
769
831
|
describe 'list_service_inventory_tags test' do
|
|
770
832
|
it 'should work' do
|
|
@@ -779,7 +841,7 @@ describe 'DefaultApi' do
|
|
|
779
841
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
780
842
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
781
843
|
# @option opts [Object] :filter Filter for querying collections.
|
|
782
|
-
# @option opts [
|
|
844
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
783
845
|
# @return [ServiceOfferingIconsCollection]
|
|
784
846
|
describe 'list_service_offering_icons test' do
|
|
785
847
|
it 'should work' do
|
|
@@ -787,6 +849,22 @@ describe 'DefaultApi' do
|
|
|
787
849
|
end
|
|
788
850
|
end
|
|
789
851
|
|
|
852
|
+
# unit tests for list_service_offering_node_service_credentials
|
|
853
|
+
# List ServiceCredentials for ServiceOfferingNode
|
|
854
|
+
# Returns an array of ServiceCredential objects
|
|
855
|
+
# @param id ID of the resource
|
|
856
|
+
# @param [Hash] opts the optional parameters
|
|
857
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
858
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
859
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
860
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
861
|
+
# @return [ServiceCredentialsCollection]
|
|
862
|
+
describe 'list_service_offering_node_service_credentials test' do
|
|
863
|
+
it 'should work' do
|
|
864
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
865
|
+
end
|
|
866
|
+
end
|
|
867
|
+
|
|
790
868
|
# unit tests for list_service_offering_nodes
|
|
791
869
|
# List ServiceOfferingNodes
|
|
792
870
|
# Returns an array of ServiceOfferingNode objects
|
|
@@ -794,7 +872,7 @@ describe 'DefaultApi' do
|
|
|
794
872
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
795
873
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
796
874
|
# @option opts [Object] :filter Filter for querying collections.
|
|
797
|
-
# @option opts [
|
|
875
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
798
876
|
# @return [ServiceOfferingNodesCollection]
|
|
799
877
|
describe 'list_service_offering_nodes test' do
|
|
800
878
|
it 'should work' do
|
|
@@ -802,6 +880,22 @@ describe 'DefaultApi' do
|
|
|
802
880
|
end
|
|
803
881
|
end
|
|
804
882
|
|
|
883
|
+
# unit tests for list_service_offering_service_credentials
|
|
884
|
+
# List ServiceCredentials for ServiceOffering
|
|
885
|
+
# Returns an array of ServiceCredential objects
|
|
886
|
+
# @param id ID of the resource
|
|
887
|
+
# @param [Hash] opts the optional parameters
|
|
888
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
889
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
890
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
891
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
892
|
+
# @return [ServiceCredentialsCollection]
|
|
893
|
+
describe 'list_service_offering_service_credentials test' do
|
|
894
|
+
it 'should work' do
|
|
895
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
896
|
+
end
|
|
897
|
+
end
|
|
898
|
+
|
|
805
899
|
# unit tests for list_service_offering_service_instances
|
|
806
900
|
# List ServiceInstances for ServiceOffering
|
|
807
901
|
# Returns an array of ServiceInstance objects
|
|
@@ -810,7 +904,7 @@ describe 'DefaultApi' do
|
|
|
810
904
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
811
905
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
812
906
|
# @option opts [Object] :filter Filter for querying collections.
|
|
813
|
-
# @option opts [
|
|
907
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
814
908
|
# @return [ServiceInstancesCollection]
|
|
815
909
|
describe 'list_service_offering_service_instances test' do
|
|
816
910
|
it 'should work' do
|
|
@@ -826,7 +920,7 @@ describe 'DefaultApi' do
|
|
|
826
920
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
827
921
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
828
922
|
# @option opts [Object] :filter Filter for querying collections.
|
|
829
|
-
# @option opts [
|
|
923
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
830
924
|
# @return [ServiceOfferingNodesCollection]
|
|
831
925
|
describe 'list_service_offering_service_offering_nodes test' do
|
|
832
926
|
it 'should work' do
|
|
@@ -842,7 +936,7 @@ describe 'DefaultApi' do
|
|
|
842
936
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
843
937
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
844
938
|
# @option opts [Object] :filter Filter for querying collections.
|
|
845
|
-
# @option opts [
|
|
939
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
846
940
|
# @return [ServicePlansCollection]
|
|
847
941
|
describe 'list_service_offering_service_plans test' do
|
|
848
942
|
it 'should work' do
|
|
@@ -858,7 +952,7 @@ describe 'DefaultApi' do
|
|
|
858
952
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
859
953
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
860
954
|
# @option opts [Object] :filter Filter for querying collections.
|
|
861
|
-
# @option opts [
|
|
955
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
862
956
|
# @return [TagsCollection]
|
|
863
957
|
describe 'list_service_offering_tags test' do
|
|
864
958
|
it 'should work' do
|
|
@@ -873,7 +967,7 @@ describe 'DefaultApi' do
|
|
|
873
967
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
874
968
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
875
969
|
# @option opts [Object] :filter Filter for querying collections.
|
|
876
|
-
# @option opts [
|
|
970
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
877
971
|
# @return [ServiceOfferingsCollection]
|
|
878
972
|
describe 'list_service_offerings test' do
|
|
879
973
|
it 'should work' do
|
|
@@ -889,7 +983,7 @@ describe 'DefaultApi' do
|
|
|
889
983
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
890
984
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
891
985
|
# @option opts [Object] :filter Filter for querying collections.
|
|
892
|
-
# @option opts [
|
|
986
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
893
987
|
# @return [ServiceInstancesCollection]
|
|
894
988
|
describe 'list_service_plan_service_instances test' do
|
|
895
989
|
it 'should work' do
|
|
@@ -904,7 +998,7 @@ describe 'DefaultApi' do
|
|
|
904
998
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
905
999
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
906
1000
|
# @option opts [Object] :filter Filter for querying collections.
|
|
907
|
-
# @option opts [
|
|
1001
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
908
1002
|
# @return [ServicePlansCollection]
|
|
909
1003
|
describe 'list_service_plans test' do
|
|
910
1004
|
it 'should work' do
|
|
@@ -920,7 +1014,7 @@ describe 'DefaultApi' do
|
|
|
920
1014
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
921
1015
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
922
1016
|
# @option opts [Object] :filter Filter for querying collections.
|
|
923
|
-
# @option opts [
|
|
1017
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
924
1018
|
# @return [AvailabilitiesCollection]
|
|
925
1019
|
describe 'list_source_availabilities test' do
|
|
926
1020
|
it 'should work' do
|
|
@@ -936,7 +1030,7 @@ describe 'DefaultApi' do
|
|
|
936
1030
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
937
1031
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
938
1032
|
# @option opts [Object] :filter Filter for querying collections.
|
|
939
|
-
# @option opts [
|
|
1033
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
940
1034
|
# @return [ClustersCollection]
|
|
941
1035
|
describe 'list_source_clusters test' do
|
|
942
1036
|
it 'should work' do
|
|
@@ -952,7 +1046,7 @@ describe 'DefaultApi' do
|
|
|
952
1046
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
953
1047
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
954
1048
|
# @option opts [Object] :filter Filter for querying collections.
|
|
955
|
-
# @option opts [
|
|
1049
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
956
1050
|
# @return [ContainerGroupsCollection]
|
|
957
1051
|
describe 'list_source_container_groups test' do
|
|
958
1052
|
it 'should work' do
|
|
@@ -968,7 +1062,7 @@ describe 'DefaultApi' do
|
|
|
968
1062
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
969
1063
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
970
1064
|
# @option opts [Object] :filter Filter for querying collections.
|
|
971
|
-
# @option opts [
|
|
1065
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
972
1066
|
# @return [ContainerImagesCollection]
|
|
973
1067
|
describe 'list_source_container_images test' do
|
|
974
1068
|
it 'should work' do
|
|
@@ -984,7 +1078,7 @@ describe 'DefaultApi' do
|
|
|
984
1078
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
985
1079
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
986
1080
|
# @option opts [Object] :filter Filter for querying collections.
|
|
987
|
-
# @option opts [
|
|
1081
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
988
1082
|
# @return [ContainerNodesCollection]
|
|
989
1083
|
describe 'list_source_container_nodes test' do
|
|
990
1084
|
it 'should work' do
|
|
@@ -1000,7 +1094,7 @@ describe 'DefaultApi' do
|
|
|
1000
1094
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1001
1095
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1002
1096
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1003
|
-
# @option opts [
|
|
1097
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1004
1098
|
# @return [ContainerProjectsCollection]
|
|
1005
1099
|
describe 'list_source_container_projects test' do
|
|
1006
1100
|
it 'should work' do
|
|
@@ -1016,7 +1110,7 @@ describe 'DefaultApi' do
|
|
|
1016
1110
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1017
1111
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1018
1112
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1019
|
-
# @option opts [
|
|
1113
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1020
1114
|
# @return [ContainerTemplatesCollection]
|
|
1021
1115
|
describe 'list_source_container_templates test' do
|
|
1022
1116
|
it 'should work' do
|
|
@@ -1032,7 +1126,7 @@ describe 'DefaultApi' do
|
|
|
1032
1126
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1033
1127
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1034
1128
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1035
|
-
# @option opts [
|
|
1129
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1036
1130
|
# @return [ContainersCollection]
|
|
1037
1131
|
describe 'list_source_containers test' do
|
|
1038
1132
|
it 'should work' do
|
|
@@ -1048,7 +1142,7 @@ describe 'DefaultApi' do
|
|
|
1048
1142
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1049
1143
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1050
1144
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1051
|
-
# @option opts [
|
|
1145
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1052
1146
|
# @return [DatastoresCollection]
|
|
1053
1147
|
describe 'list_source_datastores test' do
|
|
1054
1148
|
it 'should work' do
|
|
@@ -1064,7 +1158,7 @@ describe 'DefaultApi' do
|
|
|
1064
1158
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1065
1159
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1066
1160
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1067
|
-
# @option opts [
|
|
1161
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1068
1162
|
# @return [HostsCollection]
|
|
1069
1163
|
describe 'list_source_hosts test' do
|
|
1070
1164
|
it 'should work' do
|
|
@@ -1080,7 +1174,7 @@ describe 'DefaultApi' do
|
|
|
1080
1174
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1081
1175
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1082
1176
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1083
|
-
# @option opts [
|
|
1177
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1084
1178
|
# @return [IpaddressesCollection]
|
|
1085
1179
|
describe 'list_source_ipaddresses test' do
|
|
1086
1180
|
it 'should work' do
|
|
@@ -1096,7 +1190,7 @@ describe 'DefaultApi' do
|
|
|
1096
1190
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1097
1191
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1098
1192
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1099
|
-
# @option opts [
|
|
1193
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1100
1194
|
# @return [NetworkAdaptersCollection]
|
|
1101
1195
|
describe 'list_source_network_adapters test' do
|
|
1102
1196
|
it 'should work' do
|
|
@@ -1112,7 +1206,7 @@ describe 'DefaultApi' do
|
|
|
1112
1206
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1113
1207
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1114
1208
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1115
|
-
# @option opts [
|
|
1209
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1116
1210
|
# @return [NetworksCollection]
|
|
1117
1211
|
describe 'list_source_networks test' do
|
|
1118
1212
|
it 'should work' do
|
|
@@ -1128,7 +1222,7 @@ describe 'DefaultApi' do
|
|
|
1128
1222
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1129
1223
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1130
1224
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1131
|
-
# @option opts [
|
|
1225
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1132
1226
|
# @return [OrchestrationStacksCollection]
|
|
1133
1227
|
describe 'list_source_orchestration_stacks test' do
|
|
1134
1228
|
it 'should work' do
|
|
@@ -1144,7 +1238,7 @@ describe 'DefaultApi' do
|
|
|
1144
1238
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1145
1239
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1146
1240
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1147
|
-
# @option opts [
|
|
1241
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1148
1242
|
# @return [IpaddressesCollection]
|
|
1149
1243
|
describe 'list_source_region_ipaddresses test' do
|
|
1150
1244
|
it 'should work' do
|
|
@@ -1160,7 +1254,7 @@ describe 'DefaultApi' do
|
|
|
1160
1254
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1161
1255
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1162
1256
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1163
|
-
# @option opts [
|
|
1257
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1164
1258
|
# @return [NetworkAdaptersCollection]
|
|
1165
1259
|
describe 'list_source_region_network_adapters test' do
|
|
1166
1260
|
it 'should work' do
|
|
@@ -1176,7 +1270,7 @@ describe 'DefaultApi' do
|
|
|
1176
1270
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1177
1271
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1178
1272
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1179
|
-
# @option opts [
|
|
1273
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1180
1274
|
# @return [NetworksCollection]
|
|
1181
1275
|
describe 'list_source_region_networks test' do
|
|
1182
1276
|
it 'should work' do
|
|
@@ -1192,7 +1286,7 @@ describe 'DefaultApi' do
|
|
|
1192
1286
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1193
1287
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1194
1288
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1195
|
-
# @option opts [
|
|
1289
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1196
1290
|
# @return [OrchestrationStacksCollection]
|
|
1197
1291
|
describe 'list_source_region_orchestration_stacks test' do
|
|
1198
1292
|
it 'should work' do
|
|
@@ -1208,7 +1302,7 @@ describe 'DefaultApi' do
|
|
|
1208
1302
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1209
1303
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1210
1304
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1211
|
-
# @option opts [
|
|
1305
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1212
1306
|
# @return [SecurityGroupsCollection]
|
|
1213
1307
|
describe 'list_source_region_security_groups test' do
|
|
1214
1308
|
it 'should work' do
|
|
@@ -1224,7 +1318,7 @@ describe 'DefaultApi' do
|
|
|
1224
1318
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1225
1319
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1226
1320
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1227
|
-
# @option opts [
|
|
1321
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1228
1322
|
# @return [ServiceInstancesCollection]
|
|
1229
1323
|
describe 'list_source_region_service_instances test' do
|
|
1230
1324
|
it 'should work' do
|
|
@@ -1240,7 +1334,7 @@ describe 'DefaultApi' do
|
|
|
1240
1334
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1241
1335
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1242
1336
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1243
|
-
# @option opts [
|
|
1337
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1244
1338
|
# @return [ServiceOfferingsCollection]
|
|
1245
1339
|
describe 'list_source_region_service_offerings test' do
|
|
1246
1340
|
it 'should work' do
|
|
@@ -1256,7 +1350,7 @@ describe 'DefaultApi' do
|
|
|
1256
1350
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1257
1351
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1258
1352
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1259
|
-
# @option opts [
|
|
1353
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1260
1354
|
# @return [ServicePlansCollection]
|
|
1261
1355
|
describe 'list_source_region_service_plans test' do
|
|
1262
1356
|
it 'should work' do
|
|
@@ -1272,7 +1366,7 @@ describe 'DefaultApi' do
|
|
|
1272
1366
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1273
1367
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1274
1368
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1275
|
-
# @option opts [
|
|
1369
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1276
1370
|
# @return [SubnetsCollection]
|
|
1277
1371
|
describe 'list_source_region_subnets test' do
|
|
1278
1372
|
it 'should work' do
|
|
@@ -1288,7 +1382,7 @@ describe 'DefaultApi' do
|
|
|
1288
1382
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1289
1383
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1290
1384
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1291
|
-
# @option opts [
|
|
1385
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1292
1386
|
# @return [VmsCollection]
|
|
1293
1387
|
describe 'list_source_region_vms test' do
|
|
1294
1388
|
it 'should work' do
|
|
@@ -1304,7 +1398,7 @@ describe 'DefaultApi' do
|
|
|
1304
1398
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1305
1399
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1306
1400
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1307
|
-
# @option opts [
|
|
1401
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1308
1402
|
# @return [VolumesCollection]
|
|
1309
1403
|
describe 'list_source_region_volumes test' do
|
|
1310
1404
|
it 'should work' do
|
|
@@ -1319,7 +1413,7 @@ describe 'DefaultApi' do
|
|
|
1319
1413
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1320
1414
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1321
1415
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1322
|
-
# @option opts [
|
|
1416
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1323
1417
|
# @return [SourceRegionsCollection]
|
|
1324
1418
|
describe 'list_source_regions test' do
|
|
1325
1419
|
it 'should work' do
|
|
@@ -1335,7 +1429,7 @@ describe 'DefaultApi' do
|
|
|
1335
1429
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1336
1430
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1337
1431
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1338
|
-
# @option opts [
|
|
1432
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1339
1433
|
# @return [SecurityGroupsCollection]
|
|
1340
1434
|
describe 'list_source_security_groups test' do
|
|
1341
1435
|
it 'should work' do
|
|
@@ -1351,7 +1445,7 @@ describe 'DefaultApi' do
|
|
|
1351
1445
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1352
1446
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1353
1447
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1354
|
-
# @option opts [
|
|
1448
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1355
1449
|
# @return [ServiceInstanceNodesCollection]
|
|
1356
1450
|
describe 'list_source_service_instance_nodes test' do
|
|
1357
1451
|
it 'should work' do
|
|
@@ -1367,7 +1461,7 @@ describe 'DefaultApi' do
|
|
|
1367
1461
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1368
1462
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1369
1463
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1370
|
-
# @option opts [
|
|
1464
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1371
1465
|
# @return [ServiceInstancesCollection]
|
|
1372
1466
|
describe 'list_source_service_instances test' do
|
|
1373
1467
|
it 'should work' do
|
|
@@ -1383,7 +1477,7 @@ describe 'DefaultApi' do
|
|
|
1383
1477
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1384
1478
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1385
1479
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1386
|
-
# @option opts [
|
|
1480
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1387
1481
|
# @return [ServiceInventoriesCollection]
|
|
1388
1482
|
describe 'list_source_service_inventories test' do
|
|
1389
1483
|
it 'should work' do
|
|
@@ -1399,7 +1493,7 @@ describe 'DefaultApi' do
|
|
|
1399
1493
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1400
1494
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1401
1495
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1402
|
-
# @option opts [
|
|
1496
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1403
1497
|
# @return [ServiceOfferingNodesCollection]
|
|
1404
1498
|
describe 'list_source_service_offering_nodes test' do
|
|
1405
1499
|
it 'should work' do
|
|
@@ -1415,7 +1509,7 @@ describe 'DefaultApi' do
|
|
|
1415
1509
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1416
1510
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1417
1511
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1418
|
-
# @option opts [
|
|
1512
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1419
1513
|
# @return [ServiceOfferingsCollection]
|
|
1420
1514
|
describe 'list_source_service_offerings test' do
|
|
1421
1515
|
it 'should work' do
|
|
@@ -1431,7 +1525,7 @@ describe 'DefaultApi' do
|
|
|
1431
1525
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1432
1526
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1433
1527
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1434
|
-
# @option opts [
|
|
1528
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1435
1529
|
# @return [ServicePlansCollection]
|
|
1436
1530
|
describe 'list_source_service_plans test' do
|
|
1437
1531
|
it 'should work' do
|
|
@@ -1447,7 +1541,7 @@ describe 'DefaultApi' do
|
|
|
1447
1541
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1448
1542
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1449
1543
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1450
|
-
# @option opts [
|
|
1544
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1451
1545
|
# @return [SourceRegionsCollection]
|
|
1452
1546
|
describe 'list_source_source_regions test' do
|
|
1453
1547
|
it 'should work' do
|
|
@@ -1463,7 +1557,7 @@ describe 'DefaultApi' do
|
|
|
1463
1557
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1464
1558
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1465
1559
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1466
|
-
# @option opts [
|
|
1560
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1467
1561
|
# @return [SubnetsCollection]
|
|
1468
1562
|
describe 'list_source_subnets test' do
|
|
1469
1563
|
it 'should work' do
|
|
@@ -1479,7 +1573,7 @@ describe 'DefaultApi' do
|
|
|
1479
1573
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1480
1574
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1481
1575
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1482
|
-
# @option opts [
|
|
1576
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1483
1577
|
# @return [SubscriptionsCollection]
|
|
1484
1578
|
describe 'list_source_subscriptions test' do
|
|
1485
1579
|
it 'should work' do
|
|
@@ -1495,7 +1589,7 @@ describe 'DefaultApi' do
|
|
|
1495
1589
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1496
1590
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1497
1591
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1498
|
-
# @option opts [
|
|
1592
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1499
1593
|
# @return [VmsCollection]
|
|
1500
1594
|
describe 'list_source_vms test' do
|
|
1501
1595
|
it 'should work' do
|
|
@@ -1511,7 +1605,7 @@ describe 'DefaultApi' do
|
|
|
1511
1605
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1512
1606
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1513
1607
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1514
|
-
# @option opts [
|
|
1608
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1515
1609
|
# @return [VolumeTypesCollection]
|
|
1516
1610
|
describe 'list_source_volume_types test' do
|
|
1517
1611
|
it 'should work' do
|
|
@@ -1527,7 +1621,7 @@ describe 'DefaultApi' do
|
|
|
1527
1621
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1528
1622
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1529
1623
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1530
|
-
# @option opts [
|
|
1624
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1531
1625
|
# @return [VolumesCollection]
|
|
1532
1626
|
describe 'list_source_volumes test' do
|
|
1533
1627
|
it 'should work' do
|
|
@@ -1542,7 +1636,7 @@ describe 'DefaultApi' do
|
|
|
1542
1636
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1543
1637
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1544
1638
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1545
|
-
# @option opts [
|
|
1639
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1546
1640
|
# @return [SourcesCollection]
|
|
1547
1641
|
describe 'list_sources test' do
|
|
1548
1642
|
it 'should work' do
|
|
@@ -1558,7 +1652,7 @@ describe 'DefaultApi' do
|
|
|
1558
1652
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1559
1653
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1560
1654
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1561
|
-
# @option opts [
|
|
1655
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1562
1656
|
# @return [IpaddressesCollection]
|
|
1563
1657
|
describe 'list_subnet_ipaddresses test' do
|
|
1564
1658
|
it 'should work' do
|
|
@@ -1574,7 +1668,7 @@ describe 'DefaultApi' do
|
|
|
1574
1668
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1575
1669
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1576
1670
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1577
|
-
# @option opts [
|
|
1671
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1578
1672
|
# @return [NetworkAdaptersCollection]
|
|
1579
1673
|
describe 'list_subnet_network_adapters test' do
|
|
1580
1674
|
it 'should work' do
|
|
@@ -1590,7 +1684,7 @@ describe 'DefaultApi' do
|
|
|
1590
1684
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1591
1685
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1592
1686
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1593
|
-
# @option opts [
|
|
1687
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1594
1688
|
# @return [TagsCollection]
|
|
1595
1689
|
describe 'list_subnet_tags test' do
|
|
1596
1690
|
it 'should work' do
|
|
@@ -1605,7 +1699,7 @@ describe 'DefaultApi' do
|
|
|
1605
1699
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1606
1700
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1607
1701
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1608
|
-
# @option opts [
|
|
1702
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1609
1703
|
# @return [SubnetsCollection]
|
|
1610
1704
|
describe 'list_subnets test' do
|
|
1611
1705
|
it 'should work' do
|
|
@@ -1621,7 +1715,7 @@ describe 'DefaultApi' do
|
|
|
1621
1715
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1622
1716
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1623
1717
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1624
|
-
# @option opts [
|
|
1718
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1625
1719
|
# @return [IpaddressesCollection]
|
|
1626
1720
|
describe 'list_subscription_ipaddresses test' do
|
|
1627
1721
|
it 'should work' do
|
|
@@ -1637,7 +1731,7 @@ describe 'DefaultApi' do
|
|
|
1637
1731
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1638
1732
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1639
1733
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1640
|
-
# @option opts [
|
|
1734
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1641
1735
|
# @return [NetworkAdaptersCollection]
|
|
1642
1736
|
describe 'list_subscription_network_adapters test' do
|
|
1643
1737
|
it 'should work' do
|
|
@@ -1653,7 +1747,7 @@ describe 'DefaultApi' do
|
|
|
1653
1747
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1654
1748
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1655
1749
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1656
|
-
# @option opts [
|
|
1750
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1657
1751
|
# @return [NetworksCollection]
|
|
1658
1752
|
describe 'list_subscription_networks test' do
|
|
1659
1753
|
it 'should work' do
|
|
@@ -1669,7 +1763,7 @@ describe 'DefaultApi' do
|
|
|
1669
1763
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1670
1764
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1671
1765
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1672
|
-
# @option opts [
|
|
1766
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1673
1767
|
# @return [OrchestrationStacksCollection]
|
|
1674
1768
|
describe 'list_subscription_orchestration_stacks test' do
|
|
1675
1769
|
it 'should work' do
|
|
@@ -1685,7 +1779,7 @@ describe 'DefaultApi' do
|
|
|
1685
1779
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1686
1780
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1687
1781
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1688
|
-
# @option opts [
|
|
1782
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1689
1783
|
# @return [SecurityGroupsCollection]
|
|
1690
1784
|
describe 'list_subscription_security_groups test' do
|
|
1691
1785
|
it 'should work' do
|
|
@@ -1701,7 +1795,7 @@ describe 'DefaultApi' do
|
|
|
1701
1795
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1702
1796
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1703
1797
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1704
|
-
# @option opts [
|
|
1798
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1705
1799
|
# @return [ServiceInstancesCollection]
|
|
1706
1800
|
describe 'list_subscription_service_instances test' do
|
|
1707
1801
|
it 'should work' do
|
|
@@ -1717,7 +1811,7 @@ describe 'DefaultApi' do
|
|
|
1717
1811
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1718
1812
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1719
1813
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1720
|
-
# @option opts [
|
|
1814
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1721
1815
|
# @return [ServiceOfferingsCollection]
|
|
1722
1816
|
describe 'list_subscription_service_offerings test' do
|
|
1723
1817
|
it 'should work' do
|
|
@@ -1733,7 +1827,7 @@ describe 'DefaultApi' do
|
|
|
1733
1827
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1734
1828
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1735
1829
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1736
|
-
# @option opts [
|
|
1830
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1737
1831
|
# @return [ServicePlansCollection]
|
|
1738
1832
|
describe 'list_subscription_service_plans test' do
|
|
1739
1833
|
it 'should work' do
|
|
@@ -1749,7 +1843,7 @@ describe 'DefaultApi' do
|
|
|
1749
1843
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1750
1844
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1751
1845
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1752
|
-
# @option opts [
|
|
1846
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1753
1847
|
# @return [SubnetsCollection]
|
|
1754
1848
|
describe 'list_subscription_subnets test' do
|
|
1755
1849
|
it 'should work' do
|
|
@@ -1765,7 +1859,7 @@ describe 'DefaultApi' do
|
|
|
1765
1859
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1766
1860
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1767
1861
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1768
|
-
# @option opts [
|
|
1862
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1769
1863
|
# @return [VmsCollection]
|
|
1770
1864
|
describe 'list_subscription_vms test' do
|
|
1771
1865
|
it 'should work' do
|
|
@@ -1781,7 +1875,7 @@ describe 'DefaultApi' do
|
|
|
1781
1875
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1782
1876
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1783
1877
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1784
|
-
# @option opts [
|
|
1878
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1785
1879
|
# @return [VolumesCollection]
|
|
1786
1880
|
describe 'list_subscription_volumes test' do
|
|
1787
1881
|
it 'should work' do
|
|
@@ -1796,7 +1890,7 @@ describe 'DefaultApi' do
|
|
|
1796
1890
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1797
1891
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1798
1892
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1799
|
-
# @option opts [
|
|
1893
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1800
1894
|
# @return [SubscriptionsCollection]
|
|
1801
1895
|
describe 'list_subscriptions test' do
|
|
1802
1896
|
it 'should work' do
|
|
@@ -1812,7 +1906,7 @@ describe 'DefaultApi' do
|
|
|
1812
1906
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1813
1907
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1814
1908
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1815
|
-
# @option opts [
|
|
1909
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1816
1910
|
# @return [ContainerGroupsCollection]
|
|
1817
1911
|
describe 'list_tag_container_groups test' do
|
|
1818
1912
|
it 'should work' do
|
|
@@ -1828,7 +1922,7 @@ describe 'DefaultApi' do
|
|
|
1828
1922
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1829
1923
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1830
1924
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1831
|
-
# @option opts [
|
|
1925
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1832
1926
|
# @return [ContainerImagesCollection]
|
|
1833
1927
|
describe 'list_tag_container_images test' do
|
|
1834
1928
|
it 'should work' do
|
|
@@ -1844,7 +1938,7 @@ describe 'DefaultApi' do
|
|
|
1844
1938
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1845
1939
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1846
1940
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1847
|
-
# @option opts [
|
|
1941
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1848
1942
|
# @return [ContainerNodesCollection]
|
|
1849
1943
|
describe 'list_tag_container_nodes test' do
|
|
1850
1944
|
it 'should work' do
|
|
@@ -1860,7 +1954,7 @@ describe 'DefaultApi' do
|
|
|
1860
1954
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1861
1955
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1862
1956
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1863
|
-
# @option opts [
|
|
1957
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1864
1958
|
# @return [ContainerProjectsCollection]
|
|
1865
1959
|
describe 'list_tag_container_projects test' do
|
|
1866
1960
|
it 'should work' do
|
|
@@ -1876,7 +1970,7 @@ describe 'DefaultApi' do
|
|
|
1876
1970
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1877
1971
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1878
1972
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1879
|
-
# @option opts [
|
|
1973
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1880
1974
|
# @return [ContainerTemplatesCollection]
|
|
1881
1975
|
describe 'list_tag_container_templates test' do
|
|
1882
1976
|
it 'should work' do
|
|
@@ -1892,7 +1986,7 @@ describe 'DefaultApi' do
|
|
|
1892
1986
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1893
1987
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1894
1988
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1895
|
-
# @option opts [
|
|
1989
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1896
1990
|
# @return [IpaddressesCollection]
|
|
1897
1991
|
describe 'list_tag_ipaddresses test' do
|
|
1898
1992
|
it 'should work' do
|
|
@@ -1908,7 +2002,7 @@ describe 'DefaultApi' do
|
|
|
1908
2002
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1909
2003
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1910
2004
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1911
|
-
# @option opts [
|
|
2005
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1912
2006
|
# @return [NetworkAdaptersCollection]
|
|
1913
2007
|
describe 'list_tag_network_adapters test' do
|
|
1914
2008
|
it 'should work' do
|
|
@@ -1924,7 +2018,7 @@ describe 'DefaultApi' do
|
|
|
1924
2018
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1925
2019
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1926
2020
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1927
|
-
# @option opts [
|
|
2021
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1928
2022
|
# @return [NetworksCollection]
|
|
1929
2023
|
describe 'list_tag_networks test' do
|
|
1930
2024
|
it 'should work' do
|
|
@@ -1940,7 +2034,7 @@ describe 'DefaultApi' do
|
|
|
1940
2034
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1941
2035
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1942
2036
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1943
|
-
# @option opts [
|
|
2037
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1944
2038
|
# @return [SecurityGroupsCollection]
|
|
1945
2039
|
describe 'list_tag_security_groups test' do
|
|
1946
2040
|
it 'should work' do
|
|
@@ -1956,7 +2050,7 @@ describe 'DefaultApi' do
|
|
|
1956
2050
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1957
2051
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1958
2052
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1959
|
-
# @option opts [
|
|
2053
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1960
2054
|
# @return [ServiceInventoriesCollection]
|
|
1961
2055
|
describe 'list_tag_service_inventories test' do
|
|
1962
2056
|
it 'should work' do
|
|
@@ -1972,7 +2066,7 @@ describe 'DefaultApi' do
|
|
|
1972
2066
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1973
2067
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1974
2068
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1975
|
-
# @option opts [
|
|
2069
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1976
2070
|
# @return [ServiceOfferingsCollection]
|
|
1977
2071
|
describe 'list_tag_service_offerings test' do
|
|
1978
2072
|
it 'should work' do
|
|
@@ -1988,7 +2082,7 @@ describe 'DefaultApi' do
|
|
|
1988
2082
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1989
2083
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1990
2084
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1991
|
-
# @option opts [
|
|
2085
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1992
2086
|
# @return [SubnetsCollection]
|
|
1993
2087
|
describe 'list_tag_subnets test' do
|
|
1994
2088
|
it 'should work' do
|
|
@@ -2004,7 +2098,7 @@ describe 'DefaultApi' do
|
|
|
2004
2098
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2005
2099
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2006
2100
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2007
|
-
# @option opts [
|
|
2101
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2008
2102
|
# @return [VmsCollection]
|
|
2009
2103
|
describe 'list_tag_vms test' do
|
|
2010
2104
|
it 'should work' do
|
|
@@ -2019,7 +2113,7 @@ describe 'DefaultApi' do
|
|
|
2019
2113
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2020
2114
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2021
2115
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2022
|
-
# @option opts [
|
|
2116
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2023
2117
|
# @return [TagsCollection]
|
|
2024
2118
|
describe 'list_tags test' do
|
|
2025
2119
|
it 'should work' do
|
|
@@ -2034,7 +2128,7 @@ describe 'DefaultApi' do
|
|
|
2034
2128
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2035
2129
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2036
2130
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2037
|
-
# @option opts [
|
|
2131
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2038
2132
|
# @return [TasksCollection]
|
|
2039
2133
|
describe 'list_tasks test' do
|
|
2040
2134
|
it 'should work' do
|
|
@@ -2050,7 +2144,7 @@ describe 'DefaultApi' do
|
|
|
2050
2144
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2051
2145
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2052
2146
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2053
|
-
# @option opts [
|
|
2147
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2054
2148
|
# @return [NetworkAdaptersCollection]
|
|
2055
2149
|
describe 'list_vm_network_adapters test' do
|
|
2056
2150
|
it 'should work' do
|
|
@@ -2066,7 +2160,7 @@ describe 'DefaultApi' do
|
|
|
2066
2160
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2067
2161
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2068
2162
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2069
|
-
# @option opts [
|
|
2163
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2070
2164
|
# @return [SecurityGroupsCollection]
|
|
2071
2165
|
describe 'list_vm_security_groups test' do
|
|
2072
2166
|
it 'should work' do
|
|
@@ -2082,7 +2176,7 @@ describe 'DefaultApi' do
|
|
|
2082
2176
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2083
2177
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2084
2178
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2085
|
-
# @option opts [
|
|
2179
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2086
2180
|
# @return [TagsCollection]
|
|
2087
2181
|
describe 'list_vm_tags test' do
|
|
2088
2182
|
it 'should work' do
|
|
@@ -2098,7 +2192,7 @@ describe 'DefaultApi' do
|
|
|
2098
2192
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2099
2193
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2100
2194
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2101
|
-
# @option opts [
|
|
2195
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2102
2196
|
# @return [VolumeAttachmentsCollection]
|
|
2103
2197
|
describe 'list_vm_volume_attachments test' do
|
|
2104
2198
|
it 'should work' do
|
|
@@ -2114,7 +2208,7 @@ describe 'DefaultApi' do
|
|
|
2114
2208
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2115
2209
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2116
2210
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2117
|
-
# @option opts [
|
|
2211
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2118
2212
|
# @return [VolumesCollection]
|
|
2119
2213
|
describe 'list_vm_volumes test' do
|
|
2120
2214
|
it 'should work' do
|
|
@@ -2129,7 +2223,7 @@ describe 'DefaultApi' do
|
|
|
2129
2223
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2130
2224
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2131
2225
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2132
|
-
# @option opts [
|
|
2226
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2133
2227
|
# @return [VmsCollection]
|
|
2134
2228
|
describe 'list_vms test' do
|
|
2135
2229
|
it 'should work' do
|
|
@@ -2144,7 +2238,7 @@ describe 'DefaultApi' do
|
|
|
2144
2238
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2145
2239
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2146
2240
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2147
|
-
# @option opts [
|
|
2241
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2148
2242
|
# @return [VolumeAttachmentsCollection]
|
|
2149
2243
|
describe 'list_volume_attachments test' do
|
|
2150
2244
|
it 'should work' do
|
|
@@ -2160,7 +2254,7 @@ describe 'DefaultApi' do
|
|
|
2160
2254
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2161
2255
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2162
2256
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2163
|
-
# @option opts [
|
|
2257
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2164
2258
|
# @return [VolumesCollection]
|
|
2165
2259
|
describe 'list_volume_type_volumes test' do
|
|
2166
2260
|
it 'should work' do
|
|
@@ -2175,7 +2269,7 @@ describe 'DefaultApi' do
|
|
|
2175
2269
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2176
2270
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2177
2271
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2178
|
-
# @option opts [
|
|
2272
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2179
2273
|
# @return [VolumeTypesCollection]
|
|
2180
2274
|
describe 'list_volume_types test' do
|
|
2181
2275
|
it 'should work' do
|
|
@@ -2191,7 +2285,7 @@ describe 'DefaultApi' do
|
|
|
2191
2285
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2192
2286
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2193
2287
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2194
|
-
# @option opts [
|
|
2288
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2195
2289
|
# @return [VmsCollection]
|
|
2196
2290
|
describe 'list_volume_vms test' do
|
|
2197
2291
|
it 'should work' do
|
|
@@ -2206,7 +2300,7 @@ describe 'DefaultApi' do
|
|
|
2206
2300
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2207
2301
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2208
2302
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2209
|
-
# @option opts [
|
|
2303
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2210
2304
|
# @return [VolumesCollection]
|
|
2211
2305
|
describe 'list_volumes test' do
|
|
2212
2306
|
it 'should work' do
|
|
@@ -2444,6 +2538,30 @@ describe 'DefaultApi' do
|
|
|
2444
2538
|
end
|
|
2445
2539
|
end
|
|
2446
2540
|
|
|
2541
|
+
# unit tests for show_service_credential
|
|
2542
|
+
# Show an existing ServiceCredential
|
|
2543
|
+
# Returns a ServiceCredential object
|
|
2544
|
+
# @param id ID of the resource
|
|
2545
|
+
# @param [Hash] opts the optional parameters
|
|
2546
|
+
# @return [ServiceCredential]
|
|
2547
|
+
describe 'show_service_credential test' do
|
|
2548
|
+
it 'should work' do
|
|
2549
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
2550
|
+
end
|
|
2551
|
+
end
|
|
2552
|
+
|
|
2553
|
+
# unit tests for show_service_credential_type
|
|
2554
|
+
# Show an existing ServiceCredentialType
|
|
2555
|
+
# Returns a ServiceCredentialType object
|
|
2556
|
+
# @param id ID of the resource
|
|
2557
|
+
# @param [Hash] opts the optional parameters
|
|
2558
|
+
# @return [ServiceCredentialType]
|
|
2559
|
+
describe 'show_service_credential_type test' do
|
|
2560
|
+
it 'should work' do
|
|
2561
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
2562
|
+
end
|
|
2563
|
+
end
|
|
2564
|
+
|
|
2447
2565
|
# unit tests for show_service_instance
|
|
2448
2566
|
# Show an existing ServiceInstance
|
|
2449
2567
|
# Returns a ServiceInstance object
|
|
@@ -2666,7 +2784,7 @@ describe 'DefaultApi' do
|
|
|
2666
2784
|
# @param id ID of the resource
|
|
2667
2785
|
# @param tag Tag attributes to add
|
|
2668
2786
|
# @param [Hash] opts the optional parameters
|
|
2669
|
-
# @return [Tag]
|
|
2787
|
+
# @return [Array<Tag>]
|
|
2670
2788
|
describe 'tag_container_group test' do
|
|
2671
2789
|
it 'should work' do
|
|
2672
2790
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2679,7 +2797,7 @@ describe 'DefaultApi' do
|
|
|
2679
2797
|
# @param id ID of the resource
|
|
2680
2798
|
# @param tag Tag attributes to add
|
|
2681
2799
|
# @param [Hash] opts the optional parameters
|
|
2682
|
-
# @return [Tag]
|
|
2800
|
+
# @return [Array<Tag>]
|
|
2683
2801
|
describe 'tag_container_image test' do
|
|
2684
2802
|
it 'should work' do
|
|
2685
2803
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2692,7 +2810,7 @@ describe 'DefaultApi' do
|
|
|
2692
2810
|
# @param id ID of the resource
|
|
2693
2811
|
# @param tag Tag attributes to add
|
|
2694
2812
|
# @param [Hash] opts the optional parameters
|
|
2695
|
-
# @return [Tag]
|
|
2813
|
+
# @return [Array<Tag>]
|
|
2696
2814
|
describe 'tag_container_node test' do
|
|
2697
2815
|
it 'should work' do
|
|
2698
2816
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2705,7 +2823,7 @@ describe 'DefaultApi' do
|
|
|
2705
2823
|
# @param id ID of the resource
|
|
2706
2824
|
# @param tag Tag attributes to add
|
|
2707
2825
|
# @param [Hash] opts the optional parameters
|
|
2708
|
-
# @return [Tag]
|
|
2826
|
+
# @return [Array<Tag>]
|
|
2709
2827
|
describe 'tag_container_project test' do
|
|
2710
2828
|
it 'should work' do
|
|
2711
2829
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2718,7 +2836,7 @@ describe 'DefaultApi' do
|
|
|
2718
2836
|
# @param id ID of the resource
|
|
2719
2837
|
# @param tag Tag attributes to add
|
|
2720
2838
|
# @param [Hash] opts the optional parameters
|
|
2721
|
-
# @return [Tag]
|
|
2839
|
+
# @return [Array<Tag>]
|
|
2722
2840
|
describe 'tag_container_template test' do
|
|
2723
2841
|
it 'should work' do
|
|
2724
2842
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2731,7 +2849,7 @@ describe 'DefaultApi' do
|
|
|
2731
2849
|
# @param id ID of the resource
|
|
2732
2850
|
# @param tag Tag attributes to add
|
|
2733
2851
|
# @param [Hash] opts the optional parameters
|
|
2734
|
-
# @return [Tag]
|
|
2852
|
+
# @return [Array<Tag>]
|
|
2735
2853
|
describe 'tag_ipaddress test' do
|
|
2736
2854
|
it 'should work' do
|
|
2737
2855
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2744,7 +2862,7 @@ describe 'DefaultApi' do
|
|
|
2744
2862
|
# @param id ID of the resource
|
|
2745
2863
|
# @param tag Tag attributes to add
|
|
2746
2864
|
# @param [Hash] opts the optional parameters
|
|
2747
|
-
# @return [Tag]
|
|
2865
|
+
# @return [Array<Tag>]
|
|
2748
2866
|
describe 'tag_network test' do
|
|
2749
2867
|
it 'should work' do
|
|
2750
2868
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2757,7 +2875,7 @@ describe 'DefaultApi' do
|
|
|
2757
2875
|
# @param id ID of the resource
|
|
2758
2876
|
# @param tag Tag attributes to add
|
|
2759
2877
|
# @param [Hash] opts the optional parameters
|
|
2760
|
-
# @return [Tag]
|
|
2878
|
+
# @return [Array<Tag>]
|
|
2761
2879
|
describe 'tag_network_adapter test' do
|
|
2762
2880
|
it 'should work' do
|
|
2763
2881
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2770,7 +2888,7 @@ describe 'DefaultApi' do
|
|
|
2770
2888
|
# @param id ID of the resource
|
|
2771
2889
|
# @param tag Tag attributes to add
|
|
2772
2890
|
# @param [Hash] opts the optional parameters
|
|
2773
|
-
# @return [Tag]
|
|
2891
|
+
# @return [Array<Tag>]
|
|
2774
2892
|
describe 'tag_security_group test' do
|
|
2775
2893
|
it 'should work' do
|
|
2776
2894
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2783,7 +2901,7 @@ describe 'DefaultApi' do
|
|
|
2783
2901
|
# @param id ID of the resource
|
|
2784
2902
|
# @param tag Tag attributes to add
|
|
2785
2903
|
# @param [Hash] opts the optional parameters
|
|
2786
|
-
# @return [Tag]
|
|
2904
|
+
# @return [Array<Tag>]
|
|
2787
2905
|
describe 'tag_service_inventory test' do
|
|
2788
2906
|
it 'should work' do
|
|
2789
2907
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2796,7 +2914,7 @@ describe 'DefaultApi' do
|
|
|
2796
2914
|
# @param id ID of the resource
|
|
2797
2915
|
# @param tag Tag attributes to add
|
|
2798
2916
|
# @param [Hash] opts the optional parameters
|
|
2799
|
-
# @return [Tag]
|
|
2917
|
+
# @return [Array<Tag>]
|
|
2800
2918
|
describe 'tag_service_offering test' do
|
|
2801
2919
|
it 'should work' do
|
|
2802
2920
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2809,7 +2927,7 @@ describe 'DefaultApi' do
|
|
|
2809
2927
|
# @param id ID of the resource
|
|
2810
2928
|
# @param tag Tag attributes to add
|
|
2811
2929
|
# @param [Hash] opts the optional parameters
|
|
2812
|
-
# @return [Tag]
|
|
2930
|
+
# @return [Array<Tag>]
|
|
2813
2931
|
describe 'tag_subnet test' do
|
|
2814
2932
|
it 'should work' do
|
|
2815
2933
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -2822,7 +2940,7 @@ describe 'DefaultApi' do
|
|
|
2822
2940
|
# @param id ID of the resource
|
|
2823
2941
|
# @param tag Tag attributes to add
|
|
2824
2942
|
# @param [Hash] opts the optional parameters
|
|
2825
|
-
# @return [Tag]
|
|
2943
|
+
# @return [Array<Tag>]
|
|
2826
2944
|
describe 'tag_vm test' do
|
|
2827
2945
|
it 'should work' do
|
|
2828
2946
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|