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.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/docs/StorageHost.md +4 -0
  4. data/docs/StorageHostCreate.md +4 -0
  5. data/docs/StorageHostResponse.md +4 -0
  6. data/docs/StorageHostWWPNCandidates.md +20 -0
  7. data/docs/StorageHostWWPNCandidatesApi.md +72 -0
  8. data/lib/autosde_openapi_client.rb +2 -0
  9. data/lib/autosde_openapi_client/api/storage_host_wwpn_candidates_api.rb +75 -0
  10. data/lib/autosde_openapi_client/models/storage_host.rb +21 -1
  11. data/lib/autosde_openapi_client/models/storage_host_create.rb +21 -1
  12. data/lib/autosde_openapi_client/models/storage_host_response.rb +21 -1
  13. data/lib/autosde_openapi_client/models/storage_host_wwpn_candidates.rb +230 -0
  14. data/lib/autosde_openapi_client/version.rb +2 -2
  15. data/spec/api/abstract_capability_api_spec.rb +4 -4
  16. data/spec/api/account_api_spec.rb +4 -4
  17. data/spec/api/address_api_spec.rb +4 -4
  18. data/spec/api/authentication_api_spec.rb +4 -4
  19. data/spec/api/auto_sde_project_api_spec.rb +4 -4
  20. data/spec/api/auto_sde_role_api_spec.rb +4 -4
  21. data/spec/api/capability_translation_api_spec.rb +4 -4
  22. data/spec/api/host_api_spec.rb +4 -4
  23. data/spec/api/host_volume_connection_api_spec.rb +4 -4
  24. data/spec/api/job_api_spec.rb +4 -4
  25. data/spec/api/native_capability_api_spec.rb +4 -4
  26. data/spec/api/profile_api_spec.rb +4 -4
  27. data/spec/api/provisioning_strategy_api_spec.rb +4 -4
  28. data/spec/api/service_api_spec.rb +4 -4
  29. data/spec/api/service_resource_attachment_api_spec.rb +4 -4
  30. data/spec/api/snapshot_api_spec.rb +4 -4
  31. data/spec/api/storage_host_api_spec.rb +4 -4
  32. data/spec/api/storage_host_volume_mapping_api_spec.rb +8 -8
  33. data/spec/api/storage_host_wwpn_candidates_api_spec.rb +44 -0
  34. data/spec/api/storage_resource_api_spec.rb +4 -4
  35. data/spec/api/storage_system_api_spec.rb +4 -4
  36. data/spec/api/system_type_api_spec.rb +4 -4
  37. data/spec/api/volume_api_spec.rb +4 -4
  38. data/spec/api/volume_safe_delete_api_spec.rb +4 -4
  39. data/spec/models/abstract_capability_spec.rb +5 -5
  40. data/spec/models/account_post_request_spec.rb +5 -5
  41. data/spec/models/account_post_response_spec.rb +5 -5
  42. data/spec/models/account_spec.rb +5 -5
  43. data/spec/models/address_create_spec.rb +5 -5
  44. data/spec/models/address_spec.rb +5 -5
  45. data/spec/models/auth_response_spec.rb +5 -5
  46. data/spec/models/authentication_spec.rb +5 -5
  47. data/spec/models/auto_sde_project_spec.rb +5 -5
  48. data/spec/models/auto_sde_role_spec.rb +5 -5
  49. data/spec/models/capability_translation_create_spec.rb +5 -5
  50. data/spec/models/capability_translation_spec.rb +5 -5
  51. data/spec/models/host_create_spec.rb +5 -5
  52. data/spec/models/host_spec.rb +5 -5
  53. data/spec/models/host_volume_connection_create_spec.rb +5 -5
  54. data/spec/models/host_volume_connection_spec.rb +5 -5
  55. data/spec/models/job_create_spec.rb +5 -5
  56. data/spec/models/job_spec.rb +5 -5
  57. data/spec/models/native_capability_spec.rb +5 -5
  58. data/spec/models/profile_spec.rb +5 -5
  59. data/spec/models/provisioning_strategy_spec.rb +5 -5
  60. data/spec/models/service_abstract_capability_value_spec.rb +5 -5
  61. data/spec/models/service_create_spec.rb +5 -5
  62. data/spec/models/service_resource_attachment_spec.rb +5 -5
  63. data/spec/models/service_spec.rb +5 -5
  64. data/spec/models/snapshot_create_spec.rb +5 -5
  65. data/spec/models/snapshot_spec.rb +5 -5
  66. data/spec/models/storage_host_create_spec.rb +17 -5
  67. data/spec/models/storage_host_response_spec.rb +17 -5
  68. data/spec/models/storage_host_spec.rb +17 -5
  69. data/spec/models/storage_host_update_spec.rb +5 -5
  70. data/spec/models/storage_host_volume_mapping_create_spec.rb +5 -5
  71. data/spec/models/storage_host_volume_mapping_spec.rb +5 -5
  72. data/spec/models/storage_host_wwpn_candidates_spec.rb +40 -0
  73. data/spec/models/storage_resource_create_spec.rb +5 -5
  74. data/spec/models/storage_resource_response_spec.rb +5 -5
  75. data/spec/models/storage_resource_spec.rb +5 -5
  76. data/spec/models/storage_system_create_spec.rb +5 -5
  77. data/spec/models/storage_system_spec.rb +11 -5
  78. data/spec/models/system_type_create_spec.rb +5 -5
  79. data/spec/models/system_type_spec.rb +5 -5
  80. data/spec/models/volume_create_spec.rb +5 -5
  81. data/spec/models/volume_response_spec.rb +5 -5
  82. data/spec/models/volume_safe_delete_create_spec.rb +5 -5
  83. data/spec/models/volume_safe_delete_spec.rb +5 -5
  84. data/spec/models/volume_spec.rb +5 -5
  85. data/spec/models/volume_update_spec.rb +5 -5
  86. metadata +72 -64
