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
@@ -44,7 +44,7 @@ describe 'AccountApi' do
44
44
  # unit tests for accounts_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<AccountPostResponse>]
47
+ # @return [AccountPostResponse]
48
48
  describe 'accounts_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'AccountApi' do
54
54
  # unit tests for accounts_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<AccountPostResponse>]
57
+ # @return [AccountPostResponse]
58
58
  describe 'accounts_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'AddressApi' do
44
44
  # unit tests for addresses_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Address>]
47
+ # @return [AsyncResponse]
48
48
  describe 'addresses_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'AddressApi' do
54
54
  # unit tests for addresses_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<Address>]
57
+ # @return [Address]
58
58
  describe 'addresses_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'AddressApi' do
64
64
  # unit tests for addresses_post
65
65
  # @param address_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Address]
67
+ # @return [AsyncResponse]
68
68
  describe 'addresses_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'AutoSDEProjectApi' do
44
44
  # unit tests for autosde_projects_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<AutoSDEProject>]
47
+ # @return [AutoSDEProject]
48
48
  describe 'autosde_projects_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'AutoSDEProjectApi' do
54
54
  # unit tests for autosde_projects_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<AutoSDEProject>]
57
+ # @return [AutoSDEProject]
58
58
  describe 'autosde_projects_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'AutoSDERoleApi' do
44
44
  # unit tests for autosde_roles_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<AutoSDERole>]
47
+ # @return [AutoSDERole]
48
48
  describe 'autosde_roles_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'AutoSDERoleApi' do
54
54
  # unit tests for autosde_roles_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<AutoSDERole>]
57
+ # @return [AutoSDERole]
58
58
  describe 'autosde_roles_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'CapabilityTranslationApi' do
44
44
  # unit tests for capability_translations_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<CapabilityTranslation>]
47
+ # @return [CapabilityTranslation]
48
48
  describe 'capability_translations_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'CapabilityTranslationApi' do
54
54
  # unit tests for capability_translations_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<CapabilityTranslation>]
57
+ # @return [CapabilityTranslation]
58
58
  describe 'capability_translations_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'EventApi' do
44
44
  # unit tests for events_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<EventResponse>]
47
+ # @return [AsyncResponse]
48
48
  describe 'events_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'EventApi' do
54
54
  # unit tests for events_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<EventResponse>]
57
+ # @return [EventResponse]
58
58
  describe 'events_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'EventApi' do
64
64
  # unit tests for events_post
65
65
  # @param event
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [EventResponse]
67
+ # @return [AsyncResponse]
68
68
  describe 'events_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'HostApi' do
44
44
  # unit tests for hosts_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Host>]
47
+ # @return [AsyncResponse]
48
48
  describe 'hosts_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'HostApi' do
54
54
  # unit tests for hosts_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<Host>]
57
+ # @return [Host]
58
58
  describe 'hosts_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'HostApi' do
64
64
  # unit tests for hosts_post
65
65
  # @param host_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Host]
67
+ # @return [AsyncResponse]
68
68
  describe 'hosts_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'HostClusterApi' do
44
44
  # unit tests for host_clusters_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<HostCluster>]
47
+ # @return [AsyncResponse]
48
48
  describe 'host_clusters_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'HostClusterApi' do
54
54
  # unit tests for host_clusters_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<HostCluster>]
57
+ # @return [HostCluster]
58
58
  describe 'host_clusters_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'HostClusterMembershipApi' do
44
44
  # unit tests for host_cluster_membership_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<HostClusterMembership>]
47
+ # @return [AsyncResponse]
48
48
  describe 'host_cluster_membership_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'HostClusterMembershipApi' do
54
54
  # unit tests for host_cluster_membership_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<HostClusterMembership>]
57
+ # @return [HostClusterMembership]
58
58
  describe 'host_cluster_membership_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'HostClusterMembershipApi' do
64
64
  # unit tests for host_cluster_membership_post
65
65
  # @param host_cluster_membership
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [HostClusterMembership]
67
+ # @return [AsyncResponse]
68
68
  describe 'host_cluster_membership_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'HostClusterVolumeMappingApi' do
44
44
  # unit tests for host_clusters_mapping_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<HostClusterVolumeMappingResponse>]
47
+ # @return [HostClusterVolumeMappingResponse]
48
48
  describe 'host_clusters_mapping_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'HostClusterVolumeMappingApi' do
54
54
  # unit tests for host_clusters_mapping_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<HostClusterVolumeMappingResponse>]
57
+ # @return [HostClusterVolumeMappingResponse]
58
58
  describe 'host_clusters_mapping_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'HostVolumeConnectionApi' do
