autosde_openapi_client 1.2.1 → 1.2.4

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 +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
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
74
74
 
75
75
  # @param pk [Integer]
76
76
  # @param [Hash] opts the optional parameters
77
- # @return [Array<HostClusterMembership>]
77
+ # @return [AsyncResponse]
78
78
  def host_cluster_membership_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = host_cluster_membership_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<HostClusterMembership>, Integer, Hash)>] Array<HostClusterMembership> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def host_cluster_membership_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_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<HostClusterMembership>'
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<HostClusterMembership>]
136
+ # @return [HostClusterMembership]
137
137
  def host_cluster_membership_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = host_cluster_membership_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<HostClusterMembership>, Integer, Hash)>] Array<HostClusterMembership> data, response status code and response headers
144
+ # @return [Array<(HostClusterMembership, Integer, Hash)>] HostClusterMembership data, response status code and response headers
145
145
  def host_cluster_membership_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_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<HostClusterMembership>'
171
+ return_type = opts[:debug_return_type] || 'HostClusterMembership'
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 host_cluster_membership [HostClusterMembership]
194
194
  # @param [Hash] opts the optional parameters
195
- # @return [HostClusterMembership]
195
+ # @return [AsyncResponse]
196
196
  def host_cluster_membership_post(host_cluster_membership, opts = {})
197
197
  data, _status_code, _headers = host_cluster_membership_post_with_http_info(host_cluster_membership, opts)
198
198
  data
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
200
200
 
201
201
  # @param host_cluster_membership [HostClusterMembership]
202
202
  # @param [Hash] opts the optional parameters
203
- # @return [Array<(HostClusterMembership, Integer, Hash)>] HostClusterMembership data, response status code and response headers
203
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
204
204
  def host_cluster_membership_post_with_http_info(host_cluster_membership, opts = {})
205
205
  if @api_client.config.debugging
206
206
  @api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_post ...'
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
229
229
  post_body = opts[:debug_body] || @api_client.object_to_http_body(host_cluster_membership)
230
230
 
231
231
  # return_type
232
- return_type = opts[:debug_return_type] || 'HostClusterMembership'
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<HostClusterVolumeMappingResponse>]
77
+ # @return [HostClusterVolumeMappingResponse]
78
78
  def host_clusters_mapping_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = host_clusters_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<HostClusterVolumeMappingResponse>, Integer, Hash)>] Array<HostClusterVolumeMappingResponse> data, response status code and response headers
85
+ # @return [Array<(HostClusterVolumeMappingResponse, Integer, Hash)>] HostClusterVolumeMappingResponse data, response status code and response headers
86
86
  def host_clusters_mapping_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: HostClusterVolumeMappingApi.host_clusters_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<HostClusterVolumeMappingResponse>'
112
+ return_type = opts[:debug_return_type] || 'HostClusterVolumeMappingResponse'
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<HostClusterVolumeMappingResponse>]
136
+ # @return [HostClusterVolumeMappingResponse]
137
137
  def host_clusters_mapping_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = host_clusters_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<HostClusterVolumeMappingResponse>, Integer, Hash)>] Array<HostClusterVolumeMappingResponse> data, response status code and response headers
144
+ # @return [Array<(HostClusterVolumeMappingResponse, Integer, Hash)>] HostClusterVolumeMappingResponse data, response status code and response headers
145
145
  def host_clusters_mapping_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: HostClusterVolumeMappingApi.host_clusters_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<HostClusterVolumeMappingResponse>'
171
+ return_type = opts[:debug_return_type] || 'HostClusterVolumeMappingResponse'
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<HostVolumeConnection>]
77
+ # @return [AsyncResponse]
78
78
  def host_volume_connection_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = host_volume_connection_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<HostVolumeConnection>, Integer, Hash)>] Array<HostVolumeConnection> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def host_volume_connection_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_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<HostVolumeConnection>'
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<HostVolumeConnection>]
136
+ # @return [HostVolumeConnection]
137
137
  def host_volume_connection_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = host_volume_connection_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<HostVolumeConnection>, Integer, Hash)>] Array<HostVolumeConnection> data, response status code and response headers
144
+ # @return [Array<(HostVolumeConnection, Integer, Hash)>] HostVolumeConnection data, response status code and response headers
145
145
  def host_volume_connection_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_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<HostVolumeConnection>'
171
+ return_type = opts[:debug_return_type] || 'HostVolumeConnection'
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 host_volume_connection_create [HostVolumeConnectionCreate]
194
194
  # @param [Hash] opts the optional parameters
195
- # @return [HostVolumeConnection]
195
+ # @return [AsyncResponse]
196
196
  def host_volume_connection_post(host_volume_connection_create, opts = {})
197
197
  data, _status_code, _headers = host_volume_connection_post_with_http_info(host_volume_connection_create, opts)
198
198
  data
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
200
200
 
201
201
  # @param host_volume_connection_create [HostVolumeConnectionCreate]
202
202
  # @param [Hash] opts the optional parameters
203
- # @return [Array<(HostVolumeConnection, Integer, Hash)>] HostVolumeConnection data, response status code and response headers
203
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
204
204
  def host_volume_connection_post_with_http_info(host_volume_connection_create, opts = {})
205
205
  if @api_client.config.debugging
206
206
  @api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_post ...'
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
229
229
  post_body = opts[:debug_body] || @api_client.object_to_http_body(host_volume_connection_create)
230
230
 
231
231
  # return_type
232
- return_type = opts[:debug_return_type] || 'HostVolumeConnection'
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<Job>]
77
+ # @return [Job]
78
78
  def jobs_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = jobs_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<Job>, Integer, Hash)>] Array<Job> data, response status code and response headers
85
+ # @return [Array<(Job, Integer, Hash)>] Job data, response status code and response headers
86
86
  def jobs_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: JobApi.jobs_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<Job>'
112
+ return_type = opts[:debug_return_type] || 'Job'
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<Job>]
136
+ # @return [Job]
137
137
  def jobs_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = jobs_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<Job>, Integer, Hash)>] Array<Job> data, response status code and response headers
144
+ # @return [Array<(Job, Integer, Hash)>] Job data, response status code and response headers
145
145
  def jobs_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: JobApi.jobs_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<Job>'
171
+ return_type = opts[:debug_return_type] || 'Job'
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<NativeCapability>]
77
+ # @return [NativeCapability]
78
78
  def native_capabilities_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = native_capabilities_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<NativeCapability>, Integer, Hash)>] Array<NativeCapability> data, response status code and response headers
85
+ # @return [Array<(NativeCapability, Integer, Hash)>] NativeCapability data, response status code and response headers
86
86
  def native_capabilities_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: NativeCapabilityApi.native_capabilities_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<NativeCapability>'
112
+ return_type = opts[:debug_return_type] || 'NativeCapability'
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<NativeCapability>]
136
+ # @return [NativeCapability]
137
137
  def native_capabilities_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = native_capabilities_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<NativeCapability>, Integer, Hash)>] Array<NativeCapability> data, response status code and response headers
144
+ # @return [Array<(NativeCapability, Integer, Hash)>] NativeCapability data, response status code and response headers
145
145
  def native_capabilities_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: NativeCapabilityApi.native_capabilities_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<NativeCapability>'
171
+ return_type = opts[:debug_return_type] || 'NativeCapability'
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<Profile>]
77
+ # @return [Profile]
78
78
  def profiles_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = profiles_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<Profile>, Integer, Hash)>] Array<Profile> data, response status code and response headers
85
+ # @return [Array<(Profile, Integer, Hash)>] Profile data, response status code and response headers
86
86
  def profiles_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: ProfileApi.profiles_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<Profile>'
112
+ return_type = opts[:debug_return_type] || 'Profile'
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<Profile>]
136
+ # @return [Profile]
137
137
  def profiles_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = profiles_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<Profile>, Integer, Hash)>] Array<Profile> data, response status code and response headers
