autosde_openapi_client 3.2.13 → 3.2.14
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/docs/StorageResource.md +0 -2
- data/docs/StorageResourceCreate.md +0 -2
- data/docs/StorageResourceResponse.md +0 -2
- data/lib/autosde_openapi_client/models/storage_resource.rb +1 -13
- data/lib/autosde_openapi_client/models/storage_resource_create.rb +1 -13
- data/lib/autosde_openapi_client/models/storage_resource_response.rb +1 -13
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/spec/models/storage_resource_create_spec.rb +0 -6
- data/spec/models/storage_resource_response_spec.rb +0 -6
- data/spec/models/storage_resource_spec.rb +0 -6
- metadata +91 -91
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '079e2bef096ff360f8e45418e9859dd8a77125034b4e3b3adbb536fd1fde558b'
|
4
|
+
data.tar.gz: a3ae257b835a5b434c97c895c02b40c5534f6c0108ebbc097cb5f3fbb1189803
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '034048c64dfb4301e5c3d29e015213daadb67d351a596062d8aa60c3841cab4b7a5c325fcf82e11b9708caecdbc302a2d7a174472c6a78ea3052d6d3cf999bc0'
|
7
|
+
data.tar.gz: 575adb777ca2491b694b798a3f4d4b817b01028c6c903f43b8fa502bc95d0de120ee234084bf2b319f9885bf57174302567f982ff0b16abe6f733f656190aaf0
|
data/docs/StorageResource.md
CHANGED
@@ -6,7 +6,6 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] |
|
8
8
|
| **component_state** | **String** | component_state | [optional] |
|
9
|
-
| **data_reduction** | **Boolean** | data_reduction | [optional][default to false] |
|
10
9
|
| **extent_size** | **Integer** | extent_size | [optional][default to 1024] |
|
11
10
|
| **logical_free** | **Integer** | logical_free | [optional][default to 0] |
|
12
11
|
| **logical_total** | **Integer** | The Total logical capacity of this resource (gb) | [optional][default to 0] |
|
@@ -24,7 +23,6 @@ require 'autosde_openapi_client'
|
|
24
23
|
instance = AutosdeOpenapiClient::StorageResource.new(
|
25
24
|
advanced_attributes_map: null,
|
26
25
|
component_state: null,
|
27
|
-
data_reduction: null,
|
28
26
|
extent_size: null,
|
29
27
|
logical_free: null,
|
30
28
|
logical_total: null,
|
@@ -6,7 +6,6 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] |
|
8
8
|
| **component_state** | **String** | component_state | [optional] |
|
9
|
-
| **data_reduction** | **Boolean** | data_reduction | [optional][default to false] |
|
10
9
|
| **extent_size** | **Integer** | extent_size | [optional][default to 1024] |
|
11
10
|
| **logical_free** | **Integer** | logical_free | [optional][default to 0] |
|
12
11
|
| **logical_total** | **Integer** | The Total logical capacity of this resource (gb) | [optional][default to 0] |
|
@@ -23,7 +22,6 @@ require 'autosde_openapi_client'
|
|
23
22
|
instance = AutosdeOpenapiClient::StorageResourceCreate.new(
|
24
23
|
advanced_attributes_map: null,
|
25
24
|
component_state: null,
|
26
|
-
data_reduction: null,
|
27
25
|
extent_size: null,
|
28
26
|
logical_free: null,
|
29
27
|
logical_total: null,
|
@@ -7,7 +7,6 @@
|
|
7
7
|
| **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] |
|
8
8
|
| **capability_values_json** | **String** | capability_values_json | [optional] |
|
9
9
|
| **component_state** | **String** | component_state | [optional] |
|
10
|
-
| **data_reduction** | **Boolean** | data_reduction | [optional][default to false] |
|
11
10
|
| **extent_size** | **Integer** | extent_size | [optional][default to 1024] |
|
12
11
|
| **logical_free** | **Integer** | logical_free | [optional][default to 0] |
|
13
12
|
| **logical_total** | **Integer** | The Total logical capacity of this resource (gb) | [optional][default to 0] |
|
@@ -26,7 +25,6 @@ instance = AutosdeOpenapiClient::StorageResourceResponse.new(
|
|
26
25
|
advanced_attributes_map: null,
|
27
26
|
capability_values_json: null,
|
28
27
|
component_state: null,
|
29
|
-
data_reduction: null,
|
30
28
|
extent_size: null,
|
31
29
|
logical_free: null,
|
32
30
|
logical_total: null,
|
@@ -22,9 +22,6 @@ module AutosdeOpenapiClient
|
|
22
22
|
# component_state
|
23
23
|
attr_accessor :component_state
|
24
24
|
|
25
|
-
# data_reduction
|
26
|
-
attr_accessor :data_reduction
|
27
|
-
|
28
25
|
# extent_size
|
29
26
|
attr_accessor :extent_size
|
30
27
|
|
@@ -75,7 +72,6 @@ module AutosdeOpenapiClient
|
|
75
72
|
{
|
76
73
|
:'advanced_attributes_map' => :'advanced_attributes_map',
|
77
74
|
:'component_state' => :'component_state',
|
78
|
-
:'data_reduction' => :'data_reduction',
|
79
75
|
:'extent_size' => :'extent_size',
|
80
76
|
:'logical_free' => :'logical_free',
|
81
77
|
:'logical_total' => :'logical_total',
|
@@ -97,7 +93,6 @@ module AutosdeOpenapiClient
|
|
97
93
|
{
|
98
94
|
:'advanced_attributes_map' => :'String',
|
99
95
|
:'component_state' => :'String',
|
100
|
-
:'data_reduction' => :'Boolean',
|
101
96
|
:'extent_size' => :'Integer',
|
102
97
|
:'logical_free' => :'Integer',
|
103
98
|
:'logical_total' => :'Integer',
|
@@ -138,12 +133,6 @@ module AutosdeOpenapiClient
|
|
138
133
|
self.component_state = attributes[:'component_state']
|
139
134
|
end
|
140
135
|
|
141
|
-
if attributes.key?(:'data_reduction')
|
142
|
-
self.data_reduction = attributes[:'data_reduction']
|
143
|
-
else
|
144
|
-
self.data_reduction = false
|
145
|
-
end
|
146
|
-
|
147
136
|
if attributes.key?(:'extent_size')
|
148
137
|
self.extent_size = attributes[:'extent_size']
|
149
138
|
else
|
@@ -232,7 +221,6 @@ module AutosdeOpenapiClient
|
|
232
221
|
self.class == o.class &&
|
233
222
|
advanced_attributes_map == o.advanced_attributes_map &&
|
234
223
|
component_state == o.component_state &&
|
235
|
-
data_reduction == o.data_reduction &&
|
236
224
|
extent_size == o.extent_size &&
|
237
225
|
logical_free == o.logical_free &&
|
238
226
|
logical_total == o.logical_total &&
|
@@ -252,7 +240,7 @@ module AutosdeOpenapiClient
|
|
252
240
|
# Calculates hash code according to all attributes.
|
253
241
|
# @return [Integer] Hash code
|
254
242
|
def hash
|
255
|
-
[advanced_attributes_map, component_state,
|
243
|
+
[advanced_attributes_map, component_state, extent_size, logical_free, logical_total, name, pool_name, protocol, storage_system, uuid].hash
|
256
244
|
end
|
257
245
|
|
258
246
|
# Builds the object from hash
|
@@ -22,9 +22,6 @@ module AutosdeOpenapiClient
|
|
22
22
|
# component_state
|
23
23
|
attr_accessor :component_state
|
24
24
|
|
25
|
-
# data_reduction
|
26
|
-
attr_accessor :data_reduction
|
27
|
-
|
28
25
|
# extent_size
|
29
26
|
attr_accessor :extent_size
|
30
27
|
|
@@ -73,7 +70,6 @@ module AutosdeOpenapiClient
|
|
73
70
|
{
|
74
71
|
:'advanced_attributes_map' => :'advanced_attributes_map',
|
75
72
|
:'component_state' => :'component_state',
|
76
|
-
:'data_reduction' => :'data_reduction',
|
77
73
|
:'extent_size' => :'extent_size',
|
78
74
|
:'logical_free' => :'logical_free',
|
79
75
|
:'logical_total' => :'logical_total',
|
@@ -94,7 +90,6 @@ module AutosdeOpenapiClient
|
|
94
90
|
{
|
95
91
|
:'advanced_attributes_map' => :'String',
|
96
92
|
:'component_state' => :'String',
|
97
|
-
:'data_reduction' => :'Boolean',
|
98
93
|
:'extent_size' => :'Integer',
|
99
94
|
:'logical_free' => :'Integer',
|
100
95
|
:'logical_total' => :'Integer',
|
@@ -134,12 +129,6 @@ module AutosdeOpenapiClient
|
|
134
129
|
self.component_state = attributes[:'component_state']
|
135
130
|
end
|
136
131
|
|
137
|
-
if attributes.key?(:'data_reduction')
|
138
|
-
self.data_reduction = attributes[:'data_reduction']
|
139
|
-
else
|
140
|
-
self.data_reduction = false
|
141
|
-
end
|
142
|
-
|
143
132
|
if attributes.key?(:'extent_size')
|
144
133
|
self.extent_size = attributes[:'extent_size']
|
145
134
|
else
|
@@ -224,7 +213,6 @@ module AutosdeOpenapiClient
|
|
224
213
|
self.class == o.class &&
|
225
214
|
advanced_attributes_map == o.advanced_attributes_map &&
|
226
215
|
component_state == o.component_state &&
|
227
|
-
data_reduction == o.data_reduction &&
|
228
216
|
extent_size == o.extent_size &&
|
229
217
|
logical_free == o.logical_free &&
|
230
218
|
logical_total == o.logical_total &&
|
@@ -243,7 +231,7 @@ module AutosdeOpenapiClient
|
|
243
231
|
# Calculates hash code according to all attributes.
|
244
232
|
# @return [Integer] Hash code
|
245
233
|
def hash
|
246
|
-
[advanced_attributes_map, component_state,
|
234
|
+
[advanced_attributes_map, component_state, extent_size, logical_free, logical_total, name, pool_name, protocol, storage_system].hash
|
247
235
|
end
|
248
236
|
|
249
237
|
# Builds the object from hash
|
@@ -25,9 +25,6 @@ module AutosdeOpenapiClient
|
|
25
25
|
# component_state
|
26
26
|
attr_accessor :component_state
|
27
27
|
|
28
|
-
# data_reduction
|
29
|
-
attr_accessor :data_reduction
|
30
|
-
|
31
28
|
# extent_size
|
32
29
|
attr_accessor :extent_size
|
33
30
|
|
@@ -80,7 +77,6 @@ module AutosdeOpenapiClient
|
|
80
77
|
:'advanced_attributes_map' => :'advanced_attributes_map',
|
81
78
|
:'capability_values_json' => :'capability_values_json',
|
82
79
|
:'component_state' => :'component_state',
|
83
|
-
:'data_reduction' => :'data_reduction',
|
84
80
|
:'extent_size' => :'extent_size',
|
85
81
|
:'logical_free' => :'logical_free',
|
86
82
|
:'logical_total' => :'logical_total',
|
@@ -103,7 +99,6 @@ module AutosdeOpenapiClient
|
|
103
99
|
:'advanced_attributes_map' => :'String',
|
104
100
|
:'capability_values_json' => :'String',
|
105
101
|
:'component_state' => :'String',
|
106
|
-
:'data_reduction' => :'Boolean',
|
107
102
|
:'extent_size' => :'Integer',
|
108
103
|
:'logical_free' => :'Integer',
|
109
104
|
:'logical_total' => :'Integer',
|
@@ -148,12 +143,6 @@ module AutosdeOpenapiClient
|
|
148
143
|
self.component_state = attributes[:'component_state']
|
149
144
|
end
|
150
145
|
|
151
|
-
if attributes.key?(:'data_reduction')
|
152
|
-
self.data_reduction = attributes[:'data_reduction']
|
153
|
-
else
|
154
|
-
self.data_reduction = false
|
155
|
-
end
|
156
|
-
|
157
146
|
if attributes.key?(:'extent_size')
|
158
147
|
self.extent_size = attributes[:'extent_size']
|
159
148
|
else
|
@@ -243,7 +232,6 @@ module AutosdeOpenapiClient
|
|
243
232
|
advanced_attributes_map == o.advanced_attributes_map &&
|
244
233
|
capability_values_json == o.capability_values_json &&
|
245
234
|
component_state == o.component_state &&
|
246
|
-
data_reduction == o.data_reduction &&
|
247
235
|
extent_size == o.extent_size &&
|
248
236
|
logical_free == o.logical_free &&
|
249
237
|
logical_total == o.logical_total &&
|
@@ -263,7 +251,7 @@ module AutosdeOpenapiClient
|
|
263
251
|
# Calculates hash code according to all attributes.
|
264
252
|
# @return [Integer] Hash code
|
265
253
|
def hash
|
266
|
-
[advanced_attributes_map, capability_values_json, component_state,
|
254
|
+
[advanced_attributes_map, capability_values_json, component_state, extent_size, logical_free, logical_total, name, pool_name, protocol, storage_system, uuid].hash
|
267
255
|
end
|
268
256
|
|
269
257
|
# Builds the object from hash
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Site Manager API
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 3.2.
|
6
|
+
The version of the OpenAPI document: 3.2.14
|
7
7
|
Contact: autosde@il.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.0.0
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.0
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module AutosdeOpenapiClient
|
14
|
-
VERSION = '3.2.
|
14
|
+
VERSION = '3.2.14'
|
15
15
|
end
|
@@ -41,12 +41,6 @@ describe AutosdeOpenapiClient::StorageResourceCreate do
|
|
41
41
|
end
|
42
42
|
end
|
43
43
|
|
44
|
-
describe 'test attribute "data_reduction"' 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
|
-
|
50
44
|
describe 'test attribute "extent_size"' do
|
51
45
|
it 'should work' do
|
52
46
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -47,12 +47,6 @@ describe AutosdeOpenapiClient::StorageResourceResponse do
|
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
|
-
describe 'test attribute "data_reduction"' 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
|
-
|
56
50
|
describe 'test attribute "extent_size"' do
|
57
51
|
it 'should work' do
|
58
52
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -41,12 +41,6 @@ describe AutosdeOpenapiClient::StorageResource do
|
|
41
41
|
end
|
42
42
|
end
|
43
43
|
|
44
|
-
describe 'test attribute "data_reduction"' 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
|
-
|
50
44
|
describe 'test attribute "extent_size"' do
|
51
45
|
it 'should work' do
|
52
46
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autosde_openapi_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -440,121 +440,121 @@ signing_key:
|
|
440
440
|
specification_version: 4
|
441
441
|
summary: Site Manager API Ruby Gem
|
442
442
|
test_files:
|
443
|
-
- spec/api/system_type_api_spec.rb
|
444
443
|
- spec/api/storage_host_api_spec.rb
|
445
|
-
- spec/api/
|
444
|
+
- spec/api/host_cluster_membership_api_spec.rb
|
445
|
+
- spec/api/service_resource_attachment_api_spec.rb
|
446
|
+
- spec/api/auto_sde_role_api_spec.rb
|
446
447
|
- spec/api/snapshot_api_spec.rb
|
447
|
-
- spec/api/
|
448
|
-
- spec/api/auto_sde_project_api_spec.rb
|
449
|
-
- spec/api/validate_system_api_spec.rb
|
450
|
-
- spec/api/capability_translation_api_spec.rb
|
448
|
+
- spec/api/storage_hosts_mapping_api_spec.rb
|
451
449
|
- spec/api/storage_host_wwpn_candidates_api_spec.rb
|
450
|
+
- spec/api/validate_system_api_spec.rb
|
451
|
+
- spec/api/profile_api_spec.rb
|
452
|
+
- spec/api/provisioning_strategy_api_spec.rb
|
453
|
+
- spec/api/volume_migration_api_spec.rb
|
454
|
+
- spec/api/service_abstract_capability_value_api_spec.rb
|
455
|
+
- spec/api/storage_resource_api_spec.rb
|
456
|
+
- spec/api/address_api_spec.rb
|
457
|
+
- spec/api/service_api_spec.rb
|
458
|
+
- spec/api/host_api_spec.rb
|
459
|
+
- spec/api/volume_api_spec.rb
|
460
|
+
- spec/api/user_api_spec.rb
|
461
|
+
- spec/api/service_resources_compliance_api_spec.rb
|
452
462
|
- spec/api/job_api_spec.rb
|
453
|
-
- spec/api/
|
463
|
+
- spec/api/host_volume_connection_api_spec.rb
|
454
464
|
- spec/api/event_api_spec.rb
|
455
|
-
- spec/api/
|
465
|
+
- spec/api/auto_sde_project_api_spec.rb
|
456
466
|
- spec/api/host_cluster_volume_mapping_api_spec.rb
|
457
|
-
- spec/api/
|
458
|
-
- spec/api/
|
467
|
+
- spec/api/system_type_api_spec.rb
|
468
|
+
- spec/api/capability_translation_api_spec.rb
|
469
|
+
- spec/api/volume_clone_api_spec.rb
|
459
470
|
- spec/api/celery_config_api_spec.rb
|
460
|
-
- spec/api/
|
461
|
-
- spec/api/provisioning_strategy_api_spec.rb
|
462
|
-
- spec/api/refresh_system_api_spec.rb
|
463
|
-
- spec/api/storage_hosts_mapping_api_spec.rb
|
464
|
-
- spec/api/address_api_spec.rb
|
465
|
-
- spec/api/host_volume_connection_api_spec.rb
|
466
|
-
- spec/api/user_api_spec.rb
|
467
|
-
- spec/api/service_resource_attachment_api_spec.rb
|
468
|
-
- spec/api/volume_api_spec.rb
|
469
|
-
- spec/api/service_abstract_capability_value_api_spec.rb
|
470
|
-
- spec/api/service_api_spec.rb
|
471
|
-
- spec/api/account_api_spec.rb
|
472
|
-
- spec/api/volume_migration_api_spec.rb
|
473
|
-
- spec/api/host_cluster_api_spec.rb
|
471
|
+
- spec/api/abstract_capability_api_spec.rb
|
474
472
|
- spec/api/authentication_api_spec.rb
|
473
|
+
- spec/api/native_capability_api_spec.rb
|
475
474
|
- spec/api/storage_system_api_spec.rb
|
476
|
-
- spec/api/
|
477
|
-
- spec/api/
|
475
|
+
- spec/api/account_api_spec.rb
|
476
|
+
- spec/api/host_cluster_api_spec.rb
|
477
|
+
- spec/api/refresh_system_api_spec.rb
|
478
478
|
- spec/api_client_spec.rb
|
479
479
|
- spec/configuration_spec.rb
|
480
|
-
- spec/models/
|
481
|
-
- spec/models/
|
480
|
+
- spec/models/host_cluster_response_spec.rb
|
481
|
+
- spec/models/storage_host_spec.rb
|
482
|
+
- spec/models/storage_system_create_spec.rb
|
482
483
|
- spec/models/service_resource_attachment_spec.rb
|
483
|
-
- spec/models/
|
484
|
-
- spec/models/
|
485
|
-
- spec/models/
|
484
|
+
- spec/models/host_volume_connection_create_spec.rb
|
485
|
+
- spec/models/service_abstract_capability_value_response_spec.rb
|
486
|
+
- spec/models/host_spec.rb
|
487
|
+
- spec/models/address_create_spec.rb
|
488
|
+
- spec/models/storage_host_update_spec.rb
|
489
|
+
- spec/models/snapshot_response_spec.rb
|
490
|
+
- spec/models/service_resource_attachment_create_spec.rb
|
491
|
+
- spec/models/celery_config_spec.rb
|
492
|
+
- spec/models/storage_host_create_spec.rb
|
493
|
+
- spec/models/storage_resource_spec.rb
|
494
|
+
- spec/models/provisioning_strategy_spec.rb
|
486
495
|
- spec/models/host_volume_connection_spec.rb
|
487
|
-
- spec/models/service_create_spec.rb
|
488
|
-
- spec/models/job_create_spec.rb
|
489
496
|
- spec/models/account_spec.rb
|
490
|
-
- spec/models/
|
491
|
-
- spec/models/
|
492
|
-
- spec/models/
|
497
|
+
- spec/models/host_cluster_membership_spec.rb
|
498
|
+
- spec/models/account_post_request_spec.rb
|
499
|
+
- spec/models/auto_sde_role_spec.rb
|
500
|
+
- spec/models/auto_sde_project_spec.rb
|
501
|
+
- spec/models/service_resources_compliance_spec.rb
|
502
|
+
- spec/models/async_response_spec.rb
|
493
503
|
- spec/models/volume_update_spec.rb
|
494
|
-
- spec/models/
|
495
|
-
- spec/models/
|
496
|
-
- spec/models/
|
497
|
-
- spec/models/
|
504
|
+
- spec/models/storage_resource_update_spec.rb
|
505
|
+
- spec/models/snapshot_spec.rb
|
506
|
+
- spec/models/storage_system_response_spec.rb
|
507
|
+
- spec/models/snapshot_create_spec.rb
|
498
508
|
- spec/models/host_cluster_spec.rb
|
499
|
-
- spec/models/
|
500
|
-
- spec/models/
|
501
|
-
- spec/models/validate_system_spec.rb
|
502
|
-
- spec/models/capability_translation_spec.rb
|
503
|
-
- spec/models/account_post_request_spec.rb
|
509
|
+
- spec/models/host_cluster_volume_mapping_create_spec.rb
|
510
|
+
- spec/models/event_spec.rb
|
504
511
|
- spec/models/storage_hosts_mapping_create_spec.rb
|
512
|
+
- spec/models/host_create_spec.rb
|
513
|
+
- spec/models/system_type_response_spec.rb
|
514
|
+
- spec/models/volume_spec.rb
|
515
|
+
- spec/models/job_response_spec.rb
|
516
|
+
- spec/models/service_abstract_capability_value_spec.rb
|
517
|
+
- spec/models/abstract_capability_response_spec.rb
|
518
|
+
- spec/models/storage_host_response_spec.rb
|
519
|
+
- spec/models/volume_create_spec.rb
|
520
|
+
- spec/models/service_response_spec.rb
|
505
521
|
- spec/models/validate_system_data_spec.rb
|
506
|
-
- spec/models/
|
507
|
-
- spec/models/snapshot_spec.rb
|
508
|
-
- spec/models/host_cluster_create_spec.rb
|
509
|
-
- spec/models/storage_resource_update_spec.rb
|
510
|
-
- spec/models/system_type_create_spec.rb
|
511
|
-
- spec/models/address_create_spec.rb
|
512
|
-
- spec/models/storage_system_create_spec.rb
|
513
|
-
- spec/models/host_spec.rb
|
514
|
-
- spec/models/volume_response_spec.rb
|
515
|
-
- spec/models/service_resources_compliance_response_spec.rb
|
516
|
-
- spec/models/storage_resource_spec.rb
|
517
|
-
- spec/models/storage_resource_response_spec.rb
|
522
|
+
- spec/models/storage_hosts_mapping_spec.rb
|
518
523
|
- spec/models/storage_host_wwpn_candidates_spec.rb
|
519
|
-
- spec/models/
|
520
|
-
- spec/models/
|
521
|
-
- spec/models/
|
522
|
-
- spec/models/refresh_system_spec.rb
|
523
|
-
- spec/models/storage_host_spec.rb
|
524
|
+
- spec/models/validate_system_spec.rb
|
525
|
+
- spec/models/service_resources_compliance_response_spec.rb
|
526
|
+
- spec/models/host_cluster_create_spec.rb
|
524
527
|
- spec/models/capability_translation_create_spec.rb
|
528
|
+
- spec/models/service_create_spec.rb
|
529
|
+
- spec/models/address_spec.rb
|
530
|
+
- spec/models/capability_translation_spec.rb
|
525
531
|
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
526
|
-
- spec/models/
|
527
|
-
- spec/models/storage_hosts_mapping_spec.rb
|
528
|
-
- spec/models/service_abstract_capability_value_response_spec.rb
|
532
|
+
- spec/models/user_update_spec.rb
|
529
533
|
- spec/models/authentication_spec.rb
|
530
|
-
- spec/models/
|
531
|
-
- spec/models/
|
532
|
-
- spec/models/
|
533
|
-
- spec/models/
|
534
|
-
- spec/models/
|
535
|
-
- spec/models/event_spec.rb
|
534
|
+
- spec/models/host_cluster_volume_mapping_spec.rb
|
535
|
+
- spec/models/abstract_capability_spec.rb
|
536
|
+
- spec/models/volume_clone_spec.rb
|
537
|
+
- spec/models/volume_response_spec.rb
|
538
|
+
- spec/models/storage_system_spec.rb
|
536
539
|
- spec/models/service_update_spec.rb
|
537
|
-
- spec/models/celery_config_spec.rb
|
538
|
-
- spec/models/storage_host_create_spec.rb
|
539
540
|
- spec/models/native_capability_spec.rb
|
540
|
-
- spec/models/
|
541
|
-
- spec/models/
|
541
|
+
- spec/models/refresh_system_spec.rb
|
542
|
+
- spec/models/service_resource_attachment_response_spec.rb
|
543
|
+
- spec/models/event_response_spec.rb
|
544
|
+
- spec/models/auth_response_spec.rb
|
545
|
+
- spec/models/service_spec.rb
|
546
|
+
- spec/models/storage_system_update_spec.rb
|
547
|
+
- spec/models/storage_hosts_mapping_response_spec.rb
|
542
548
|
- spec/models/system_type_spec.rb
|
549
|
+
- spec/models/job_spec.rb
|
550
|
+
- spec/models/user_spec.rb
|
551
|
+
- spec/models/storage_resource_response_spec.rb
|
543
552
|
- spec/models/host_cluster_update_spec.rb
|
544
|
-
- spec/models/
|
545
|
-
- spec/models/
|
546
|
-
- spec/models/
|
547
|
-
- spec/models/service_spec.rb
|
548
|
-
- spec/models/volume_spec.rb
|
553
|
+
- spec/models/system_type_create_spec.rb
|
554
|
+
- spec/models/profile_spec.rb
|
555
|
+
- spec/models/account_post_response_spec.rb
|
549
556
|
- spec/models/user_create_spec.rb
|
550
|
-
- spec/models/
|
551
|
-
- spec/models/
|
552
|
-
- spec/models/storage_system_update_spec.rb
|
553
|
-
- spec/models/auth_response_spec.rb
|
554
|
-
- spec/models/service_resources_compliance_spec.rb
|
555
|
-
- spec/models/storage_system_response_spec.rb
|
557
|
+
- spec/models/job_create_spec.rb
|
558
|
+
- spec/models/volume_migration_spec.rb
|
556
559
|
- spec/models/storage_resource_create_spec.rb
|
557
|
-
- spec/models/async_response_spec.rb
|
558
|
-
- spec/models/address_spec.rb
|
559
|
-
- spec/models/storage_host_response_spec.rb
|
560
560
|
- spec/spec_helper.rb
|