autosde_openapi_client 1.2.2 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/docs/AbstractCapabilityApi.md +8 -8
  4. data/docs/AccountApi.md +8 -8
  5. data/docs/AddressApi.md +12 -12
  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 +12 -12
  11. data/docs/HostApi.md +12 -12
  12. data/docs/HostClusterApi.md +8 -8
  13. data/docs/HostClusterMembershipApi.md +12 -12
  14. data/docs/HostClusterVolumeMappingApi.md +8 -8
  15. data/docs/HostVolumeConnectionApi.md +12 -12
  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 +12 -12
  21. data/docs/ServiceResourceAttachmentApi.md +12 -12
  22. data/docs/SnapshotApi.md +12 -12
  23. data/docs/StorageHostApi.md +16 -16
  24. data/docs/StorageHostsMappingApi.md +12 -12
  25. data/docs/StorageResourceApi.md +16 -16
  26. data/docs/StorageResourceUpdate.md +20 -0
  27. data/docs/StorageSystemApi.md +16 -16
  28. data/docs/SystemTypeApi.md +12 -12
  29. data/docs/UserApi.md +8 -8
  30. data/docs/VolumeApi.md +16 -16
  31. data/docs/VolumeSafeDeleteApi.md +8 -8
  32. data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
  33. data/lib/autosde_openapi_client/api/account_api.rb +6 -6
  34. data/lib/autosde_openapi_client/api/address_api.rb +9 -9
  35. data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
  36. data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
  37. data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
  38. data/lib/autosde_openapi_client/api/event_api.rb +9 -9
  39. data/lib/autosde_openapi_client/api/host_api.rb +9 -9
  40. data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
  41. data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +9 -9
  42. data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
  43. data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +9 -9
  44. data/lib/autosde_openapi_client/api/job_api.rb +6 -6
  45. data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
  46. data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
  47. data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
  48. data/lib/autosde_openapi_client/api/service_api.rb +9 -9
  49. data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +9 -9
  50. data/lib/autosde_openapi_client/api/snapshot_api.rb +9 -9
  51. data/lib/autosde_openapi_client/api/storage_host_api.rb +12 -12
  52. data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +9 -9
  53. data/lib/autosde_openapi_client/api/storage_resource_api.rb +18 -18
  54. data/lib/autosde_openapi_client/api/storage_system_api.rb +12 -12
  55. data/lib/autosde_openapi_client/api/system_type_api.rb +9 -9
  56. data/lib/autosde_openapi_client/api/user_api.rb +6 -6
  57. data/lib/autosde_openapi_client/api/volume_api.rb +12 -12
  58. data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
  59. data/lib/autosde_openapi_client/models/async_response.rb +230 -0
  60. data/lib/autosde_openapi_client/models/storage_resource_update.rb +232 -0
  61. data/lib/autosde_openapi_client/version.rb +2 -2
  62. data/lib/autosde_openapi_client.rb +2 -0
  63. data/spec/api/abstract_capability_api_spec.rb +2 -2
  64. data/spec/api/account_api_spec.rb +2 -2
  65. data/spec/api/address_api_spec.rb +3 -3
  66. data/spec/api/auto_sde_project_api_spec.rb +2 -2
  67. data/spec/api/auto_sde_role_api_spec.rb +2 -2
  68. data/spec/api/capability_translation_api_spec.rb +2 -2
  69. data/spec/api/event_api_spec.rb +3 -3
  70. data/spec/api/host_api_spec.rb +3 -3
  71. data/spec/api/host_cluster_api_spec.rb +2 -2
  72. data/spec/api/host_cluster_membership_api_spec.rb +3 -3
  73. data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
  74. data/spec/api/host_volume_connection_api_spec.rb +3 -3
  75. data/spec/api/job_api_spec.rb +2 -2
  76. data/spec/api/native_capability_api_spec.rb +2 -2
  77. data/spec/api/profile_api_spec.rb +2 -2
  78. data/spec/api/provisioning_strategy_api_spec.rb +2 -2
  79. data/spec/api/service_api_spec.rb +3 -3
  80. data/spec/api/service_resource_attachment_api_spec.rb +3 -3
  81. data/spec/api/snapshot_api_spec.rb +3 -3
  82. data/spec/api/storage_host_api_spec.rb +4 -4
  83. data/spec/api/storage_hosts_mapping_api_spec.rb +3 -3
  84. data/spec/api/storage_resource_api_spec.rb +4 -4
  85. data/spec/api/storage_system_api_spec.rb +4 -4
  86. data/spec/api/system_type_api_spec.rb +3 -3
  87. data/spec/api/user_api_spec.rb +2 -2
  88. data/spec/api/volume_api_spec.rb +4 -4
  89. data/spec/api/volume_safe_delete_api_spec.rb +2 -2
  90. data/spec/models/async_response_spec.rb +40 -0
  91. data/spec/models/storage_resource_update_spec.rb +40 -0
  92. metadata +87 -79
@@ -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']
@@ -259,7 +259,7 @@ module AutosdeOpenapiClient
259
259
 
260
260
  # @param storage_host_create [StorageHostCreate]
261
261
  # @param [Hash] opts the optional parameters
262
- # @return [StorageHostResponse]
262
+ # @return [AsyncResponse]
263
263
  def storage_hosts_post(storage_host_create, opts = {})
264
264
  data, _status_code, _headers = storage_hosts_post_with_http_info(storage_host_create, opts)
265
265
  data
@@ -267,7 +267,7 @@ module AutosdeOpenapiClient
267
267
 
268
268
  # @param storage_host_create [StorageHostCreate]
269
269
  # @param [Hash] opts the optional parameters
270
- # @return [Array<(StorageHostResponse, Integer, Hash)>] StorageHostResponse data, response status code and response headers
270
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
271
271
  def storage_hosts_post_with_http_info(storage_host_create, opts = {})
272
272
  if @api_client.config.debugging
273
273
  @api_client.config.logger.debug 'Calling API: StorageHostApi.storage_hosts_post ...'
@@ -296,7 +296,7 @@ module AutosdeOpenapiClient
296
296
  post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_host_create)
297
297
 
298
298
  # return_type
299
- return_type = opts[:debug_return_type] || 'StorageHostResponse'
299
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
300
300
 
301
301
  # auth_names
302
302
  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']
@@ -192,7 +192,7 @@ module AutosdeOpenapiClient
192
192
 
193
193
  # @param storage_hosts_mapping_create [StorageHostsMappingCreate]
194
194
  # @param [Hash] opts the optional parameters
195
- # @return [StorageHostsMapping]
195
+ # @return [AsyncResponse]
196
196
  def storage_hosts_mapping_post(storage_hosts_mapping_create, opts = {})
197
197
  data, _status_code, _headers = storage_hosts_mapping_post_with_http_info(storage_hosts_mapping_create, opts)
198
198
  data
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
200
200
 
201
201
  # @param storage_hosts_mapping_create [StorageHostsMappingCreate]
202
202
  # @param [Hash] opts the optional parameters
203
- # @return [Array<(StorageHostsMapping, Integer, Hash)>] StorageHostsMapping data, response status code and response headers
203
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
204
204
  def storage_hosts_mapping_post_with_http_info(storage_hosts_mapping_create, opts = {})
205
205
  if @api_client.config.debugging
206
206
  @api_client.config.logger.debug 'Calling API: StorageHostsMappingApi.storage_hosts_mapping_post ...'
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
229
229
  post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_hosts_mapping_create)
230
230
 
231
231
  # return_type
232
- return_type = opts[:debug_return_type] || 'StorageHostsMapping'
232
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
233
233
 
234
234
  # auth_names
235
235
  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']
@@ -191,19 +191,19 @@ module AutosdeOpenapiClient
191
191
  end
192
192
 
193
193
  # @param pk [Integer]
194
- # @param storage_resource_create [StorageResourceCreate]
194
+ # @param storage_resource_update [StorageResourceUpdate]
195
195
  # @param [Hash] opts the optional parameters