@@ -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.1-SNAPSHOT
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 OpenapiClient::Service
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 OpenapiClient::Service do
21
- let(:instance) { OpenapiClient::Service.new }
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(OpenapiClient::Service)
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.1-SNAPSHOT
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 OpenapiClient::SnapshotCreate
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 OpenapiClient::SnapshotCreate do
21
- let(:instance) { OpenapiClient::SnapshotCreate.new }
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(OpenapiClient::SnapshotCreate)
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.1-SNAPSHOT
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 OpenapiClient::Snapshot
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 OpenapiClient::Snapshot do
21
- let(:instance) { OpenapiClient::Snapshot.new }
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(OpenapiClient::Snapshot)
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.1-SNAPSHOT
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 OpenapiClient::StorageHostCreate
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 OpenapiClient::StorageHostCreate do
21
- let(:instance) { OpenapiClient::StorageHostCreate.new }
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(OpenapiClient::StorageHostCreate)
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.1-SNAPSHOT
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 OpenapiClient::StorageHostResponse
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 OpenapiClient::StorageHostResponse do
21
- let(:instance) { OpenapiClient::StorageHostResponse.new }
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(OpenapiClient::StorageHostResponse)
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.1-SNAPSHOT
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 OpenapiClient::StorageHost
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 OpenapiClient::StorageHost do
21
- let(:instance) { OpenapiClient::StorageHost.new }
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(OpenapiClient::StorageHost)
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.1-SNAPSHOT
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 OpenapiClient::StorageHostUpdate
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 OpenapiClient::StorageHostUpdate do
21
- let(:instance) { OpenapiClient::StorageHostUpdate.new }
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(OpenapiClient::StorageHostUpdate)
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.1-SNAPSHOT
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 OpenapiClient::StorageHostVolumeMappingCreate
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 OpenapiClient::StorageHostVolumeMappingCreate do
21
- let(:instance) { OpenapiClient::StorageHostVolumeMappingCreate.new }
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(OpenapiClient::StorageHostVolumeMappingCreate)
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.1-SNAPSHOT
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 OpenapiClient::StorageHostVolumeMapping
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 OpenapiClient::StorageHostVolumeMapping do
21
- let(:instance) { OpenapiClient::StorageHostVolumeMapping.new }
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(OpenapiClient::StorageHostVolumeMapping)
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.1-SNAPSHOT
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 OpenapiClient::StorageResourceCreate
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 OpenapiClient::StorageResourceCreate do
21
- let(:instance) { OpenapiClient::StorageResourceCreate.new }
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(OpenapiClient::StorageResourceCreate)
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.1-SNAPSHOT
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 OpenapiClient::StorageResourceResponse
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 OpenapiClient::StorageResourceResponse do
21
- let(:instance) { OpenapiClient::StorageResourceResponse.new }
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(OpenapiClient::StorageResourceResponse)
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.1-SNAPSHOT
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 OpenapiClient::StorageResource
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 OpenapiClient::StorageResource do
21
- let(:instance) { OpenapiClient::StorageResource.new }
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(OpenapiClient::StorageResource)
25
+ expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageResource)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "advanced_attributes_map"' do