autosde_openapi_client 1.0.1 → 1.0.2
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 +8 -8
- data/{openapi_client.gemspec → autosde_openapi_client.gemspec} +1 -1
- data/docs/AbstractCapabilityApi.md +4 -4
- data/docs/AccountApi.md +5 -5
- data/docs/AddressApi.md +4 -4
- data/docs/AuthenticationApi.md +1 -1
- data/docs/AutoSDEProjectApi.md +4 -4
- data/docs/AutoSDERoleApi.md +4 -4
- data/docs/CapabilityTranslationApi.md +4 -4
- data/docs/HostApi.md +4 -4
- data/docs/HostVolumeConnectionApi.md +4 -4
- data/docs/JobApi.md +2 -2
- data/docs/NativeCapabilityApi.md +4 -4
- data/docs/ProfileApi.md +4 -4
- data/docs/ProvisioningStrategyApi.md +4 -4
- data/docs/ServiceApi.md +5 -5
- data/docs/ServiceResourceAttachmentApi.md +4 -4
- data/docs/SnapshotApi.md +4 -4
- data/docs/StorageHostApi.md +5 -5
- data/docs/StorageHostVolumeMappingApi.md +4 -4
- data/docs/StorageResourceApi.md +5 -5
- data/docs/StorageSystemApi.md +4 -4
- data/docs/SystemTypeApi.md +4 -4
- data/docs/VolumeApi.md +5 -5
- data/docs/VolumeSafeDeleteApi.md +4 -4
- data/lib/autosde_openapi_client.rb +108 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/abstract_capability_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/account_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/address_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/authentication_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/auto_sde_project_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/auto_sde_role_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/capability_translation_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/host_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/host_volume_connection_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/job_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/native_capability_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/profile_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/provisioning_strategy_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/service_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/service_resource_attachment_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/snapshot_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_host_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_host_volume_mapping_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_resource_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_system_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/system_type_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/volume_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/volume_safe_delete_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api_client.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api_error.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/configuration.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/abstract_capability.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/account.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/account_post_request.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/account_post_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/address.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/address_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/auth_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/authentication.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/auto_sde_project.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/auto_sde_role.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/capability_translation.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/capability_translation_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host_volume_connection.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host_volume_connection_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/job.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/job_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/native_capability.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/profile.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/provisioning_strategy.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service_abstract_capability_value.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service_resource_attachment.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/snapshot.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/snapshot_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_update.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_system.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_system_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/system_type.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/system_type_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_safe_delete.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_safe_delete_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_update.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/version.rb +1 -1
- data/spec/api/abstract_capability_api_spec.rb +1 -1
- data/spec/api/account_api_spec.rb +2 -2
- data/spec/api/address_api_spec.rb +1 -1
- data/spec/api/auto_sde_project_api_spec.rb +1 -1
- data/spec/api/auto_sde_role_api_spec.rb +1 -1
- data/spec/api/capability_translation_api_spec.rb +1 -1
- data/spec/api/host_api_spec.rb +1 -1
- data/spec/api/host_volume_connection_api_spec.rb +1 -1
- data/spec/api/job_api_spec.rb +1 -1
- data/spec/api/native_capability_api_spec.rb +1 -1
- data/spec/api/profile_api_spec.rb +1 -1
- data/spec/api/provisioning_strategy_api_spec.rb +1 -1
- data/spec/api/service_api_spec.rb +2 -2
- data/spec/api/service_resource_attachment_api_spec.rb +1 -1
- data/spec/api/snapshot_api_spec.rb +1 -1
- data/spec/api/storage_host_api_spec.rb +12 -1
- data/spec/api/storage_host_volume_mapping_api_spec.rb +1 -1
- data/spec/api/storage_resource_api_spec.rb +2 -2
- data/spec/api/storage_system_api_spec.rb +1 -1
- data/spec/api/system_type_api_spec.rb +1 -1
- data/spec/api/volume_api_spec.rb +2 -2
- data/spec/api/volume_safe_delete_api_spec.rb +1 -1
- data/spec/models/volume_create_spec.rb +6 -0
- data/spec/models/volume_response_spec.rb +6 -0
- data/spec/models/volume_spec.rb +6 -0
- data/spec/spec_helper.rb +1 -1
- metadata +78 -79
- data/lib/openapi_client.rb +0 -108
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/{openapi_client → autosde_openapi_client}/models/service_abstract_capability_value.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping_create.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -64,7 +64,7 @@ describe 'AbstractCapabilityApi' do
|
|
|
64
64
|
# unit tests for abstract_capabilities_post
|
|
65
65
|
# @param abstract_capability
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AbstractCapability]
|
|
68
68
|
describe 'abstract_capabilities_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
|
|
@@ -65,7 +65,7 @@ describe 'AccountApi' do
|
|
|
65
65
|
# @param pk
|
|
66
66
|
# @param account_post_request
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [AccountPostResponse]
|
|
69
69
|
describe 'accounts_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 'AccountApi' do
|
|
|
75
75
|
# unit tests for accounts_post
|
|
76
76
|
# @param account_post_request
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [AccountPostResponse]
|
|
79
79
|
describe 'accounts_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
|
|
@@ -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 [
|
|
67
|
+
# @return [Address]
|
|
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
|
|
@@ -64,7 +64,7 @@ describe 'AutoSDEProjectApi' do
|
|
|
64
64
|
# unit tests for autosde_projects_post
|
|
65
65
|
# @param auto_sde_project
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AutoSDEProject]
|
|
68
68
|
describe 'autosde_projects_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
|
|
@@ -64,7 +64,7 @@ describe 'AutoSDERoleApi' do
|
|
|
64
64
|
# unit tests for autosde_roles_post
|
|
65
65
|
# @param auto_sde_role
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AutoSDERole]
|
|
68
68
|
describe 'autosde_roles_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
|
|
@@ -64,7 +64,7 @@ describe 'CapabilityTranslationApi' do
|
|
|
64
64
|
# unit tests for capability_translations_post
|
|
65
65
|
# @param capability_translation_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [CapabilityTranslation]
|
|
68
68
|
describe 'capability_translations_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
|
data/spec/api/host_api_spec.rb
CHANGED
|
@@ -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 [
|
|
67
|
+
# @return [Host]
|
|
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
|
|
@@ -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 [
|
|
67
|
+
# @return [HostVolumeConnection]
|
|
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
|
data/spec/api/job_api_spec.rb
CHANGED
|
@@ -44,7 +44,7 @@ describe 'JobApi' do
|
|
|
44
44
|
# unit tests for jobs_post
|
|
45
45
|
# @param job_create
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [Job]
|
|
48
48
|
describe 'jobs_post test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -64,7 +64,7 @@ describe 'NativeCapabilityApi' do
|
|
|
64
64
|
# unit tests for native_capabilities_post
|
|
65
65
|
# @param native_capability
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [NativeCapability]
|
|
68
68
|
describe 'native_capabilities_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
|
|
@@ -64,7 +64,7 @@ describe 'ProfileApi' do
|
|
|
64
64
|
# unit tests for profiles_post
|
|
65
65
|
# @param profile
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [Profile]
|
|
68
68
|
describe 'profiles_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
|
|
@@ -64,7 +64,7 @@ describe 'ProvisioningStrategyApi' do
|
|
|
64
64
|
# unit tests for provisioning_strategy_post
|
|
65
65
|
# @param provisioning_strategy
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [ProvisioningStrategy]
|
|
68
68
|
describe 'provisioning_strategy_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
|
|
@@ -65,7 +65,7 @@ describe 'ServiceApi' do
|
|
|
65
65
|
# @param pk
|
|
66
66
|
# @param service
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [Service]
|
|
69
69
|
describe 'services_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 'ServiceApi' do
|
|
|
75
75
|
# unit tests for services_post
|
|
76
76
|
# @param service_create
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [Service]
|
|
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
|
|
@@ -64,7 +64,7 @@ describe 'ServiceResourceAttachmentApi' do
|
|
|
64
64
|
# unit tests for service_resource_attchment_post
|
|
65
65
|
# @param service_resource_attachment
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [ServiceResourceAttachment]
|
|
68
68
|
describe 'service_resource_attchment_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
|
|
@@ -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 [
|
|
67
|
+
# @return [Snapshot]
|
|
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
|
|
@@ -61,10 +61,21 @@ describe 'StorageHostApi' do
|
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
|
|
64
|
+
# unit tests for storage_hosts_pk_put
|
|
65
|
+
# @param pk
|
|
66
|
+
# @param storage_host_update
|
|
67
|
+
# @param [Hash] opts the optional parameters
|
|
68
|
+
# @return [StorageHost]
|
|
69
|
+
describe 'storage_hosts_pk_put test' do
|
|
70
|
+
it 'should work' do
|
|
71
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
|
|
64
75
|
# unit tests for storage_hosts_post
|
|
65
76
|
# @param storage_host_create
|
|
66
77
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
78
|
+
# @return [StorageHostResponse]
|
|
68
79
|
describe 'storage_hosts_post test' do
|
|
69
80
|
it 'should work' do
|
|
70
81
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -64,7 +64,7 @@ describe 'StorageHostVolumeMappingApi' do
|
|
|
64
64
|
# unit tests for storage_hosts_mapping_post
|
|
65
65
|
# @param storage_host_volume_mapping_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [StorageHostVolumeMappingCreate]
|
|
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
|
|
@@ -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 [StorageResourceResponse]
|
|
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
|
|
@@ -75,7 +75,7 @@ describe 'StorageResourceApi' do
|
|
|
75
75
|
# unit tests for storage_resources_post
|
|
76
76
|
# @param storage_resource_create
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [StorageResourceResponse]
|
|
79
79
|
describe 'storage_resources_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
|
|
@@ -64,7 +64,7 @@ describe 'StorageSystemApi' do
|
|
|
64
64
|
# unit tests for storage_systems_post
|
|
65
65
|
# @param storage_system_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [StorageSystem]
|
|
68
68
|
describe 'storage_systems_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
|
|
@@ -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 [
|
|
67
|
+
# @return [SystemType]
|
|
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
|
data/spec/api/volume_api_spec.rb
CHANGED
|
@@ -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 [VolumeResponse]
|
|
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 [
|
|
78
|
+
# @return [VolumeResponse]
|
|
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
|
|
@@ -64,7 +64,7 @@ describe 'VolumeSafeDeleteApi' do
|
|
|
64
64
|
# unit tests for safe_deletes_post
|
|
65
65
|
# @param volume_safe_delete_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [VolumeSafeDelete]
|
|
68
68
|
describe 'safe_deletes_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
|
|
@@ -66,6 +66,12 @@ describe 'VolumeCreate' do
|
|
|
66
66
|
end
|
|
67
67
|
end
|
|
68
68
|
|
|
69
|
+
describe 'test attribute "unmapped_since"' do
|
|
70
|
+
it 'should work' do
|
|
71
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
|
|
69
75
|
describe 'test attribute "uuid"' do
|
|
70
76
|
it 'should work' do
|
|
71
77
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -78,6 +78,12 @@ describe 'VolumeResponse' do
|
|
|
78
78
|
end
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
+
describe 'test attribute "unmapped_since"' do
|
|
82
|
+
it 'should work' do
|
|
83
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
|
|
81
87
|
describe 'test attribute "uuid"' do
|
|
82
88
|
it 'should work' do
|
|
83
89
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|