autosde_openapi_client 1.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AbstractCapabilityApi.md +8 -8
  4. data/docs/AccountApi.md +8 -8
  5. data/docs/AddressApi.md +8 -8
  6. data/docs/AsyncResponse.md +20 -0
  7. data/docs/AutoSDEProjectApi.md +8 -8
  8. data/docs/AutoSDERoleApi.md +8 -8
  9. data/docs/CapabilityTranslationApi.md +8 -8
  10. data/docs/EventApi.md +8 -8
  11. data/docs/HostApi.md +8 -8
  12. data/docs/HostClusterApi.md +8 -8
  13. data/docs/HostClusterMembershipApi.md +8 -8
  14. data/docs/HostClusterVolumeMappingApi.md +8 -8
  15. data/docs/HostVolumeConnectionApi.md +8 -8
  16. data/docs/JobApi.md +8 -8
  17. data/docs/NativeCapabilityApi.md +8 -8
  18. data/docs/ProfileApi.md +8 -8
  19. data/docs/ProvisioningStrategyApi.md +8 -8
  20. data/docs/ServiceApi.md +8 -8
  21. data/docs/ServiceResourceAttachmentApi.md +40 -40
  22. data/docs/SnapshotApi.md +8 -8
  23. data/docs/StorageHostApi.md +12 -12
  24. data/docs/StorageHostsMappingApi.md +8 -8
  25. data/docs/StorageResourceApi.md +12 -12
  26. data/docs/StorageSystemApi.md +12 -12
  27. data/docs/SystemTypeApi.md +8 -8
  28. data/docs/UserApi.md +8 -8
  29. data/docs/VolumeApi.md +12 -12
  30. data/docs/VolumeSafeDeleteApi.md +8 -8
  31. data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
  32. data/lib/autosde_openapi_client/api/account_api.rb +6 -6
  33. data/lib/autosde_openapi_client/api/address_api.rb +6 -6
  34. data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
  35. data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
  36. data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
  37. data/lib/autosde_openapi_client/api/event_api.rb +6 -6
  38. data/lib/autosde_openapi_client/api/host_api.rb +6 -6
  39. data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
  40. data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +6 -6
  41. data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
  42. data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +6 -6
  43. data/lib/autosde_openapi_client/api/job_api.rb +6 -6
  44. data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
  45. data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
  46. data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
  47. data/lib/autosde_openapi_client/api/service_api.rb +6 -6
  48. data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +37 -37
  49. data/lib/autosde_openapi_client/api/snapshot_api.rb +6 -6
  50. data/lib/autosde_openapi_client/api/storage_host_api.rb +9 -9
  51. data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +6 -6
  52. data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
  53. data/lib/autosde_openapi_client/api/storage_system_api.rb +9 -9
  54. data/lib/autosde_openapi_client/api/system_type_api.rb +6 -6
  55. data/lib/autosde_openapi_client/api/user_api.rb +6 -6
  56. data/lib/autosde_openapi_client/api/volume_api.rb +9 -9
  57. data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
  58. data/lib/autosde_openapi_client/models/async_response.rb +230 -0
  59. data/lib/autosde_openapi_client/version.rb +2 -2
  60. data/lib/autosde_openapi_client.rb +1 -0
  61. data/spec/api/abstract_capability_api_spec.rb +2 -2
  62. data/spec/api/account_api_spec.rb +2 -2
  63. data/spec/api/address_api_spec.rb +2 -2
  64. data/spec/api/auto_sde_project_api_spec.rb +2 -2
  65. data/spec/api/auto_sde_role_api_spec.rb +2 -2
  66. data/spec/api/capability_translation_api_spec.rb +2 -2
  67. data/spec/api/event_api_spec.rb +2 -2
  68. data/spec/api/host_api_spec.rb +2 -2
  69. data/spec/api/host_cluster_api_spec.rb +2 -2
  70. data/spec/api/host_cluster_membership_api_spec.rb +2 -2
  71. data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
  72. data/spec/api/host_volume_connection_api_spec.rb +2 -2
  73. data/spec/api/job_api_spec.rb +2 -2
  74. data/spec/api/native_capability_api_spec.rb +2 -2
  75. data/spec/api/profile_api_spec.rb +2 -2
  76. data/spec/api/provisioning_strategy_api_spec.rb +2 -2
  77. data/spec/api/service_api_spec.rb +2 -2
  78. data/spec/api/service_resource_attachment_api_spec.rb +10 -10
  79. data/spec/api/snapshot_api_spec.rb +2 -2
  80. data/spec/api/storage_host_api_spec.rb +3 -3
  81. data/spec/api/storage_hosts_mapping_api_spec.rb +2 -2
  82. data/spec/api/storage_resource_api_spec.rb +3 -3
  83. data/spec/api/storage_system_api_spec.rb +3 -3
  84. data/spec/api/system_type_api_spec.rb +2 -2
  85. data/spec/api/user_api_spec.rb +2 -2
  86. data/spec/api/volume_api_spec.rb +3 -3
  87. data/spec/api/volume_safe_delete_api_spec.rb +2 -2
  88. data/spec/models/async_response_spec.rb +40 -0
  89. metadata +82 -78
