autosde_openapi_client 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/docs/AbstractCapabilityApi.md +8 -8
  4. data/docs/AccountApi.md +8 -8
  5. data/docs/AddressApi.md +8 -8
  6. data/docs/AsyncResponse.md +20 -0
  7. data/docs/AutoSDEProjectApi.md +8 -8
  8. data/docs/AutoSDERoleApi.md +8 -8
  9. data/docs/CapabilityTranslationApi.md +8 -8
  10. data/docs/EventApi.md +8 -8
  11. data/docs/HostApi.md +8 -8
  12. data/docs/HostClusterApi.md +8 -8
  13. data/docs/HostClusterMembershipApi.md +8 -8
  14. data/docs/HostClusterVolumeMappingApi.md +8 -8
  15. data/docs/HostVolumeConnectionApi.md +8 -8
  16. data/docs/JobApi.md +8 -8
  17. data/docs/NativeCapabilityApi.md +8 -8
  18. data/docs/ProfileApi.md +8 -8
  19. data/docs/ProvisioningStrategyApi.md +8 -8
  20. data/docs/ServiceApi.md +8 -8
  21. data/docs/ServiceResourceAttachmentApi.md +8 -8
  22. data/docs/SnapshotApi.md +8 -8
  23. data/docs/StorageHostApi.md +12 -12
  24. data/docs/StorageHostsMappingApi.md +8 -8
  25. data/docs/StorageResourceApi.md +12 -12
  26. data/docs/StorageSystemApi.md +12 -12
  27. data/docs/SystemTypeApi.md +8 -8
  28. data/docs/UserApi.md +8 -8
  29. data/docs/VolumeApi.md +12 -12
  30. data/docs/VolumeSafeDeleteApi.md +8 -8
  31. data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
  32. data/lib/autosde_openapi_client/api/account_api.rb +6 -6
  33. data/lib/autosde_openapi_client/api/address_api.rb +6 -6
  34. data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
  35. data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
  36. data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
  37. data/lib/autosde_openapi_client/api/event_api.rb +6 -6
  38. data/lib/autosde_openapi_client/api/host_api.rb +6 -6
  39. data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
  40. data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +6 -6
  41. data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
  42. data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +6 -6
  43. data/lib/autosde_openapi_client/api/job_api.rb +6 -6
  44. data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
  45. data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
  46. data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
  47. data/lib/autosde_openapi_client/api/service_api.rb +6 -6
  48. data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +6 -6
  49. data/lib/autosde_openapi_client/api/snapshot_api.rb +6 -6
  50. data/lib/autosde_openapi_client/api/storage_host_api.rb +9 -9
  51. data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +6 -6
  52. data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
  53. data/lib/autosde_openapi_client/api/storage_system_api.rb +9 -9
  54. data/lib/autosde_openapi_client/api/system_type_api.rb +6 -6
  55. data/lib/autosde_openapi_client/api/user_api.rb +6 -6
  56. data/lib/autosde_openapi_client/api/volume_api.rb +9 -9
  57. data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
  58. data/lib/autosde_openapi_client/models/async_response.rb +230 -0
  59. data/lib/autosde_openapi_client/version.rb +2 -2
  60. data/lib/autosde_openapi_client.rb +1 -0
  61. data/spec/api/abstract_capability_api_spec.rb +2 -2
  62. data/spec/api/account_api_spec.rb +2 -2
  63. data/spec/api/address_api_spec.rb +2 -2
  64. data/spec/api/auto_sde_project_api_spec.rb +2 -2
  65. data/spec/api/auto_sde_role_api_spec.rb +2 -2
  66. data/spec/api/capability_translation_api_spec.rb +2 -2
  67. data/spec/api/event_api_spec.rb +2 -2
  68. data/spec/api/host_api_spec.rb +2 -2
  69. data/spec/api/host_cluster_api_spec.rb +2 -2
  70. data/spec/api/host_cluster_membership_api_spec.rb +2 -2
  71. data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
  72. data/spec/api/host_volume_connection_api_spec.rb +2 -2
  73. data/spec/api/job_api_spec.rb +2 -2
  74. data/spec/api/native_capability_api_spec.rb +2 -2
  75. data/spec/api/profile_api_spec.rb +2 -2
  76. data/spec/api/provisioning_strategy_api_spec.rb +2 -2
  77. data/spec/api/service_api_spec.rb +2 -2
  78. data/spec/api/service_resource_attachment_api_spec.rb +2 -2
  79. data/spec/api/snapshot_api_spec.rb +2 -2
  80. data/spec/api/storage_host_api_spec.rb +3 -3
  81. data/spec/api/storage_hosts_mapping_api_spec.rb +2 -2
  82. data/spec/api/storage_resource_api_spec.rb +3 -3
  83. data/spec/api/storage_system_api_spec.rb +3 -3
  84. data/spec/api/system_type_api_spec.rb +2 -2
  85. data/spec/api/user_api_spec.rb +2 -2
  86. data/spec/api/volume_api_spec.rb +3 -3
  87. data/spec/api/volume_safe_delete_api_spec.rb +2 -2
  88. data/spec/models/async_response_spec.rb +40 -0
  89. metadata +82 -78
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -44,7 +44,7 @@ describe 'ServiceResourceAttachmentApi' do
44
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>]
47
+ # @return [AsyncResponse]
48
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
@@ -54,7 +54,7 @@ describe 'ServiceResourceAttachmentApi' do
54
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>]
57
+ # @return [ServiceResourceAttachment]
58
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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -44,7 +44,7 @@ describe 'VolumeSafeDeleteApi' do
44
44
  # unit tests for safe_deletes_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<VolumeSafeDelete>]
47
+ # @return [VolumeSafeDelete]
48
48
  describe 'safe_deletes_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 'VolumeSafeDeleteApi' do
54
54
  # unit tests for safe_deletes_pk_get
55
55
  # @param pk
56
56
  # @param [Hash] opts the optional parameters
57
- # @return [Array<VolumeSafeDelete>]
57
+ # @return [VolumeSafeDelete]
58
58
  describe 'safe_deletes_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
@@ -0,0 +1,40 @@
1
+ =begin
2
+ #Site Manager API
3
+
4
+ #Site Manager API
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: autosde@il.ibm.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.0.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for AutosdeOpenapiClient::AsyncResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe AutosdeOpenapiClient::AsyncResponse do
21
+ let(:instance) { AutosdeOpenapiClient::AsyncResponse.new }
22
+
23
+ describe 'test an instance of AsyncResponse' do
24
+ it 'should create an instance of AsyncResponse' do
25
+ expect(instance).to be_instance_of(AutosdeOpenapiClient::AsyncResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "info"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "task_id"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ end