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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/docs/AbstractCapabilityApi.md +8 -8
- data/docs/AccountApi.md +8 -8
- data/docs/AddressApi.md +8 -8
- data/docs/AsyncResponse.md +20 -0
- data/docs/AutoSDEProjectApi.md +8 -8
- data/docs/AutoSDERoleApi.md +8 -8
- data/docs/CapabilityTranslationApi.md +8 -8
- data/docs/EventApi.md +8 -8
- data/docs/HostApi.md +8 -8
- data/docs/HostClusterApi.md +8 -8
- data/docs/HostClusterMembershipApi.md +8 -8
- data/docs/HostClusterVolumeMappingApi.md +8 -8
- data/docs/HostVolumeConnectionApi.md +8 -8
- data/docs/JobApi.md +8 -8
- data/docs/NativeCapabilityApi.md +8 -8
- data/docs/ProfileApi.md +8 -8
- data/docs/ProvisioningStrategyApi.md +8 -8
- data/docs/ServiceApi.md +8 -8
- data/docs/ServiceResourceAttachmentApi.md +8 -8
- data/docs/SnapshotApi.md +8 -8
- data/docs/StorageHostApi.md +12 -12
- data/docs/StorageHostsMappingApi.md +8 -8
- data/docs/StorageResourceApi.md +12 -12
- data/docs/StorageSystemApi.md +12 -12
- data/docs/SystemTypeApi.md +8 -8
- data/docs/UserApi.md +8 -8
- data/docs/VolumeApi.md +12 -12
- data/docs/VolumeSafeDeleteApi.md +8 -8
- data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
- data/lib/autosde_openapi_client/api/account_api.rb +6 -6
- data/lib/autosde_openapi_client/api/address_api.rb +6 -6
- data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
- data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
- data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
- data/lib/autosde_openapi_client/api/event_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +6 -6
- data/lib/autosde_openapi_client/api/job_api.rb +6 -6
- data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
- data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
- data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
- data/lib/autosde_openapi_client/api/service_api.rb +6 -6
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +6 -6
- data/lib/autosde_openapi_client/api/snapshot_api.rb +6 -6
- data/lib/autosde_openapi_client/api/storage_host_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +6 -6
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_system_api.rb +9 -9
- data/lib/autosde_openapi_client/api/system_type_api.rb +6 -6
- data/lib/autosde_openapi_client/api/user_api.rb +6 -6
- data/lib/autosde_openapi_client/api/volume_api.rb +9 -9
- data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
- data/lib/autosde_openapi_client/models/async_response.rb +230 -0
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/lib/autosde_openapi_client.rb +1 -0
- data/spec/api/abstract_capability_api_spec.rb +2 -2
- data/spec/api/account_api_spec.rb +2 -2
- data/spec/api/address_api_spec.rb +2 -2
- data/spec/api/auto_sde_project_api_spec.rb +2 -2
- data/spec/api/auto_sde_role_api_spec.rb +2 -2
- data/spec/api/capability_translation_api_spec.rb +2 -2
- data/spec/api/event_api_spec.rb +2 -2
- data/spec/api/host_api_spec.rb +2 -2
- data/spec/api/host_cluster_api_spec.rb +2 -2
- data/spec/api/host_cluster_membership_api_spec.rb +2 -2
- data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
- data/spec/api/host_volume_connection_api_spec.rb +2 -2
- data/spec/api/job_api_spec.rb +2 -2
- data/spec/api/native_capability_api_spec.rb +2 -2
- data/spec/api/profile_api_spec.rb +2 -2
- data/spec/api/provisioning_strategy_api_spec.rb +2 -2
- data/spec/api/service_api_spec.rb +2 -2
- data/spec/api/service_resource_attachment_api_spec.rb +2 -2
- data/spec/api/snapshot_api_spec.rb +2 -2
- data/spec/api/storage_host_api_spec.rb +3 -3
- data/spec/api/storage_hosts_mapping_api_spec.rb +2 -2
- data/spec/api/storage_resource_api_spec.rb +3 -3
- data/spec/api/storage_system_api_spec.rb +3 -3
- data/spec/api/system_type_api_spec.rb +2 -2
- data/spec/api/user_api_spec.rb +2 -2
- data/spec/api/volume_api_spec.rb +3 -3
- data/spec/api/volume_safe_delete_api_spec.rb +2 -2
- data/spec/models/async_response_spec.rb +40 -0
- 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 [
|
|
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 [
|
|
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
|
data/spec/api/event_api_spec.rb
CHANGED
|
@@ -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 [
|
|
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 [
|
|
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
|
data/spec/api/host_api_spec.rb
CHANGED
|
@@ -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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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
|
data/spec/api/job_api_spec.rb
CHANGED
|
@@ -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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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
|
data/spec/api/user_api_spec.rb
CHANGED
|
@@ -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 [
|
|
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 [
|
|
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
|
data/spec/api/volume_api_spec.rb
CHANGED
|
@@ -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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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
|