@@ -21,19 +21,19 @@ module AutosdeOpenapiClient
21
21
  end
22
22
  # @param [Hash] opts the optional parameters
23
23
  # @return [Array<ServiceResourceAttachment>]
24
- def service_resource_attchment_get(opts = {})
25
- data, _status_code, _headers = service_resource_attchment_get_with_http_info(opts)
24
+ def service_resource_attachment_get(opts = {})
25
+ data, _status_code, _headers = service_resource_attachment_get_with_http_info(opts)
26
26
  data
27
27
  end
28
28
 
29
29
  # @param [Hash] opts the optional parameters
30
30
  # @return [Array<(Array<ServiceResourceAttachment>, Integer, Hash)>] Array<ServiceResourceAttachment> data, response status code and response headers
31
- def service_resource_attchment_get_with_http_info(opts = {})
31
+ def service_resource_attachment_get_with_http_info(opts = {})
32
32
  if @api_client.config.debugging
33
- @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attchment_get ...'
33
+ @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attachment_get ...'
34
34
  end
35
35
  # resource path
36
- local_var_path = '/service-resource-attchment'
36
+ local_var_path = '/service-resource-attachment'
37
37
 
38
38
  # query parameters
39
39
  query_params = opts[:query_params] || {}
@@ -56,7 +56,7 @@ module AutosdeOpenapiClient
56
56
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
57
57
 
58
58
  new_options = opts.merge(
59
- :operation => :"ServiceResourceAttachmentApi.service_resource_attchment_get",
59
+ :operation => :"ServiceResourceAttachmentApi.service_resource_attachment_get",
60
60
  :header_params => header_params,
61
61
  :query_params => query_params,
62
62
  :form_params => form_params,
@@ -67,32 +67,32 @@ module AutosdeOpenapiClient
67
67
 
68
68
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
69
69
  if @api_client.config.debugging
70
- @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attchment_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
70
+ @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attachment_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
71
71
  end
72
72
  return data, status_code, headers
73
73
  end
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<ServiceResourceAttachment>]
78
- def service_resource_attchment_pk_delete(pk, opts = {})
79
- data, _status_code, _headers = service_resource_attchment_pk_delete_with_http_info(pk, opts)
77
+ # @return [AsyncResponse]
78
+ def service_resource_attachment_pk_delete(pk, opts = {})
79
+ data, _status_code, _headers = service_resource_attachment_pk_delete_with_http_info(pk, opts)
80
80
  data
81
81
  end
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<ServiceResourceAttachment>, Integer, Hash)>] Array<ServiceResourceAttachment> data, response status code and response headers
86
- def service_resource_attchment_pk_delete_with_http_info(pk, opts = {})
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
+ def service_resource_attachment_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
- @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attchment_pk_delete ...'
88
+ @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attachment_pk_delete ...'
89
89
  end
90
90
  # verify the required parameter 'pk' is set
91
91
  if @api_client.config.client_side_validation && pk.nil?
92
- fail ArgumentError, "Missing the required parameter 'pk' when calling ServiceResourceAttachmentApi.service_resource_attchment_pk_delete"
92
+ fail ArgumentError, "Missing the required parameter 'pk' when calling ServiceResourceAttachmentApi.service_resource_attachment_pk_delete"
93
93
  end
94
94
  # resource path
95
- local_var_path = '/service-resource-attchment/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
95
+ local_var_path = '/service-resource-attachment/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
96
96
 
97
97
  # query parameters
98
98
  query_params = opts[:query_params] || {}
@@ -109,13 +109,13 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<ServiceResourceAttachment>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
116
116
 
117
117
  new_options = opts.merge(
118
- :operation => :"ServiceResourceAttachmentApi.service_resource_attchment_pk_delete",
118
+ :operation => :"ServiceResourceAttachmentApi.service_resource_attachment_pk_delete",
119
119
  :header_params => header_params,
120
120
  :query_params => query_params,
121
121
  :form_params => form_params,
@@ -126,32 +126,32 @@ module AutosdeOpenapiClient
126
126
 
127
127
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
128
128
  if @api_client.config.debugging
129
- @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attchment_pk_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
129
+ @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attachment_pk_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
130
130
  end
131
131
  return data, status_code, headers
132
132
  end
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<ServiceResourceAttachment>]
137
- def service_resource_attchment_pk_get(pk, opts = {})
138
- data, _status_code, _headers = service_resource_attchment_pk_get_with_http_info(pk, opts)
136
+ # @return [ServiceResourceAttachment]
137
+ def service_resource_attachment_pk_get(pk, opts = {})
138
+ data, _status_code, _headers = service_resource_attachment_pk_get_with_http_info(pk, opts)
139
139
  data
140
140
  end
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<ServiceResourceAttachment>, Integer, Hash)>] Array<ServiceResourceAttachment> data, response status code and response headers
145
- def service_resource_attchment_pk_get_with_http_info(pk, opts = {})
144
+ # @return [Array<(ServiceResourceAttachment, Integer, Hash)>] ServiceResourceAttachment data, response status code and response headers
145
+ def service_resource_attachment_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
- @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attchment_pk_get ...'
147
+ @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attachment_pk_get ...'
148
148
  end
149
149
  # verify the required parameter 'pk' is set
150
150
  if @api_client.config.client_side_validation && pk.nil?
151
- fail ArgumentError, "Missing the required parameter 'pk' when calling ServiceResourceAttachmentApi.service_resource_attchment_pk_get"
151
+ fail ArgumentError, "Missing the required parameter 'pk' when calling ServiceResourceAttachmentApi.service_resource_attachment_pk_get"
152
152
  end
153
153
  # resource path
154
- local_var_path = '/service-resource-attchment/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
154
+ local_var_path = '/service-resource-attachment/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
155
155
 
156
156
  # query parameters
157
157
  query_params = opts[:query_params] || {}
@@ -168,13 +168,13 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<ServiceResourceAttachment>'
171
+ return_type = opts[:debug_return_type] || 'ServiceResourceAttachment'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
175
175
 