144
+ # @return [Array<(Profile, Integer, Hash)>] Profile data, response status code and response headers
145
145
  def profiles_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: ProfileApi.profiles_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<Profile>'
171
+ return_type = opts[:debug_return_type] || 'Profile'
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<ProvisioningStrategy>]
77
+ # @return [ProvisioningStrategy]
78
78
  def provisioning_strategy_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = provisioning_strategy_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<ProvisioningStrategy>, Integer, Hash)>] Array<ProvisioningStrategy> data, response status code and response headers
85
+ # @return [Array<(ProvisioningStrategy, Integer, Hash)>] ProvisioningStrategy data, response status code and response headers
86
86
  def provisioning_strategy_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: ProvisioningStrategyApi.provisioning_strategy_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<ProvisioningStrategy>'
112
+ return_type = opts[:debug_return_type] || 'ProvisioningStrategy'
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<ProvisioningStrategy>]
136
+ # @return [ProvisioningStrategy]
137
137
  def provisioning_strategy_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = provisioning_strategy_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<ProvisioningStrategy>, Integer, Hash)>] Array<ProvisioningStrategy> data, response status code and response headers
144
+ # @return [Array<(ProvisioningStrategy, Integer, Hash)>] ProvisioningStrategy data, response status code and response headers
145
145
  def provisioning_strategy_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: ProvisioningStrategyApi.provisioning_strategy_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<ProvisioningStrategy>'
171
+ return_type = opts[:debug_return_type] || 'ProvisioningStrategy'
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<Service>]
77
+ # @return [AsyncResponse]
78
78
  def services_pk_delete(pk, opts = {})
79
79
  data, _status_code, _headers = services_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<Service>, Integer, Hash)>] Array<Service> data, response status code and response headers
85
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
86
86
  def services_pk_delete_with_http_info(pk, opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: ServiceApi.services_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<Service>'
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<Service>]
136
+ # @return [Service]
137
137
  def services_pk_get(pk, opts = {})
138
138
  data, _status_code, _headers = services_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<Service>, Integer, Hash)>] Array<Service> data, response status code and response headers
144
+ # @return [Array<(Service, Integer, Hash)>] Service data, response status code and response headers
145
145
  def services_pk_get_with_http_info(pk, opts = {})
146
146
  if @api_client.config.debugging
147
147
  @api_client.config.logger.debug 'Calling API: ServiceApi.services_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<Service>'
171
+ return_type = opts[:debug_return_type] || 'Service'
172
172
 
173
173
  # auth_names
174
174
  auth_names = opts[:debug_auth_names] || ['bearerAuth']
@@ -259,7 +259,7 @@ module AutosdeOpenapiClient
259
259
 
260
260
  # @param service_create [ServiceCreate]
261
261
  # @param [Hash] opts the optional parameters
262
- # @return [Service]
262
+ # @return [AsyncResponse]
263
263
  def services_post(service_create, opts = {})
264
264
  data, _status_code, _headers = services_post_with_http_info(service_create, opts)
265
265
  data
@@ -267,7 +267,7 @@ module AutosdeOpenapiClient
267
267
 
268
268
  # @param service_create [ServiceCreate]
269
269
  # @param [Hash] opts the optional parameters
270
- # @return [Array<(Service, Integer, Hash)>] Service data, response status code and response headers
270
+ # @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
271
271
  def services_post_with_http_info(service_create, opts = {})
272
272
  if @api_client.config.debugging
273
273
  @api_client.config.logger.debug 'Calling API: ServiceApi.services_post ...'
@@ -296,7 +296,7 @@ module AutosdeOpenapiClient
296
296
  post_body = opts[:debug_body] || @api_client.object_to_http_body(service_create)
297
297
 
298
298
  # return_type
299
- return_type = opts[:debug_return_type] || 'Service'
299
+ return_type = opts[:debug_return_type] || 'AsyncResponse'
300
300
 
301
301
  # auth_names
302
302
  auth_names = opts[:debug_auth_names] || ['bearerAuth']