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
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::AutoSDEProjectApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'AutoSDEProjectApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::AutoSDEProjectApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'AutoSDEProjectApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of AutoSDEProjectApi' do
|
|
30
30
|
it 'should create an instance of AutoSDEProjectApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::AutoSDEProjectApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::AutoSDERoleApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'AutoSDERoleApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::AutoSDERoleApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'AutoSDERoleApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of AutoSDERoleApi' do
|
|
30
30
|
it 'should create an instance of AutoSDERoleApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::AutoSDERoleApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::CapabilityTranslationApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'CapabilityTranslationApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::CapabilityTranslationApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'CapabilityTranslationApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of CapabilityTranslationApi' do
|
|
30
30
|
it 'should create an instance of CapabilityTranslationApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::CapabilityTranslationApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
data/spec/api/host_api_spec.rb
CHANGED
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::HostApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'HostApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::HostApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'HostApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of HostApi' do
|
|
30
30
|
it 'should create an instance of HostApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::HostApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::HostVolumeConnectionApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'HostVolumeConnectionApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::HostVolumeConnectionApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'HostVolumeConnectionApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of HostVolumeConnectionApi' do
|
|
30
30
|
it 'should create an instance of HostVolumeConnectionApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::HostVolumeConnectionApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
data/spec/api/job_api_spec.rb
CHANGED
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::JobApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'JobApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::JobApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'JobApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of JobApi' do
|
|
30
30
|
it 'should create an instance of JobApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::JobApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::NativeCapabilityApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'NativeCapabilityApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::NativeCapabilityApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'NativeCapabilityApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of NativeCapabilityApi' do
|
|
30
30
|
it 'should create an instance of NativeCapabilityApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::NativeCapabilityApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::ProfileApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'ProfileApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::ProfileApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'ProfileApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of ProfileApi' do
|
|
30
30
|
it 'should create an instance of ProfileApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::ProfileApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::ProvisioningStrategyApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'ProvisioningStrategyApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::ProvisioningStrategyApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'ProvisioningStrategyApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of ProvisioningStrategyApi' do
|
|
30
30
|
it 'should create an instance of ProvisioningStrategyApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::ProvisioningStrategyApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::ServiceApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'ServiceApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::ServiceApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'ServiceApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of ServiceApi' do
|
|
30
30
|
it 'should create an instance of ServiceApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::ServiceApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::ServiceResourceAttachmentApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'ServiceResourceAttachmentApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::ServiceResourceAttachmentApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'ServiceResourceAttachmentApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of ServiceResourceAttachmentApi' do
|
|
30
30
|
it 'should create an instance of ServiceResourceAttachmentApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::ServiceResourceAttachmentApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::SnapshotApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'SnapshotApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::SnapshotApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'SnapshotApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of SnapshotApi' do
|
|
30
30
|
it 'should create an instance of SnapshotApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::SnapshotApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::StorageHostApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'StorageHostApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::StorageHostApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,7 +28,7 @@ describe 'StorageHostApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of StorageHostApi' do
|
|
30
30
|
it 'should create an instance of StorageHostApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::StorageHostApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,20 +6,20 @@
|
|
|
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
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for
|
|
16
|
+
# Unit tests for AutosdeOpenapiClient::StorageHostVolumeMappingApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
19
|
describe 'StorageHostVolumeMappingApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance =
|
|
22
|
+
@api_instance = AutosdeOpenapiClient::StorageHostVolumeMappingApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
@@ -28,13 +28,13 @@ describe 'StorageHostVolumeMappingApi' do
|
|
|
28
28
|
|
|
29
29
|
describe 'test an instance of StorageHostVolumeMappingApi' do
|
|
30
30
|
it 'should create an instance of StorageHostVolumeMappingApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(
|
|
31
|
+
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::StorageHostVolumeMappingApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for storage_hosts_mapping_get
|
|
36
36
|
# @param [Hash] opts the optional parameters
|
|
37
|
-
# @return [Array<
|
|
37
|
+
# @return [Array<StorageHostVolumeMappingResponse>]
|
|
38
38
|
describe 'storage_hosts_mapping_get test' do
|
|
39
39
|
it 'should work' do
|
|
40
40
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'StorageHostVolumeMappingApi' do
|
|
|
44
44
|
# unit tests for storage_hosts_mapping_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [Array<
|
|
47
|
+
# @return [Array<StorageHostVolumeMappingResponse>]
|
|
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 'StorageHostVolumeMappingApi' do
|
|
|
54
54
|
# unit tests for storage_hosts_mapping_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [Array<
|
|
57
|
+
# @return [Array<StorageHostVolumeMappingResponse>]
|
|
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
|
|
@@ -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 [StorageHostVolumeMapping]
|
|
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
|