176
176
  new_options = opts.merge(
177
- :operation => :"ServiceResourceAttachmentApi.service_resource_attchment_pk_get",
177
+ :operation => :"ServiceResourceAttachmentApi.service_resource_attachment_pk_get",
178
178
  :header_params => header_params,
179
179
  :query_params => query_params,
180
180
  :form_params => form_params,
@@ -185,7 +185,7 @@ module AutosdeOpenapiClient
185
185
 
186
186
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
187
187
  if @api_client.config.debugging
188
- @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attchment_pk_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
188
+ @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attachment_pk_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
189
189
  end
190
190
  return data, status_code, headers
191
191
  end
@@ -193,24 +193,24 @@ module AutosdeOpenapiClient
193
193
  # @param service_resource_attachment [ServiceResourceAttachment]
194
194
  # @param [Hash] opts the optional parameters
195
195
  # @return [ServiceResourceAttachment]
196
- def service_resource_attchment_post(service_resource_attachment, opts = {})
197
- data, _status_code, _headers = service_resource_attchment_post_with_http_info(service_resource_attachment, opts)
196
+ def service_resource_attachment_post(service_resource_attachment, opts = {})
197
+ data, _status_code, _headers = service_resource_attachment_post_with_http_info(service_resource_attachment, opts)
198
198
  data
199
199
  end
200
200
 
201
201
  # @param service_resource_attachment [ServiceResourceAttachment]
202
202
  # @param [Hash] opts the optional parameters
203
203
  # @return [Array<(ServiceResourceAttachment, Integer, Hash)>] ServiceResourceAttachment data, response status code and response headers
204
- def service_resource_attchment_post_with_http_info(service_resource_attachment, opts = {})
204
+ def service_resource_attachment_post_with_http_info(service_resource_attachment, opts = {})
205
205
  if @api_client.config.debugging
206
- @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attchment_post ...'
206
+ @api_client.config.logger.debug 'Calling API: ServiceResourceAttachmentApi.service_resource_attachment_post ...'
207
207
  end
208
208
  # verify the required parameter 'service_resource_attachment' is set
209
209
  if @api_client.config.client_side_validation && service_resource_attachment.nil?
210
- fail ArgumentError, "Missing the required parameter 'service_resource_attachment' when calling ServiceResourceAttachmentApi.service_resource_attchment_post"
210
+ fail ArgumentError, "Missing the required parameter 'service_resource_attachment' when calling ServiceResourceAttachmentApi.service_resource_attachment_post"
211
211
  end
212
212
  # resource path
213
- local_var_path = '/service-resource-attchment'
213
+ local_var_path = '/service-resource-attachment'
214
214
 
215
215
  # query parameters
216
216
  query_params = opts[:query_params] || {}
@@ -235,7 +235,7 @@ module AutosdeOpenapiClient
235
235
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
236
236
 
237
237
  new_options = opts.merge(
238
- :operation => :"ServiceResourceAttachmentApi.service_resource_attchment_post",
238
+ :operation => :"ServiceResourceAttachmentApi.service_resource_attachment_post",
239
239
  :header_params => header_params,
240
240
  :query_params => query_params,
241
241
  :form_params => form_params,
@@ -246,7 +246,7 @@ module AutosdeOpenapiClient
246
246
 
247
247
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
248
248
  if @api_client.config.debugging
249
- @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attchment_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
249
+ @api_client.config.logger.debug "API called: ServiceResourceAttachmentApi#service_resource_attachment_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
250
250
  end
251
251
  return data, status_code, headers
252
252
  end
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<Snapshot>]
77
+ # @return [AsyncResponse]
78
78
  def snapshots_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = snapshots_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<Snapshot>, Integer, Hash)>] Array<Snapshot> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def snapshots_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: SnapshotApi.snapshots_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<Snapshot>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<Snapshot>]
136
+ # @return [Snapshot]
137
137
  def snapshots_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = snapshots_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<Snapshot>, Integer, Hash)>] Array<Snapshot> data, response status code and response headers
144
+ # @return [Array<(Snapshot, Integer, Hash)>] Snapshot data, response status code and response headers
145
145
  def snapshots_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: SnapshotApi.snapshots_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<Snapshot>'
171
+ return_type = opts[:debug_return_type] || 'Snapshot'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<StorageHost>]
77
+ # @return [AsyncResponse]
78
78
  def storage_hosts_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = storage_hosts_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<StorageHost>, Integer, Hash)>] Array<StorageHost> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def storage_hosts_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: StorageHostApi.storage_hosts_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<StorageHost>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<StorageHost>]
136
+ # @return [StorageHost]
137
137
  def storage_hosts_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = storage_hosts_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<StorageHost>, Integer, Hash)>] Array<StorageHost> data, response status code and response headers
144
+ # @return [Array<(StorageHost, Integer, Hash)>] StorageHost data, response status code and response headers
145
145
  def storage_hosts_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: StorageHostApi.storage_hosts_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<StorageHost>'
171
+ return_type = opts[:debug_return_type] || 'StorageHost'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -193,7 +193,7 @@ module AutosdeOpenapiClient
193
193
  # @param pk [Integer]
194
194
  # @param storage_host_update [StorageHostUpdate]
195
195
  # @param [Hash] opts the optional parameters
196
- # @return [StorageHost]
196
+ # @return [AsyncResponse]
197
197
  def storage_hosts_pk_put(pk, storage_host_update, opts = {})
198
198
  data, _status_code, _headers = storage_hosts_pk_put_with_http_info(pk, storage_host_update, opts)
199
199
  data
@@ -202,7 +202,7 @@ module AutosdeOpenapiClient
202
202
  # @param pk [Integer]
203
203
  # @param storage_host_update [StorageHostUpdate]
204
204
  # @param [Hash] opts the optional parameters