196
- # @return [StorageResourceResponse]
197
- def storage_resources_pk_put(pk, storage_resource_create, opts = {})
198
- data, _status_code, _headers = storage_resources_pk_put_with_http_info(pk, storage_resource_create, opts)
196
+ # @return [AsyncResponse]
197
+ def storage_resources_pk_put(pk, storage_resource_update, opts = {})
198
+ data, _status_code, _headers = storage_resources_pk_put_with_http_info(pk, storage_resource_update, opts)
199
199
  data
200
200
  end
201
201
 
202
202
  # @param pk [Integer]
203
- # @param storage_resource_create [StorageResourceCreate]
203
+ # @param storage_resource_update [StorageResourceUpdate]
204
204
  # @param [Hash] opts the optional parameters
205
- # @return [Array<(StorageResourceResponse, Integer, Hash)>] StorageResourceResponse data, response status code and response headers
206
- def storage_resources_pk_put_with_http_info(pk, storage_resource_create, opts = {})
205
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
206
+ def storage_resources_pk_put_with_http_info(pk, storage_resource_update, opts = {})
207
207
  if @api_client.config.debugging
208
208
  @api_client.config.logger.debug 'Calling API: StorageResourceApi.storage_resources_pk_put ...'
209
209
  end
@@ -211,9 +211,9 @@ module AutosdeOpenapiClient
211
211
  if @api_client.config.client_side_validation && pk.nil?
212
212
  fail ArgumentError, "Missing the required parameter 'pk' when calling StorageResourceApi.storage_resources_pk_put"
213
213
  end
214
- # verify the required parameter 'storage_resource_create' is set
215
- if @api_client.config.client_side_validation && storage_resource_create.nil?
216
- fail ArgumentError, "Missing the required parameter 'storage_resource_create' when calling StorageResourceApi.storage_resources_pk_put"
214
+ # verify the required parameter 'storage_resource_update' is set
215
+ if @api_client.config.client_side_validation && storage_resource_update.nil?
216
+ fail ArgumentError, "Missing the required parameter 'storage_resource_update' when calling StorageResourceApi.storage_resources_pk_put"
217
217
  end
218
218
  # resource path
219
219
  local_var_path = '/storage-resources/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
@@ -232,10 +232,10 @@ module AutosdeOpenapiClient
232
232
  form_params = opts[:form_params] || {}
233
233
 
234
234
  # http body (model)
235
- post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_resource_create)
235
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_resource_update)
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']
@@ -259,7 +259,7 @@ module AutosdeOpenapiClient
259
259
 
260
260
  # @param storage_system_create [StorageSystemCreate]
261
261
  # @param [Hash] opts the optional parameters
262
- # @return [StorageSystem]
262
+ # @return [AsyncResponse]
263
263
  def storage_systems_post(storage_system_create, opts = {})
264
264
  data, _status_code, _headers = storage_systems_post_with_http_info(storage_system_create, opts)
265
265
  data
@@ -267,7 +267,7 @@ module AutosdeOpenapiClient
267
267
 
268
268
  # @param storage_system_create [StorageSystemCreate]
269
269
  # @param [Hash] opts the optional parameters
270
- # @return [Array<(StorageSystem, Integer, Hash)>] StorageSystem data, response status code and response headers
270
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
271
271
  def storage_systems_post_with_http_info(storage_system_create, opts = {})
272
272
  if @api_client.config.debugging
273
273
  @api_client.config.logger.debug 'Calling API: StorageSystemApi.storage_systems_post ...'
@@ -296,7 +296,7 @@ module AutosdeOpenapiClient
296
296
  post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_system_create)
297
297
 
298
298
  # return_type
299
- return_type = opts[:debug_return_type] || 'StorageSystem'
299
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
300
300
 
301
301
  # auth_names
302
302
  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']
@@ -192,7 +192,7 @@ module AutosdeOpenapiClient
192
192
 
193
193
  # @param system_type_create [SystemTypeCreate]
194
194
  # @param [Hash] opts the optional parameters
195
- # @return [SystemType]
195
+ # @return [AsyncResponse]
196
196
  def system_types_post(system_type_create, opts = {})
197
197
  data, _status_code, _headers = system_types_post_with_http_info(system_type_create, opts)
198
198
  data
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
200
200
 
201
201
  # @param system_type_create [SystemTypeCreate]
202
202
  # @param [Hash] opts the optional parameters
203
- # @return [Array<(SystemType, Integer, Hash)>] SystemType data, response status code and response headers
203
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
204
204
  def system_types_post_with_http_info(system_type_create, opts = {})
205
205
  if @api_client.config.debugging
206
206
  @api_client.config.logger.debug 'Calling API: SystemTypeApi.system_types_post ...'
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
229
229
  post_body = opts[:debug_body] || @api_client.object_to_http_body(system_type_create)
230
230
 
231
231
  # return_type
232
- return_type = opts[:debug_return_type] || 'SystemType'
232
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
233
233
 
234
234
  # auth_names
235
235
  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']
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<Volume>]
77
+ # @return [AsyncResponse]
78
78
  def volumes_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = volumes_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<Volume>, Integer, Hash)>] Array<Volume> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def volumes_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: VolumeApi.volumes_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<Volume>'
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<VolumeResponse>]
136
+ # @return [VolumeResponse]
137
137
  def volumes_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = volumes_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<VolumeResponse>, Integer, Hash)>] Array<VolumeResponse> data, response status code and response headers
144
+ # @return [Array<(VolumeResponse, Integer, Hash)>] VolumeResponse data, response status code and response headers
145
145
  def volumes_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: VolumeApi.volumes_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<VolumeResponse>'
171
+ return_type = opts[:debug_return_type] || 'VolumeResponse'
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 volume_update [VolumeUpdate]
195
195
  # @param [Hash] opts the optional parameters
196
- # @return [VolumeResponse]
196
+ # @return [AsyncResponse]
197
197
  def volumes_pk_put(pk, volume_update, opts = {})
198
198
  data, _status_code, _headers = volumes_pk_put_with_http_info(pk, volume_update, opts)
199
199
  data
@@ -202,7 +202,7 @@ module AutosdeOpenapiClient
202
202
  # @param pk [Integer]
203
203
  # @param volume_update [VolumeUpdate]
204
204
  # @param [Hash] opts the optional parameters
205
- # @return [Array<(VolumeResponse, Integer, Hash)>] VolumeResponse data, response status code and response headers
205
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
206
206
  def volumes_pk_put_with_http_info(pk, volume_update, opts = {})
207
207
  if @api_client.config.debugging
208
208
  @api_client.config.logger.debug 'Calling API: VolumeApi.volumes_pk_put ...'
@@ -235,7 +235,7 @@ module AutosdeOpenapiClient
235
235
  post_body = opts[:debug_body] || @api_client.object_to_http_body(volume_update)
236
236
 
237
237
  # return_type
238
- return_type = opts[:debug_return_type] || 'VolumeResponse'
238
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
239
239
 
240
240
  # auth_names
241
241
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -259,7 +259,7 @@ module AutosdeOpenapiClient
259
259
 
260
260
  # @param volume_create [VolumeCreate]
261
261
  # @param [Hash] opts the optional parameters
262
- # @return [VolumeResponse]
262
+ # @return [AsyncResponse]
263
263
  def volumes_post(volume_create, opts = {})
264
264
  data, _status_code, _headers = volumes_post_with_http_info(volume_create, opts)
265
265
  data
@@ -267,7 +267,7 @@ module AutosdeOpenapiClient
267
267
 
268
268
  # @param volume_create [VolumeCreate]
269
269
  # @param [Hash] opts the optional parameters
270
- # @return [Array<(VolumeResponse, Integer, Hash)>] VolumeResponse data, response status code and response headers
270
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
271
271
  def volumes_post_with_http_info(volume_create, opts = {})
272
272
  if @api_client.config.debugging
273
273
  @api_client.config.logger.debug 'Calling API: VolumeApi.volumes_post ...'
@@ -296,7 +296,7 @@ module AutosdeOpenapiClient
296
296
  post_body = opts[:debug_body] || @api_client.object_to_http_body(volume_create)
297
297
 
298
298
  # return_type
299
- return_type = opts[:debug_return_type] || 'VolumeResponse'
299
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
300
300
 
301
301
  # auth_names
302
302
  auth_names = opts[:debug_auth_names] || ['bearerAuth']