44
44
  # unit tests for host_volume_connection_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<HostVolumeConnection>]
47
+ # @return [AsyncResponse]
48
48
  describe 'host_volume_connection_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'HostVolumeConnectionApi' do
54
54
  # unit tests for host_volume_connection_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<HostVolumeConnection>]
57
+ # @return [HostVolumeConnection]
58
58
  describe 'host_volume_connection_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'HostVolumeConnectionApi' do
64
64
  # unit tests for host_volume_connection_post
65
65
  # @param host_volume_connection_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [HostVolumeConnection]
67
+ # @return [AsyncResponse]
68
68
  describe 'host_volume_connection_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'JobApi' do
44
44
  # unit tests for jobs_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Job>]
47
+ # @return [Job]
48
48
  describe 'jobs_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'JobApi' do
54
54
  # unit tests for jobs_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<Job>]
57
+ # @return [Job]
58
58
  describe 'jobs_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'NativeCapabilityApi' do
44
44
  # unit tests for native_capabilities_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<NativeCapability>]
47
+ # @return [NativeCapability]
48
48
  describe 'native_capabilities_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'NativeCapabilityApi' do
54
54
  # unit tests for native_capabilities_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<NativeCapability>]
57
+ # @return [NativeCapability]
58
58
  describe 'native_capabilities_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'ProfileApi' do
44
44
  # unit tests for profiles_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Profile>]
47
+ # @return [Profile]
48
48
  describe 'profiles_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'ProfileApi' do
54
54
  # unit tests for profiles_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<Profile>]
57
+ # @return [Profile]
58
58
  describe 'profiles_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'ProvisioningStrategyApi' do
44
44
  # unit tests for provisioning_strategy_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<ProvisioningStrategy>]
47
+ # @return [ProvisioningStrategy]
48
48
  describe 'provisioning_strategy_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'ProvisioningStrategyApi' do
54
54
  # unit tests for provisioning_strategy_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<ProvisioningStrategy>]
57
+ # @return [ProvisioningStrategy]
58
58
  describe 'provisioning_strategy_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'ServiceApi' do
44
44
  # unit tests for services_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Service>]
47
+ # @return [AsyncResponse]
48
48
  describe 'services_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'ServiceApi' do
54
54
  # unit tests for services_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<Service>]
57
+ # @return [Service]
58
58
  describe 'services_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'ServiceApi' do
75
75
  # unit tests for services_post
76
76
  # @param service_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [Service]
78
+ # @return [AsyncResponse]
79
79
  describe 'services_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,40 +32,40 @@ describe 'ServiceResourceAttachmentApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for service_resource_attchment_get
35
+ # unit tests for service_resource_attachment_get
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @return [Array<ServiceResourceAttachment>]
38
- describe 'service_resource_attchment_get test' do
38
+ describe 'service_resource_attachment_get test' do
39
39
  it 'should work' do
40
40
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
41
41
  end
42
42
  end
43
43
 
44
- # unit tests for service_resource_attchment_pk_delete
44
+ # unit tests for service_resource_attachment_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<ServiceResourceAttachment>]
48
- describe 'service_resource_attchment_pk_delete test' do
47
+ # @return [AsyncResponse]
48
+ describe 'service_resource_attachment_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
51
51
  end
52
52
  end
53
53
 
54
- # unit tests for service_resource_attchment_pk_get
54
+ # unit tests for service_resource_attachment_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<ServiceResourceAttachment>]
58
- describe 'service_resource_attchment_pk_get test' do
57
+ # @return [ServiceResourceAttachment]
58
+ describe 'service_resource_attachment_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
61
  end
62
62
  end
63
63
 
64
- # unit tests for service_resource_attchment_post
64
+ # unit tests for service_resource_attachment_post
65
65
  # @param service_resource_attachment
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [ServiceResourceAttachment]
68
- describe 'service_resource_attchment_post test' do
67
+ # @return [AsyncResponse]
68
+ describe 'service_resource_attachment_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
71
  end
@@ -44,7 +44,7 @@ describe 'SnapshotApi' do
44
44
  # unit tests for snapshots_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Snapshot>]
47
+ # @return [AsyncResponse]
48
48
  describe 'snapshots_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'SnapshotApi' do
54
54
  # unit tests for snapshots_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<Snapshot>]
57
+ # @return [Snapshot]
58
58
  describe 'snapshots_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'SnapshotApi' do
64
64
  # unit tests for snapshots_post
65
65
  # @param snapshot_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Snapshot]