205
- # @return [Array<(StorageHost, Integer, Hash)>] StorageHost data, response status code and response headers
205
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
206
206
  def storage_hosts_pk_put_with_http_info(pk, storage_host_update, opts = {})
207
207
  if @api_client.config.debugging
208
208
  @api_client.config.logger.debug 'Calling API: StorageHostApi.storage_hosts_pk_put ...'
@@ -235,7 +235,7 @@ module AutosdeOpenapiClient
235
235
  post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_host_update)
236
236
 
237
237
  # return_type
238
- return_type = opts[:debug_return_type] || 'StorageHost'
238
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
239
239
 
240
240
  # auth_names
241
241
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<StorageHostsMappingResponse>]
77
+ # @return [AsyncResponse]
78
78
  def storage_hosts_mapping_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = storage_hosts_mapping_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<StorageHostsMappingResponse>, Integer, Hash)>] Array<StorageHostsMappingResponse> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def storage_hosts_mapping_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: StorageHostsMappingApi.storage_hosts_mapping_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<StorageHostsMappingResponse>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<StorageHostsMappingResponse>]
136
+ # @return [StorageHostsMappingResponse]
137
137
  def storage_hosts_mapping_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = storage_hosts_mapping_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<StorageHostsMappingResponse>, Integer, Hash)>] Array<StorageHostsMappingResponse> data, response status code and response headers
144
+ # @return [Array<(StorageHostsMappingResponse, Integer, Hash)>] StorageHostsMappingResponse data, response status code and response headers
145
145
  def storage_hosts_mapping_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: StorageHostsMappingApi.storage_hosts_mapping_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<StorageHostsMappingResponse>'
171
+ return_type = opts[:debug_return_type] || 'StorageHostsMappingResponse'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<StorageResourceResponse>]
77
+ # @return [AsyncResponse]
78
78
  def storage_resources_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = storage_resources_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<StorageResourceResponse>, Integer, Hash)>] Array<StorageResourceResponse> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def storage_resources_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: StorageResourceApi.storage_resources_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<StorageResourceResponse>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<StorageResourceResponse>]
136
+ # @return [StorageResourceResponse]
137
137
  def storage_resources_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = storage_resources_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<StorageResourceResponse>, Integer, Hash)>] Array<StorageResourceResponse> data, response status code and response headers
144
+ # @return [Array<(StorageResourceResponse, Integer, Hash)>] StorageResourceResponse data, response status code and response headers
145
145
  def storage_resources_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: StorageResourceApi.storage_resources_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<StorageResourceResponse>'
171
+ return_type = opts[:debug_return_type] || 'StorageResourceResponse'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -193,7 +193,7 @@ module AutosdeOpenapiClient
193
193
  # @param pk [Integer]
194
194
  # @param storage_resource_create [StorageResourceCreate]
195
195
  # @param [Hash] opts the optional parameters
196
- # @return [StorageResourceResponse]
196
+ # @return [AsyncResponse]
197
197
  def storage_resources_pk_put(pk, storage_resource_create, opts = {})
198
198
  data, _status_code, _headers = storage_resources_pk_put_with_http_info(pk, storage_resource_create, opts)
199
199
  data
@@ -202,7 +202,7 @@ module AutosdeOpenapiClient
202
202
  # @param pk [Integer]
203
203
  # @param storage_resource_create [StorageResourceCreate]
204
204
  # @param [Hash] opts the optional parameters
205
- # @return [Array<(StorageResourceResponse, Integer, Hash)>] StorageResourceResponse data, response status code and response headers
205
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
206
206
  def storage_resources_pk_put_with_http_info(pk, storage_resource_create, opts = {})
207
207
  if @api_client.config.debugging
208
208
  @api_client.config.logger.debug 'Calling API: StorageResourceApi.storage_resources_pk_put ...'
@@ -235,7 +235,7 @@ module AutosdeOpenapiClient
235
235
  post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_resource_create)
236
236
 
237
237
  # return_type
238
- return_type = opts[:debug_return_type] || 'StorageResourceResponse'
238
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
239
239
 
240
240
  # auth_names
241
241
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<StorageSystem>]
77
+ # @return [AsyncResponse]
78
78
  def storage_systems_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = storage_systems_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<StorageSystem>, Integer, Hash)>] Array<StorageSystem> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def storage_systems_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: StorageSystemApi.storage_systems_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<StorageSystem>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<StorageSystem>]
136
+ # @return [StorageSystem]
137
137
  def storage_systems_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = storage_systems_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<StorageSystem>, Integer, Hash)>] Array<StorageSystem> data, response status code and response headers
144
+ # @return [Array<(StorageSystem, Integer, Hash)>] StorageSystem data, response status code and response headers
145
145
  def storage_systems_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: StorageSystemApi.storage_systems_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<StorageSystem>'
171
+ return_type = opts[:debug_return_type] || 'StorageSystem'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -193,7 +193,7 @@ module AutosdeOpenapiClient
193
193
  # @param pk [Integer]
194
194
  # @param storage_system_update [StorageSystemUpdate]
195
195
  # @param [Hash] opts the optional parameters
196
- # @return [StorageSystem]
196
+ # @return [AsyncResponse]
197
197
  def storage_systems_pk_put(pk, storage_system_update, opts = {})
198
198
  data, _status_code, _headers = storage_systems_pk_put_with_http_info(pk, storage_system_update, opts)
199
199
  data
@@ -202,7 +202,7 @@ module AutosdeOpenapiClient
202
202
  # @param pk [Integer]
203
203
  # @param storage_system_update [StorageSystemUpdate]
204
204
  # @param [Hash] opts the optional parameters
205
- # @return [Array<(StorageSystem, Integer, Hash)>] StorageSystem data, response status code and response headers
205
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
206
206
  def storage_systems_pk_put_with_http_info(pk, storage_system_update, opts = {})
207
207
  if @api_client.config.debugging
208
208
  @api_client.config.logger.debug 'Calling API: StorageSystemApi.storage_systems_pk_put ...'
@@ -235,7 +235,7 @@ module AutosdeOpenapiClient
235
235
  post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_system_update)
236
236
 
237
237
  # return_type
238
- return_type = opts[:debug_return_type] || 'StorageSystem'
238
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
239
239
 
240
240
  # auth_names
241
241
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<SystemType>]
77
+ # @return [AsyncResponse]
78
78
  def system_types_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = system_types_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<SystemType>, Integer, Hash)>] Array<SystemType> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def system_types_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: SystemTypeApi.system_types_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<SystemType>'
112
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<SystemType>]
136
+ # @return [SystemType]
137
137
  def system_types_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = system_types_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<SystemType>, Integer, Hash)>] Array<SystemType> data, response status code and response headers
144
+ # @return [Array<(SystemType, Integer, Hash)>] SystemType data, response status code and response headers
145
145
  def system_types_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: SystemTypeApi.system_types_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<SystemType>'
171
+ return_type = opts[:debug_return_type] || 'SystemType'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<User>]
77
+ # @return [User]
78
78
  def autosde_users_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = autosde_users_pk_delete_with_http_info(pk, opts)
80
80
  data
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
82
82
 
83
83
  # @param pk [Integer]
84
84
  # @param [Hash] opts the optional parameters
85
- # @return [Array<(Array<User>, Integer, Hash)>] Array<User> data, response status code and response headers
85
+ # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
86
86
  def autosde_users_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: UserApi.autosde_users_pk_delete ...'
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
109
109
  post_body = opts[:debug_body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:debug_return_type] || 'Array<User>'
112
+ return_type = opts[:debug_return_type] || 'User'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
133
133
 
134
134
  # @param pk [Integer]
135
135
  # @param [Hash] opts the optional parameters
136
- # @return [Array<UserCreate>]
136
+ # @return [UserCreate]
137
137
  def autosde_users_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = autosde_users_pk_get_with_http_info(pk, opts)
139
139
  data
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
141
141
 
142
142
  # @param pk [Integer]
143
143
  # @param [Hash] opts the optional parameters
144
- # @return [Array<(Array<UserCreate>, Integer, Hash)>] Array<UserCreate> data, response status code and response headers
144
+ # @return [Array<(UserCreate, Integer, Hash)>] UserCreate data, response status code and response headers
145
145
  def autosde_users_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: UserApi.autosde_users_pk_get ...'
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
168
168
  post_body = opts[:debug_body]
169
169
 
170
170
  # return_type
171
- return_type = opts[:debug_return_type] || 'Array<UserCreate>'
171
+ return_type = opts[:debug_return_type] || 'UserCreate'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']