autosde_openapi_client 1.0.26 → 1.0.30
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/StorageHost.md +4 -0
- data/docs/StorageHostCreate.md +4 -0
- data/docs/StorageHostResponse.md +4 -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.rb +21 -1
- data/lib/autosde_openapi_client/models/storage_host_create.rb +21 -1
- data/lib/autosde_openapi_client/models/storage_host_response.rb +21 -1
- 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 +72 -64
data/spec/models/service_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::Service
|
|
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::Service do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::Service.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of Service' do
|
|
24
24
|
it 'should create an instance of Service' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::Service)
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
describe 'test attribute "capability_values"' 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::SnapshotCreate
|
|
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::SnapshotCreate do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::SnapshotCreate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of SnapshotCreate' do
|
|
24
24
|
it 'should create an instance of SnapshotCreate' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::SnapshotCreate)
|
|
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::Snapshot
|
|
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::Snapshot do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::Snapshot.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of Snapshot' do
|
|
24
24
|
it 'should create an instance of Snapshot' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::Snapshot)
|
|
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::StorageHostCreate
|
|
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::StorageHostCreate do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHostCreate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of StorageHostCreate' do
|
|
24
24
|
it 'should create an instance of StorageHostCreate' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHostCreate)
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
describe 'test attribute "chap_name"' do
|
|
@@ -53,6 +53,12 @@ describe OpenapiClient::StorageHostCreate do
|
|
|
53
53
|
end
|
|
54
54
|
end
|
|
55
55
|
|
|
56
|
+
describe 'test attribute "host_cluster_name"' do
|
|
57
|
+
it 'should work' do
|
|
58
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
|
|
56
62
|
describe 'test attribute "io_groups"' do
|
|
57
63
|
it 'should work' do
|
|
58
64
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -81,6 +87,12 @@ describe OpenapiClient::StorageHostCreate do
|
|
|
81
87
|
end
|
|
82
88
|
end
|
|
83
89
|
|
|
90
|
+
describe 'test attribute "status"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
84
96
|
describe 'test attribute "storage_system"' do
|
|
85
97
|
it 'should work' do
|
|
86
98
|
# 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::StorageHostResponse
|
|
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::StorageHostResponse do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHostResponse.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of StorageHostResponse' do
|
|
24
24
|
it 'should create an instance of StorageHostResponse' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHostResponse)
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
describe 'test attribute "addresses"' do
|
|
@@ -47,6 +47,12 @@ describe OpenapiClient::StorageHostResponse do
|
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
+
describe 'test attribute "host_cluster_name"' do
|
|
51
|
+
it 'should work' do
|
|
52
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
|
|
50
56
|
describe 'test attribute "io_groups"' do
|
|
51
57
|
it 'should work' do
|
|
52
58
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -59,6 +65,12 @@ describe OpenapiClient::StorageHostResponse do
|
|
|
59
65
|
end
|
|
60
66
|
end
|
|
61
67
|
|
|
68
|
+
describe 'test attribute "status"' do
|
|
69
|
+
it 'should work' do
|
|
70
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
|
|
62
74
|
describe 'test attribute "storage_system"' do
|
|
63
75
|
it 'should work' do
|
|
64
76
|
# 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::StorageHost
|
|
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::StorageHost do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHost.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of StorageHost' do
|
|
24
24
|
it 'should create an instance of StorageHost' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHost)
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
describe 'test attribute "component_state"' do
|
|
@@ -41,6 +41,12 @@ describe OpenapiClient::StorageHost do
|
|
|
41
41
|
end
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
+
describe 'test attribute "host_cluster_name"' do
|
|
45
|
+
it 'should work' do
|
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
|
|
44
50
|
describe 'test attribute "io_groups"' do
|
|
45
51
|
it 'should work' do
|
|
46
52
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -53,6 +59,12 @@ describe OpenapiClient::StorageHost do
|
|
|
53
59
|
end
|
|
54
60
|
end
|
|
55
61
|
|
|
62
|
+
describe 'test attribute "status"' do
|
|
63
|
+
it 'should work' do
|
|
64
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
|
|
56
68
|
describe 'test attribute "storage_system"' do
|
|
57
69
|
it 'should work' do
|
|
58
70
|
# 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::StorageHostUpdate
|
|
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::StorageHostUpdate do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHostUpdate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of StorageHostUpdate' do
|
|
24
24
|
it 'should create an instance of StorageHostUpdate' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHostUpdate)
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
describe 'test attribute "operation"' 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::StorageHostVolumeMappingCreate
|
|
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::StorageHostVolumeMappingCreate do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageHostVolumeMappingCreate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of StorageHostVolumeMappingCreate' do
|
|
24
24
|
it 'should create an instance of StorageHostVolumeMappingCreate' do
|
|
25
|
-
expect(instance).to be_instance_of(
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageHostVolumeMappingCreate)
|
|
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::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
|