67
+ # @return [AsyncResponse]
68
68
  describe 'snapshots_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'StorageHostApi' do
44
44
  # unit tests for storage_hosts_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<StorageHost>]
47
+ # @return [AsyncResponse]
48
48
  describe 'storage_hosts_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'StorageHostApi' do
54
54
  # unit tests for storage_hosts_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<StorageHost>]
57
+ # @return [StorageHost]
58
58
  describe 'storage_hosts_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'StorageHostApi' do
65
65
  # @param pk
66
66
  # @param storage_host_update
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [StorageHost]
68
+ # @return [AsyncResponse]
69
69
  describe 'storage_hosts_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'StorageHostApi' do
75
75
  # unit tests for storage_hosts_post
76
76
  # @param storage_host_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [StorageHostResponse]
78
+ # @return [AsyncResponse]
79
79
  describe 'storage_hosts_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'StorageHostsMappingApi' do
44
44
  # unit tests for storage_hosts_mapping_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<StorageHostsMappingResponse>]
47
+ # @return [AsyncResponse]
48
48
  describe 'storage_hosts_mapping_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'StorageHostsMappingApi' do
54
54
  # unit tests for storage_hosts_mapping_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<StorageHostsMappingResponse>]
57
+ # @return [StorageHostsMappingResponse]
58
58
  describe 'storage_hosts_mapping_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'StorageHostsMappingApi' do
64
64
  # unit tests for storage_hosts_mapping_post
65
65
  # @param storage_hosts_mapping_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [StorageHostsMapping]
67
+ # @return [AsyncResponse]
68
68
  describe 'storage_hosts_mapping_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'StorageResourceApi' do
44
44
  # unit tests for storage_resources_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<StorageResourceResponse>]
47
+ # @return [AsyncResponse]
48
48
  describe 'storage_resources_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'StorageResourceApi' do
54
54
  # unit tests for storage_resources_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<StorageResourceResponse>]
57
+ # @return [StorageResourceResponse]
58
58
  describe 'storage_resources_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'StorageResourceApi' do
65
65
  # @param pk
66
66
  # @param storage_resource_create
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [StorageResourceResponse]
68
+ # @return [AsyncResponse]
69
69
  describe 'storage_resources_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'StorageSystemApi' do
44
44
  # unit tests for storage_systems_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<StorageSystem>]
47
+ # @return [AsyncResponse]
48
48
  describe 'storage_systems_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'StorageSystemApi' do
54
54
  # unit tests for storage_systems_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<StorageSystem>]
57
+ # @return [StorageSystem]
58
58
  describe 'storage_systems_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'StorageSystemApi' do
65
65
  # @param pk
66
66
  # @param storage_system_update
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [StorageSystem]
68
+ # @return [AsyncResponse]
69
69
  describe 'storage_systems_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'StorageSystemApi' do
75
75
  # unit tests for storage_systems_post
76
76
  # @param storage_system_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [StorageSystem]
78
+ # @return [AsyncResponse]
79
79
  describe 'storage_systems_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'SystemTypeApi' do
44
44
  # unit tests for system_types_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<SystemType>]
47
+ # @return [AsyncResponse]
48
48
  describe 'system_types_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'SystemTypeApi' do
54
54
  # unit tests for system_types_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<SystemType>]
57
+ # @return [SystemType]
58
58
  describe 'system_types_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'SystemTypeApi' do
64
64
  # unit tests for system_types_post
65
65
  # @param system_type_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [SystemType]
67
+ # @return [AsyncResponse]
68
68
  describe 'system_types_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'UserApi' do
44
44
  # unit tests for autosde_users_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<User>]
47
+ # @return [User]
48
48
  describe 'autosde_users_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'UserApi' do
54
54
  # unit tests for autosde_users_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<UserCreate>]
57
+ # @return [UserCreate]
58
58
  describe 'autosde_users_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'VolumeApi' do
44
44
  # unit tests for volumes_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Volume>]
47
+ # @return [AsyncResponse]
48
48
  describe 'volumes_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -54,7 +54,7 @@ describe 'VolumeApi' do
54
54
  # unit tests for volumes_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<VolumeResponse>]
57
+ # @return [VolumeResponse]
58
58
  describe 'volumes_pk_get test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'VolumeApi' do
65
65
  # @param pk
66
66
  # @param volume_update
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [VolumeResponse]
68
+ # @return [AsyncResponse]
69
69
  describe 'volumes_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'VolumeApi' do
75
75
  # unit tests for volumes_post
76
76
  # @param volume_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [VolumeResponse]
78
+ # @return [AsyncResponse]
79
79
  describe 'volumes_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers