autosde_openapi_client 1.0.27 → 1.0.31
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 +2 -0
- data/docs/StorageHostWWPNCandidates.md +20 -0
- data/docs/StorageHostWWPNCandidatesApi.md +72 -0
- data/lib/autosde_openapi_client.rb +2 -0
- data/lib/autosde_openapi_client/api/storage_host_wwpn_candidates_api.rb +75 -0
- data/lib/autosde_openapi_client/models/storage_host_wwpn_candidates.rb +230 -0
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/spec/api/abstract_capability_api_spec.rb +4 -4
- data/spec/api/account_api_spec.rb +4 -4
- data/spec/api/address_api_spec.rb +4 -4
- data/spec/api/authentication_api_spec.rb +4 -4
- data/spec/api/auto_sde_project_api_spec.rb +4 -4
- data/spec/api/auto_sde_role_api_spec.rb +4 -4
- data/spec/api/capability_translation_api_spec.rb +4 -4
- data/spec/api/host_api_spec.rb +4 -4
- data/spec/api/host_volume_connection_api_spec.rb +4 -4
- data/spec/api/job_api_spec.rb +4 -4
- data/spec/api/native_capability_api_spec.rb +4 -4
- data/spec/api/profile_api_spec.rb +4 -4
- data/spec/api/provisioning_strategy_api_spec.rb +4 -4
- data/spec/api/service_api_spec.rb +4 -4
- data/spec/api/service_resource_attachment_api_spec.rb +4 -4
- data/spec/api/snapshot_api_spec.rb +4 -4
- data/spec/api/storage_host_api_spec.rb +4 -4
- data/spec/api/storage_host_volume_mapping_api_spec.rb +8 -8
- data/spec/api/storage_host_wwpn_candidates_api_spec.rb +44 -0
- data/spec/api/storage_resource_api_spec.rb +4 -4
- data/spec/api/storage_system_api_spec.rb +4 -4
- data/spec/api/system_type_api_spec.rb +4 -4
- data/spec/api/volume_api_spec.rb +4 -4
- data/spec/api/volume_safe_delete_api_spec.rb +4 -4
- data/spec/models/abstract_capability_spec.rb +5 -5
- data/spec/models/account_post_request_spec.rb +5 -5
- data/spec/models/account_post_response_spec.rb +5 -5
- data/spec/models/account_spec.rb +5 -5
- data/spec/models/address_create_spec.rb +5 -5
- data/spec/models/address_spec.rb +5 -5
- data/spec/models/auth_response_spec.rb +5 -5
- data/spec/models/authentication_spec.rb +5 -5
- data/spec/models/auto_sde_project_spec.rb +5 -5
- data/spec/models/auto_sde_role_spec.rb +5 -5
- data/spec/models/capability_translation_create_spec.rb +5 -5
- data/spec/models/capability_translation_spec.rb +5 -5
- data/spec/models/host_create_spec.rb +5 -5
- data/spec/models/host_spec.rb +5 -5
- data/spec/models/host_volume_connection_create_spec.rb +5 -5
- data/spec/models/host_volume_connection_spec.rb +5 -5
- data/spec/models/job_create_spec.rb +5 -5
- data/spec/models/job_spec.rb +5 -5
- data/spec/models/native_capability_spec.rb +5 -5
- data/spec/models/profile_spec.rb +5 -5
- data/spec/models/provisioning_strategy_spec.rb +5 -5
- data/spec/models/service_abstract_capability_value_spec.rb +5 -5
- data/spec/models/service_create_spec.rb +5 -5
- data/spec/models/service_resource_attachment_spec.rb +5 -5
- data/spec/models/service_spec.rb +5 -5
- data/spec/models/snapshot_create_spec.rb +5 -5
- data/spec/models/snapshot_spec.rb +5 -5
- data/spec/models/storage_host_create_spec.rb +17 -5
- data/spec/models/storage_host_response_spec.rb +17 -5
- data/spec/models/storage_host_spec.rb +17 -5
- data/spec/models/storage_host_update_spec.rb +5 -5
- data/spec/models/storage_host_volume_mapping_create_spec.rb +5 -5
- data/spec/models/storage_host_volume_mapping_spec.rb +5 -5
- data/spec/models/storage_host_wwpn_candidates_spec.rb +40 -0
- data/spec/models/storage_resource_create_spec.rb +5 -5
- data/spec/models/storage_resource_response_spec.rb +5 -5
- data/spec/models/storage_resource_spec.rb +5 -5
- data/spec/models/storage_system_create_spec.rb +5 -5
- data/spec/models/storage_system_spec.rb +11 -5
- data/spec/models/system_type_create_spec.rb +5 -5
- data/spec/models/system_type_spec.rb +5 -5
- data/spec/models/volume_create_spec.rb +5 -5
- data/spec/models/volume_response_spec.rb +5 -5
- data/spec/models/volume_safe_delete_create_spec.rb +5 -5
- data/spec/models/volume_safe_delete_spec.rb +5 -5
- data/spec/models/volume_spec.rb +5 -5
- data/spec/models/volume_update_spec.rb +5 -5
- metadata +68 -60
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageHostVolumeMapping
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::StorageHostVolumeMapping do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHostVolumeMapping.new }
|
22
22
|
|
23
23
|
describe 'test an instance of StorageHostVolumeMapping' do
|
24
24
|
it 'should create an instance of StorageHostVolumeMapping' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHostVolumeMapping)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "component_state"' do
|
@@ -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::StorageHostWWPNCandidates
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe AutosdeOpenapiClient::StorageHostWWPNCandidates do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHostWWPNCandidates.new }
|
22
|
+
|
23
|
+
describe 'test an instance of StorageHostWWPNCandidates' do
|
24
|
+
it 'should create an instance of StorageHostWWPNCandidates' do
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHostWWPNCandidates)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "system_uuid"' 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 "wwpn"' 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
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageResourceCreate
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::StorageResourceCreate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageResourceCreate.new }
|
22
22
|
|
23
23
|
describe 'test an instance of StorageResourceCreate' do
|
24
24
|
it 'should create an instance of StorageResourceCreate' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageResourceCreate)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "advanced_attributes_map"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageResourceResponse
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::StorageResourceResponse do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageResourceResponse.new }
|
22
22
|
|
23
23
|
describe 'test an instance of StorageResourceResponse' do
|
24
24
|
it 'should create an instance of StorageResourceResponse' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageResourceResponse)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "advanced_attributes_map"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageResource
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::StorageResource do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageResource.new }
|
22
22
|
|
23
23
|
describe 'test an instance of StorageResource' do
|
24
24
|
it 'should create an instance of StorageResource' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageResource)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "advanced_attributes_map"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageSystemCreate
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::StorageSystemCreate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageSystemCreate.new }
|
22
22
|
|
23
23
|
describe 'test an instance of StorageSystemCreate' do
|
24
24
|
it 'should create an instance of StorageSystemCreate' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageSystemCreate)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "auto_add_pools"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,17 +14,23 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageSystem
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::StorageSystem do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageSystem.new }
|
22
22
|
|
23
23
|
describe 'test an instance of StorageSystem' do
|
24
24
|
it 'should create an instance of StorageSystem' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageSystem)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
describe 'test attribute "auto_add_pools"' 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
|
+
|
28
34
|
describe 'test attribute "component_state"' do
|
29
35
|
it 'should work' do
|
30
36
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::SystemTypeCreate
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::SystemTypeCreate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::SystemTypeCreate.new }
|
22
22
|
|
23
23
|
describe 'test an instance of SystemTypeCreate' do
|
24
24
|
it 'should create an instance of SystemTypeCreate' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::SystemTypeCreate)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "component_state"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::SystemType
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::SystemType do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::SystemType.new }
|
22
22
|
|
23
23
|
describe 'test an instance of SystemType' do
|
24
24
|
it 'should create an instance of SystemType' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::SystemType)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "component_state"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::VolumeCreate
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::VolumeCreate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::VolumeCreate.new }
|
22
22
|
|
23
23
|
describe 'test an instance of VolumeCreate' do
|
24
24
|
it 'should create an instance of VolumeCreate' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeCreate)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "compliant"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::VolumeResponse
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::VolumeResponse do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::VolumeResponse.new }
|
22
22
|
|
23
23
|
describe 'test an instance of VolumeResponse' do
|
24
24
|
it 'should create an instance of VolumeResponse' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeResponse)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "compliant"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::VolumeSafeDeleteCreate
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::VolumeSafeDeleteCreate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::VolumeSafeDeleteCreate.new }
|
22
22
|
|
23
23
|
describe 'test an instance of VolumeSafeDeleteCreate' do
|
24
24
|
it 'should create an instance of VolumeSafeDeleteCreate' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeSafeDeleteCreate)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "volume"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::VolumeSafeDelete
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::VolumeSafeDelete do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::VolumeSafeDelete.new }
|
22
22
|
|
23
23
|
describe 'test an instance of VolumeSafeDelete' do
|
24
24
|
it 'should create an instance of VolumeSafeDelete' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeSafeDelete)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "task_id"' do
|
data/spec/models/volume_spec.rb
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::Volume
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::Volume do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::Volume.new }
|
22
22
|
|
23
23
|
describe 'test an instance of Volume' do
|
24
24
|
it 'should create an instance of Volume' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::Volume)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "compliant"' do
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,15 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for
|
17
|
+
# Unit tests for AutosdeOpenapiClient::VolumeUpdate
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
let(:instance) {
|
20
|
+
describe AutosdeOpenapiClient::VolumeUpdate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::VolumeUpdate.new }
|
22
22
|
|
23
23
|
describe 'test an instance of VolumeUpdate' do
|
24
24
|
it 'should create an instance of VolumeUpdate' do
|
25
|
-
expect(instance).to be_instance_of(
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeUpdate)
|
26
26
|
end
|
27
27
|
end
|
28
28
|
describe 'test attribute "name"' do
|