autosde_openapi_client 1.2.1 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
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 +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 +42 -42
  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 +12 -12
  26. data/docs/StorageSystemApi.md +16 -16
  27. data/docs/SystemTypeApi.md +12 -12
  28. data/docs/UserApi.md +8 -8
  29. data/docs/VolumeApi.md +16 -16
  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 +9 -9
  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 +9 -9
  38. data/lib/autosde_openapi_client/api/host_api.rb +9 -9
  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 +9 -9
  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 +9 -9
  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 +9 -9
  48. data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +40 -40
  49. data/lib/autosde_openapi_client/api/snapshot_api.rb +9 -9
  50. data/lib/autosde_openapi_client/api/storage_host_api.rb +12 -12
  51. data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +9 -9
  52. data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
  53. data/lib/autosde_openapi_client/api/storage_system_api.rb +12 -12
  54. data/lib/autosde_openapi_client/api/system_type_api.rb +9 -9
  55. data/lib/autosde_openapi_client/api/user_api.rb +6 -6
  56. data/lib/autosde_openapi_client/api/volume_api.rb +12 -12
  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 +3 -3
  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 +3 -3
  68. data/spec/api/host_api_spec.rb +3 -3
  69. data/spec/api/host_cluster_api_spec.rb +2 -2
  70. data/spec/api/host_cluster_membership_api_spec.rb +3 -3
  71. data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
  72. data/spec/api/host_volume_connection_api_spec.rb +3 -3
  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 +3 -3
  78. data/spec/api/service_resource_attachment_api_spec.rb +11 -11
  79. data/spec/api/snapshot_api_spec.rb +3 -3
  80. data/spec/api/storage_host_api_spec.rb +4 -4
  81. data/spec/api/storage_hosts_mapping_api_spec.rb +3 -3
  82. data/spec/api/storage_resource_api_spec.rb +3 -3
  83. data/spec/api/storage_system_api_spec.rb +4 -4
  84. data/spec/api/system_type_api_spec.rb +3 -3
  85. data/spec/api/user_api_spec.rb +2 -2
  86. data/spec/api/volume_api_spec.rb +4 -4
  87. data/spec/api/volume_safe_delete_api_spec.rb +2 -2
  88. data/spec/models/async_response_spec.rb +40 -0
  89. metadata +81 -77
@@ -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,32 +185,32 @@ 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
192
192
 
193
193
  # @param service_resource_attachment [ServiceResourceAttachment]
194
194
  # @param [Hash] opts the optional parameters
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)
195
+ # @return [AsyncResponse]
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
- # @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 = {})
203
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
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] || {}
@@ -229,13 +229,13 @@ module AutosdeOpenapiClient
229
229
  post_body = opts[:debug_body] || @api_client.object_to_http_body(service_resource_attachment)
230
230
 
231
231
  # return_type
232
- return_type = opts[:debug_return_type] || 'ServiceResourceAttachment'
232
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
233
233
 
234
234
  # auth_names
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']
@@ -192,7 +192,7 @@ module AutosdeOpenapiClient
192
192
 
193
193
  # @param snapshot_create [SnapshotCreate]
194
194
  # @param [Hash] opts the optional parameters
195
- # @return [Snapshot]
195
+ # @return [AsyncResponse]
196
196
  def snapshots_post(snapshot_create, opts = {})
197
197
  data, _status_code, _headers = snapshots_post_with_http_info(snapshot_create, opts)
198
198
  data
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
200
200
 
201
201
  # @param snapshot_create [SnapshotCreate]
202
202
  # @param [Hash] opts the optional parameters
203
- # @return [Array<(Snapshot, Integer, Hash)>] Snapshot data, response status code and response headers
203
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
204
204
  def snapshots_post_with_http_info(snapshot_create, opts = {})
205
205
  if @api_client.config.debugging
206
206
  @api_client.config.logger.debug 'Calling API: SnapshotApi.snapshots_post ...'
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
229
229
  post_body = opts[:debug_body] || @api_client.object_to_http_body(snapshot_create)
230
230
 
231
231
  # return_type
232
- return_type = opts[:debug_return_type] || 'Snapshot'
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<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']
@@ -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']