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
|
|
|
@@ -155,7 +155,7 @@ module TopologicalInventoryApiClient
|
|
|
155
155
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
156
156
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
157
157
|
# @option opts [Object] :filter Filter for querying collections.
|
|
158
|
-
# @option opts [
|
|
158
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
159
159
|
# @return [HostsCollection]
|
|
160
160
|
def list_cluster_hosts(id, opts = {})
|
|
161
161
|
data, _status_code, _headers = list_cluster_hosts_with_http_info(id, opts)
|
|
@@ -169,7 +169,7 @@ module TopologicalInventoryApiClient
|
|
|
169
169
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
170
170
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
171
171
|
# @option opts [Object] :filter Filter for querying collections.
|
|
172
|
-
# @option opts [
|
|
172
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
173
173
|
# @return [Array<(HostsCollection, Integer, Hash)>] HostsCollection data, response status code and response headers
|
|
174
174
|
def list_cluster_hosts_with_http_info(id, opts = {})
|
|
175
175
|
if @api_client.config.debugging
|
|
@@ -245,7 +245,7 @@ module TopologicalInventoryApiClient
|
|
|
245
245
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
246
246
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
247
247
|
# @option opts [Object] :filter Filter for querying collections.
|
|
248
|
-
# @option opts [
|
|
248
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
249
249
|
# @return [ClustersCollection]
|
|
250
250
|
def list_clusters(opts = {})
|
|
251
251
|
data, _status_code, _headers = list_clusters_with_http_info(opts)
|
|
@@ -258,7 +258,7 @@ module TopologicalInventoryApiClient
|
|
|
258
258
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
259
259
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
260
260
|
# @option opts [Object] :filter Filter for querying collections.
|
|
261
|
-
# @option opts [
|
|
261
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
262
262
|
# @return [Array<(ClustersCollection, Integer, Hash)>] ClustersCollection data, response status code and response headers
|
|
263
263
|
def list_clusters_with_http_info(opts = {})
|
|
264
264
|
if @api_client.config.debugging
|
|
@@ -326,7 +326,7 @@ module TopologicalInventoryApiClient
|
|
|
326
326
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
327
327
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
328
328
|
# @option opts [Object] :filter Filter for querying collections.
|
|
329
|
-
# @option opts [
|
|
329
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
330
330
|
# @return [ContainersCollection]
|
|
331
331
|
def list_container_group_containers(id, opts = {})
|
|
332
332
|
data, _status_code, _headers = list_container_group_containers_with_http_info(id, opts)
|
|
@@ -340,7 +340,7 @@ module TopologicalInventoryApiClient
|
|
|
340
340
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
341
341
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
342
342
|
# @option opts [Object] :filter Filter for querying collections.
|
|
343
|
-
# @option opts [
|
|
343
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
344
344
|
# @return [Array<(ContainersCollection, Integer, Hash)>] ContainersCollection data, response status code and response headers
|
|
345
345
|
def list_container_group_containers_with_http_info(id, opts = {})
|
|
346
346
|
if @api_client.config.debugging
|
|
@@ -417,7 +417,7 @@ module TopologicalInventoryApiClient
|
|
|
417
417
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
418
418
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
419
419
|
# @option opts [Object] :filter Filter for querying collections.
|
|
420
|
-
# @option opts [
|
|
420
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
421
421
|
# @return [TagsCollection]
|
|
422
422
|
def list_container_group_tags(id, opts = {})
|
|
423
423
|
data, _status_code, _headers = list_container_group_tags_with_http_info(id, opts)
|
|
@@ -431,7 +431,7 @@ module TopologicalInventoryApiClient
|
|
|
431
431
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
432
432
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
433
433
|
# @option opts [Object] :filter Filter for querying collections.
|
|
434
|
-
# @option opts [
|
|
434
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
435
435
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
436
436
|
def list_container_group_tags_with_http_info(id, opts = {})
|
|
437
437
|
if @api_client.config.debugging
|
|
@@ -507,7 +507,7 @@ module TopologicalInventoryApiClient
|
|
|
507
507
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
508
508
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
509
509
|
# @option opts [Object] :filter Filter for querying collections.
|
|
510
|
-
# @option opts [
|
|
510
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
511
511
|
# @return [ContainerGroupsCollection]
|
|
512
512
|
def list_container_groups(opts = {})
|
|
513
513
|
data, _status_code, _headers = list_container_groups_with_http_info(opts)
|
|
@@ -520,7 +520,7 @@ module TopologicalInventoryApiClient
|
|
|
520
520
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
521
521
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
522
522
|
# @option opts [Object] :filter Filter for querying collections.
|
|
523
|
-
# @option opts [
|
|
523
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
524
524
|
# @return [Array<(ContainerGroupsCollection, Integer, Hash)>] ContainerGroupsCollection data, response status code and response headers
|
|
525
525
|
def list_container_groups_with_http_info(opts = {})
|
|
526
526
|
if @api_client.config.debugging
|
|
@@ -588,7 +588,7 @@ module TopologicalInventoryApiClient
|
|
|
588
588
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
589
589
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
590
590
|
# @option opts [Object] :filter Filter for querying collections.
|
|
591
|
-
# @option opts [
|
|
591
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
592
592
|
# @return [TagsCollection]
|
|
593
593
|
def list_container_image_tags(id, opts = {})
|
|
594
594
|
data, _status_code, _headers = list_container_image_tags_with_http_info(id, opts)
|
|
@@ -602,7 +602,7 @@ module TopologicalInventoryApiClient
|
|
|
602
602
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
603
603
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
604
604
|
# @option opts [Object] :filter Filter for querying collections.
|
|
605
|
-
# @option opts [
|
|
605
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
606
606
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
607
607
|
def list_container_image_tags_with_http_info(id, opts = {})
|
|
608
608
|
if @api_client.config.debugging
|
|
@@ -678,7 +678,7 @@ module TopologicalInventoryApiClient
|
|
|
678
678
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
679
679
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
680
680
|
# @option opts [Object] :filter Filter for querying collections.
|
|
681
|
-
# @option opts [
|
|
681
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
682
682
|
# @return [ContainerImagesCollection]
|
|
683
683
|
def list_container_images(opts = {})
|
|
684
684
|
data, _status_code, _headers = list_container_images_with_http_info(opts)
|
|
@@ -691,7 +691,7 @@ module TopologicalInventoryApiClient
|
|
|
691
691
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
692
692
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
693
693
|
# @option opts [Object] :filter Filter for querying collections.
|
|
694
|
-
# @option opts [
|
|
694
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
695
695
|
# @return [Array<(ContainerImagesCollection, Integer, Hash)>] ContainerImagesCollection data, response status code and response headers
|
|
696
696
|
def list_container_images_with_http_info(opts = {})
|
|
697
697
|
if @api_client.config.debugging
|
|
@@ -759,7 +759,7 @@ module TopologicalInventoryApiClient
|
|
|
759
759
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
760
760
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
761
761
|
# @option opts [Object] :filter Filter for querying collections.
|
|
762
|
-
# @option opts [
|
|
762
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
763
763
|
# @return [ContainerGroupsCollection]
|
|
764
764
|
def list_container_node_container_groups(id, opts = {})
|
|
765
765
|
data, _status_code, _headers = list_container_node_container_groups_with_http_info(id, opts)
|
|
@@ -773,7 +773,7 @@ module TopologicalInventoryApiClient
|
|
|
773
773
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
774
774
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
775
775
|
# @option opts [Object] :filter Filter for querying collections.
|
|
776
|
-
# @option opts [
|
|
776
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
777
777
|
# @return [Array<(ContainerGroupsCollection, Integer, Hash)>] ContainerGroupsCollection data, response status code and response headers
|
|
778
778
|
def list_container_node_container_groups_with_http_info(id, opts = {})
|
|
779
779
|
if @api_client.config.debugging
|
|
@@ -850,7 +850,7 @@ module TopologicalInventoryApiClient
|
|
|
850
850
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
851
851
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
852
852
|
# @option opts [Object] :filter Filter for querying collections.
|
|
853
|
-
# @option opts [
|
|
853
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
854
854
|
# @return [TagsCollection]
|
|
855
855
|
def list_container_node_tags(id, opts = {})
|
|
856
856
|
data, _status_code, _headers = list_container_node_tags_with_http_info(id, opts)
|
|
@@ -864,7 +864,7 @@ module TopologicalInventoryApiClient
|
|
|
864
864
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
865
865
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
866
866
|
# @option opts [Object] :filter Filter for querying collections.
|
|
867
|
-
# @option opts [
|
|
867
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
868
868
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
869
869
|
def list_container_node_tags_with_http_info(id, opts = {})
|
|
870
870
|
if @api_client.config.debugging
|
|
@@ -940,7 +940,7 @@ module TopologicalInventoryApiClient
|
|
|
940
940
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
941
941
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
942
942
|
# @option opts [Object] :filter Filter for querying collections.
|
|
943
|
-
# @option opts [
|
|
943
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
944
944
|
# @return [ContainerNodesCollection]
|
|
945
945
|
def list_container_nodes(opts = {})
|
|
946
946
|
data, _status_code, _headers = list_container_nodes_with_http_info(opts)
|
|
@@ -953,7 +953,7 @@ module TopologicalInventoryApiClient
|
|
|
953
953
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
954
954
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
955
955
|
# @option opts [Object] :filter Filter for querying collections.
|
|
956
|
-
# @option opts [
|
|
956
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
957
957
|
# @return [Array<(ContainerNodesCollection, Integer, Hash)>] ContainerNodesCollection data, response status code and response headers
|
|
958
958
|
def list_container_nodes_with_http_info(opts = {})
|
|
959
959
|
if @api_client.config.debugging
|
|
@@ -1021,7 +1021,7 @@ module TopologicalInventoryApiClient
|
|
|
1021
1021
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1022
1022
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1023
1023
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1024
|
-
# @option opts [
|
|
1024
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1025
1025
|
# @return [ContainerGroupsCollection]
|
|
1026
1026
|
def list_container_project_container_groups(id, opts = {})
|
|
1027
1027
|
data, _status_code, _headers = list_container_project_container_groups_with_http_info(id, opts)
|
|
@@ -1035,7 +1035,7 @@ module TopologicalInventoryApiClient
|
|
|
1035
1035
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1036
1036
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1037
1037
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1038
|
-
# @option opts [
|
|
1038
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1039
1039
|
# @return [Array<(ContainerGroupsCollection, Integer, Hash)>] ContainerGroupsCollection data, response status code and response headers
|
|
1040
1040
|
def list_container_project_container_groups_with_http_info(id, opts = {})
|
|
1041
1041
|
if @api_client.config.debugging
|
|
@@ -1112,7 +1112,7 @@ module TopologicalInventoryApiClient
|
|
|
1112
1112
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1113
1113
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1114
1114
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1115
|
-
# @option opts [
|
|
1115
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1116
1116
|
# @return [ContainerResourceQuotaCollection]
|
|
1117
1117
|
def list_container_project_container_resource_quota(id, opts = {})
|
|
1118
1118
|
data, _status_code, _headers = list_container_project_container_resource_quota_with_http_info(id, opts)
|
|
@@ -1126,7 +1126,7 @@ module TopologicalInventoryApiClient
|
|
|
1126
1126
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1127
1127
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1128
1128
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1129
|
-
# @option opts [
|
|
1129
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1130
1130
|
# @return [Array<(ContainerResourceQuotaCollection, Integer, Hash)>] ContainerResourceQuotaCollection data, response status code and response headers
|
|
1131
1131
|
def list_container_project_container_resource_quota_with_http_info(id, opts = {})
|
|
1132
1132
|
if @api_client.config.debugging
|
|
@@ -1203,7 +1203,7 @@ module TopologicalInventoryApiClient
|
|
|
1203
1203
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1204
1204
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1205
1205
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1206
|
-
# @option opts [
|
|
1206
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1207
1207
|
# @return [ContainerTemplatesCollection]
|
|
1208
1208
|
def list_container_project_container_templates(id, opts = {})
|
|
1209
1209
|
data, _status_code, _headers = list_container_project_container_templates_with_http_info(id, opts)
|
|
@@ -1217,7 +1217,7 @@ module TopologicalInventoryApiClient
|
|
|
1217
1217
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1218
1218
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1219
1219
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1220
|
-
# @option opts [
|
|
1220
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1221
1221
|
# @return [Array<(ContainerTemplatesCollection, Integer, Hash)>] ContainerTemplatesCollection data, response status code and response headers
|
|
1222
1222
|
def list_container_project_container_templates_with_http_info(id, opts = {})
|
|
1223
1223
|
if @api_client.config.debugging
|
|
@@ -1294,7 +1294,7 @@ module TopologicalInventoryApiClient
|
|
|
1294
1294
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1295
1295
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1296
1296
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1297
|
-
# @option opts [
|
|
1297
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1298
1298
|
# @return [TagsCollection]
|
|
1299
1299
|
def list_container_project_tags(id, opts = {})
|
|
1300
1300
|
data, _status_code, _headers = list_container_project_tags_with_http_info(id, opts)
|
|
@@ -1308,7 +1308,7 @@ module TopologicalInventoryApiClient
|
|
|
1308
1308
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1309
1309
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1310
1310
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1311
|
-
# @option opts [
|
|
1311
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1312
1312
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
1313
1313
|
def list_container_project_tags_with_http_info(id, opts = {})
|
|
1314
1314
|
if @api_client.config.debugging
|
|
@@ -1384,7 +1384,7 @@ module TopologicalInventoryApiClient
|
|
|
1384
1384
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1385
1385
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1386
1386
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1387
|
-
# @option opts [
|
|
1387
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1388
1388
|
# @return [ContainerProjectsCollection]
|
|
1389
1389
|
def list_container_projects(opts = {})
|
|
1390
1390
|
data, _status_code, _headers = list_container_projects_with_http_info(opts)
|
|
@@ -1397,7 +1397,7 @@ module TopologicalInventoryApiClient
|
|
|
1397
1397
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1398
1398
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1399
1399
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1400
|
-
# @option opts [
|
|
1400
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1401
1401
|
# @return [Array<(ContainerProjectsCollection, Integer, Hash)>] ContainerProjectsCollection data, response status code and response headers
|
|
1402
1402
|
def list_container_projects_with_http_info(opts = {})
|
|
1403
1403
|
if @api_client.config.debugging
|
|
@@ -1464,7 +1464,7 @@ module TopologicalInventoryApiClient
|
|
|
1464
1464
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1465
1465
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1466
1466
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1467
|
-
# @option opts [
|
|
1467
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1468
1468
|
# @return [ContainerResourceQuotaCollection]
|
|
1469
1469
|
def list_container_resource_quota(opts = {})
|
|
1470
1470
|
data, _status_code, _headers = list_container_resource_quota_with_http_info(opts)
|
|
@@ -1477,7 +1477,7 @@ module TopologicalInventoryApiClient
|
|
|
1477
1477
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1478
1478
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1479
1479
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1480
|
-
# @option opts [
|
|
1480
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1481
1481
|
# @return [Array<(ContainerResourceQuotaCollection, Integer, Hash)>] ContainerResourceQuotaCollection data, response status code and response headers
|
|
1482
1482
|
def list_container_resource_quota_with_http_info(opts = {})
|
|
1483
1483
|
if @api_client.config.debugging
|
|
@@ -1545,7 +1545,7 @@ module TopologicalInventoryApiClient
|
|
|
1545
1545
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1546
1546
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1547
1547
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1548
|
-
# @option opts [
|
|
1548
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1549
1549
|
# @return [TagsCollection]
|
|
1550
1550
|
def list_container_template_tags(id, opts = {})
|
|
1551
1551
|
data, _status_code, _headers = list_container_template_tags_with_http_info(id, opts)
|
|
@@ -1559,7 +1559,7 @@ module TopologicalInventoryApiClient
|
|
|
1559
1559
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1560
1560
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1561
1561
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1562
|
-
# @option opts [
|
|
1562
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1563
1563
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
1564
1564
|
def list_container_template_tags_with_http_info(id, opts = {})
|
|
1565
1565
|
if @api_client.config.debugging
|
|
@@ -1635,7 +1635,7 @@ module TopologicalInventoryApiClient
|
|
|
1635
1635
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1636
1636
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1637
1637
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1638
|
-
# @option opts [
|
|
1638
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1639
1639
|
# @return [ContainerTemplatesCollection]
|
|
1640
1640
|
def list_container_templates(opts = {})
|
|
1641
1641
|
data, _status_code, _headers = list_container_templates_with_http_info(opts)
|
|
@@ -1648,7 +1648,7 @@ module TopologicalInventoryApiClient
|
|
|
1648
1648
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1649
1649
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1650
1650
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1651
|
-
# @option opts [
|
|
1651
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1652
1652
|
# @return [Array<(ContainerTemplatesCollection, Integer, Hash)>] ContainerTemplatesCollection data, response status code and response headers
|
|
1653
1653
|
def list_container_templates_with_http_info(opts = {})
|
|
1654
1654
|
if @api_client.config.debugging
|
|
@@ -1715,7 +1715,7 @@ module TopologicalInventoryApiClient
|
|
|
1715
1715
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1716
1716
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1717
1717
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1718
|
-
# @option opts [
|
|
1718
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1719
1719
|
# @return [ContainersCollection]
|
|
1720
1720
|
def list_containers(opts = {})
|
|
1721
1721
|
data, _status_code, _headers = list_containers_with_http_info(opts)
|
|
@@ -1728,7 +1728,7 @@ module TopologicalInventoryApiClient
|
|
|
1728
1728
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1729
1729
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1730
1730
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1731
|
-
# @option opts [
|
|
1731
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1732
1732
|
# @return [Array<(ContainersCollection, Integer, Hash)>] ContainersCollection data, response status code and response headers
|
|
1733
1733
|
def list_containers_with_http_info(opts = {})
|
|
1734
1734
|
if @api_client.config.debugging
|
|
@@ -1795,7 +1795,7 @@ module TopologicalInventoryApiClient
|
|
|
1795
1795
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1796
1796
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1797
1797
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1798
|
-
# @option opts [
|
|
1798
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1799
1799
|
# @return [DatastoresCollection]
|
|
1800
1800
|
def list_datastores(opts = {})
|
|
1801
1801
|
data, _status_code, _headers = list_datastores_with_http_info(opts)
|
|
@@ -1808,7 +1808,7 @@ module TopologicalInventoryApiClient
|
|
|
1808
1808
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1809
1809
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1810
1810
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1811
|
-
# @option opts [
|
|
1811
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1812
1812
|
# @return [Array<(DatastoresCollection, Integer, Hash)>] DatastoresCollection data, response status code and response headers
|
|
1813
1813
|
def list_datastores_with_http_info(opts = {})
|
|
1814
1814
|
if @api_client.config.debugging
|
|
@@ -1875,7 +1875,7 @@ module TopologicalInventoryApiClient
|
|
|
1875
1875
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1876
1876
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1877
1877
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1878
|
-
# @option opts [
|
|
1878
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1879
1879
|
# @return [FlavorsCollection]
|
|
1880
1880
|
def list_flavors(opts = {})
|
|
1881
1881
|
data, _status_code, _headers = list_flavors_with_http_info(opts)
|
|
@@ -1888,7 +1888,7 @@ module TopologicalInventoryApiClient
|
|
|
1888
1888
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1889
1889
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1890
1890
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1891
|
-
# @option opts [
|
|
1891
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1892
1892
|
# @return [Array<(FlavorsCollection, Integer, Hash)>] FlavorsCollection data, response status code and response headers
|
|
1893
1893
|
def list_flavors_with_http_info(opts = {})
|
|
1894
1894
|
if @api_client.config.debugging
|
|
@@ -1955,7 +1955,7 @@ module TopologicalInventoryApiClient
|
|
|
1955
1955
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
1956
1956
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
1957
1957
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1958
|
-
# @option opts [
|
|
1958
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1959
1959
|
# @return [HostsCollection]
|
|
1960
1960
|
def list_hosts(opts = {})
|
|
1961
1961
|
data, _status_code, _headers = list_hosts_with_http_info(opts)
|
|
@@ -1968,7 +1968,7 @@ module TopologicalInventoryApiClient
|
|
|
1968
1968
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
1969
1969
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
1970
1970
|
# @option opts [Object] :filter Filter for querying collections.
|
|
1971
|
-
# @option opts [
|
|
1971
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
1972
1972
|
# @return [Array<(HostsCollection, Integer, Hash)>] HostsCollection data, response status code and response headers
|
|
1973
1973
|
def list_hosts_with_http_info(opts = {})
|
|
1974
1974
|
if @api_client.config.debugging
|
|
@@ -2036,7 +2036,7 @@ module TopologicalInventoryApiClient
|
|
|
2036
2036
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2037
2037
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2038
2038
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2039
|
-
# @option opts [
|
|
2039
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2040
2040
|
# @return [TagsCollection]
|
|
2041
2041
|
def list_ipaddress_tags(id, opts = {})
|
|
2042
2042
|
data, _status_code, _headers = list_ipaddress_tags_with_http_info(id, opts)
|
|
@@ -2050,7 +2050,7 @@ module TopologicalInventoryApiClient
|
|
|
2050
2050
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2051
2051
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2052
2052
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2053
|
-
# @option opts [
|
|
2053
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2054
2054
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
2055
2055
|
def list_ipaddress_tags_with_http_info(id, opts = {})
|
|
2056
2056
|
if @api_client.config.debugging
|
|
@@ -2126,7 +2126,7 @@ module TopologicalInventoryApiClient
|
|
|
2126
2126
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2127
2127
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2128
2128
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2129
|
-
# @option opts [
|
|
2129
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2130
2130
|
# @return [IpaddressesCollection]
|
|
2131
2131
|
def list_ipaddresses(opts = {})
|
|
2132
2132
|
data, _status_code, _headers = list_ipaddresses_with_http_info(opts)
|
|
@@ -2139,7 +2139,7 @@ module TopologicalInventoryApiClient
|
|
|
2139
2139
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2140
2140
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2141
2141
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2142
|
-
# @option opts [
|
|
2142
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2143
2143
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
2144
2144
|
def list_ipaddresses_with_http_info(opts = {})
|
|
2145
2145
|
if @api_client.config.debugging
|
|
@@ -2207,7 +2207,7 @@ module TopologicalInventoryApiClient
|
|
|
2207
2207
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2208
2208
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2209
2209
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2210
|
-
# @option opts [
|
|
2210
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2211
2211
|
# @return [IpaddressesCollection]
|
|
2212
2212
|
def list_network_adapter_ipaddresses(id, opts = {})
|
|
2213
2213
|
data, _status_code, _headers = list_network_adapter_ipaddresses_with_http_info(id, opts)
|
|
@@ -2221,7 +2221,7 @@ module TopologicalInventoryApiClient
|
|
|
2221
2221
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2222
2222
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2223
2223
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2224
|
-
# @option opts [
|
|
2224
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2225
2225
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
2226
2226
|
def list_network_adapter_ipaddresses_with_http_info(id, opts = {})
|
|
2227
2227
|
if @api_client.config.debugging
|
|
@@ -2298,7 +2298,7 @@ module TopologicalInventoryApiClient
|
|
|
2298
2298
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2299
2299
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2300
2300
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2301
|
-
# @option opts [
|
|
2301
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2302
2302
|
# @return [TagsCollection]
|
|
2303
2303
|
def list_network_adapter_tags(id, opts = {})
|
|
2304
2304
|
data, _status_code, _headers = list_network_adapter_tags_with_http_info(id, opts)
|
|
@@ -2312,7 +2312,7 @@ module TopologicalInventoryApiClient
|
|
|
2312
2312
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2313
2313
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2314
2314
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2315
|
-
# @option opts [
|
|
2315
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2316
2316
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
2317
2317
|
def list_network_adapter_tags_with_http_info(id, opts = {})
|
|
2318
2318
|
if @api_client.config.debugging
|
|
@@ -2388,7 +2388,7 @@ module TopologicalInventoryApiClient
|
|
|
2388
2388
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2389
2389
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2390
2390
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2391
|
-
# @option opts [
|
|
2391
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2392
2392
|
# @return [NetworkAdaptersCollection]
|
|
2393
2393
|
def list_network_adapters(opts = {})
|
|
2394
2394
|
data, _status_code, _headers = list_network_adapters_with_http_info(opts)
|
|
@@ -2401,7 +2401,7 @@ module TopologicalInventoryApiClient
|
|
|
2401
2401
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2402
2402
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2403
2403
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2404
|
-
# @option opts [
|
|
2404
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2405
2405
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
2406
2406
|
def list_network_adapters_with_http_info(opts = {})
|
|
2407
2407
|
if @api_client.config.debugging
|
|
@@ -2469,7 +2469,7 @@ module TopologicalInventoryApiClient
|
|
|
2469
2469
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2470
2470
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2471
2471
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2472
|
-
# @option opts [
|
|
2472
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2473
2473
|
# @return [SubnetsCollection]
|
|
2474
2474
|
def list_network_subnets(id, opts = {})
|
|
2475
2475
|
data, _status_code, _headers = list_network_subnets_with_http_info(id, opts)
|
|
@@ -2483,7 +2483,7 @@ module TopologicalInventoryApiClient
|
|
|
2483
2483
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2484
2484
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2485
2485
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2486
|
-
# @option opts [
|
|
2486
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2487
2487
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
2488
2488
|
def list_network_subnets_with_http_info(id, opts = {})
|
|
2489
2489
|
if @api_client.config.debugging
|
|
@@ -2560,7 +2560,7 @@ module TopologicalInventoryApiClient
|
|
|
2560
2560
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2561
2561
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2562
2562
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2563
|
-
# @option opts [
|
|
2563
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2564
2564
|
# @return [TagsCollection]
|
|
2565
2565
|
def list_network_tags(id, opts = {})
|
|
2566
2566
|
data, _status_code, _headers = list_network_tags_with_http_info(id, opts)
|
|
@@ -2574,7 +2574,7 @@ module TopologicalInventoryApiClient
|
|
|
2574
2574
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2575
2575
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2576
2576
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2577
|
-
# @option opts [
|
|
2577
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2578
2578
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
2579
2579
|
def list_network_tags_with_http_info(id, opts = {})
|
|
2580
2580
|
if @api_client.config.debugging
|
|
@@ -2650,7 +2650,7 @@ module TopologicalInventoryApiClient
|
|
|
2650
2650
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2651
2651
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2652
2652
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2653
|
-
# @option opts [
|
|
2653
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2654
2654
|
# @return [NetworksCollection]
|
|
2655
2655
|
def list_networks(opts = {})
|
|
2656
2656
|
data, _status_code, _headers = list_networks_with_http_info(opts)
|
|
@@ -2663,7 +2663,7 @@ module TopologicalInventoryApiClient
|
|
|
2663
2663
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2664
2664
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2665
2665
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2666
|
-
# @option opts [
|
|
2666
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2667
2667
|
# @return [Array<(NetworksCollection, Integer, Hash)>] NetworksCollection data, response status code and response headers
|
|
2668
2668
|
def list_networks_with_http_info(opts = {})
|
|
2669
2669
|
if @api_client.config.debugging
|
|
@@ -2731,7 +2731,7 @@ module TopologicalInventoryApiClient
|
|
|
2731
2731
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2732
2732
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2733
2733
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2734
|
-
# @option opts [
|
|
2734
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2735
2735
|
# @return [IpaddressesCollection]
|
|
2736
2736
|
def list_orchestration_stack_ipaddresses(id, opts = {})
|
|
2737
2737
|
data, _status_code, _headers = list_orchestration_stack_ipaddresses_with_http_info(id, opts)
|
|
@@ -2745,7 +2745,7 @@ module TopologicalInventoryApiClient
|
|
|
2745
2745
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2746
2746
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2747
2747
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2748
|
-
# @option opts [
|
|
2748
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2749
2749
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
2750
2750
|
def list_orchestration_stack_ipaddresses_with_http_info(id, opts = {})
|
|
2751
2751
|
if @api_client.config.debugging
|
|
@@ -2822,7 +2822,7 @@ module TopologicalInventoryApiClient
|
|
|
2822
2822
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2823
2823
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2824
2824
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2825
|
-
# @option opts [
|
|
2825
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2826
2826
|
# @return [NetworkAdaptersCollection]
|
|
2827
2827
|
def list_orchestration_stack_network_adapters(id, opts = {})
|
|
2828
2828
|
data, _status_code, _headers = list_orchestration_stack_network_adapters_with_http_info(id, opts)
|
|
@@ -2836,7 +2836,7 @@ module TopologicalInventoryApiClient
|
|
|
2836
2836
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2837
2837
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2838
2838
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2839
|
-
# @option opts [
|
|
2839
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2840
2840
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
2841
2841
|
def list_orchestration_stack_network_adapters_with_http_info(id, opts = {})
|
|
2842
2842
|
if @api_client.config.debugging
|
|
@@ -2913,7 +2913,7 @@ module TopologicalInventoryApiClient
|
|
|
2913
2913
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
2914
2914
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
2915
2915
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2916
|
-
# @option opts [
|
|
2916
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2917
2917
|
# @return [NetworksCollection]
|
|
2918
2918
|
def list_orchestration_stack_networks(id, opts = {})
|
|
2919
2919
|
data, _status_code, _headers = list_orchestration_stack_networks_with_http_info(id, opts)
|
|
@@ -2927,7 +2927,7 @@ module TopologicalInventoryApiClient
|
|
|
2927
2927
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
2928
2928
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
2929
2929
|
# @option opts [Object] :filter Filter for querying collections.
|
|
2930
|
-
# @option opts [
|
|
2930
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
2931
2931
|
# @return [Array<(NetworksCollection, Integer, Hash)>] NetworksCollection data, response status code and response headers
|
|
2932
2932
|
def list_orchestration_stack_networks_with_http_info(id, opts = {})
|
|
2933
2933
|
if @api_client.config.debugging
|
|
@@ -3004,7 +3004,7 @@ module TopologicalInventoryApiClient
|
|
|
3004
3004
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3005
3005
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3006
3006
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3007
|
-
# @option opts [
|
|
3007
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3008
3008
|
# @return [SecurityGroupsCollection]
|
|
3009
3009
|
def list_orchestration_stack_security_groups(id, opts = {})
|
|
3010
3010
|
data, _status_code, _headers = list_orchestration_stack_security_groups_with_http_info(id, opts)
|
|
@@ -3018,7 +3018,7 @@ module TopologicalInventoryApiClient
|
|
|
3018
3018
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3019
3019
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3020
3020
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3021
|
-
# @option opts [
|
|
3021
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3022
3022
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
3023
3023
|
def list_orchestration_stack_security_groups_with_http_info(id, opts = {})
|
|
3024
3024
|
if @api_client.config.debugging
|
|
@@ -3095,7 +3095,7 @@ module TopologicalInventoryApiClient
|
|
|
3095
3095
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3096
3096
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3097
3097
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3098
|
-
# @option opts [
|
|
3098
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3099
3099
|
# @return [SubnetsCollection]
|
|
3100
3100
|
def list_orchestration_stack_subnets(id, opts = {})
|
|
3101
3101
|
data, _status_code, _headers = list_orchestration_stack_subnets_with_http_info(id, opts)
|
|
@@ -3109,7 +3109,7 @@ module TopologicalInventoryApiClient
|
|
|
3109
3109
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3110
3110
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3111
3111
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3112
|
-
# @option opts [
|
|
3112
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3113
3113
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
3114
3114
|
def list_orchestration_stack_subnets_with_http_info(id, opts = {})
|
|
3115
3115
|
if @api_client.config.debugging
|
|
@@ -3186,7 +3186,7 @@ module TopologicalInventoryApiClient
|
|
|
3186
3186
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3187
3187
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3188
3188
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3189
|
-
# @option opts [
|
|
3189
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3190
3190
|
# @return [VmsCollection]
|
|
3191
3191
|
def list_orchestration_stack_vms(id, opts = {})
|
|
3192
3192
|
data, _status_code, _headers = list_orchestration_stack_vms_with_http_info(id, opts)
|
|
@@ -3200,7 +3200,7 @@ module TopologicalInventoryApiClient
|
|
|
3200
3200
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3201
3201
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3202
3202
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3203
|
-
# @option opts [
|
|
3203
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3204
3204
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
3205
3205
|
def list_orchestration_stack_vms_with_http_info(id, opts = {})
|
|
3206
3206
|
if @api_client.config.debugging
|
|
@@ -3277,7 +3277,7 @@ module TopologicalInventoryApiClient
|
|
|
3277
3277
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3278
3278
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3279
3279
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3280
|
-
# @option opts [
|
|
3280
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3281
3281
|
# @return [VolumesCollection]
|
|
3282
3282
|
def list_orchestration_stack_volumes(id, opts = {})
|
|
3283
3283
|
data, _status_code, _headers = list_orchestration_stack_volumes_with_http_info(id, opts)
|
|
@@ -3291,7 +3291,7 @@ module TopologicalInventoryApiClient
|
|
|
3291
3291
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3292
3292
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3293
3293
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3294
|
-
# @option opts [
|
|
3294
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3295
3295
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
3296
3296
|
def list_orchestration_stack_volumes_with_http_info(id, opts = {})
|
|
3297
3297
|
if @api_client.config.debugging
|
|
@@ -3367,7 +3367,7 @@ module TopologicalInventoryApiClient
|
|
|
3367
3367
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3368
3368
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3369
3369
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3370
|
-
# @option opts [
|
|
3370
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3371
3371
|
# @return [OrchestrationStacksCollection]
|
|
3372
3372
|
def list_orchestration_stacks(opts = {})
|
|
3373
3373
|
data, _status_code, _headers = list_orchestration_stacks_with_http_info(opts)
|
|
@@ -3380,7 +3380,7 @@ module TopologicalInventoryApiClient
|
|
|
3380
3380
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3381
3381
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3382
3382
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3383
|
-
# @option opts [
|
|
3383
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3384
3384
|
# @return [Array<(OrchestrationStacksCollection, Integer, Hash)>] OrchestrationStacksCollection data, response status code and response headers
|
|
3385
3385
|
def list_orchestration_stacks_with_http_info(opts = {})
|
|
3386
3386
|
if @api_client.config.debugging
|
|
@@ -3448,7 +3448,7 @@ module TopologicalInventoryApiClient
|
|
|
3448
3448
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3449
3449
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3450
3450
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3451
|
-
# @option opts [
|
|
3451
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3452
3452
|
# @return [TagsCollection]
|
|
3453
3453
|
def list_security_group_tags(id, opts = {})
|
|
3454
3454
|
data, _status_code, _headers = list_security_group_tags_with_http_info(id, opts)
|
|
@@ -3462,7 +3462,7 @@ module TopologicalInventoryApiClient
|
|
|
3462
3462
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3463
3463
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3464
3464
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3465
|
-
# @option opts [
|
|
3465
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3466
3466
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
3467
3467
|
def list_security_group_tags_with_http_info(id, opts = {})
|
|
3468
3468
|
if @api_client.config.debugging
|
|
@@ -3539,7 +3539,7 @@ module TopologicalInventoryApiClient
|
|
|
3539
3539
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3540
3540
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3541
3541
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3542
|
-
# @option opts [
|
|
3542
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3543
3543
|
# @return [VmsCollection]
|
|
3544
3544
|
def list_security_group_vms(id, opts = {})
|
|
3545
3545
|
data, _status_code, _headers = list_security_group_vms_with_http_info(id, opts)
|
|
@@ -3553,7 +3553,7 @@ module TopologicalInventoryApiClient
|
|
|
3553
3553
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3554
3554
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3555
3555
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3556
|
-
# @option opts [
|
|
3556
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3557
3557
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
3558
3558
|
def list_security_group_vms_with_http_info(id, opts = {})
|
|
3559
3559
|
if @api_client.config.debugging
|
|
@@ -3629,7 +3629,7 @@ module TopologicalInventoryApiClient
|
|
|
3629
3629
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3630
3630
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3631
3631
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3632
|
-
# @option opts [
|
|
3632
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3633
3633
|
# @return [SecurityGroupsCollection]
|
|
3634
3634
|
def list_security_groups(opts = {})
|
|
3635
3635
|
data, _status_code, _headers = list_security_groups_with_http_info(opts)
|
|
@@ -3642,7 +3642,7 @@ module TopologicalInventoryApiClient
|
|
|
3642
3642
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3643
3643
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3644
3644
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3645
|
-
# @option opts [
|
|
3645
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3646
3646
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
3647
3647
|
def list_security_groups_with_http_info(opts = {})
|
|
3648
3648
|
if @api_client.config.debugging
|
|
@@ -3703,13 +3703,264 @@ module TopologicalInventoryApiClient
|
|
|
3703
3703
|
return data, status_code, headers
|
|
3704
3704
|
end
|
|
3705
3705
|
|
|
3706
|
+
# List ServiceCredentialTypes
|
|
3707
|
+
# Returns an array of ServiceCredentialType objects
|
|
3708
|
+
# @param [Hash] opts the optional parameters
|
|
3709
|
+
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3710
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3711
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
3712
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3713
|
+
# @return [ServiceCredentialTypesCollection]
|
|
3714
|
+
def list_service_credential_types(opts = {})
|
|
3715
|
+
data, _status_code, _headers = list_service_credential_types_with_http_info(opts)
|
|
3716
|
+
data
|
|
3717
|
+
end
|
|
3718
|
+
|
|
3719
|
+
# List ServiceCredentialTypes
|
|
3720
|
+
# Returns an array of ServiceCredentialType objects
|
|
3721
|
+
# @param [Hash] opts the optional parameters
|
|
3722
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3723
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3724
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
3725
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3726
|
+
# @return [Array<(ServiceCredentialTypesCollection, Integer, Hash)>] ServiceCredentialTypesCollection data, response status code and response headers
|
|
3727
|
+
def list_service_credential_types_with_http_info(opts = {})
|
|
3728
|
+
if @api_client.config.debugging
|
|
3729
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_credential_types ...'
|
|
3730
|
+
end
|
|
3731
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
3732
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_credential_types, must be smaller than or equal to 1000.'
|
|
3733
|
+
end
|
|
3734
|
+
|
|
3735
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
3736
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_credential_types, must be greater than or equal to 1.'
|
|
3737
|
+
end
|
|
3738
|
+
|
|
3739
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
3740
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_credential_types, must be greater than or equal to 0.'
|
|
3741
|
+
end
|
|
3742
|
+
|
|
3743
|
+
# resource path
|
|
3744
|
+
local_var_path = '/service_credential_types'
|
|
3745
|
+
|
|
3746
|
+
# query parameters
|
|
3747
|
+
query_params = opts[:query_params] || {}
|
|
3748
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
3749
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
3750
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
3751
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
3752
|
+
|
|
3753
|
+
# header parameters
|
|
3754
|
+
header_params = opts[:header_params] || {}
|
|
3755
|
+
# HTTP header 'Accept' (if needed)
|
|
3756
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3757
|
+
|
|
3758
|
+
# form parameters
|
|
3759
|
+
form_params = opts[:form_params] || {}
|
|
3760
|
+
|
|
3761
|
+
# http body (model)
|
|
3762
|
+
post_body = opts[:body]
|
|
3763
|
+
|
|
3764
|
+
# return_type
|
|
3765
|
+
return_type = opts[:return_type] || 'ServiceCredentialTypesCollection'
|
|
3766
|
+
|
|
3767
|
+
# auth_names
|
|
3768
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
3769
|
+
|
|
3770
|
+
new_options = opts.merge(
|
|
3771
|
+
:header_params => header_params,
|
|
3772
|
+
:query_params => query_params,
|
|
3773
|
+
:form_params => form_params,
|
|
3774
|
+
:body => post_body,
|
|
3775
|
+
:auth_names => auth_names,
|
|
3776
|
+
:return_type => return_type
|
|
3777
|
+
)
|
|
3778
|
+
|
|
3779
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
3780
|
+
if @api_client.config.debugging
|
|
3781
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_credential_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3782
|
+
end
|
|
3783
|
+
return data, status_code, headers
|
|
3784
|
+
end
|
|
3785
|
+
|
|
3786
|
+
# List ServiceCredentials
|
|
3787
|
+
# Returns an array of ServiceCredential objects
|
|
3788
|
+
# @param [Hash] opts the optional parameters
|
|
3789
|
+
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3790
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3791
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
3792
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3793
|
+
# @return [ServiceCredentialsCollection]
|
|
3794
|
+
def list_service_credentials(opts = {})
|
|
3795
|
+
data, _status_code, _headers = list_service_credentials_with_http_info(opts)
|
|
3796
|
+
data
|
|
3797
|
+
end
|
|
3798
|
+
|
|
3799
|
+
# List ServiceCredentials
|
|
3800
|
+
# Returns an array of ServiceCredential objects
|
|
3801
|
+
# @param [Hash] opts the optional parameters
|
|
3802
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3803
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3804
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
3805
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3806
|
+
# @return [Array<(ServiceCredentialsCollection, Integer, Hash)>] ServiceCredentialsCollection data, response status code and response headers
|
|
3807
|
+
def list_service_credentials_with_http_info(opts = {})
|
|
3808
|
+
if @api_client.config.debugging
|
|
3809
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_credentials ...'
|
|
3810
|
+
end
|
|
3811
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
3812
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_credentials, must be smaller than or equal to 1000.'
|
|
3813
|
+
end
|
|
3814
|
+
|
|
3815
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
3816
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_credentials, must be greater than or equal to 1.'
|
|
3817
|
+
end
|
|
3818
|
+
|
|
3819
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
3820
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_credentials, must be greater than or equal to 0.'
|
|
3821
|
+
end
|
|
3822
|
+
|
|
3823
|
+
# resource path
|
|
3824
|
+
local_var_path = '/service_credentials'
|
|
3825
|
+
|
|
3826
|
+
# query parameters
|
|
3827
|
+
query_params = opts[:query_params] || {}
|
|
3828
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
3829
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
3830
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
3831
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
3832
|
+
|
|
3833
|
+
# header parameters
|
|
3834
|
+
header_params = opts[:header_params] || {}
|
|
3835
|
+
# HTTP header 'Accept' (if needed)
|
|
3836
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3837
|
+
|
|
3838
|
+
# form parameters
|
|
3839
|
+
form_params = opts[:form_params] || {}
|
|
3840
|
+
|
|
3841
|
+
# http body (model)
|
|
3842
|
+
post_body = opts[:body]
|
|
3843
|
+
|
|
3844
|
+
# return_type
|
|
3845
|
+
return_type = opts[:return_type] || 'ServiceCredentialsCollection'
|
|
3846
|
+
|
|
3847
|
+
# auth_names
|
|
3848
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
3849
|
+
|
|
3850
|
+
new_options = opts.merge(
|
|
3851
|
+
:header_params => header_params,
|
|
3852
|
+
:query_params => query_params,
|
|
3853
|
+
:form_params => form_params,
|
|
3854
|
+
:body => post_body,
|
|
3855
|
+
:auth_names => auth_names,
|
|
3856
|
+
:return_type => return_type
|
|
3857
|
+
)
|
|
3858
|
+
|
|
3859
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
3860
|
+
if @api_client.config.debugging
|
|
3861
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3862
|
+
end
|
|
3863
|
+
return data, status_code, headers
|
|
3864
|
+
end
|
|
3865
|
+
|
|
3866
|
+
# List ServiceCredentials for ServiceInstanceNode
|
|
3867
|
+
# Returns an array of ServiceCredential objects
|
|
3868
|
+
# @param id [String] ID of the resource
|
|
3869
|
+
# @param [Hash] opts the optional parameters
|
|
3870
|
+
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3871
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3872
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
3873
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3874
|
+
# @return [ServiceCredentialsCollection]
|
|
3875
|
+
def list_service_instance_node_service_credentials(id, opts = {})
|
|
3876
|
+
data, _status_code, _headers = list_service_instance_node_service_credentials_with_http_info(id, opts)
|
|
3877
|
+
data
|
|
3878
|
+
end
|
|
3879
|
+
|
|
3880
|
+
# List ServiceCredentials for ServiceInstanceNode
|
|
3881
|
+
# Returns an array of ServiceCredential objects
|
|
3882
|
+
# @param id [String] ID of the resource
|
|
3883
|
+
# @param [Hash] opts the optional parameters
|
|
3884
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3885
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3886
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
3887
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3888
|
+
# @return [Array<(ServiceCredentialsCollection, Integer, Hash)>] ServiceCredentialsCollection data, response status code and response headers
|
|
3889
|
+
def list_service_instance_node_service_credentials_with_http_info(id, opts = {})
|
|
3890
|
+
if @api_client.config.debugging
|
|
3891
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_instance_node_service_credentials ...'
|
|
3892
|
+
end
|
|
3893
|
+
# verify the required parameter 'id' is set
|
|
3894
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
3895
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.list_service_instance_node_service_credentials"
|
|
3896
|
+
end
|
|
3897
|
+
pattern = Regexp.new(/^\d+$/)
|
|
3898
|
+
if @api_client.config.client_side_validation && id !~ pattern
|
|
3899
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.list_service_instance_node_service_credentials, must conform to the pattern #{pattern}."
|
|
3900
|
+
end
|
|
3901
|
+
|
|
3902
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
3903
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_instance_node_service_credentials, must be smaller than or equal to 1000.'
|
|
3904
|
+
end
|
|
3905
|
+
|
|
3906
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
3907
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_instance_node_service_credentials, must be greater than or equal to 1.'
|
|
3908
|
+
end
|
|
3909
|
+
|
|
3910
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
3911
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_instance_node_service_credentials, must be greater than or equal to 0.'
|
|
3912
|
+
end
|
|
3913
|
+
|
|
3914
|
+
# resource path
|
|
3915
|
+
local_var_path = '/service_instance_nodes/{id}/service_credentials'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
3916
|
+
|
|
3917
|
+
# query parameters
|
|
3918
|
+
query_params = opts[:query_params] || {}
|
|
3919
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
3920
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
3921
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
3922
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
3923
|
+
|
|
3924
|
+
# header parameters
|
|
3925
|
+
header_params = opts[:header_params] || {}
|
|
3926
|
+
# HTTP header 'Accept' (if needed)
|
|
3927
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3928
|
+
|
|
3929
|
+
# form parameters
|
|
3930
|
+
form_params = opts[:form_params] || {}
|
|
3931
|
+
|
|
3932
|
+
# http body (model)
|
|
3933
|
+
post_body = opts[:body]
|
|
3934
|
+
|
|
3935
|
+
# return_type
|
|
3936
|
+
return_type = opts[:return_type] || 'ServiceCredentialsCollection'
|
|
3937
|
+
|
|
3938
|
+
# auth_names
|
|
3939
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
3940
|
+
|
|
3941
|
+
new_options = opts.merge(
|
|
3942
|
+
:header_params => header_params,
|
|
3943
|
+
:query_params => query_params,
|
|
3944
|
+
:form_params => form_params,
|
|
3945
|
+
:body => post_body,
|
|
3946
|
+
:auth_names => auth_names,
|
|
3947
|
+
:return_type => return_type
|
|
3948
|
+
)
|
|
3949
|
+
|
|
3950
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
3951
|
+
if @api_client.config.debugging
|
|
3952
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_instance_node_service_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3953
|
+
end
|
|
3954
|
+
return data, status_code, headers
|
|
3955
|
+
end
|
|
3956
|
+
|
|
3706
3957
|
# List ServiceInstanceNodes
|
|
3707
3958
|
# Returns an array of ServiceInstanceNode objects
|
|
3708
3959
|
# @param [Hash] opts the optional parameters
|
|
3709
3960
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3710
3961
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3711
3962
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3712
|
-
# @option opts [
|
|
3963
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3713
3964
|
# @return [ServiceInstanceNodesCollection]
|
|
3714
3965
|
def list_service_instance_nodes(opts = {})
|
|
3715
3966
|
data, _status_code, _headers = list_service_instance_nodes_with_http_info(opts)
|
|
@@ -3722,7 +3973,7 @@ module TopologicalInventoryApiClient
|
|
|
3722
3973
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3723
3974
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3724
3975
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3725
|
-
# @option opts [
|
|
3976
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3726
3977
|
# @return [Array<(ServiceInstanceNodesCollection, Integer, Hash)>] ServiceInstanceNodesCollection data, response status code and response headers
|
|
3727
3978
|
def list_service_instance_nodes_with_http_info(opts = {})
|
|
3728
3979
|
if @api_client.config.debugging
|
|
@@ -3783,6 +4034,97 @@ module TopologicalInventoryApiClient
|
|
|
3783
4034
|
return data, status_code, headers
|
|
3784
4035
|
end
|
|
3785
4036
|
|
|
4037
|
+
# List ServiceCredentials for ServiceInstance
|
|
4038
|
+
# Returns an array of ServiceCredential objects
|
|
4039
|
+
# @param id [String] ID of the resource
|
|
4040
|
+
# @param [Hash] opts the optional parameters
|
|
4041
|
+
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4042
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4043
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
4044
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4045
|
+
# @return [ServiceCredentialsCollection]
|
|
4046
|
+
def list_service_instance_service_credentials(id, opts = {})
|
|
4047
|
+
data, _status_code, _headers = list_service_instance_service_credentials_with_http_info(id, opts)
|
|
4048
|
+
data
|
|
4049
|
+
end
|
|
4050
|
+
|
|
4051
|
+
# List ServiceCredentials for ServiceInstance
|
|
4052
|
+
# Returns an array of ServiceCredential objects
|
|
4053
|
+
# @param id [String] ID of the resource
|
|
4054
|
+
# @param [Hash] opts the optional parameters
|
|
4055
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4056
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4057
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
4058
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4059
|
+
# @return [Array<(ServiceCredentialsCollection, Integer, Hash)>] ServiceCredentialsCollection data, response status code and response headers
|
|
4060
|
+
def list_service_instance_service_credentials_with_http_info(id, opts = {})
|
|
4061
|
+
if @api_client.config.debugging
|
|
4062
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_instance_service_credentials ...'
|
|
4063
|
+
end
|
|
4064
|
+
# verify the required parameter 'id' is set
|
|
4065
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
4066
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.list_service_instance_service_credentials"
|
|
4067
|
+
end
|
|
4068
|
+
pattern = Regexp.new(/^\d+$/)
|
|
4069
|
+
if @api_client.config.client_side_validation && id !~ pattern
|
|
4070
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.list_service_instance_service_credentials, must conform to the pattern #{pattern}."
|
|
4071
|
+
end
|
|
4072
|
+
|
|
4073
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
4074
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_instance_service_credentials, must be smaller than or equal to 1000.'
|
|
4075
|
+
end
|
|
4076
|
+
|
|
4077
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
4078
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_instance_service_credentials, must be greater than or equal to 1.'
|
|
4079
|
+
end
|
|
4080
|
+
|
|
4081
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
4082
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_instance_service_credentials, must be greater than or equal to 0.'
|
|
4083
|
+
end
|
|
4084
|
+
|
|
4085
|
+
# resource path
|
|
4086
|
+
local_var_path = '/service_instances/{id}/service_credentials'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
4087
|
+
|
|
4088
|
+
# query parameters
|
|
4089
|
+
query_params = opts[:query_params] || {}
|
|
4090
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
4091
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
4092
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
4093
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
4094
|
+
|
|
4095
|
+
# header parameters
|
|
4096
|
+
header_params = opts[:header_params] || {}
|
|
4097
|
+
# HTTP header 'Accept' (if needed)
|
|
4098
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4099
|
+
|
|
4100
|
+
# form parameters
|
|
4101
|
+
form_params = opts[:form_params] || {}
|
|
4102
|
+
|
|
4103
|
+
# http body (model)
|
|
4104
|
+
post_body = opts[:body]
|
|
4105
|
+
|
|
4106
|
+
# return_type
|
|
4107
|
+
return_type = opts[:return_type] || 'ServiceCredentialsCollection'
|
|
4108
|
+
|
|
4109
|
+
# auth_names
|
|
4110
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
4111
|
+
|
|
4112
|
+
new_options = opts.merge(
|
|
4113
|
+
:header_params => header_params,
|
|
4114
|
+
:query_params => query_params,
|
|
4115
|
+
:form_params => form_params,
|
|
4116
|
+
:body => post_body,
|
|
4117
|
+
:auth_names => auth_names,
|
|
4118
|
+
:return_type => return_type
|
|
4119
|
+
)
|
|
4120
|
+
|
|
4121
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4122
|
+
if @api_client.config.debugging
|
|
4123
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_instance_service_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4124
|
+
end
|
|
4125
|
+
return data, status_code, headers
|
|
4126
|
+
end
|
|
4127
|
+
|
|
3786
4128
|
# List ServiceInstanceNodes for ServiceInstance
|
|
3787
4129
|
# Returns an array of ServiceInstanceNode objects
|
|
3788
4130
|
# @param id [String] ID of the resource
|
|
@@ -3790,7 +4132,7 @@ module TopologicalInventoryApiClient
|
|
|
3790
4132
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3791
4133
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3792
4134
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3793
|
-
# @option opts [
|
|
4135
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3794
4136
|
# @return [ServiceInstanceNodesCollection]
|
|
3795
4137
|
def list_service_instance_service_instance_nodes(id, opts = {})
|
|
3796
4138
|
data, _status_code, _headers = list_service_instance_service_instance_nodes_with_http_info(id, opts)
|
|
@@ -3804,7 +4146,7 @@ module TopologicalInventoryApiClient
|
|
|
3804
4146
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3805
4147
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3806
4148
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3807
|
-
# @option opts [
|
|
4149
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3808
4150
|
# @return [Array<(ServiceInstanceNodesCollection, Integer, Hash)>] ServiceInstanceNodesCollection data, response status code and response headers
|
|
3809
4151
|
def list_service_instance_service_instance_nodes_with_http_info(id, opts = {})
|
|
3810
4152
|
if @api_client.config.debugging
|
|
@@ -3880,7 +4222,7 @@ module TopologicalInventoryApiClient
|
|
|
3880
4222
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3881
4223
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3882
4224
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3883
|
-
# @option opts [
|
|
4225
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3884
4226
|
# @return [ServiceInstancesCollection]
|
|
3885
4227
|
def list_service_instances(opts = {})
|
|
3886
4228
|
data, _status_code, _headers = list_service_instances_with_http_info(opts)
|
|
@@ -3893,7 +4235,7 @@ module TopologicalInventoryApiClient
|
|
|
3893
4235
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3894
4236
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3895
4237
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3896
|
-
# @option opts [
|
|
4238
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
3897
4239
|
# @return [Array<(ServiceInstancesCollection, Integer, Hash)>] ServiceInstancesCollection data, response status code and response headers
|
|
3898
4240
|
def list_service_instances_with_http_info(opts = {})
|
|
3899
4241
|
if @api_client.config.debugging
|
|
@@ -3912,7 +4254,178 @@ module TopologicalInventoryApiClient
|
|
|
3912
4254
|
end
|
|
3913
4255
|
|
|
3914
4256
|
# resource path
|
|
3915
|
-
local_var_path = '/service_instances'
|
|
4257
|
+
local_var_path = '/service_instances'
|
|
4258
|
+
|
|
4259
|
+
# query parameters
|
|
4260
|
+
query_params = opts[:query_params] || {}
|
|
4261
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
4262
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
4263
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
4264
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
4265
|
+
|
|
4266
|
+
# header parameters
|
|
4267
|
+
header_params = opts[:header_params] || {}
|
|
4268
|
+
# HTTP header 'Accept' (if needed)
|
|
4269
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4270
|
+
|
|
4271
|
+
# form parameters
|
|
4272
|
+
form_params = opts[:form_params] || {}
|
|
4273
|
+
|
|
4274
|
+
# http body (model)
|
|
4275
|
+
post_body = opts[:body]
|
|
4276
|
+
|
|
4277
|
+
# return_type
|
|
4278
|
+
return_type = opts[:return_type] || 'ServiceInstancesCollection'
|
|
4279
|
+
|
|
4280
|
+
# auth_names
|
|
4281
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
4282
|
+
|
|
4283
|
+
new_options = opts.merge(
|
|
4284
|
+
:header_params => header_params,
|
|
4285
|
+
:query_params => query_params,
|
|
4286
|
+
:form_params => form_params,
|
|
4287
|
+
:body => post_body,
|
|
4288
|
+
:auth_names => auth_names,
|
|
4289
|
+
:return_type => return_type
|
|
4290
|
+
)
|
|
4291
|
+
|
|
4292
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4293
|
+
if @api_client.config.debugging
|
|
4294
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_instances\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4295
|
+
end
|
|
4296
|
+
return data, status_code, headers
|
|
4297
|
+
end
|
|
4298
|
+
|
|
4299
|
+
# List ServiceInventories
|
|
4300
|
+
# Returns an array of ServiceInventory objects
|
|
4301
|
+
# @param [Hash] opts the optional parameters
|
|
4302
|
+
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4303
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4304
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
4305
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4306
|
+
# @return [ServiceInventoriesCollection]
|
|
4307
|
+
def list_service_inventories(opts = {})
|
|
4308
|
+
data, _status_code, _headers = list_service_inventories_with_http_info(opts)
|
|
4309
|
+
data
|
|
4310
|
+
end
|
|
4311
|
+
|
|
4312
|
+
# List ServiceInventories
|
|
4313
|
+
# Returns an array of ServiceInventory objects
|
|
4314
|
+
# @param [Hash] opts the optional parameters
|
|
4315
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4316
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4317
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
4318
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4319
|
+
# @return [Array<(ServiceInventoriesCollection, Integer, Hash)>] ServiceInventoriesCollection data, response status code and response headers
|
|
4320
|
+
def list_service_inventories_with_http_info(opts = {})
|
|
4321
|
+
if @api_client.config.debugging
|
|
4322
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_inventories ...'
|
|
4323
|
+
end
|
|
4324
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
4325
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_inventories, must be smaller than or equal to 1000.'
|
|
4326
|
+
end
|
|
4327
|
+
|
|
4328
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
4329
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_inventories, must be greater than or equal to 1.'
|
|
4330
|
+
end
|
|
4331
|
+
|
|
4332
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
4333
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_inventories, must be greater than or equal to 0.'
|
|
4334
|
+
end
|
|
4335
|
+
|
|
4336
|
+
# resource path
|
|
4337
|
+
local_var_path = '/service_inventories'
|
|
4338
|
+
|
|
4339
|
+
# query parameters
|
|
4340
|
+
query_params = opts[:query_params] || {}
|
|
4341
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
4342
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
4343
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
4344
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
4345
|
+
|
|
4346
|
+
# header parameters
|
|
4347
|
+
header_params = opts[:header_params] || {}
|
|
4348
|
+
# HTTP header 'Accept' (if needed)
|
|
4349
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4350
|
+
|
|
4351
|
+
# form parameters
|
|
4352
|
+
form_params = opts[:form_params] || {}
|
|
4353
|
+
|
|
4354
|
+
# http body (model)
|
|
4355
|
+
post_body = opts[:body]
|
|
4356
|
+
|
|
4357
|
+
# return_type
|
|
4358
|
+
return_type = opts[:return_type] || 'ServiceInventoriesCollection'
|
|
4359
|
+
|
|
4360
|
+
# auth_names
|
|
4361
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
4362
|
+
|
|
4363
|
+
new_options = opts.merge(
|
|
4364
|
+
:header_params => header_params,
|
|
4365
|
+
:query_params => query_params,
|
|
4366
|
+
:form_params => form_params,
|
|
4367
|
+
:body => post_body,
|
|
4368
|
+
:auth_names => auth_names,
|
|
4369
|
+
:return_type => return_type
|
|
4370
|
+
)
|
|
4371
|
+
|
|
4372
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4373
|
+
if @api_client.config.debugging
|
|
4374
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_inventories\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4375
|
+
end
|
|
4376
|
+
return data, status_code, headers
|
|
4377
|
+
end
|
|
4378
|
+
|
|
4379
|
+
# List Tags for ServiceInventory
|
|
4380
|
+
# Returns an array of Tag objects
|
|
4381
|
+
# @param id [String] ID of the resource
|
|
4382
|
+
# @param [Hash] opts the optional parameters
|
|
4383
|
+
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4384
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4385
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
4386
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4387
|
+
# @return [TagsCollection]
|
|
4388
|
+
def list_service_inventory_tags(id, opts = {})
|
|
4389
|
+
data, _status_code, _headers = list_service_inventory_tags_with_http_info(id, opts)
|
|
4390
|
+
data
|
|
4391
|
+
end
|
|
4392
|
+
|
|
4393
|
+
# List Tags for ServiceInventory
|
|
4394
|
+
# Returns an array of Tag objects
|
|
4395
|
+
# @param id [String] ID of the resource
|
|
4396
|
+
# @param [Hash] opts the optional parameters
|
|
4397
|
+
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4398
|
+
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4399
|
+
# @option opts [Object] :filter Filter for querying collections.
|
|
4400
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4401
|
+
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
4402
|
+
def list_service_inventory_tags_with_http_info(id, opts = {})
|
|
4403
|
+
if @api_client.config.debugging
|
|
4404
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_inventory_tags ...'
|
|
4405
|
+
end
|
|
4406
|
+
# verify the required parameter 'id' is set
|
|
4407
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
4408
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.list_service_inventory_tags"
|
|
4409
|
+
end
|
|
4410
|
+
pattern = Regexp.new(/^\d+$/)
|
|
4411
|
+
if @api_client.config.client_side_validation && id !~ pattern
|
|
4412
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.list_service_inventory_tags, must conform to the pattern #{pattern}."
|
|
4413
|
+
end
|
|
4414
|
+
|
|
4415
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
4416
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_inventory_tags, must be smaller than or equal to 1000.'
|
|
4417
|
+
end
|
|
4418
|
+
|
|
4419
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
4420
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_inventory_tags, must be greater than or equal to 1.'
|
|
4421
|
+
end
|
|
4422
|
+
|
|
4423
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
4424
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_inventory_tags, must be greater than or equal to 0.'
|
|
4425
|
+
end
|
|
4426
|
+
|
|
4427
|
+
# resource path
|
|
4428
|
+
local_var_path = '/service_inventories/{id}/tags'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
3916
4429
|
|
|
3917
4430
|
# query parameters
|
|
3918
4431
|
query_params = opts[:query_params] || {}
|
|
@@ -3933,7 +4446,7 @@ module TopologicalInventoryApiClient
|
|
|
3933
4446
|
post_body = opts[:body]
|
|
3934
4447
|
|
|
3935
4448
|
# return_type
|
|
3936
|
-
return_type = opts[:return_type] || '
|
|
4449
|
+
return_type = opts[:return_type] || 'TagsCollection'
|
|
3937
4450
|
|
|
3938
4451
|
# auth_names
|
|
3939
4452
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -3949,50 +4462,50 @@ module TopologicalInventoryApiClient
|
|
|
3949
4462
|
|
|
3950
4463
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
3951
4464
|
if @api_client.config.debugging
|
|
3952
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
4465
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_inventory_tags\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3953
4466
|
end
|
|
3954
4467
|
return data, status_code, headers
|
|
3955
4468
|
end
|
|
3956
4469
|
|
|
3957
|
-
# List
|
|
3958
|
-
# Returns an array of
|
|
4470
|
+
# List ServiceOfferingIcons
|
|
4471
|
+
# Returns an array of ServiceOfferingIcon objects
|
|
3959
4472
|
# @param [Hash] opts the optional parameters
|
|
3960
4473
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
3961
4474
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
3962
4475
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3963
|
-
# @option opts [
|
|
3964
|
-
# @return [
|
|
3965
|
-
def
|
|
3966
|
-
data, _status_code, _headers =
|
|
4476
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4477
|
+
# @return [ServiceOfferingIconsCollection]
|
|
4478
|
+
def list_service_offering_icons(opts = {})
|
|
4479
|
+
data, _status_code, _headers = list_service_offering_icons_with_http_info(opts)
|
|
3967
4480
|
data
|
|
3968
4481
|
end
|
|
3969
4482
|
|
|
3970
|
-
# List
|
|
3971
|
-
# Returns an array of
|
|
4483
|
+
# List ServiceOfferingIcons
|
|
4484
|
+
# Returns an array of ServiceOfferingIcon objects
|
|
3972
4485
|
# @param [Hash] opts the optional parameters
|
|
3973
4486
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
3974
4487
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
3975
4488
|
# @option opts [Object] :filter Filter for querying collections.
|
|
3976
|
-
# @option opts [
|
|
3977
|
-
# @return [Array<(
|
|
3978
|
-
def
|
|
4489
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4490
|
+
# @return [Array<(ServiceOfferingIconsCollection, Integer, Hash)>] ServiceOfferingIconsCollection data, response status code and response headers
|
|
4491
|
+
def list_service_offering_icons_with_http_info(opts = {})
|
|
3979
4492
|
if @api_client.config.debugging
|
|
3980
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
4493
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_offering_icons ...'
|
|
3981
4494
|
end
|
|
3982
4495
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
3983
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4496
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_icons, must be smaller than or equal to 1000.'
|
|
3984
4497
|
end
|
|
3985
4498
|
|
|
3986
4499
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
3987
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4500
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_icons, must be greater than or equal to 1.'
|
|
3988
4501
|
end
|
|
3989
4502
|
|
|
3990
4503
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
3991
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.
|
|
4504
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_offering_icons, must be greater than or equal to 0.'
|
|
3992
4505
|
end
|
|
3993
4506
|
|
|
3994
4507
|
# resource path
|
|
3995
|
-
local_var_path = '/
|
|
4508
|
+
local_var_path = '/service_offering_icons'
|
|
3996
4509
|
|
|
3997
4510
|
# query parameters
|
|
3998
4511
|
query_params = opts[:query_params] || {}
|
|
@@ -4013,7 +4526,7 @@ module TopologicalInventoryApiClient
|
|
|
4013
4526
|
post_body = opts[:body]
|
|
4014
4527
|
|
|
4015
4528
|
# return_type
|
|
4016
|
-
return_type = opts[:return_type] || '
|
|
4529
|
+
return_type = opts[:return_type] || 'ServiceOfferingIconsCollection'
|
|
4017
4530
|
|
|
4018
4531
|
# auth_names
|
|
4019
4532
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -4029,61 +4542,61 @@ module TopologicalInventoryApiClient
|
|
|
4029
4542
|
|
|
4030
4543
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4031
4544
|
if @api_client.config.debugging
|
|
4032
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
4545
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_offering_icons\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4033
4546
|
end
|
|
4034
4547
|
return data, status_code, headers
|
|
4035
4548
|
end
|
|
4036
4549
|
|
|
4037
|
-
# List
|
|
4038
|
-
# Returns an array of
|
|
4550
|
+
# List ServiceCredentials for ServiceOfferingNode
|
|
4551
|
+
# Returns an array of ServiceCredential objects
|
|
4039
4552
|
# @param id [String] ID of the resource
|
|
4040
4553
|
# @param [Hash] opts the optional parameters
|
|
4041
4554
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4042
4555
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4043
4556
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4044
|
-
# @option opts [
|
|
4045
|
-
# @return [
|
|
4046
|
-
def
|
|
4047
|
-
data, _status_code, _headers =
|
|
4557
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4558
|
+
# @return [ServiceCredentialsCollection]
|
|
4559
|
+
def list_service_offering_node_service_credentials(id, opts = {})
|
|
4560
|
+
data, _status_code, _headers = list_service_offering_node_service_credentials_with_http_info(id, opts)
|
|
4048
4561
|
data
|
|
4049
4562
|
end
|
|
4050
4563
|
|
|
4051
|
-
# List
|
|
4052
|
-
# Returns an array of
|
|
4564
|
+
# List ServiceCredentials for ServiceOfferingNode
|
|
4565
|
+
# Returns an array of ServiceCredential objects
|
|
4053
4566
|
# @param id [String] ID of the resource
|
|
4054
4567
|
# @param [Hash] opts the optional parameters
|
|
4055
4568
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4056
4569
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4057
4570
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4058
|
-
# @option opts [
|
|
4059
|
-
# @return [Array<(
|
|
4060
|
-
def
|
|
4571
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4572
|
+
# @return [Array<(ServiceCredentialsCollection, Integer, Hash)>] ServiceCredentialsCollection data, response status code and response headers
|
|
4573
|
+
def list_service_offering_node_service_credentials_with_http_info(id, opts = {})
|
|
4061
4574
|
if @api_client.config.debugging
|
|
4062
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
4575
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_offering_node_service_credentials ...'
|
|
4063
4576
|
end
|
|
4064
4577
|
# verify the required parameter 'id' is set
|
|
4065
4578
|
if @api_client.config.client_side_validation && id.nil?
|
|
4066
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.
|
|
4579
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.list_service_offering_node_service_credentials"
|
|
4067
4580
|
end
|
|
4068
4581
|
pattern = Regexp.new(/^\d+$/)
|
|
4069
4582
|
if @api_client.config.client_side_validation && id !~ pattern
|
|
4070
|
-
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.
|
|
4583
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.list_service_offering_node_service_credentials, must conform to the pattern #{pattern}."
|
|
4071
4584
|
end
|
|
4072
4585
|
|
|
4073
4586
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
4074
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4587
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_node_service_credentials, must be smaller than or equal to 1000.'
|
|
4075
4588
|
end
|
|
4076
4589
|
|
|
4077
4590
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
4078
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4591
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_node_service_credentials, must be greater than or equal to 1.'
|
|
4079
4592
|
end
|
|
4080
4593
|
|
|
4081
4594
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
4082
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.
|
|
4595
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_offering_node_service_credentials, must be greater than or equal to 0.'
|
|
4083
4596
|
end
|
|
4084
4597
|
|
|
4085
4598
|
# resource path
|
|
4086
|
-
local_var_path = '/
|
|
4599
|
+
local_var_path = '/service_offering_nodes/{id}/service_credentials'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
4087
4600
|
|
|
4088
4601
|
# query parameters
|
|
4089
4602
|
query_params = opts[:query_params] || {}
|
|
@@ -4104,7 +4617,7 @@ module TopologicalInventoryApiClient
|
|
|
4104
4617
|
post_body = opts[:body]
|
|
4105
4618
|
|
|
4106
4619
|
# return_type
|
|
4107
|
-
return_type = opts[:return_type] || '
|
|
4620
|
+
return_type = opts[:return_type] || 'ServiceCredentialsCollection'
|
|
4108
4621
|
|
|
4109
4622
|
# auth_names
|
|
4110
4623
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -4120,50 +4633,50 @@ module TopologicalInventoryApiClient
|
|
|
4120
4633
|
|
|
4121
4634
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4122
4635
|
if @api_client.config.debugging
|
|
4123
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
4636
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_offering_node_service_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4124
4637
|
end
|
|
4125
4638
|
return data, status_code, headers
|
|
4126
4639
|
end
|
|
4127
4640
|
|
|
4128
|
-
# List
|
|
4129
|
-
# Returns an array of
|
|
4641
|
+
# List ServiceOfferingNodes
|
|
4642
|
+
# Returns an array of ServiceOfferingNode objects
|
|
4130
4643
|
# @param [Hash] opts the optional parameters
|
|
4131
4644
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4132
4645
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4133
4646
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4134
|
-
# @option opts [
|
|
4135
|
-
# @return [
|
|
4136
|
-
def
|
|
4137
|
-
data, _status_code, _headers =
|
|
4647
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4648
|
+
# @return [ServiceOfferingNodesCollection]
|
|
4649
|
+
def list_service_offering_nodes(opts = {})
|
|
4650
|
+
data, _status_code, _headers = list_service_offering_nodes_with_http_info(opts)
|
|
4138
4651
|
data
|
|
4139
4652
|
end
|
|
4140
4653
|
|
|
4141
|
-
# List
|
|
4142
|
-
# Returns an array of
|
|
4654
|
+
# List ServiceOfferingNodes
|
|
4655
|
+
# Returns an array of ServiceOfferingNode objects
|
|
4143
4656
|
# @param [Hash] opts the optional parameters
|
|
4144
4657
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4145
4658
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4146
4659
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4147
|
-
# @option opts [
|
|
4148
|
-
# @return [Array<(
|
|
4149
|
-
def
|
|
4660
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4661
|
+
# @return [Array<(ServiceOfferingNodesCollection, Integer, Hash)>] ServiceOfferingNodesCollection data, response status code and response headers
|
|
4662
|
+
def list_service_offering_nodes_with_http_info(opts = {})
|
|
4150
4663
|
if @api_client.config.debugging
|
|
4151
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
4664
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_offering_nodes ...'
|
|
4152
4665
|
end
|
|
4153
4666
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
4154
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4667
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_nodes, must be smaller than or equal to 1000.'
|
|
4155
4668
|
end
|
|
4156
4669
|
|
|
4157
4670
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
4158
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4671
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_nodes, must be greater than or equal to 1.'
|
|
4159
4672
|
end
|
|
4160
4673
|
|
|
4161
4674
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
4162
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.
|
|
4675
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_offering_nodes, must be greater than or equal to 0.'
|
|
4163
4676
|
end
|
|
4164
4677
|
|
|
4165
4678
|
# resource path
|
|
4166
|
-
local_var_path = '/
|
|
4679
|
+
local_var_path = '/service_offering_nodes'
|
|
4167
4680
|
|
|
4168
4681
|
# query parameters
|
|
4169
4682
|
query_params = opts[:query_params] || {}
|
|
@@ -4184,7 +4697,7 @@ module TopologicalInventoryApiClient
|
|
|
4184
4697
|
post_body = opts[:body]
|
|
4185
4698
|
|
|
4186
4699
|
# return_type
|
|
4187
|
-
return_type = opts[:return_type] || '
|
|
4700
|
+
return_type = opts[:return_type] || 'ServiceOfferingNodesCollection'
|
|
4188
4701
|
|
|
4189
4702
|
# auth_names
|
|
4190
4703
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -4200,50 +4713,61 @@ module TopologicalInventoryApiClient
|
|
|
4200
4713
|
|
|
4201
4714
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4202
4715
|
if @api_client.config.debugging
|
|
4203
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
4716
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_offering_nodes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4204
4717
|
end
|
|
4205
4718
|
return data, status_code, headers
|
|
4206
4719
|
end
|
|
4207
4720
|
|
|
4208
|
-
# List
|
|
4209
|
-
# Returns an array of
|
|
4721
|
+
# List ServiceCredentials for ServiceOffering
|
|
4722
|
+
# Returns an array of ServiceCredential objects
|
|
4723
|
+
# @param id [String] ID of the resource
|
|
4210
4724
|
# @param [Hash] opts the optional parameters
|
|
4211
4725
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4212
4726
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4213
4727
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4214
|
-
# @option opts [
|
|
4215
|
-
# @return [
|
|
4216
|
-
def
|
|
4217
|
-
data, _status_code, _headers =
|
|
4728
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4729
|
+
# @return [ServiceCredentialsCollection]
|
|
4730
|
+
def list_service_offering_service_credentials(id, opts = {})
|
|
4731
|
+
data, _status_code, _headers = list_service_offering_service_credentials_with_http_info(id, opts)
|
|
4218
4732
|
data
|
|
4219
4733
|
end
|
|
4220
4734
|
|
|
4221
|
-
# List
|
|
4222
|
-
# Returns an array of
|
|
4735
|
+
# List ServiceCredentials for ServiceOffering
|
|
4736
|
+
# Returns an array of ServiceCredential objects
|
|
4737
|
+
# @param id [String] ID of the resource
|
|
4223
4738
|
# @param [Hash] opts the optional parameters
|
|
4224
4739
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4225
4740
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4226
4741
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4227
|
-
# @option opts [
|
|
4228
|
-
# @return [Array<(
|
|
4229
|
-
def
|
|
4742
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4743
|
+
# @return [Array<(ServiceCredentialsCollection, Integer, Hash)>] ServiceCredentialsCollection data, response status code and response headers
|
|
4744
|
+
def list_service_offering_service_credentials_with_http_info(id, opts = {})
|
|
4230
4745
|
if @api_client.config.debugging
|
|
4231
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
4746
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.list_service_offering_service_credentials ...'
|
|
4747
|
+
end
|
|
4748
|
+
# verify the required parameter 'id' is set
|
|
4749
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
4750
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.list_service_offering_service_credentials"
|
|
4751
|
+
end
|
|
4752
|
+
pattern = Regexp.new(/^\d+$/)
|
|
4753
|
+
if @api_client.config.client_side_validation && id !~ pattern
|
|
4754
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.list_service_offering_service_credentials, must conform to the pattern #{pattern}."
|
|
4232
4755
|
end
|
|
4756
|
+
|
|
4233
4757
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 1000
|
|
4234
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4758
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_service_credentials, must be smaller than or equal to 1000.'
|
|
4235
4759
|
end
|
|
4236
4760
|
|
|
4237
4761
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
4238
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.
|
|
4762
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling DefaultApi.list_service_offering_service_credentials, must be greater than or equal to 1.'
|
|
4239
4763
|
end
|
|
4240
4764
|
|
|
4241
4765
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
4242
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.
|
|
4766
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling DefaultApi.list_service_offering_service_credentials, must be greater than or equal to 0.'
|
|
4243
4767
|
end
|
|
4244
4768
|
|
|
4245
4769
|
# resource path
|
|
4246
|
-
local_var_path = '/
|
|
4770
|
+
local_var_path = '/service_offerings/{id}/service_credentials'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
4247
4771
|
|
|
4248
4772
|
# query parameters
|
|
4249
4773
|
query_params = opts[:query_params] || {}
|
|
@@ -4264,7 +4788,7 @@ module TopologicalInventoryApiClient
|
|
|
4264
4788
|
post_body = opts[:body]
|
|
4265
4789
|
|
|
4266
4790
|
# return_type
|
|
4267
|
-
return_type = opts[:return_type] || '
|
|
4791
|
+
return_type = opts[:return_type] || 'ServiceCredentialsCollection'
|
|
4268
4792
|
|
|
4269
4793
|
# auth_names
|
|
4270
4794
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -4280,7 +4804,7 @@ module TopologicalInventoryApiClient
|
|
|
4280
4804
|
|
|
4281
4805
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4282
4806
|
if @api_client.config.debugging
|
|
4283
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
4807
|
+
@api_client.config.logger.debug "API called: DefaultApi#list_service_offering_service_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4284
4808
|
end
|
|
4285
4809
|
return data, status_code, headers
|
|
4286
4810
|
end
|
|
@@ -4292,7 +4816,7 @@ module TopologicalInventoryApiClient
|
|
|
4292
4816
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4293
4817
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4294
4818
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4295
|
-
# @option opts [
|
|
4819
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4296
4820
|
# @return [ServiceInstancesCollection]
|
|
4297
4821
|
def list_service_offering_service_instances(id, opts = {})
|
|
4298
4822
|
data, _status_code, _headers = list_service_offering_service_instances_with_http_info(id, opts)
|
|
@@ -4306,7 +4830,7 @@ module TopologicalInventoryApiClient
|
|
|
4306
4830
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4307
4831
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4308
4832
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4309
|
-
# @option opts [
|
|
4833
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4310
4834
|
# @return [Array<(ServiceInstancesCollection, Integer, Hash)>] ServiceInstancesCollection data, response status code and response headers
|
|
4311
4835
|
def list_service_offering_service_instances_with_http_info(id, opts = {})
|
|
4312
4836
|
if @api_client.config.debugging
|
|
@@ -4383,7 +4907,7 @@ module TopologicalInventoryApiClient
|
|
|
4383
4907
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4384
4908
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4385
4909
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4386
|
-
# @option opts [
|
|
4910
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4387
4911
|
# @return [ServiceOfferingNodesCollection]
|
|
4388
4912
|
def list_service_offering_service_offering_nodes(id, opts = {})
|
|
4389
4913
|
data, _status_code, _headers = list_service_offering_service_offering_nodes_with_http_info(id, opts)
|
|
@@ -4397,7 +4921,7 @@ module TopologicalInventoryApiClient
|
|
|
4397
4921
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4398
4922
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4399
4923
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4400
|
-
# @option opts [
|
|
4924
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4401
4925
|
# @return [Array<(ServiceOfferingNodesCollection, Integer, Hash)>] ServiceOfferingNodesCollection data, response status code and response headers
|
|
4402
4926
|
def list_service_offering_service_offering_nodes_with_http_info(id, opts = {})
|
|
4403
4927
|
if @api_client.config.debugging
|
|
@@ -4474,7 +4998,7 @@ module TopologicalInventoryApiClient
|
|
|
4474
4998
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4475
4999
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4476
5000
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4477
|
-
# @option opts [
|
|
5001
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4478
5002
|
# @return [ServicePlansCollection]
|
|
4479
5003
|
def list_service_offering_service_plans(id, opts = {})
|
|
4480
5004
|
data, _status_code, _headers = list_service_offering_service_plans_with_http_info(id, opts)
|
|
@@ -4488,7 +5012,7 @@ module TopologicalInventoryApiClient
|
|
|
4488
5012
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4489
5013
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4490
5014
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4491
|
-
# @option opts [
|
|
5015
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4492
5016
|
# @return [Array<(ServicePlansCollection, Integer, Hash)>] ServicePlansCollection data, response status code and response headers
|
|
4493
5017
|
def list_service_offering_service_plans_with_http_info(id, opts = {})
|
|
4494
5018
|
if @api_client.config.debugging
|
|
@@ -4565,7 +5089,7 @@ module TopologicalInventoryApiClient
|
|
|
4565
5089
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4566
5090
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4567
5091
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4568
|
-
# @option opts [
|
|
5092
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4569
5093
|
# @return [TagsCollection]
|
|
4570
5094
|
def list_service_offering_tags(id, opts = {})
|
|
4571
5095
|
data, _status_code, _headers = list_service_offering_tags_with_http_info(id, opts)
|
|
@@ -4579,7 +5103,7 @@ module TopologicalInventoryApiClient
|
|
|
4579
5103
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4580
5104
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4581
5105
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4582
|
-
# @option opts [
|
|
5106
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4583
5107
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
4584
5108
|
def list_service_offering_tags_with_http_info(id, opts = {})
|
|
4585
5109
|
if @api_client.config.debugging
|
|
@@ -4655,7 +5179,7 @@ module TopologicalInventoryApiClient
|
|
|
4655
5179
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4656
5180
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4657
5181
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4658
|
-
# @option opts [
|
|
5182
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4659
5183
|
# @return [ServiceOfferingsCollection]
|
|
4660
5184
|
def list_service_offerings(opts = {})
|
|
4661
5185
|
data, _status_code, _headers = list_service_offerings_with_http_info(opts)
|
|
@@ -4668,7 +5192,7 @@ module TopologicalInventoryApiClient
|
|
|
4668
5192
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4669
5193
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4670
5194
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4671
|
-
# @option opts [
|
|
5195
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4672
5196
|
# @return [Array<(ServiceOfferingsCollection, Integer, Hash)>] ServiceOfferingsCollection data, response status code and response headers
|
|
4673
5197
|
def list_service_offerings_with_http_info(opts = {})
|
|
4674
5198
|
if @api_client.config.debugging
|
|
@@ -4736,7 +5260,7 @@ module TopologicalInventoryApiClient
|
|
|
4736
5260
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4737
5261
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4738
5262
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4739
|
-
# @option opts [
|
|
5263
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4740
5264
|
# @return [ServiceInstancesCollection]
|
|
4741
5265
|
def list_service_plan_service_instances(id, opts = {})
|
|
4742
5266
|
data, _status_code, _headers = list_service_plan_service_instances_with_http_info(id, opts)
|
|
@@ -4750,7 +5274,7 @@ module TopologicalInventoryApiClient
|
|
|
4750
5274
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4751
5275
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4752
5276
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4753
|
-
# @option opts [
|
|
5277
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4754
5278
|
# @return [Array<(ServiceInstancesCollection, Integer, Hash)>] ServiceInstancesCollection data, response status code and response headers
|
|
4755
5279
|
def list_service_plan_service_instances_with_http_info(id, opts = {})
|
|
4756
5280
|
if @api_client.config.debugging
|
|
@@ -4826,7 +5350,7 @@ module TopologicalInventoryApiClient
|
|
|
4826
5350
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4827
5351
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4828
5352
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4829
|
-
# @option opts [
|
|
5353
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4830
5354
|
# @return [ServicePlansCollection]
|
|
4831
5355
|
def list_service_plans(opts = {})
|
|
4832
5356
|
data, _status_code, _headers = list_service_plans_with_http_info(opts)
|
|
@@ -4839,7 +5363,7 @@ module TopologicalInventoryApiClient
|
|
|
4839
5363
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4840
5364
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4841
5365
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4842
|
-
# @option opts [
|
|
5366
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4843
5367
|
# @return [Array<(ServicePlansCollection, Integer, Hash)>] ServicePlansCollection data, response status code and response headers
|
|
4844
5368
|
def list_service_plans_with_http_info(opts = {})
|
|
4845
5369
|
if @api_client.config.debugging
|
|
@@ -4907,7 +5431,7 @@ module TopologicalInventoryApiClient
|
|
|
4907
5431
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4908
5432
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
4909
5433
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4910
|
-
# @option opts [
|
|
5434
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4911
5435
|
# @return [AvailabilitiesCollection]
|
|
4912
5436
|
def list_source_availabilities(id, opts = {})
|
|
4913
5437
|
data, _status_code, _headers = list_source_availabilities_with_http_info(id, opts)
|
|
@@ -4921,7 +5445,7 @@ module TopologicalInventoryApiClient
|
|
|
4921
5445
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
4922
5446
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
4923
5447
|
# @option opts [Object] :filter Filter for querying collections.
|
|
4924
|
-
# @option opts [
|
|
5448
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
4925
5449
|
# @return [Array<(AvailabilitiesCollection, Integer, Hash)>] AvailabilitiesCollection data, response status code and response headers
|
|
4926
5450
|
def list_source_availabilities_with_http_info(id, opts = {})
|
|
4927
5451
|
if @api_client.config.debugging
|
|
@@ -4998,7 +5522,7 @@ module TopologicalInventoryApiClient
|
|
|
4998
5522
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
4999
5523
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5000
5524
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5001
|
-
# @option opts [
|
|
5525
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5002
5526
|
# @return [ClustersCollection]
|
|
5003
5527
|
def list_source_clusters(id, opts = {})
|
|
5004
5528
|
data, _status_code, _headers = list_source_clusters_with_http_info(id, opts)
|
|
@@ -5012,7 +5536,7 @@ module TopologicalInventoryApiClient
|
|
|
5012
5536
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5013
5537
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5014
5538
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5015
|
-
# @option opts [
|
|
5539
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5016
5540
|
# @return [Array<(ClustersCollection, Integer, Hash)>] ClustersCollection data, response status code and response headers
|
|
5017
5541
|
def list_source_clusters_with_http_info(id, opts = {})
|
|
5018
5542
|
if @api_client.config.debugging
|
|
@@ -5089,7 +5613,7 @@ module TopologicalInventoryApiClient
|
|
|
5089
5613
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5090
5614
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5091
5615
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5092
|
-
# @option opts [
|
|
5616
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5093
5617
|
# @return [ContainerGroupsCollection]
|
|
5094
5618
|
def list_source_container_groups(id, opts = {})
|
|
5095
5619
|
data, _status_code, _headers = list_source_container_groups_with_http_info(id, opts)
|
|
@@ -5103,7 +5627,7 @@ module TopologicalInventoryApiClient
|
|
|
5103
5627
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5104
5628
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5105
5629
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5106
|
-
# @option opts [
|
|
5630
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5107
5631
|
# @return [Array<(ContainerGroupsCollection, Integer, Hash)>] ContainerGroupsCollection data, response status code and response headers
|
|
5108
5632
|
def list_source_container_groups_with_http_info(id, opts = {})
|
|
5109
5633
|
if @api_client.config.debugging
|
|
@@ -5180,7 +5704,7 @@ module TopologicalInventoryApiClient
|
|
|
5180
5704
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5181
5705
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5182
5706
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5183
|
-
# @option opts [
|
|
5707
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5184
5708
|
# @return [ContainerImagesCollection]
|
|
5185
5709
|
def list_source_container_images(id, opts = {})
|
|
5186
5710
|
data, _status_code, _headers = list_source_container_images_with_http_info(id, opts)
|
|
@@ -5194,7 +5718,7 @@ module TopologicalInventoryApiClient
|
|
|
5194
5718
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5195
5719
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5196
5720
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5197
|
-
# @option opts [
|
|
5721
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5198
5722
|
# @return [Array<(ContainerImagesCollection, Integer, Hash)>] ContainerImagesCollection data, response status code and response headers
|
|
5199
5723
|
def list_source_container_images_with_http_info(id, opts = {})
|
|
5200
5724
|
if @api_client.config.debugging
|
|
@@ -5271,7 +5795,7 @@ module TopologicalInventoryApiClient
|
|
|
5271
5795
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5272
5796
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5273
5797
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5274
|
-
# @option opts [
|
|
5798
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5275
5799
|
# @return [ContainerNodesCollection]
|
|
5276
5800
|
def list_source_container_nodes(id, opts = {})
|
|
5277
5801
|
data, _status_code, _headers = list_source_container_nodes_with_http_info(id, opts)
|
|
@@ -5285,7 +5809,7 @@ module TopologicalInventoryApiClient
|
|
|
5285
5809
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5286
5810
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5287
5811
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5288
|
-
# @option opts [
|
|
5812
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5289
5813
|
# @return [Array<(ContainerNodesCollection, Integer, Hash)>] ContainerNodesCollection data, response status code and response headers
|
|
5290
5814
|
def list_source_container_nodes_with_http_info(id, opts = {})
|
|
5291
5815
|
if @api_client.config.debugging
|
|
@@ -5362,7 +5886,7 @@ module TopologicalInventoryApiClient
|
|
|
5362
5886
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5363
5887
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5364
5888
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5365
|
-
# @option opts [
|
|
5889
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5366
5890
|
# @return [ContainerProjectsCollection]
|
|
5367
5891
|
def list_source_container_projects(id, opts = {})
|
|
5368
5892
|
data, _status_code, _headers = list_source_container_projects_with_http_info(id, opts)
|
|
@@ -5376,7 +5900,7 @@ module TopologicalInventoryApiClient
|
|
|
5376
5900
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5377
5901
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5378
5902
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5379
|
-
# @option opts [
|
|
5903
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5380
5904
|
# @return [Array<(ContainerProjectsCollection, Integer, Hash)>] ContainerProjectsCollection data, response status code and response headers
|
|
5381
5905
|
def list_source_container_projects_with_http_info(id, opts = {})
|
|
5382
5906
|
if @api_client.config.debugging
|
|
@@ -5453,7 +5977,7 @@ module TopologicalInventoryApiClient
|
|
|
5453
5977
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5454
5978
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5455
5979
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5456
|
-
# @option opts [
|
|
5980
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5457
5981
|
# @return [ContainerTemplatesCollection]
|
|
5458
5982
|
def list_source_container_templates(id, opts = {})
|
|
5459
5983
|
data, _status_code, _headers = list_source_container_templates_with_http_info(id, opts)
|
|
@@ -5467,7 +5991,7 @@ module TopologicalInventoryApiClient
|
|
|
5467
5991
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5468
5992
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5469
5993
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5470
|
-
# @option opts [
|
|
5994
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5471
5995
|
# @return [Array<(ContainerTemplatesCollection, Integer, Hash)>] ContainerTemplatesCollection data, response status code and response headers
|
|
5472
5996
|
def list_source_container_templates_with_http_info(id, opts = {})
|
|
5473
5997
|
if @api_client.config.debugging
|
|
@@ -5544,7 +6068,7 @@ module TopologicalInventoryApiClient
|
|
|
5544
6068
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5545
6069
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5546
6070
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5547
|
-
# @option opts [
|
|
6071
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5548
6072
|
# @return [ContainersCollection]
|
|
5549
6073
|
def list_source_containers(id, opts = {})
|
|
5550
6074
|
data, _status_code, _headers = list_source_containers_with_http_info(id, opts)
|
|
@@ -5558,7 +6082,7 @@ module TopologicalInventoryApiClient
|
|
|
5558
6082
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5559
6083
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5560
6084
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5561
|
-
# @option opts [
|
|
6085
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5562
6086
|
# @return [Array<(ContainersCollection, Integer, Hash)>] ContainersCollection data, response status code and response headers
|
|
5563
6087
|
def list_source_containers_with_http_info(id, opts = {})
|
|
5564
6088
|
if @api_client.config.debugging
|
|
@@ -5635,7 +6159,7 @@ module TopologicalInventoryApiClient
|
|
|
5635
6159
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5636
6160
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5637
6161
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5638
|
-
# @option opts [
|
|
6162
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5639
6163
|
# @return [DatastoresCollection]
|
|
5640
6164
|
def list_source_datastores(id, opts = {})
|
|
5641
6165
|
data, _status_code, _headers = list_source_datastores_with_http_info(id, opts)
|
|
@@ -5649,7 +6173,7 @@ module TopologicalInventoryApiClient
|
|
|
5649
6173
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5650
6174
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5651
6175
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5652
|
-
# @option opts [
|
|
6176
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5653
6177
|
# @return [Array<(DatastoresCollection, Integer, Hash)>] DatastoresCollection data, response status code and response headers
|
|
5654
6178
|
def list_source_datastores_with_http_info(id, opts = {})
|
|
5655
6179
|
if @api_client.config.debugging
|
|
@@ -5726,7 +6250,7 @@ module TopologicalInventoryApiClient
|
|
|
5726
6250
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5727
6251
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5728
6252
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5729
|
-
# @option opts [
|
|
6253
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5730
6254
|
# @return [HostsCollection]
|
|
5731
6255
|
def list_source_hosts(id, opts = {})
|
|
5732
6256
|
data, _status_code, _headers = list_source_hosts_with_http_info(id, opts)
|
|
@@ -5740,7 +6264,7 @@ module TopologicalInventoryApiClient
|
|
|
5740
6264
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5741
6265
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5742
6266
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5743
|
-
# @option opts [
|
|
6267
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5744
6268
|
# @return [Array<(HostsCollection, Integer, Hash)>] HostsCollection data, response status code and response headers
|
|
5745
6269
|
def list_source_hosts_with_http_info(id, opts = {})
|
|
5746
6270
|
if @api_client.config.debugging
|
|
@@ -5817,7 +6341,7 @@ module TopologicalInventoryApiClient
|
|
|
5817
6341
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5818
6342
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5819
6343
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5820
|
-
# @option opts [
|
|
6344
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5821
6345
|
# @return [IpaddressesCollection]
|
|
5822
6346
|
def list_source_ipaddresses(id, opts = {})
|
|
5823
6347
|
data, _status_code, _headers = list_source_ipaddresses_with_http_info(id, opts)
|
|
@@ -5831,7 +6355,7 @@ module TopologicalInventoryApiClient
|
|
|
5831
6355
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5832
6356
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5833
6357
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5834
|
-
# @option opts [
|
|
6358
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5835
6359
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
5836
6360
|
def list_source_ipaddresses_with_http_info(id, opts = {})
|
|
5837
6361
|
if @api_client.config.debugging
|
|
@@ -5908,7 +6432,7 @@ module TopologicalInventoryApiClient
|
|
|
5908
6432
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
5909
6433
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
5910
6434
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5911
|
-
# @option opts [
|
|
6435
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5912
6436
|
# @return [NetworkAdaptersCollection]
|
|
5913
6437
|
def list_source_network_adapters(id, opts = {})
|
|
5914
6438
|
data, _status_code, _headers = list_source_network_adapters_with_http_info(id, opts)
|
|
@@ -5922,7 +6446,7 @@ module TopologicalInventoryApiClient
|
|
|
5922
6446
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
5923
6447
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
5924
6448
|
# @option opts [Object] :filter Filter for querying collections.
|
|
5925
|
-
# @option opts [
|
|
6449
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
5926
6450
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
5927
6451
|
def list_source_network_adapters_with_http_info(id, opts = {})
|
|
5928
6452
|
if @api_client.config.debugging
|
|
@@ -5999,7 +6523,7 @@ module TopologicalInventoryApiClient
|
|
|
5999
6523
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6000
6524
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6001
6525
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6002
|
-
# @option opts [
|
|
6526
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6003
6527
|
# @return [NetworksCollection]
|
|
6004
6528
|
def list_source_networks(id, opts = {})
|
|
6005
6529
|
data, _status_code, _headers = list_source_networks_with_http_info(id, opts)
|
|
@@ -6013,7 +6537,7 @@ module TopologicalInventoryApiClient
|
|
|
6013
6537
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6014
6538
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6015
6539
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6016
|
-
# @option opts [
|
|
6540
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6017
6541
|
# @return [Array<(NetworksCollection, Integer, Hash)>] NetworksCollection data, response status code and response headers
|
|
6018
6542
|
def list_source_networks_with_http_info(id, opts = {})
|
|
6019
6543
|
if @api_client.config.debugging
|
|
@@ -6090,7 +6614,7 @@ module TopologicalInventoryApiClient
|
|
|
6090
6614
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6091
6615
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6092
6616
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6093
|
-
# @option opts [
|
|
6617
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6094
6618
|
# @return [OrchestrationStacksCollection]
|
|
6095
6619
|
def list_source_orchestration_stacks(id, opts = {})
|
|
6096
6620
|
data, _status_code, _headers = list_source_orchestration_stacks_with_http_info(id, opts)
|
|
@@ -6104,7 +6628,7 @@ module TopologicalInventoryApiClient
|
|
|
6104
6628
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6105
6629
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6106
6630
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6107
|
-
# @option opts [
|
|
6631
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6108
6632
|
# @return [Array<(OrchestrationStacksCollection, Integer, Hash)>] OrchestrationStacksCollection data, response status code and response headers
|
|
6109
6633
|
def list_source_orchestration_stacks_with_http_info(id, opts = {})
|
|
6110
6634
|
if @api_client.config.debugging
|
|
@@ -6181,7 +6705,7 @@ module TopologicalInventoryApiClient
|
|
|
6181
6705
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6182
6706
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6183
6707
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6184
|
-
# @option opts [
|
|
6708
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6185
6709
|
# @return [IpaddressesCollection]
|
|
6186
6710
|
def list_source_region_ipaddresses(id, opts = {})
|
|
6187
6711
|
data, _status_code, _headers = list_source_region_ipaddresses_with_http_info(id, opts)
|
|
@@ -6195,7 +6719,7 @@ module TopologicalInventoryApiClient
|
|
|
6195
6719
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6196
6720
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6197
6721
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6198
|
-
# @option opts [
|
|
6722
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6199
6723
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
6200
6724
|
def list_source_region_ipaddresses_with_http_info(id, opts = {})
|
|
6201
6725
|
if @api_client.config.debugging
|
|
@@ -6272,7 +6796,7 @@ module TopologicalInventoryApiClient
|
|
|
6272
6796
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6273
6797
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6274
6798
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6275
|
-
# @option opts [
|
|
6799
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6276
6800
|
# @return [NetworkAdaptersCollection]
|
|
6277
6801
|
def list_source_region_network_adapters(id, opts = {})
|
|
6278
6802
|
data, _status_code, _headers = list_source_region_network_adapters_with_http_info(id, opts)
|
|
@@ -6286,7 +6810,7 @@ module TopologicalInventoryApiClient
|
|
|
6286
6810
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6287
6811
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6288
6812
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6289
|
-
# @option opts [
|
|
6813
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6290
6814
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
6291
6815
|
def list_source_region_network_adapters_with_http_info(id, opts = {})
|
|
6292
6816
|
if @api_client.config.debugging
|
|
@@ -6363,7 +6887,7 @@ module TopologicalInventoryApiClient
|
|
|
6363
6887
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6364
6888
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6365
6889
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6366
|
-
# @option opts [
|
|
6890
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6367
6891
|
# @return [NetworksCollection]
|
|
6368
6892
|
def list_source_region_networks(id, opts = {})
|
|
6369
6893
|
data, _status_code, _headers = list_source_region_networks_with_http_info(id, opts)
|
|
@@ -6377,7 +6901,7 @@ module TopologicalInventoryApiClient
|
|
|
6377
6901
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6378
6902
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6379
6903
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6380
|
-
# @option opts [
|
|
6904
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6381
6905
|
# @return [Array<(NetworksCollection, Integer, Hash)>] NetworksCollection data, response status code and response headers
|
|
6382
6906
|
def list_source_region_networks_with_http_info(id, opts = {})
|
|
6383
6907
|
if @api_client.config.debugging
|
|
@@ -6454,7 +6978,7 @@ module TopologicalInventoryApiClient
|
|
|
6454
6978
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6455
6979
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6456
6980
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6457
|
-
# @option opts [
|
|
6981
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6458
6982
|
# @return [OrchestrationStacksCollection]
|
|
6459
6983
|
def list_source_region_orchestration_stacks(id, opts = {})
|
|
6460
6984
|
data, _status_code, _headers = list_source_region_orchestration_stacks_with_http_info(id, opts)
|
|
@@ -6468,7 +6992,7 @@ module TopologicalInventoryApiClient
|
|
|
6468
6992
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6469
6993
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6470
6994
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6471
|
-
# @option opts [
|
|
6995
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6472
6996
|
# @return [Array<(OrchestrationStacksCollection, Integer, Hash)>] OrchestrationStacksCollection data, response status code and response headers
|
|
6473
6997
|
def list_source_region_orchestration_stacks_with_http_info(id, opts = {})
|
|
6474
6998
|
if @api_client.config.debugging
|
|
@@ -6545,7 +7069,7 @@ module TopologicalInventoryApiClient
|
|
|
6545
7069
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6546
7070
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6547
7071
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6548
|
-
# @option opts [
|
|
7072
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6549
7073
|
# @return [SecurityGroupsCollection]
|
|
6550
7074
|
def list_source_region_security_groups(id, opts = {})
|
|
6551
7075
|
data, _status_code, _headers = list_source_region_security_groups_with_http_info(id, opts)
|
|
@@ -6559,7 +7083,7 @@ module TopologicalInventoryApiClient
|
|
|
6559
7083
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6560
7084
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6561
7085
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6562
|
-
# @option opts [
|
|
7086
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6563
7087
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
6564
7088
|
def list_source_region_security_groups_with_http_info(id, opts = {})
|
|
6565
7089
|
if @api_client.config.debugging
|
|
@@ -6636,7 +7160,7 @@ module TopologicalInventoryApiClient
|
|
|
6636
7160
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6637
7161
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6638
7162
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6639
|
-
# @option opts [
|
|
7163
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6640
7164
|
# @return [ServiceInstancesCollection]
|
|
6641
7165
|
def list_source_region_service_instances(id, opts = {})
|
|
6642
7166
|
data, _status_code, _headers = list_source_region_service_instances_with_http_info(id, opts)
|
|
@@ -6650,7 +7174,7 @@ module TopologicalInventoryApiClient
|
|
|
6650
7174
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6651
7175
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6652
7176
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6653
|
-
# @option opts [
|
|
7177
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6654
7178
|
# @return [Array<(ServiceInstancesCollection, Integer, Hash)>] ServiceInstancesCollection data, response status code and response headers
|
|
6655
7179
|
def list_source_region_service_instances_with_http_info(id, opts = {})
|
|
6656
7180
|
if @api_client.config.debugging
|
|
@@ -6727,7 +7251,7 @@ module TopologicalInventoryApiClient
|
|
|
6727
7251
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6728
7252
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6729
7253
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6730
|
-
# @option opts [
|
|
7254
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6731
7255
|
# @return [ServiceOfferingsCollection]
|
|
6732
7256
|
def list_source_region_service_offerings(id, opts = {})
|
|
6733
7257
|
data, _status_code, _headers = list_source_region_service_offerings_with_http_info(id, opts)
|
|
@@ -6741,7 +7265,7 @@ module TopologicalInventoryApiClient
|
|
|
6741
7265
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6742
7266
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6743
7267
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6744
|
-
# @option opts [
|
|
7268
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6745
7269
|
# @return [Array<(ServiceOfferingsCollection, Integer, Hash)>] ServiceOfferingsCollection data, response status code and response headers
|
|
6746
7270
|
def list_source_region_service_offerings_with_http_info(id, opts = {})
|
|
6747
7271
|
if @api_client.config.debugging
|
|
@@ -6818,7 +7342,7 @@ module TopologicalInventoryApiClient
|
|
|
6818
7342
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6819
7343
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6820
7344
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6821
|
-
# @option opts [
|
|
7345
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6822
7346
|
# @return [ServicePlansCollection]
|
|
6823
7347
|
def list_source_region_service_plans(id, opts = {})
|
|
6824
7348
|
data, _status_code, _headers = list_source_region_service_plans_with_http_info(id, opts)
|
|
@@ -6832,7 +7356,7 @@ module TopologicalInventoryApiClient
|
|
|
6832
7356
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6833
7357
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6834
7358
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6835
|
-
# @option opts [
|
|
7359
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6836
7360
|
# @return [Array<(ServicePlansCollection, Integer, Hash)>] ServicePlansCollection data, response status code and response headers
|
|
6837
7361
|
def list_source_region_service_plans_with_http_info(id, opts = {})
|
|
6838
7362
|
if @api_client.config.debugging
|
|
@@ -6909,7 +7433,7 @@ module TopologicalInventoryApiClient
|
|
|
6909
7433
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
6910
7434
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
6911
7435
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6912
|
-
# @option opts [
|
|
7436
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6913
7437
|
# @return [SubnetsCollection]
|
|
6914
7438
|
def list_source_region_subnets(id, opts = {})
|
|
6915
7439
|
data, _status_code, _headers = list_source_region_subnets_with_http_info(id, opts)
|
|
@@ -6923,7 +7447,7 @@ module TopologicalInventoryApiClient
|
|
|
6923
7447
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
6924
7448
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
6925
7449
|
# @option opts [Object] :filter Filter for querying collections.
|
|
6926
|
-
# @option opts [
|
|
7450
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
6927
7451
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
6928
7452
|
def list_source_region_subnets_with_http_info(id, opts = {})
|
|
6929
7453
|
if @api_client.config.debugging
|
|
@@ -7000,7 +7524,7 @@ module TopologicalInventoryApiClient
|
|
|
7000
7524
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7001
7525
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7002
7526
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7003
|
-
# @option opts [
|
|
7527
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7004
7528
|
# @return [VmsCollection]
|
|
7005
7529
|
def list_source_region_vms(id, opts = {})
|
|
7006
7530
|
data, _status_code, _headers = list_source_region_vms_with_http_info(id, opts)
|
|
@@ -7014,7 +7538,7 @@ module TopologicalInventoryApiClient
|
|
|
7014
7538
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7015
7539
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7016
7540
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7017
|
-
# @option opts [
|
|
7541
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7018
7542
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
7019
7543
|
def list_source_region_vms_with_http_info(id, opts = {})
|
|
7020
7544
|
if @api_client.config.debugging
|
|
@@ -7091,7 +7615,7 @@ module TopologicalInventoryApiClient
|
|
|
7091
7615
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7092
7616
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7093
7617
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7094
|
-
# @option opts [
|
|
7618
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7095
7619
|
# @return [VolumesCollection]
|
|
7096
7620
|
def list_source_region_volumes(id, opts = {})
|
|
7097
7621
|
data, _status_code, _headers = list_source_region_volumes_with_http_info(id, opts)
|
|
@@ -7105,7 +7629,7 @@ module TopologicalInventoryApiClient
|
|
|
7105
7629
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7106
7630
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7107
7631
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7108
|
-
# @option opts [
|
|
7632
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7109
7633
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
7110
7634
|
def list_source_region_volumes_with_http_info(id, opts = {})
|
|
7111
7635
|
if @api_client.config.debugging
|
|
@@ -7181,7 +7705,7 @@ module TopologicalInventoryApiClient
|
|
|
7181
7705
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7182
7706
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7183
7707
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7184
|
-
# @option opts [
|
|
7708
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7185
7709
|
# @return [SourceRegionsCollection]
|
|
7186
7710
|
def list_source_regions(opts = {})
|
|
7187
7711
|
data, _status_code, _headers = list_source_regions_with_http_info(opts)
|
|
@@ -7194,7 +7718,7 @@ module TopologicalInventoryApiClient
|
|
|
7194
7718
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7195
7719
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7196
7720
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7197
|
-
# @option opts [
|
|
7721
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7198
7722
|
# @return [Array<(SourceRegionsCollection, Integer, Hash)>] SourceRegionsCollection data, response status code and response headers
|
|
7199
7723
|
def list_source_regions_with_http_info(opts = {})
|
|
7200
7724
|
if @api_client.config.debugging
|
|
@@ -7262,7 +7786,7 @@ module TopologicalInventoryApiClient
|
|
|
7262
7786
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7263
7787
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7264
7788
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7265
|
-
# @option opts [
|
|
7789
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7266
7790
|
# @return [SecurityGroupsCollection]
|
|
7267
7791
|
def list_source_security_groups(id, opts = {})
|
|
7268
7792
|
data, _status_code, _headers = list_source_security_groups_with_http_info(id, opts)
|
|
@@ -7276,7 +7800,7 @@ module TopologicalInventoryApiClient
|
|
|
7276
7800
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7277
7801
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7278
7802
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7279
|
-
# @option opts [
|
|
7803
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7280
7804
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
7281
7805
|
def list_source_security_groups_with_http_info(id, opts = {})
|
|
7282
7806
|
if @api_client.config.debugging
|
|
@@ -7353,7 +7877,7 @@ module TopologicalInventoryApiClient
|
|
|
7353
7877
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7354
7878
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7355
7879
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7356
|
-
# @option opts [
|
|
7880
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7357
7881
|
# @return [ServiceInstanceNodesCollection]
|
|
7358
7882
|
def list_source_service_instance_nodes(id, opts = {})
|
|
7359
7883
|
data, _status_code, _headers = list_source_service_instance_nodes_with_http_info(id, opts)
|
|
@@ -7367,7 +7891,7 @@ module TopologicalInventoryApiClient
|
|
|
7367
7891
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7368
7892
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7369
7893
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7370
|
-
# @option opts [
|
|
7894
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7371
7895
|
# @return [Array<(ServiceInstanceNodesCollection, Integer, Hash)>] ServiceInstanceNodesCollection data, response status code and response headers
|
|
7372
7896
|
def list_source_service_instance_nodes_with_http_info(id, opts = {})
|
|
7373
7897
|
if @api_client.config.debugging
|
|
@@ -7444,7 +7968,7 @@ module TopologicalInventoryApiClient
|
|
|
7444
7968
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7445
7969
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7446
7970
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7447
|
-
# @option opts [
|
|
7971
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7448
7972
|
# @return [ServiceInstancesCollection]
|
|
7449
7973
|
def list_source_service_instances(id, opts = {})
|
|
7450
7974
|
data, _status_code, _headers = list_source_service_instances_with_http_info(id, opts)
|
|
@@ -7458,7 +7982,7 @@ module TopologicalInventoryApiClient
|
|
|
7458
7982
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7459
7983
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7460
7984
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7461
|
-
# @option opts [
|
|
7985
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7462
7986
|
# @return [Array<(ServiceInstancesCollection, Integer, Hash)>] ServiceInstancesCollection data, response status code and response headers
|
|
7463
7987
|
def list_source_service_instances_with_http_info(id, opts = {})
|
|
7464
7988
|
if @api_client.config.debugging
|
|
@@ -7535,7 +8059,7 @@ module TopologicalInventoryApiClient
|
|
|
7535
8059
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7536
8060
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7537
8061
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7538
|
-
# @option opts [
|
|
8062
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7539
8063
|
# @return [ServiceInventoriesCollection]
|
|
7540
8064
|
def list_source_service_inventories(id, opts = {})
|
|
7541
8065
|
data, _status_code, _headers = list_source_service_inventories_with_http_info(id, opts)
|
|
@@ -7549,7 +8073,7 @@ module TopologicalInventoryApiClient
|
|
|
7549
8073
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7550
8074
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7551
8075
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7552
|
-
# @option opts [
|
|
8076
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7553
8077
|
# @return [Array<(ServiceInventoriesCollection, Integer, Hash)>] ServiceInventoriesCollection data, response status code and response headers
|
|
7554
8078
|
def list_source_service_inventories_with_http_info(id, opts = {})
|
|
7555
8079
|
if @api_client.config.debugging
|
|
@@ -7626,7 +8150,7 @@ module TopologicalInventoryApiClient
|
|
|
7626
8150
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7627
8151
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7628
8152
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7629
|
-
# @option opts [
|
|
8153
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7630
8154
|
# @return [ServiceOfferingNodesCollection]
|
|
7631
8155
|
def list_source_service_offering_nodes(id, opts = {})
|
|
7632
8156
|
data, _status_code, _headers = list_source_service_offering_nodes_with_http_info(id, opts)
|
|
@@ -7640,7 +8164,7 @@ module TopologicalInventoryApiClient
|
|
|
7640
8164
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7641
8165
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7642
8166
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7643
|
-
# @option opts [
|
|
8167
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7644
8168
|
# @return [Array<(ServiceOfferingNodesCollection, Integer, Hash)>] ServiceOfferingNodesCollection data, response status code and response headers
|
|
7645
8169
|
def list_source_service_offering_nodes_with_http_info(id, opts = {})
|
|
7646
8170
|
if @api_client.config.debugging
|
|
@@ -7717,7 +8241,7 @@ module TopologicalInventoryApiClient
|
|
|
7717
8241
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7718
8242
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7719
8243
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7720
|
-
# @option opts [
|
|
8244
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7721
8245
|
# @return [ServiceOfferingsCollection]
|
|
7722
8246
|
def list_source_service_offerings(id, opts = {})
|
|
7723
8247
|
data, _status_code, _headers = list_source_service_offerings_with_http_info(id, opts)
|
|
@@ -7731,7 +8255,7 @@ module TopologicalInventoryApiClient
|
|
|
7731
8255
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7732
8256
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7733
8257
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7734
|
-
# @option opts [
|
|
8258
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7735
8259
|
# @return [Array<(ServiceOfferingsCollection, Integer, Hash)>] ServiceOfferingsCollection data, response status code and response headers
|
|
7736
8260
|
def list_source_service_offerings_with_http_info(id, opts = {})
|
|
7737
8261
|
if @api_client.config.debugging
|
|
@@ -7808,7 +8332,7 @@ module TopologicalInventoryApiClient
|
|
|
7808
8332
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7809
8333
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7810
8334
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7811
|
-
# @option opts [
|
|
8335
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7812
8336
|
# @return [ServicePlansCollection]
|
|
7813
8337
|
def list_source_service_plans(id, opts = {})
|
|
7814
8338
|
data, _status_code, _headers = list_source_service_plans_with_http_info(id, opts)
|
|
@@ -7822,7 +8346,7 @@ module TopologicalInventoryApiClient
|
|
|
7822
8346
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7823
8347
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7824
8348
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7825
|
-
# @option opts [
|
|
8349
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7826
8350
|
# @return [Array<(ServicePlansCollection, Integer, Hash)>] ServicePlansCollection data, response status code and response headers
|
|
7827
8351
|
def list_source_service_plans_with_http_info(id, opts = {})
|
|
7828
8352
|
if @api_client.config.debugging
|
|
@@ -7899,7 +8423,7 @@ module TopologicalInventoryApiClient
|
|
|
7899
8423
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7900
8424
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7901
8425
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7902
|
-
# @option opts [
|
|
8426
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7903
8427
|
# @return [SourceRegionsCollection]
|
|
7904
8428
|
def list_source_source_regions(id, opts = {})
|
|
7905
8429
|
data, _status_code, _headers = list_source_source_regions_with_http_info(id, opts)
|
|
@@ -7913,7 +8437,7 @@ module TopologicalInventoryApiClient
|
|
|
7913
8437
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
7914
8438
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
7915
8439
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7916
|
-
# @option opts [
|
|
8440
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7917
8441
|
# @return [Array<(SourceRegionsCollection, Integer, Hash)>] SourceRegionsCollection data, response status code and response headers
|
|
7918
8442
|
def list_source_source_regions_with_http_info(id, opts = {})
|
|
7919
8443
|
if @api_client.config.debugging
|
|
@@ -7990,7 +8514,7 @@ module TopologicalInventoryApiClient
|
|
|
7990
8514
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
7991
8515
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
7992
8516
|
# @option opts [Object] :filter Filter for querying collections.
|
|
7993
|
-
# @option opts [
|
|
8517
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
7994
8518
|
# @return [SubnetsCollection]
|
|
7995
8519
|
def list_source_subnets(id, opts = {})
|
|
7996
8520
|
data, _status_code, _headers = list_source_subnets_with_http_info(id, opts)
|
|
@@ -8004,7 +8528,7 @@ module TopologicalInventoryApiClient
|
|
|
8004
8528
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8005
8529
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8006
8530
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8007
|
-
# @option opts [
|
|
8531
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8008
8532
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
8009
8533
|
def list_source_subnets_with_http_info(id, opts = {})
|
|
8010
8534
|
if @api_client.config.debugging
|
|
@@ -8081,7 +8605,7 @@ module TopologicalInventoryApiClient
|
|
|
8081
8605
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8082
8606
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8083
8607
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8084
|
-
# @option opts [
|
|
8608
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8085
8609
|
# @return [SubscriptionsCollection]
|
|
8086
8610
|
def list_source_subscriptions(id, opts = {})
|
|
8087
8611
|
data, _status_code, _headers = list_source_subscriptions_with_http_info(id, opts)
|
|
@@ -8095,7 +8619,7 @@ module TopologicalInventoryApiClient
|
|
|
8095
8619
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8096
8620
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8097
8621
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8098
|
-
# @option opts [
|
|
8622
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8099
8623
|
# @return [Array<(SubscriptionsCollection, Integer, Hash)>] SubscriptionsCollection data, response status code and response headers
|
|
8100
8624
|
def list_source_subscriptions_with_http_info(id, opts = {})
|
|
8101
8625
|
if @api_client.config.debugging
|
|
@@ -8172,7 +8696,7 @@ module TopologicalInventoryApiClient
|
|
|
8172
8696
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8173
8697
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8174
8698
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8175
|
-
# @option opts [
|
|
8699
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8176
8700
|
# @return [VmsCollection]
|
|
8177
8701
|
def list_source_vms(id, opts = {})
|
|
8178
8702
|
data, _status_code, _headers = list_source_vms_with_http_info(id, opts)
|
|
@@ -8186,7 +8710,7 @@ module TopologicalInventoryApiClient
|
|
|
8186
8710
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8187
8711
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8188
8712
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8189
|
-
# @option opts [
|
|
8713
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8190
8714
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
8191
8715
|
def list_source_vms_with_http_info(id, opts = {})
|
|
8192
8716
|
if @api_client.config.debugging
|
|
@@ -8263,7 +8787,7 @@ module TopologicalInventoryApiClient
|
|
|
8263
8787
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8264
8788
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8265
8789
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8266
|
-
# @option opts [
|
|
8790
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8267
8791
|
# @return [VolumeTypesCollection]
|
|
8268
8792
|
def list_source_volume_types(id, opts = {})
|
|
8269
8793
|
data, _status_code, _headers = list_source_volume_types_with_http_info(id, opts)
|
|
@@ -8277,7 +8801,7 @@ module TopologicalInventoryApiClient
|
|
|
8277
8801
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8278
8802
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8279
8803
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8280
|
-
# @option opts [
|
|
8804
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8281
8805
|
# @return [Array<(VolumeTypesCollection, Integer, Hash)>] VolumeTypesCollection data, response status code and response headers
|
|
8282
8806
|
def list_source_volume_types_with_http_info(id, opts = {})
|
|
8283
8807
|
if @api_client.config.debugging
|
|
@@ -8354,7 +8878,7 @@ module TopologicalInventoryApiClient
|
|
|
8354
8878
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8355
8879
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8356
8880
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8357
|
-
# @option opts [
|
|
8881
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8358
8882
|
# @return [VolumesCollection]
|
|
8359
8883
|
def list_source_volumes(id, opts = {})
|
|
8360
8884
|
data, _status_code, _headers = list_source_volumes_with_http_info(id, opts)
|
|
@@ -8368,7 +8892,7 @@ module TopologicalInventoryApiClient
|
|
|
8368
8892
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8369
8893
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8370
8894
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8371
|
-
# @option opts [
|
|
8895
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8372
8896
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
8373
8897
|
def list_source_volumes_with_http_info(id, opts = {})
|
|
8374
8898
|
if @api_client.config.debugging
|
|
@@ -8444,7 +8968,7 @@ module TopologicalInventoryApiClient
|
|
|
8444
8968
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8445
8969
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8446
8970
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8447
|
-
# @option opts [
|
|
8971
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8448
8972
|
# @return [SourcesCollection]
|
|
8449
8973
|
def list_sources(opts = {})
|
|
8450
8974
|
data, _status_code, _headers = list_sources_with_http_info(opts)
|
|
@@ -8457,7 +8981,7 @@ module TopologicalInventoryApiClient
|
|
|
8457
8981
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8458
8982
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8459
8983
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8460
|
-
# @option opts [
|
|
8984
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8461
8985
|
# @return [Array<(SourcesCollection, Integer, Hash)>] SourcesCollection data, response status code and response headers
|
|
8462
8986
|
def list_sources_with_http_info(opts = {})
|
|
8463
8987
|
if @api_client.config.debugging
|
|
@@ -8525,7 +9049,7 @@ module TopologicalInventoryApiClient
|
|
|
8525
9049
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8526
9050
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8527
9051
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8528
|
-
# @option opts [
|
|
9052
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8529
9053
|
# @return [IpaddressesCollection]
|
|
8530
9054
|
def list_subnet_ipaddresses(id, opts = {})
|
|
8531
9055
|
data, _status_code, _headers = list_subnet_ipaddresses_with_http_info(id, opts)
|
|
@@ -8539,7 +9063,7 @@ module TopologicalInventoryApiClient
|
|
|
8539
9063
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8540
9064
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8541
9065
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8542
|
-
# @option opts [
|
|
9066
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8543
9067
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
8544
9068
|
def list_subnet_ipaddresses_with_http_info(id, opts = {})
|
|
8545
9069
|
if @api_client.config.debugging
|
|
@@ -8616,7 +9140,7 @@ module TopologicalInventoryApiClient
|
|
|
8616
9140
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8617
9141
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8618
9142
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8619
|
-
# @option opts [
|
|
9143
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8620
9144
|
# @return [NetworkAdaptersCollection]
|
|
8621
9145
|
def list_subnet_network_adapters(id, opts = {})
|
|
8622
9146
|
data, _status_code, _headers = list_subnet_network_adapters_with_http_info(id, opts)
|
|
@@ -8630,7 +9154,7 @@ module TopologicalInventoryApiClient
|
|
|
8630
9154
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8631
9155
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8632
9156
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8633
|
-
# @option opts [
|
|
9157
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8634
9158
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
8635
9159
|
def list_subnet_network_adapters_with_http_info(id, opts = {})
|
|
8636
9160
|
if @api_client.config.debugging
|
|
@@ -8707,7 +9231,7 @@ module TopologicalInventoryApiClient
|
|
|
8707
9231
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8708
9232
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8709
9233
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8710
|
-
# @option opts [
|
|
9234
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8711
9235
|
# @return [TagsCollection]
|
|
8712
9236
|
def list_subnet_tags(id, opts = {})
|
|
8713
9237
|
data, _status_code, _headers = list_subnet_tags_with_http_info(id, opts)
|
|
@@ -8721,7 +9245,7 @@ module TopologicalInventoryApiClient
|
|
|
8721
9245
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8722
9246
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8723
9247
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8724
|
-
# @option opts [
|
|
9248
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8725
9249
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
8726
9250
|
def list_subnet_tags_with_http_info(id, opts = {})
|
|
8727
9251
|
if @api_client.config.debugging
|
|
@@ -8797,7 +9321,7 @@ module TopologicalInventoryApiClient
|
|
|
8797
9321
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8798
9322
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8799
9323
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8800
|
-
# @option opts [
|
|
9324
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8801
9325
|
# @return [SubnetsCollection]
|
|
8802
9326
|
def list_subnets(opts = {})
|
|
8803
9327
|
data, _status_code, _headers = list_subnets_with_http_info(opts)
|
|
@@ -8810,7 +9334,7 @@ module TopologicalInventoryApiClient
|
|
|
8810
9334
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8811
9335
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8812
9336
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8813
|
-
# @option opts [
|
|
9337
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8814
9338
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
8815
9339
|
def list_subnets_with_http_info(opts = {})
|
|
8816
9340
|
if @api_client.config.debugging
|
|
@@ -8878,7 +9402,7 @@ module TopologicalInventoryApiClient
|
|
|
8878
9402
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8879
9403
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8880
9404
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8881
|
-
# @option opts [
|
|
9405
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8882
9406
|
# @return [IpaddressesCollection]
|
|
8883
9407
|
def list_subscription_ipaddresses(id, opts = {})
|
|
8884
9408
|
data, _status_code, _headers = list_subscription_ipaddresses_with_http_info(id, opts)
|
|
@@ -8892,7 +9416,7 @@ module TopologicalInventoryApiClient
|
|
|
8892
9416
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8893
9417
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8894
9418
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8895
|
-
# @option opts [
|
|
9419
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8896
9420
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
8897
9421
|
def list_subscription_ipaddresses_with_http_info(id, opts = {})
|
|
8898
9422
|
if @api_client.config.debugging
|
|
@@ -8969,7 +9493,7 @@ module TopologicalInventoryApiClient
|
|
|
8969
9493
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
8970
9494
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
8971
9495
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8972
|
-
# @option opts [
|
|
9496
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8973
9497
|
# @return [NetworkAdaptersCollection]
|
|
8974
9498
|
def list_subscription_network_adapters(id, opts = {})
|
|
8975
9499
|
data, _status_code, _headers = list_subscription_network_adapters_with_http_info(id, opts)
|
|
@@ -8983,7 +9507,7 @@ module TopologicalInventoryApiClient
|
|
|
8983
9507
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
8984
9508
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
8985
9509
|
# @option opts [Object] :filter Filter for querying collections.
|
|
8986
|
-
# @option opts [
|
|
9510
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
8987
9511
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
8988
9512
|
def list_subscription_network_adapters_with_http_info(id, opts = {})
|
|
8989
9513
|
if @api_client.config.debugging
|
|
@@ -9060,7 +9584,7 @@ module TopologicalInventoryApiClient
|
|
|
9060
9584
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9061
9585
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9062
9586
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9063
|
-
# @option opts [
|
|
9587
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9064
9588
|
# @return [NetworksCollection]
|
|
9065
9589
|
def list_subscription_networks(id, opts = {})
|
|
9066
9590
|
data, _status_code, _headers = list_subscription_networks_with_http_info(id, opts)
|
|
@@ -9074,7 +9598,7 @@ module TopologicalInventoryApiClient
|
|
|
9074
9598
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9075
9599
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9076
9600
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9077
|
-
# @option opts [
|
|
9601
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9078
9602
|
# @return [Array<(NetworksCollection, Integer, Hash)>] NetworksCollection data, response status code and response headers
|
|
9079
9603
|
def list_subscription_networks_with_http_info(id, opts = {})
|
|
9080
9604
|
if @api_client.config.debugging
|
|
@@ -9151,7 +9675,7 @@ module TopologicalInventoryApiClient
|
|
|
9151
9675
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9152
9676
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9153
9677
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9154
|
-
# @option opts [
|
|
9678
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9155
9679
|
# @return [OrchestrationStacksCollection]
|
|
9156
9680
|
def list_subscription_orchestration_stacks(id, opts = {})
|
|
9157
9681
|
data, _status_code, _headers = list_subscription_orchestration_stacks_with_http_info(id, opts)
|
|
@@ -9165,7 +9689,7 @@ module TopologicalInventoryApiClient
|
|
|
9165
9689
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9166
9690
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9167
9691
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9168
|
-
# @option opts [
|
|
9692
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9169
9693
|
# @return [Array<(OrchestrationStacksCollection, Integer, Hash)>] OrchestrationStacksCollection data, response status code and response headers
|
|
9170
9694
|
def list_subscription_orchestration_stacks_with_http_info(id, opts = {})
|
|
9171
9695
|
if @api_client.config.debugging
|
|
@@ -9242,7 +9766,7 @@ module TopologicalInventoryApiClient
|
|
|
9242
9766
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9243
9767
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9244
9768
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9245
|
-
# @option opts [
|
|
9769
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9246
9770
|
# @return [SecurityGroupsCollection]
|
|
9247
9771
|
def list_subscription_security_groups(id, opts = {})
|
|
9248
9772
|
data, _status_code, _headers = list_subscription_security_groups_with_http_info(id, opts)
|
|
@@ -9256,7 +9780,7 @@ module TopologicalInventoryApiClient
|
|
|
9256
9780
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9257
9781
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9258
9782
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9259
|
-
# @option opts [
|
|
9783
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9260
9784
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
9261
9785
|
def list_subscription_security_groups_with_http_info(id, opts = {})
|
|
9262
9786
|
if @api_client.config.debugging
|
|
@@ -9333,7 +9857,7 @@ module TopologicalInventoryApiClient
|
|
|
9333
9857
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9334
9858
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9335
9859
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9336
|
-
# @option opts [
|
|
9860
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9337
9861
|
# @return [ServiceInstancesCollection]
|
|
9338
9862
|
def list_subscription_service_instances(id, opts = {})
|
|
9339
9863
|
data, _status_code, _headers = list_subscription_service_instances_with_http_info(id, opts)
|
|
@@ -9347,7 +9871,7 @@ module TopologicalInventoryApiClient
|
|
|
9347
9871
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9348
9872
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9349
9873
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9350
|
-
# @option opts [
|
|
9874
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9351
9875
|
# @return [Array<(ServiceInstancesCollection, Integer, Hash)>] ServiceInstancesCollection data, response status code and response headers
|
|
9352
9876
|
def list_subscription_service_instances_with_http_info(id, opts = {})
|
|
9353
9877
|
if @api_client.config.debugging
|
|
@@ -9424,7 +9948,7 @@ module TopologicalInventoryApiClient
|
|
|
9424
9948
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9425
9949
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9426
9950
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9427
|
-
# @option opts [
|
|
9951
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9428
9952
|
# @return [ServiceOfferingsCollection]
|
|
9429
9953
|
def list_subscription_service_offerings(id, opts = {})
|
|
9430
9954
|
data, _status_code, _headers = list_subscription_service_offerings_with_http_info(id, opts)
|
|
@@ -9438,7 +9962,7 @@ module TopologicalInventoryApiClient
|
|
|
9438
9962
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9439
9963
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9440
9964
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9441
|
-
# @option opts [
|
|
9965
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9442
9966
|
# @return [Array<(ServiceOfferingsCollection, Integer, Hash)>] ServiceOfferingsCollection data, response status code and response headers
|
|
9443
9967
|
def list_subscription_service_offerings_with_http_info(id, opts = {})
|
|
9444
9968
|
if @api_client.config.debugging
|
|
@@ -9515,7 +10039,7 @@ module TopologicalInventoryApiClient
|
|
|
9515
10039
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9516
10040
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9517
10041
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9518
|
-
# @option opts [
|
|
10042
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9519
10043
|
# @return [ServicePlansCollection]
|
|
9520
10044
|
def list_subscription_service_plans(id, opts = {})
|
|
9521
10045
|
data, _status_code, _headers = list_subscription_service_plans_with_http_info(id, opts)
|
|
@@ -9529,7 +10053,7 @@ module TopologicalInventoryApiClient
|
|
|
9529
10053
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9530
10054
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9531
10055
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9532
|
-
# @option opts [
|
|
10056
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9533
10057
|
# @return [Array<(ServicePlansCollection, Integer, Hash)>] ServicePlansCollection data, response status code and response headers
|
|
9534
10058
|
def list_subscription_service_plans_with_http_info(id, opts = {})
|
|
9535
10059
|
if @api_client.config.debugging
|
|
@@ -9606,7 +10130,7 @@ module TopologicalInventoryApiClient
|
|
|
9606
10130
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9607
10131
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9608
10132
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9609
|
-
# @option opts [
|
|
10133
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9610
10134
|
# @return [SubnetsCollection]
|
|
9611
10135
|
def list_subscription_subnets(id, opts = {})
|
|
9612
10136
|
data, _status_code, _headers = list_subscription_subnets_with_http_info(id, opts)
|
|
@@ -9620,7 +10144,7 @@ module TopologicalInventoryApiClient
|
|
|
9620
10144
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9621
10145
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9622
10146
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9623
|
-
# @option opts [
|
|
10147
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9624
10148
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
9625
10149
|
def list_subscription_subnets_with_http_info(id, opts = {})
|
|
9626
10150
|
if @api_client.config.debugging
|
|
@@ -9697,7 +10221,7 @@ module TopologicalInventoryApiClient
|
|
|
9697
10221
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9698
10222
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9699
10223
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9700
|
-
# @option opts [
|
|
10224
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9701
10225
|
# @return [VmsCollection]
|
|
9702
10226
|
def list_subscription_vms(id, opts = {})
|
|
9703
10227
|
data, _status_code, _headers = list_subscription_vms_with_http_info(id, opts)
|
|
@@ -9711,7 +10235,7 @@ module TopologicalInventoryApiClient
|
|
|
9711
10235
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9712
10236
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9713
10237
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9714
|
-
# @option opts [
|
|
10238
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9715
10239
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
9716
10240
|
def list_subscription_vms_with_http_info(id, opts = {})
|
|
9717
10241
|
if @api_client.config.debugging
|
|
@@ -9788,7 +10312,7 @@ module TopologicalInventoryApiClient
|
|
|
9788
10312
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9789
10313
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9790
10314
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9791
|
-
# @option opts [
|
|
10315
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9792
10316
|
# @return [VolumesCollection]
|
|
9793
10317
|
def list_subscription_volumes(id, opts = {})
|
|
9794
10318
|
data, _status_code, _headers = list_subscription_volumes_with_http_info(id, opts)
|
|
@@ -9802,7 +10326,7 @@ module TopologicalInventoryApiClient
|
|
|
9802
10326
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9803
10327
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9804
10328
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9805
|
-
# @option opts [
|
|
10329
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9806
10330
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
9807
10331
|
def list_subscription_volumes_with_http_info(id, opts = {})
|
|
9808
10332
|
if @api_client.config.debugging
|
|
@@ -9878,7 +10402,7 @@ module TopologicalInventoryApiClient
|
|
|
9878
10402
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9879
10403
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9880
10404
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9881
|
-
# @option opts [
|
|
10405
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9882
10406
|
# @return [SubscriptionsCollection]
|
|
9883
10407
|
def list_subscriptions(opts = {})
|
|
9884
10408
|
data, _status_code, _headers = list_subscriptions_with_http_info(opts)
|
|
@@ -9891,7 +10415,7 @@ module TopologicalInventoryApiClient
|
|
|
9891
10415
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9892
10416
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9893
10417
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9894
|
-
# @option opts [
|
|
10418
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9895
10419
|
# @return [Array<(SubscriptionsCollection, Integer, Hash)>] SubscriptionsCollection data, response status code and response headers
|
|
9896
10420
|
def list_subscriptions_with_http_info(opts = {})
|
|
9897
10421
|
if @api_client.config.debugging
|
|
@@ -9959,7 +10483,7 @@ module TopologicalInventoryApiClient
|
|
|
9959
10483
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
9960
10484
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
9961
10485
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9962
|
-
# @option opts [
|
|
10486
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9963
10487
|
# @return [ContainerGroupsCollection]
|
|
9964
10488
|
def list_tag_container_groups(id, opts = {})
|
|
9965
10489
|
data, _status_code, _headers = list_tag_container_groups_with_http_info(id, opts)
|
|
@@ -9973,7 +10497,7 @@ module TopologicalInventoryApiClient
|
|
|
9973
10497
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
9974
10498
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
9975
10499
|
# @option opts [Object] :filter Filter for querying collections.
|
|
9976
|
-
# @option opts [
|
|
10500
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
9977
10501
|
# @return [Array<(ContainerGroupsCollection, Integer, Hash)>] ContainerGroupsCollection data, response status code and response headers
|
|
9978
10502
|
def list_tag_container_groups_with_http_info(id, opts = {})
|
|
9979
10503
|
if @api_client.config.debugging
|
|
@@ -10050,7 +10574,7 @@ module TopologicalInventoryApiClient
|
|
|
10050
10574
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10051
10575
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10052
10576
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10053
|
-
# @option opts [
|
|
10577
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10054
10578
|
# @return [ContainerImagesCollection]
|
|
10055
10579
|
def list_tag_container_images(id, opts = {})
|
|
10056
10580
|
data, _status_code, _headers = list_tag_container_images_with_http_info(id, opts)
|
|
@@ -10064,7 +10588,7 @@ module TopologicalInventoryApiClient
|
|
|
10064
10588
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10065
10589
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10066
10590
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10067
|
-
# @option opts [
|
|
10591
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10068
10592
|
# @return [Array<(ContainerImagesCollection, Integer, Hash)>] ContainerImagesCollection data, response status code and response headers
|
|
10069
10593
|
def list_tag_container_images_with_http_info(id, opts = {})
|
|
10070
10594
|
if @api_client.config.debugging
|
|
@@ -10141,7 +10665,7 @@ module TopologicalInventoryApiClient
|
|
|
10141
10665
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10142
10666
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10143
10667
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10144
|
-
# @option opts [
|
|
10668
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10145
10669
|
# @return [ContainerNodesCollection]
|
|
10146
10670
|
def list_tag_container_nodes(id, opts = {})
|
|
10147
10671
|
data, _status_code, _headers = list_tag_container_nodes_with_http_info(id, opts)
|
|
@@ -10155,7 +10679,7 @@ module TopologicalInventoryApiClient
|
|
|
10155
10679
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10156
10680
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10157
10681
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10158
|
-
# @option opts [
|
|
10682
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10159
10683
|
# @return [Array<(ContainerNodesCollection, Integer, Hash)>] ContainerNodesCollection data, response status code and response headers
|
|
10160
10684
|
def list_tag_container_nodes_with_http_info(id, opts = {})
|
|
10161
10685
|
if @api_client.config.debugging
|
|
@@ -10232,7 +10756,7 @@ module TopologicalInventoryApiClient
|
|
|
10232
10756
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10233
10757
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10234
10758
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10235
|
-
# @option opts [
|
|
10759
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10236
10760
|
# @return [ContainerProjectsCollection]
|
|
10237
10761
|
def list_tag_container_projects(id, opts = {})
|
|
10238
10762
|
data, _status_code, _headers = list_tag_container_projects_with_http_info(id, opts)
|
|
@@ -10246,7 +10770,7 @@ module TopologicalInventoryApiClient
|
|
|
10246
10770
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10247
10771
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10248
10772
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10249
|
-
# @option opts [
|
|
10773
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10250
10774
|
# @return [Array<(ContainerProjectsCollection, Integer, Hash)>] ContainerProjectsCollection data, response status code and response headers
|
|
10251
10775
|
def list_tag_container_projects_with_http_info(id, opts = {})
|
|
10252
10776
|
if @api_client.config.debugging
|
|
@@ -10323,7 +10847,7 @@ module TopologicalInventoryApiClient
|
|
|
10323
10847
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10324
10848
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10325
10849
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10326
|
-
# @option opts [
|
|
10850
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10327
10851
|
# @return [ContainerTemplatesCollection]
|
|
10328
10852
|
def list_tag_container_templates(id, opts = {})
|
|
10329
10853
|
data, _status_code, _headers = list_tag_container_templates_with_http_info(id, opts)
|
|
@@ -10337,7 +10861,7 @@ module TopologicalInventoryApiClient
|
|
|
10337
10861
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10338
10862
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10339
10863
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10340
|
-
# @option opts [
|
|
10864
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10341
10865
|
# @return [Array<(ContainerTemplatesCollection, Integer, Hash)>] ContainerTemplatesCollection data, response status code and response headers
|
|
10342
10866
|
def list_tag_container_templates_with_http_info(id, opts = {})
|
|
10343
10867
|
if @api_client.config.debugging
|
|
@@ -10414,7 +10938,7 @@ module TopologicalInventoryApiClient
|
|
|
10414
10938
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10415
10939
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10416
10940
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10417
|
-
# @option opts [
|
|
10941
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10418
10942
|
# @return [IpaddressesCollection]
|
|
10419
10943
|
def list_tag_ipaddresses(id, opts = {})
|
|
10420
10944
|
data, _status_code, _headers = list_tag_ipaddresses_with_http_info(id, opts)
|
|
@@ -10428,7 +10952,7 @@ module TopologicalInventoryApiClient
|
|
|
10428
10952
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10429
10953
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10430
10954
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10431
|
-
# @option opts [
|
|
10955
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10432
10956
|
# @return [Array<(IpaddressesCollection, Integer, Hash)>] IpaddressesCollection data, response status code and response headers
|
|
10433
10957
|
def list_tag_ipaddresses_with_http_info(id, opts = {})
|
|
10434
10958
|
if @api_client.config.debugging
|
|
@@ -10505,7 +11029,7 @@ module TopologicalInventoryApiClient
|
|
|
10505
11029
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10506
11030
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10507
11031
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10508
|
-
# @option opts [
|
|
11032
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10509
11033
|
# @return [NetworkAdaptersCollection]
|
|
10510
11034
|
def list_tag_network_adapters(id, opts = {})
|
|
10511
11035
|
data, _status_code, _headers = list_tag_network_adapters_with_http_info(id, opts)
|
|
@@ -10519,7 +11043,7 @@ module TopologicalInventoryApiClient
|
|
|
10519
11043
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10520
11044
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10521
11045
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10522
|
-
# @option opts [
|
|
11046
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10523
11047
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
10524
11048
|
def list_tag_network_adapters_with_http_info(id, opts = {})
|
|
10525
11049
|
if @api_client.config.debugging
|
|
@@ -10596,7 +11120,7 @@ module TopologicalInventoryApiClient
|
|
|
10596
11120
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10597
11121
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10598
11122
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10599
|
-
# @option opts [
|
|
11123
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10600
11124
|
# @return [NetworksCollection]
|
|
10601
11125
|
def list_tag_networks(id, opts = {})
|
|
10602
11126
|
data, _status_code, _headers = list_tag_networks_with_http_info(id, opts)
|
|
@@ -10610,7 +11134,7 @@ module TopologicalInventoryApiClient
|
|
|
10610
11134
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10611
11135
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10612
11136
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10613
|
-
# @option opts [
|
|
11137
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10614
11138
|
# @return [Array<(NetworksCollection, Integer, Hash)>] NetworksCollection data, response status code and response headers
|
|
10615
11139
|
def list_tag_networks_with_http_info(id, opts = {})
|
|
10616
11140
|
if @api_client.config.debugging
|
|
@@ -10687,7 +11211,7 @@ module TopologicalInventoryApiClient
|
|
|
10687
11211
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10688
11212
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10689
11213
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10690
|
-
# @option opts [
|
|
11214
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10691
11215
|
# @return [SecurityGroupsCollection]
|
|
10692
11216
|
def list_tag_security_groups(id, opts = {})
|
|
10693
11217
|
data, _status_code, _headers = list_tag_security_groups_with_http_info(id, opts)
|
|
@@ -10701,7 +11225,7 @@ module TopologicalInventoryApiClient
|
|
|
10701
11225
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10702
11226
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10703
11227
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10704
|
-
# @option opts [
|
|
11228
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10705
11229
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
10706
11230
|
def list_tag_security_groups_with_http_info(id, opts = {})
|
|
10707
11231
|
if @api_client.config.debugging
|
|
@@ -10778,7 +11302,7 @@ module TopologicalInventoryApiClient
|
|
|
10778
11302
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10779
11303
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10780
11304
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10781
|
-
# @option opts [
|
|
11305
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10782
11306
|
# @return [ServiceInventoriesCollection]
|
|
10783
11307
|
def list_tag_service_inventories(id, opts = {})
|
|
10784
11308
|
data, _status_code, _headers = list_tag_service_inventories_with_http_info(id, opts)
|
|
@@ -10792,7 +11316,7 @@ module TopologicalInventoryApiClient
|
|
|
10792
11316
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10793
11317
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10794
11318
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10795
|
-
# @option opts [
|
|
11319
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10796
11320
|
# @return [Array<(ServiceInventoriesCollection, Integer, Hash)>] ServiceInventoriesCollection data, response status code and response headers
|
|
10797
11321
|
def list_tag_service_inventories_with_http_info(id, opts = {})
|
|
10798
11322
|
if @api_client.config.debugging
|
|
@@ -10869,7 +11393,7 @@ module TopologicalInventoryApiClient
|
|
|
10869
11393
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10870
11394
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10871
11395
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10872
|
-
# @option opts [
|
|
11396
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10873
11397
|
# @return [ServiceOfferingsCollection]
|
|
10874
11398
|
def list_tag_service_offerings(id, opts = {})
|
|
10875
11399
|
data, _status_code, _headers = list_tag_service_offerings_with_http_info(id, opts)
|
|
@@ -10883,7 +11407,7 @@ module TopologicalInventoryApiClient
|
|
|
10883
11407
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10884
11408
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10885
11409
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10886
|
-
# @option opts [
|
|
11410
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10887
11411
|
# @return [Array<(ServiceOfferingsCollection, Integer, Hash)>] ServiceOfferingsCollection data, response status code and response headers
|
|
10888
11412
|
def list_tag_service_offerings_with_http_info(id, opts = {})
|
|
10889
11413
|
if @api_client.config.debugging
|
|
@@ -10960,7 +11484,7 @@ module TopologicalInventoryApiClient
|
|
|
10960
11484
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
10961
11485
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
10962
11486
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10963
|
-
# @option opts [
|
|
11487
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10964
11488
|
# @return [SubnetsCollection]
|
|
10965
11489
|
def list_tag_subnets(id, opts = {})
|
|
10966
11490
|
data, _status_code, _headers = list_tag_subnets_with_http_info(id, opts)
|
|
@@ -10974,7 +11498,7 @@ module TopologicalInventoryApiClient
|
|
|
10974
11498
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
10975
11499
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
10976
11500
|
# @option opts [Object] :filter Filter for querying collections.
|
|
10977
|
-
# @option opts [
|
|
11501
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
10978
11502
|
# @return [Array<(SubnetsCollection, Integer, Hash)>] SubnetsCollection data, response status code and response headers
|
|
10979
11503
|
def list_tag_subnets_with_http_info(id, opts = {})
|
|
10980
11504
|
if @api_client.config.debugging
|
|
@@ -11051,7 +11575,7 @@ module TopologicalInventoryApiClient
|
|
|
11051
11575
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11052
11576
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11053
11577
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11054
|
-
# @option opts [
|
|
11578
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11055
11579
|
# @return [VmsCollection]
|
|
11056
11580
|
def list_tag_vms(id, opts = {})
|
|
11057
11581
|
data, _status_code, _headers = list_tag_vms_with_http_info(id, opts)
|
|
@@ -11065,7 +11589,7 @@ module TopologicalInventoryApiClient
|
|
|
11065
11589
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11066
11590
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11067
11591
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11068
|
-
# @option opts [
|
|
11592
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11069
11593
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
11070
11594
|
def list_tag_vms_with_http_info(id, opts = {})
|
|
11071
11595
|
if @api_client.config.debugging
|
|
@@ -11141,7 +11665,7 @@ module TopologicalInventoryApiClient
|
|
|
11141
11665
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11142
11666
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11143
11667
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11144
|
-
# @option opts [
|
|
11668
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11145
11669
|
# @return [TagsCollection]
|
|
11146
11670
|
def list_tags(opts = {})
|
|
11147
11671
|
data, _status_code, _headers = list_tags_with_http_info(opts)
|
|
@@ -11154,7 +11678,7 @@ module TopologicalInventoryApiClient
|
|
|
11154
11678
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11155
11679
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11156
11680
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11157
|
-
# @option opts [
|
|
11681
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11158
11682
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
11159
11683
|
def list_tags_with_http_info(opts = {})
|
|
11160
11684
|
if @api_client.config.debugging
|
|
@@ -11221,7 +11745,7 @@ module TopologicalInventoryApiClient
|
|
|
11221
11745
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11222
11746
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11223
11747
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11224
|
-
# @option opts [
|
|
11748
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11225
11749
|
# @return [TasksCollection]
|
|
11226
11750
|
def list_tasks(opts = {})
|
|
11227
11751
|
data, _status_code, _headers = list_tasks_with_http_info(opts)
|
|
@@ -11234,7 +11758,7 @@ module TopologicalInventoryApiClient
|
|
|
11234
11758
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11235
11759
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11236
11760
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11237
|
-
# @option opts [
|
|
11761
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11238
11762
|
# @return [Array<(TasksCollection, Integer, Hash)>] TasksCollection data, response status code and response headers
|
|
11239
11763
|
def list_tasks_with_http_info(opts = {})
|
|
11240
11764
|
if @api_client.config.debugging
|
|
@@ -11302,7 +11826,7 @@ module TopologicalInventoryApiClient
|
|
|
11302
11826
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11303
11827
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11304
11828
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11305
|
-
# @option opts [
|
|
11829
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11306
11830
|
# @return [NetworkAdaptersCollection]
|
|
11307
11831
|
def list_vm_network_adapters(id, opts = {})
|
|
11308
11832
|
data, _status_code, _headers = list_vm_network_adapters_with_http_info(id, opts)
|
|
@@ -11316,7 +11840,7 @@ module TopologicalInventoryApiClient
|
|
|
11316
11840
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11317
11841
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11318
11842
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11319
|
-
# @option opts [
|
|
11843
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11320
11844
|
# @return [Array<(NetworkAdaptersCollection, Integer, Hash)>] NetworkAdaptersCollection data, response status code and response headers
|
|
11321
11845
|
def list_vm_network_adapters_with_http_info(id, opts = {})
|
|
11322
11846
|
if @api_client.config.debugging
|
|
@@ -11393,7 +11917,7 @@ module TopologicalInventoryApiClient
|
|
|
11393
11917
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11394
11918
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11395
11919
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11396
|
-
# @option opts [
|
|
11920
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11397
11921
|
# @return [SecurityGroupsCollection]
|
|
11398
11922
|
def list_vm_security_groups(id, opts = {})
|
|
11399
11923
|
data, _status_code, _headers = list_vm_security_groups_with_http_info(id, opts)
|
|
@@ -11407,7 +11931,7 @@ module TopologicalInventoryApiClient
|
|
|
11407
11931
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11408
11932
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11409
11933
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11410
|
-
# @option opts [
|
|
11934
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11411
11935
|
# @return [Array<(SecurityGroupsCollection, Integer, Hash)>] SecurityGroupsCollection data, response status code and response headers
|
|
11412
11936
|
def list_vm_security_groups_with_http_info(id, opts = {})
|
|
11413
11937
|
if @api_client.config.debugging
|
|
@@ -11484,7 +12008,7 @@ module TopologicalInventoryApiClient
|
|
|
11484
12008
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11485
12009
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11486
12010
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11487
|
-
# @option opts [
|
|
12011
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11488
12012
|
# @return [TagsCollection]
|
|
11489
12013
|
def list_vm_tags(id, opts = {})
|
|
11490
12014
|
data, _status_code, _headers = list_vm_tags_with_http_info(id, opts)
|
|
@@ -11498,7 +12022,7 @@ module TopologicalInventoryApiClient
|
|
|
11498
12022
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11499
12023
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11500
12024
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11501
|
-
# @option opts [
|
|
12025
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11502
12026
|
# @return [Array<(TagsCollection, Integer, Hash)>] TagsCollection data, response status code and response headers
|
|
11503
12027
|
def list_vm_tags_with_http_info(id, opts = {})
|
|
11504
12028
|
if @api_client.config.debugging
|
|
@@ -11575,7 +12099,7 @@ module TopologicalInventoryApiClient
|
|
|
11575
12099
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11576
12100
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11577
12101
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11578
|
-
# @option opts [
|
|
12102
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11579
12103
|
# @return [VolumeAttachmentsCollection]
|
|
11580
12104
|
def list_vm_volume_attachments(id, opts = {})
|
|
11581
12105
|
data, _status_code, _headers = list_vm_volume_attachments_with_http_info(id, opts)
|
|
@@ -11589,7 +12113,7 @@ module TopologicalInventoryApiClient
|
|
|
11589
12113
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11590
12114
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11591
12115
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11592
|
-
# @option opts [
|
|
12116
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11593
12117
|
# @return [Array<(VolumeAttachmentsCollection, Integer, Hash)>] VolumeAttachmentsCollection data, response status code and response headers
|
|
11594
12118
|
def list_vm_volume_attachments_with_http_info(id, opts = {})
|
|
11595
12119
|
if @api_client.config.debugging
|
|
@@ -11666,7 +12190,7 @@ module TopologicalInventoryApiClient
|
|
|
11666
12190
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11667
12191
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11668
12192
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11669
|
-
# @option opts [
|
|
12193
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11670
12194
|
# @return [VolumesCollection]
|
|
11671
12195
|
def list_vm_volumes(id, opts = {})
|
|
11672
12196
|
data, _status_code, _headers = list_vm_volumes_with_http_info(id, opts)
|
|
@@ -11680,7 +12204,7 @@ module TopologicalInventoryApiClient
|
|
|
11680
12204
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11681
12205
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11682
12206
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11683
|
-
# @option opts [
|
|
12207
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11684
12208
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
11685
12209
|
def list_vm_volumes_with_http_info(id, opts = {})
|
|
11686
12210
|
if @api_client.config.debugging
|
|
@@ -11756,7 +12280,7 @@ module TopologicalInventoryApiClient
|
|
|
11756
12280
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11757
12281
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11758
12282
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11759
|
-
# @option opts [
|
|
12283
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11760
12284
|
# @return [VmsCollection]
|
|
11761
12285
|
def list_vms(opts = {})
|
|
11762
12286
|
data, _status_code, _headers = list_vms_with_http_info(opts)
|
|
@@ -11769,7 +12293,7 @@ module TopologicalInventoryApiClient
|
|
|
11769
12293
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11770
12294
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11771
12295
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11772
|
-
# @option opts [
|
|
12296
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11773
12297
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
11774
12298
|
def list_vms_with_http_info(opts = {})
|
|
11775
12299
|
if @api_client.config.debugging
|
|
@@ -11836,7 +12360,7 @@ module TopologicalInventoryApiClient
|
|
|
11836
12360
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11837
12361
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11838
12362
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11839
|
-
# @option opts [
|
|
12363
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11840
12364
|
# @return [VolumeAttachmentsCollection]
|
|
11841
12365
|
def list_volume_attachments(opts = {})
|
|
11842
12366
|
data, _status_code, _headers = list_volume_attachments_with_http_info(opts)
|
|
@@ -11849,7 +12373,7 @@ module TopologicalInventoryApiClient
|
|
|
11849
12373
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11850
12374
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11851
12375
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11852
|
-
# @option opts [
|
|
12376
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11853
12377
|
# @return [Array<(VolumeAttachmentsCollection, Integer, Hash)>] VolumeAttachmentsCollection data, response status code and response headers
|
|
11854
12378
|
def list_volume_attachments_with_http_info(opts = {})
|
|
11855
12379
|
if @api_client.config.debugging
|
|
@@ -11917,7 +12441,7 @@ module TopologicalInventoryApiClient
|
|
|
11917
12441
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
11918
12442
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
11919
12443
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11920
|
-
# @option opts [
|
|
12444
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11921
12445
|
# @return [VolumesCollection]
|
|
11922
12446
|
def list_volume_type_volumes(id, opts = {})
|
|
11923
12447
|
data, _status_code, _headers = list_volume_type_volumes_with_http_info(id, opts)
|
|
@@ -11931,7 +12455,7 @@ module TopologicalInventoryApiClient
|
|
|
11931
12455
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
11932
12456
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
11933
12457
|
# @option opts [Object] :filter Filter for querying collections.
|
|
11934
|
-
# @option opts [
|
|
12458
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
11935
12459
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
11936
12460
|
def list_volume_type_volumes_with_http_info(id, opts = {})
|
|
11937
12461
|
if @api_client.config.debugging
|
|
@@ -12007,7 +12531,7 @@ module TopologicalInventoryApiClient
|
|
|
12007
12531
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
12008
12532
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
12009
12533
|
# @option opts [Object] :filter Filter for querying collections.
|
|
12010
|
-
# @option opts [
|
|
12534
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
12011
12535
|
# @return [VolumeTypesCollection]
|
|
12012
12536
|
def list_volume_types(opts = {})
|
|
12013
12537
|
data, _status_code, _headers = list_volume_types_with_http_info(opts)
|
|
@@ -12020,7 +12544,7 @@ module TopologicalInventoryApiClient
|
|
|
12020
12544
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
12021
12545
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
12022
12546
|
# @option opts [Object] :filter Filter for querying collections.
|
|
12023
|
-
# @option opts [
|
|
12547
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
12024
12548
|
# @return [Array<(VolumeTypesCollection, Integer, Hash)>] VolumeTypesCollection data, response status code and response headers
|
|
12025
12549
|
def list_volume_types_with_http_info(opts = {})
|
|
12026
12550
|
if @api_client.config.debugging
|
|
@@ -12088,7 +12612,7 @@ module TopologicalInventoryApiClient
|
|
|
12088
12612
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
12089
12613
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
12090
12614
|
# @option opts [Object] :filter Filter for querying collections.
|
|
12091
|
-
# @option opts [
|
|
12615
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
12092
12616
|
# @return [VmsCollection]
|
|
12093
12617
|
def list_volume_vms(id, opts = {})
|
|
12094
12618
|
data, _status_code, _headers = list_volume_vms_with_http_info(id, opts)
|
|
@@ -12102,7 +12626,7 @@ module TopologicalInventoryApiClient
|
|
|
12102
12626
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
12103
12627
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
12104
12628
|
# @option opts [Object] :filter Filter for querying collections.
|
|
12105
|
-
# @option opts [
|
|
12629
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
12106
12630
|
# @return [Array<(VmsCollection, Integer, Hash)>] VmsCollection data, response status code and response headers
|
|
12107
12631
|
def list_volume_vms_with_http_info(id, opts = {})
|
|
12108
12632
|
if @api_client.config.debugging
|
|
@@ -12178,7 +12702,7 @@ module TopologicalInventoryApiClient
|
|
|
12178
12702
|
# @option opts [Integer] :limit The numbers of items to return per page. (default to 100)
|
|
12179
12703
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set. (default to 0)
|
|
12180
12704
|
# @option opts [Object] :filter Filter for querying collections.
|
|
12181
|
-
# @option opts [
|
|
12705
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
12182
12706
|
# @return [VolumesCollection]
|
|
12183
12707
|
def list_volumes(opts = {})
|
|
12184
12708
|
data, _status_code, _headers = list_volumes_with_http_info(opts)
|
|
@@ -12191,7 +12715,7 @@ module TopologicalInventoryApiClient
|
|
|
12191
12715
|
# @option opts [Integer] :limit The numbers of items to return per page.
|
|
12192
12716
|
# @option opts [Integer] :offset The number of items to skip before starting to collect the result set.
|
|
12193
12717
|
# @option opts [Object] :filter Filter for querying collections.
|
|
12194
|
-
# @option opts [
|
|
12718
|
+
# @option opts [Object] :sort_by The list of attribute and order to sort the result set by.
|
|
12195
12719
|
# @return [Array<(VolumesCollection, Integer, Hash)>] VolumesCollection data, response status code and response headers
|
|
12196
12720
|
def list_volumes_with_http_info(opts = {})
|
|
12197
12721
|
if @api_client.config.debugging
|
|
@@ -13538,6 +14062,140 @@ module TopologicalInventoryApiClient
|
|
|
13538
14062
|
return data, status_code, headers
|
|
13539
14063
|
end
|
|
13540
14064
|
|
|
14065
|
+
# Show an existing ServiceCredential
|
|
14066
|
+
# Returns a ServiceCredential object
|
|
14067
|
+
# @param id [String] ID of the resource
|
|
14068
|
+
# @param [Hash] opts the optional parameters
|
|
14069
|
+
# @return [ServiceCredential]
|
|
14070
|
+
def show_service_credential(id, opts = {})
|
|
14071
|
+
data, _status_code, _headers = show_service_credential_with_http_info(id, opts)
|
|
14072
|
+
data
|
|
14073
|
+
end
|
|
14074
|
+
|
|
14075
|
+
# Show an existing ServiceCredential
|
|
14076
|
+
# Returns a ServiceCredential object
|
|
14077
|
+
# @param id [String] ID of the resource
|
|
14078
|
+
# @param [Hash] opts the optional parameters
|
|
14079
|
+
# @return [Array<(ServiceCredential, Integer, Hash)>] ServiceCredential data, response status code and response headers
|
|
14080
|
+
def show_service_credential_with_http_info(id, opts = {})
|
|
14081
|
+
if @api_client.config.debugging
|
|
14082
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.show_service_credential ...'
|
|
14083
|
+
end
|
|
14084
|
+
# verify the required parameter 'id' is set
|
|
14085
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
14086
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.show_service_credential"
|
|
14087
|
+
end
|
|
14088
|
+
pattern = Regexp.new(/^\d+$/)
|
|
14089
|
+
if @api_client.config.client_side_validation && id !~ pattern
|
|
14090
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.show_service_credential, must conform to the pattern #{pattern}."
|
|
14091
|
+
end
|
|
14092
|
+
|
|
14093
|
+
# resource path
|
|
14094
|
+
local_var_path = '/service_credentials/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
14095
|
+
|
|
14096
|
+
# query parameters
|
|
14097
|
+
query_params = opts[:query_params] || {}
|
|
14098
|
+
|
|
14099
|
+
# header parameters
|
|
14100
|
+
header_params = opts[:header_params] || {}
|
|
14101
|
+
# HTTP header 'Accept' (if needed)
|
|
14102
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
14103
|
+
|
|
14104
|
+
# form parameters
|
|
14105
|
+
form_params = opts[:form_params] || {}
|
|
14106
|
+
|
|
14107
|
+
# http body (model)
|
|
14108
|
+
post_body = opts[:body]
|
|
14109
|
+
|
|
14110
|
+
# return_type
|
|
14111
|
+
return_type = opts[:return_type] || 'ServiceCredential'
|
|
14112
|
+
|
|
14113
|
+
# auth_names
|
|
14114
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
14115
|
+
|
|
14116
|
+
new_options = opts.merge(
|
|
14117
|
+
:header_params => header_params,
|
|
14118
|
+
:query_params => query_params,
|
|
14119
|
+
:form_params => form_params,
|
|
14120
|
+
:body => post_body,
|
|
14121
|
+
:auth_names => auth_names,
|
|
14122
|
+
:return_type => return_type
|
|
14123
|
+
)
|
|
14124
|
+
|
|
14125
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
14126
|
+
if @api_client.config.debugging
|
|
14127
|
+
@api_client.config.logger.debug "API called: DefaultApi#show_service_credential\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
14128
|
+
end
|
|
14129
|
+
return data, status_code, headers
|
|
14130
|
+
end
|
|
14131
|
+
|
|
14132
|
+
# Show an existing ServiceCredentialType
|
|
14133
|
+
# Returns a ServiceCredentialType object
|
|
14134
|
+
# @param id [String] ID of the resource
|
|
14135
|
+
# @param [Hash] opts the optional parameters
|
|
14136
|
+
# @return [ServiceCredentialType]
|
|
14137
|
+
def show_service_credential_type(id, opts = {})
|
|
14138
|
+
data, _status_code, _headers = show_service_credential_type_with_http_info(id, opts)
|
|
14139
|
+
data
|
|
14140
|
+
end
|
|
14141
|
+
|
|
14142
|
+
# Show an existing ServiceCredentialType
|
|
14143
|
+
# Returns a ServiceCredentialType object
|
|
14144
|
+
# @param id [String] ID of the resource
|
|
14145
|
+
# @param [Hash] opts the optional parameters
|
|
14146
|
+
# @return [Array<(ServiceCredentialType, Integer, Hash)>] ServiceCredentialType data, response status code and response headers
|
|
14147
|
+
def show_service_credential_type_with_http_info(id, opts = {})
|
|
14148
|
+
if @api_client.config.debugging
|
|
14149
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.show_service_credential_type ...'
|
|
14150
|
+
end
|
|
14151
|
+
# verify the required parameter 'id' is set
|
|
14152
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
14153
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.show_service_credential_type"
|
|
14154
|
+
end
|
|
14155
|
+
pattern = Regexp.new(/^\d+$/)
|
|
14156
|
+
if @api_client.config.client_side_validation && id !~ pattern
|
|
14157
|
+
fail ArgumentError, "invalid value for 'id' when calling DefaultApi.show_service_credential_type, must conform to the pattern #{pattern}."
|
|
14158
|
+
end
|
|
14159
|
+
|
|
14160
|
+
# resource path
|
|
14161
|
+
local_var_path = '/service_credential_types/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
14162
|
+
|
|
14163
|
+
# query parameters
|
|
14164
|
+
query_params = opts[:query_params] || {}
|
|
14165
|
+
|
|
14166
|
+
# header parameters
|
|
14167
|
+
header_params = opts[:header_params] || {}
|
|
14168
|
+
# HTTP header 'Accept' (if needed)
|
|
14169
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
14170
|
+
|
|
14171
|
+
# form parameters
|
|
14172
|
+
form_params = opts[:form_params] || {}
|
|
14173
|
+
|
|
14174
|
+
# http body (model)
|
|
14175
|
+
post_body = opts[:body]
|
|
14176
|
+
|
|
14177
|
+
# return_type
|
|
14178
|
+
return_type = opts[:return_type] || 'ServiceCredentialType'
|
|
14179
|
+
|
|
14180
|
+
# auth_names
|
|
14181
|
+
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
14182
|
+
|
|
14183
|
+
new_options = opts.merge(
|
|
14184
|
+
:header_params => header_params,
|
|
14185
|
+
:query_params => query_params,
|
|
14186
|
+
:form_params => form_params,
|
|
14187
|
+
:body => post_body,
|
|
14188
|
+
:auth_names => auth_names,
|
|
14189
|
+
:return_type => return_type
|
|
14190
|
+
)
|
|
14191
|
+
|
|
14192
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
14193
|
+
if @api_client.config.debugging
|
|
14194
|
+
@api_client.config.logger.debug "API called: DefaultApi#show_service_credential_type\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
14195
|
+
end
|
|
14196
|
+
return data, status_code, headers
|
|
14197
|
+
end
|
|
14198
|
+
|
|
13541
14199
|
# Show an existing ServiceInstance
|
|
13542
14200
|
# Returns a ServiceInstance object
|
|
13543
14201
|
# @param id [String] ID of the resource
|
|
@@ -14749,7 +15407,7 @@ module TopologicalInventoryApiClient
|
|
|
14749
15407
|
# @param id [String] ID of the resource
|
|
14750
15408
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14751
15409
|
# @param [Hash] opts the optional parameters
|
|
14752
|
-
# @return [Tag]
|
|
15410
|
+
# @return [Array<Tag>]
|
|
14753
15411
|
def tag_container_group(id, tag, opts = {})
|
|
14754
15412
|
data, _status_code, _headers = tag_container_group_with_http_info(id, tag, opts)
|
|
14755
15413
|
data
|
|
@@ -14760,7 +15418,7 @@ module TopologicalInventoryApiClient
|
|
|
14760
15418
|
# @param id [String] ID of the resource
|
|
14761
15419
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14762
15420
|
# @param [Hash] opts the optional parameters
|
|
14763
|
-
# @return [Array<(Tag
|
|
15421
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
14764
15422
|
def tag_container_group_with_http_info(id, tag, opts = {})
|
|
14765
15423
|
if @api_client.config.debugging
|
|
14766
15424
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_container_group ...'
|
|
@@ -14798,7 +15456,7 @@ module TopologicalInventoryApiClient
|
|
|
14798
15456
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
14799
15457
|
|
|
14800
15458
|
# return_type
|
|
14801
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15459
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
14802
15460
|
|
|
14803
15461
|
# auth_names
|
|
14804
15462
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -14824,7 +15482,7 @@ module TopologicalInventoryApiClient
|
|
|
14824
15482
|
# @param id [String] ID of the resource
|
|
14825
15483
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14826
15484
|
# @param [Hash] opts the optional parameters
|
|
14827
|
-
# @return [Tag]
|
|
15485
|
+
# @return [Array<Tag>]
|
|
14828
15486
|
def tag_container_image(id, tag, opts = {})
|
|
14829
15487
|
data, _status_code, _headers = tag_container_image_with_http_info(id, tag, opts)
|
|
14830
15488
|
data
|
|
@@ -14835,7 +15493,7 @@ module TopologicalInventoryApiClient
|
|
|
14835
15493
|
# @param id [String] ID of the resource
|
|
14836
15494
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14837
15495
|
# @param [Hash] opts the optional parameters
|
|
14838
|
-
# @return [Array<(Tag
|
|
15496
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
14839
15497
|
def tag_container_image_with_http_info(id, tag, opts = {})
|
|
14840
15498
|
if @api_client.config.debugging
|
|
14841
15499
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_container_image ...'
|
|
@@ -14873,7 +15531,7 @@ module TopologicalInventoryApiClient
|
|
|
14873
15531
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
14874
15532
|
|
|
14875
15533
|
# return_type
|
|
14876
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15534
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
14877
15535
|
|
|
14878
15536
|
# auth_names
|
|
14879
15537
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -14899,7 +15557,7 @@ module TopologicalInventoryApiClient
|
|
|
14899
15557
|
# @param id [String] ID of the resource
|
|
14900
15558
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14901
15559
|
# @param [Hash] opts the optional parameters
|
|
14902
|
-
# @return [Tag]
|
|
15560
|
+
# @return [Array<Tag>]
|
|
14903
15561
|
def tag_container_node(id, tag, opts = {})
|
|
14904
15562
|
data, _status_code, _headers = tag_container_node_with_http_info(id, tag, opts)
|
|
14905
15563
|
data
|
|
@@ -14910,7 +15568,7 @@ module TopologicalInventoryApiClient
|
|
|
14910
15568
|
# @param id [String] ID of the resource
|
|
14911
15569
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14912
15570
|
# @param [Hash] opts the optional parameters
|
|
14913
|
-
# @return [Array<(Tag
|
|
15571
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
14914
15572
|
def tag_container_node_with_http_info(id, tag, opts = {})
|
|
14915
15573
|
if @api_client.config.debugging
|
|
14916
15574
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_container_node ...'
|
|
@@ -14948,7 +15606,7 @@ module TopologicalInventoryApiClient
|
|
|
14948
15606
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
14949
15607
|
|
|
14950
15608
|
# return_type
|
|
14951
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15609
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
14952
15610
|
|
|
14953
15611
|
# auth_names
|
|
14954
15612
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -14974,7 +15632,7 @@ module TopologicalInventoryApiClient
|
|
|
14974
15632
|
# @param id [String] ID of the resource
|
|
14975
15633
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14976
15634
|
# @param [Hash] opts the optional parameters
|
|
14977
|
-
# @return [Tag]
|
|
15635
|
+
# @return [Array<Tag>]
|
|
14978
15636
|
def tag_container_project(id, tag, opts = {})
|
|
14979
15637
|
data, _status_code, _headers = tag_container_project_with_http_info(id, tag, opts)
|
|
14980
15638
|
data
|
|
@@ -14985,7 +15643,7 @@ module TopologicalInventoryApiClient
|
|
|
14985
15643
|
# @param id [String] ID of the resource
|
|
14986
15644
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
14987
15645
|
# @param [Hash] opts the optional parameters
|
|
14988
|
-
# @return [Array<(Tag
|
|
15646
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
14989
15647
|
def tag_container_project_with_http_info(id, tag, opts = {})
|
|
14990
15648
|
if @api_client.config.debugging
|
|
14991
15649
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_container_project ...'
|
|
@@ -15023,7 +15681,7 @@ module TopologicalInventoryApiClient
|
|
|
15023
15681
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15024
15682
|
|
|
15025
15683
|
# return_type
|
|
15026
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15684
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15027
15685
|
|
|
15028
15686
|
# auth_names
|
|
15029
15687
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15049,7 +15707,7 @@ module TopologicalInventoryApiClient
|
|
|
15049
15707
|
# @param id [String] ID of the resource
|
|
15050
15708
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15051
15709
|
# @param [Hash] opts the optional parameters
|
|
15052
|
-
# @return [Tag]
|
|
15710
|
+
# @return [Array<Tag>]
|
|
15053
15711
|
def tag_container_template(id, tag, opts = {})
|
|
15054
15712
|
data, _status_code, _headers = tag_container_template_with_http_info(id, tag, opts)
|
|
15055
15713
|
data
|
|
@@ -15060,7 +15718,7 @@ module TopologicalInventoryApiClient
|
|
|
15060
15718
|
# @param id [String] ID of the resource
|
|
15061
15719
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15062
15720
|
# @param [Hash] opts the optional parameters
|
|
15063
|
-
# @return [Array<(Tag
|
|
15721
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15064
15722
|
def tag_container_template_with_http_info(id, tag, opts = {})
|
|
15065
15723
|
if @api_client.config.debugging
|
|
15066
15724
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_container_template ...'
|
|
@@ -15098,7 +15756,7 @@ module TopologicalInventoryApiClient
|
|
|
15098
15756
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15099
15757
|
|
|
15100
15758
|
# return_type
|
|
15101
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15759
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15102
15760
|
|
|
15103
15761
|
# auth_names
|
|
15104
15762
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15124,7 +15782,7 @@ module TopologicalInventoryApiClient
|
|
|
15124
15782
|
# @param id [String] ID of the resource
|
|
15125
15783
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15126
15784
|
# @param [Hash] opts the optional parameters
|
|
15127
|
-
# @return [Tag]
|
|
15785
|
+
# @return [Array<Tag>]
|
|
15128
15786
|
def tag_ipaddress(id, tag, opts = {})
|
|
15129
15787
|
data, _status_code, _headers = tag_ipaddress_with_http_info(id, tag, opts)
|
|
15130
15788
|
data
|
|
@@ -15135,7 +15793,7 @@ module TopologicalInventoryApiClient
|
|
|
15135
15793
|
# @param id [String] ID of the resource
|
|
15136
15794
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15137
15795
|
# @param [Hash] opts the optional parameters
|
|
15138
|
-
# @return [Array<(Tag
|
|
15796
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15139
15797
|
def tag_ipaddress_with_http_info(id, tag, opts = {})
|
|
15140
15798
|
if @api_client.config.debugging
|
|
15141
15799
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_ipaddress ...'
|
|
@@ -15173,7 +15831,7 @@ module TopologicalInventoryApiClient
|
|
|
15173
15831
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15174
15832
|
|
|
15175
15833
|
# return_type
|
|
15176
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15834
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15177
15835
|
|
|
15178
15836
|
# auth_names
|
|
15179
15837
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15199,7 +15857,7 @@ module TopologicalInventoryApiClient
|
|
|
15199
15857
|
# @param id [String] ID of the resource
|
|
15200
15858
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15201
15859
|
# @param [Hash] opts the optional parameters
|
|
15202
|
-
# @return [Tag]
|
|
15860
|
+
# @return [Array<Tag>]
|
|
15203
15861
|
def tag_network(id, tag, opts = {})
|
|
15204
15862
|
data, _status_code, _headers = tag_network_with_http_info(id, tag, opts)
|
|
15205
15863
|
data
|
|
@@ -15210,7 +15868,7 @@ module TopologicalInventoryApiClient
|
|
|
15210
15868
|
# @param id [String] ID of the resource
|
|
15211
15869
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15212
15870
|
# @param [Hash] opts the optional parameters
|
|
15213
|
-
# @return [Array<(Tag
|
|
15871
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15214
15872
|
def tag_network_with_http_info(id, tag, opts = {})
|
|
15215
15873
|
if @api_client.config.debugging
|
|
15216
15874
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_network ...'
|
|
@@ -15248,7 +15906,7 @@ module TopologicalInventoryApiClient
|
|
|
15248
15906
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15249
15907
|
|
|
15250
15908
|
# return_type
|
|
15251
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15909
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15252
15910
|
|
|
15253
15911
|
# auth_names
|
|
15254
15912
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15274,7 +15932,7 @@ module TopologicalInventoryApiClient
|
|
|
15274
15932
|
# @param id [String] ID of the resource
|
|
15275
15933
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15276
15934
|
# @param [Hash] opts the optional parameters
|
|
15277
|
-
# @return [Tag]
|
|
15935
|
+
# @return [Array<Tag>]
|
|
15278
15936
|
def tag_network_adapter(id, tag, opts = {})
|
|
15279
15937
|
data, _status_code, _headers = tag_network_adapter_with_http_info(id, tag, opts)
|
|
15280
15938
|
data
|
|
@@ -15285,7 +15943,7 @@ module TopologicalInventoryApiClient
|
|
|
15285
15943
|
# @param id [String] ID of the resource
|
|
15286
15944
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15287
15945
|
# @param [Hash] opts the optional parameters
|
|
15288
|
-
# @return [Array<(Tag
|
|
15946
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15289
15947
|
def tag_network_adapter_with_http_info(id, tag, opts = {})
|
|
15290
15948
|
if @api_client.config.debugging
|
|
15291
15949
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_network_adapter ...'
|
|
@@ -15323,7 +15981,7 @@ module TopologicalInventoryApiClient
|
|
|
15323
15981
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15324
15982
|
|
|
15325
15983
|
# return_type
|
|
15326
|
-
return_type = opts[:return_type] || 'Tag'
|
|
15984
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15327
15985
|
|
|
15328
15986
|
# auth_names
|
|
15329
15987
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15349,7 +16007,7 @@ module TopologicalInventoryApiClient
|
|
|
15349
16007
|
# @param id [String] ID of the resource
|
|
15350
16008
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15351
16009
|
# @param [Hash] opts the optional parameters
|
|
15352
|
-
# @return [Tag]
|
|
16010
|
+
# @return [Array<Tag>]
|
|
15353
16011
|
def tag_security_group(id, tag, opts = {})
|
|
15354
16012
|
data, _status_code, _headers = tag_security_group_with_http_info(id, tag, opts)
|
|
15355
16013
|
data
|
|
@@ -15360,7 +16018,7 @@ module TopologicalInventoryApiClient
|
|
|
15360
16018
|
# @param id [String] ID of the resource
|
|
15361
16019
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15362
16020
|
# @param [Hash] opts the optional parameters
|
|
15363
|
-
# @return [Array<(Tag
|
|
16021
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15364
16022
|
def tag_security_group_with_http_info(id, tag, opts = {})
|
|
15365
16023
|
if @api_client.config.debugging
|
|
15366
16024
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_security_group ...'
|
|
@@ -15398,7 +16056,7 @@ module TopologicalInventoryApiClient
|
|
|
15398
16056
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15399
16057
|
|
|
15400
16058
|
# return_type
|
|
15401
|
-
return_type = opts[:return_type] || 'Tag'
|
|
16059
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15402
16060
|
|
|
15403
16061
|
# auth_names
|
|
15404
16062
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15424,7 +16082,7 @@ module TopologicalInventoryApiClient
|
|
|
15424
16082
|
# @param id [String] ID of the resource
|
|
15425
16083
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15426
16084
|
# @param [Hash] opts the optional parameters
|
|
15427
|
-
# @return [Tag]
|
|
16085
|
+
# @return [Array<Tag>]
|
|
15428
16086
|
def tag_service_inventory(id, tag, opts = {})
|
|
15429
16087
|
data, _status_code, _headers = tag_service_inventory_with_http_info(id, tag, opts)
|
|
15430
16088
|
data
|
|
@@ -15435,7 +16093,7 @@ module TopologicalInventoryApiClient
|
|
|
15435
16093
|
# @param id [String] ID of the resource
|
|
15436
16094
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15437
16095
|
# @param [Hash] opts the optional parameters
|
|
15438
|
-
# @return [Array<(Tag
|
|
16096
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15439
16097
|
def tag_service_inventory_with_http_info(id, tag, opts = {})
|
|
15440
16098
|
if @api_client.config.debugging
|
|
15441
16099
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_service_inventory ...'
|
|
@@ -15473,7 +16131,7 @@ module TopologicalInventoryApiClient
|
|
|
15473
16131
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15474
16132
|
|
|
15475
16133
|
# return_type
|
|
15476
|
-
return_type = opts[:return_type] || 'Tag'
|
|
16134
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15477
16135
|
|
|
15478
16136
|
# auth_names
|
|
15479
16137
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15499,7 +16157,7 @@ module TopologicalInventoryApiClient
|
|
|
15499
16157
|
# @param id [String] ID of the resource
|
|
15500
16158
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15501
16159
|
# @param [Hash] opts the optional parameters
|
|
15502
|
-
# @return [Tag]
|
|
16160
|
+
# @return [Array<Tag>]
|
|
15503
16161
|
def tag_service_offering(id, tag, opts = {})
|
|
15504
16162
|
data, _status_code, _headers = tag_service_offering_with_http_info(id, tag, opts)
|
|
15505
16163
|
data
|
|
@@ -15510,7 +16168,7 @@ module TopologicalInventoryApiClient
|
|
|
15510
16168
|
# @param id [String] ID of the resource
|
|
15511
16169
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15512
16170
|
# @param [Hash] opts the optional parameters
|
|
15513
|
-
# @return [Array<(Tag
|
|
16171
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15514
16172
|
def tag_service_offering_with_http_info(id, tag, opts = {})
|
|
15515
16173
|
if @api_client.config.debugging
|
|
15516
16174
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_service_offering ...'
|
|
@@ -15548,7 +16206,7 @@ module TopologicalInventoryApiClient
|
|
|
15548
16206
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15549
16207
|
|
|
15550
16208
|
# return_type
|
|
15551
|
-
return_type = opts[:return_type] || 'Tag'
|
|
16209
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15552
16210
|
|
|
15553
16211
|
# auth_names
|
|
15554
16212
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15574,7 +16232,7 @@ module TopologicalInventoryApiClient
|
|
|
15574
16232
|
# @param id [String] ID of the resource
|
|
15575
16233
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15576
16234
|
# @param [Hash] opts the optional parameters
|
|
15577
|
-
# @return [Tag]
|
|
16235
|
+
# @return [Array<Tag>]
|
|
15578
16236
|
def tag_subnet(id, tag, opts = {})
|
|
15579
16237
|
data, _status_code, _headers = tag_subnet_with_http_info(id, tag, opts)
|
|
15580
16238
|
data
|
|
@@ -15585,7 +16243,7 @@ module TopologicalInventoryApiClient
|
|
|
15585
16243
|
# @param id [String] ID of the resource
|
|
15586
16244
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15587
16245
|
# @param [Hash] opts the optional parameters
|
|
15588
|
-
# @return [Array<(Tag
|
|
16246
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15589
16247
|
def tag_subnet_with_http_info(id, tag, opts = {})
|
|
15590
16248
|
if @api_client.config.debugging
|
|
15591
16249
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_subnet ...'
|
|
@@ -15623,7 +16281,7 @@ module TopologicalInventoryApiClient
|
|
|
15623
16281
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15624
16282
|
|
|
15625
16283
|
# return_type
|
|
15626
|
-
return_type = opts[:return_type] || 'Tag'
|
|
16284
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15627
16285
|
|
|
15628
16286
|
# auth_names
|
|
15629
16287
|
auth_names = opts[:auth_names] || ['UserSecurity']
|
|
@@ -15649,7 +16307,7 @@ module TopologicalInventoryApiClient
|
|
|
15649
16307
|
# @param id [String] ID of the resource
|
|
15650
16308
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15651
16309
|
# @param [Hash] opts the optional parameters
|
|
15652
|
-
# @return [Tag]
|
|
16310
|
+
# @return [Array<Tag>]
|
|
15653
16311
|
def tag_vm(id, tag, opts = {})
|
|
15654
16312
|
data, _status_code, _headers = tag_vm_with_http_info(id, tag, opts)
|
|
15655
16313
|
data
|
|
@@ -15660,7 +16318,7 @@ module TopologicalInventoryApiClient
|
|
|
15660
16318
|
# @param id [String] ID of the resource
|
|
15661
16319
|
# @param tag [Array<Tag>] Tag attributes to add
|
|
15662
16320
|
# @param [Hash] opts the optional parameters
|
|
15663
|
-
# @return [Array<(Tag
|
|
16321
|
+
# @return [Array<(Array<Tag>, Integer, Hash)>] Array<Tag> data, response status code and response headers
|
|
15664
16322
|
def tag_vm_with_http_info(id, tag, opts = {})
|
|
15665
16323
|
if @api_client.config.debugging
|
|
15666
16324
|
@api_client.config.logger.debug 'Calling API: DefaultApi.tag_vm ...'
|
|
@@ -15698,7 +16356,7 @@ module TopologicalInventoryApiClient
|
|
|
15698
16356
|
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
15699
16357
|
|
|
15700
16358
|
# return_type
|
|
15701
|
-
return_type = opts[:return_type] || 'Tag'
|
|
16359
|
+
return_type = opts[:return_type] || 'Array<Tag>'
|
|
15702
16360
|
|
|
15703
16361
|
# auth_names
|
|
15704
16362
|
auth_names = opts[:auth_names] || ['UserSecurity']
|