eilam_test 1.1.10 → 1.1.12
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 +0 -15
- data/docs/SystemType.md +1 -1
- data/docs/SystemTypeCreate.md +1 -1
- data/lib/eilam_test/models/system_type.rb +3 -3
- data/lib/eilam_test/models/system_type_create.rb +3 -3
- data/lib/eilam_test/version.rb +2 -2
- data/lib/eilam_test.rb +0 -8
- data/spec/models/system_type_create_spec.rb +1 -1
- data/spec/models/system_type_spec.rb +1 -1
- metadata +62 -94
- data/docs/Event.md +0 -32
- data/docs/EventApi.md +0 -276
- data/docs/User.md +0 -38
- data/docs/UserApi.md +0 -346
- data/docs/UserCreate.md +0 -38
- data/docs/UserUpdate.md +0 -30
- data/docs/ValidateSystem.md +0 -26
- data/docs/ValidateSystemApi.md +0 -75
- data/lib/eilam_test/api/event_api.rb +0 -254
- data/lib/eilam_test/api/user_api.rb +0 -321
- data/lib/eilam_test/api/validate_system_api.rb +0 -83
- data/lib/eilam_test/models/event.rb +0 -289
- data/lib/eilam_test/models/user.rb +0 -395
- data/lib/eilam_test/models/user_create.rb +0 -395
- data/lib/eilam_test/models/user_update.rb +0 -280
- data/lib/eilam_test/models/validate_system.rb +0 -260
- data/spec/api/event_api_spec.rb +0 -74
- data/spec/api/user_api_spec.rb +0 -85
- data/spec/api/validate_system_api_spec.rb +0 -45
- data/spec/models/event_spec.rb +0 -76
- data/spec/models/user_create_spec.rb +0 -94
- data/spec/models/user_spec.rb +0 -94
- data/spec/models/user_update_spec.rb +0 -70
- data/spec/models/validate_system_spec.rb +0 -58
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 913caac609320331cf72a89decb6d3bda031133969ce209a2234faab9be62ffb
|
4
|
+
data.tar.gz: 777a780250207d2f4f4a653ad10fc05fe279f62d844be006124633c28ea883d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dae57a98682fef6023f28865d0f23ea4f7ce6ba6a5b5b96cc996ed1fc4bc5898ea2963b041092a35b35c63dfbd29ccfec1ce8456637b80e8281bdac6915df31
|
7
|
+
data.tar.gz: 8dd99cc1486285e64aab7f84544e6cd2bd4e6138e7adfb65de659a4a9914b330e5dbcb4f1cace0dfd20c53421735a358ed6173851e001d001be74b99f1ad508d
|
data/README.md
CHANGED
@@ -105,10 +105,6 @@ Class | Method | HTTP request | Description
|
|
105
105
|
*EilamTest::CapabilityTranslationApi* | [**capability_translations_pk_delete**](docs/CapabilityTranslationApi.md#capability_translations_pk_delete) | **DELETE** /capability-translations/{pk} |
|
106
106
|
*EilamTest::CapabilityTranslationApi* | [**capability_translations_pk_get**](docs/CapabilityTranslationApi.md#capability_translations_pk_get) | **GET** /capability-translations/{pk} |
|
107
107
|
*EilamTest::CapabilityTranslationApi* | [**capability_translations_post**](docs/CapabilityTranslationApi.md#capability_translations_post) | **POST** /capability-translations |
|
108
|
-
*EilamTest::EventApi* | [**events_get**](docs/EventApi.md#events_get) | **GET** /events |
|
109
|
-
*EilamTest::EventApi* | [**events_pk_delete**](docs/EventApi.md#events_pk_delete) | **DELETE** /events/{pk} |
|
110
|
-
*EilamTest::EventApi* | [**events_pk_get**](docs/EventApi.md#events_pk_get) | **GET** /events/{pk} |
|
111
|
-
*EilamTest::EventApi* | [**events_post**](docs/EventApi.md#events_post) | **POST** /events |
|
112
108
|
*EilamTest::HostApi* | [**hosts_get**](docs/HostApi.md#hosts_get) | **GET** /hosts |
|
113
109
|
*EilamTest::HostApi* | [**hosts_pk_delete**](docs/HostApi.md#hosts_pk_delete) | **DELETE** /hosts/{pk} |
|
114
110
|
*EilamTest::HostApi* | [**hosts_pk_get**](docs/HostApi.md#hosts_pk_get) | **GET** /hosts/{pk} |
|
@@ -180,12 +176,6 @@ Class | Method | HTTP request | Description
|
|
180
176
|
*EilamTest::SystemTypeApi* | [**system_types_pk_delete**](docs/SystemTypeApi.md#system_types_pk_delete) | **DELETE** /system-types/{pk} |
|
181
177
|
*EilamTest::SystemTypeApi* | [**system_types_pk_get**](docs/SystemTypeApi.md#system_types_pk_get) | **GET** /system-types/{pk} |
|
182
178
|
*EilamTest::SystemTypeApi* | [**system_types_post**](docs/SystemTypeApi.md#system_types_post) | **POST** /system-types |
|
183
|
-
*EilamTest::UserApi* | [**autosde_users_get**](docs/UserApi.md#autosde_users_get) | **GET** /autosde-users |
|
184
|
-
*EilamTest::UserApi* | [**autosde_users_pk_delete**](docs/UserApi.md#autosde_users_pk_delete) | **DELETE** /autosde-users/{pk} |
|
185
|
-
*EilamTest::UserApi* | [**autosde_users_pk_get**](docs/UserApi.md#autosde_users_pk_get) | **GET** /autosde-users/{pk} |
|
186
|
-
*EilamTest::UserApi* | [**autosde_users_pk_put**](docs/UserApi.md#autosde_users_pk_put) | **PUT** /autosde-users/{pk} |
|
187
|
-
*EilamTest::UserApi* | [**autosde_users_post**](docs/UserApi.md#autosde_users_post) | **POST** /autosde-users |
|
188
|
-
*EilamTest::ValidateSystemApi* | [**validate_system_post**](docs/ValidateSystemApi.md#validate_system_post) | **POST** /validate-system |
|
189
179
|
*EilamTest::VolumeApi* | [**volumes_get**](docs/VolumeApi.md#volumes_get) | **GET** /volumes |
|
190
180
|
*EilamTest::VolumeApi* | [**volumes_pk_delete**](docs/VolumeApi.md#volumes_pk_delete) | **DELETE** /volumes/{pk} |
|
191
181
|
*EilamTest::VolumeApi* | [**volumes_pk_get**](docs/VolumeApi.md#volumes_pk_get) | **GET** /volumes/{pk} |
|
@@ -211,7 +201,6 @@ Class | Method | HTTP request | Description
|
|
211
201
|
- [EilamTest::AutoSDERole](docs/AutoSDERole.md)
|
212
202
|
- [EilamTest::CapabilityTranslation](docs/CapabilityTranslation.md)
|
213
203
|
- [EilamTest::CapabilityTranslationCreate](docs/CapabilityTranslationCreate.md)
|
214
|
-
- [EilamTest::Event](docs/Event.md)
|
215
204
|
- [EilamTest::Host](docs/Host.md)
|
216
205
|
- [EilamTest::HostCluster](docs/HostCluster.md)
|
217
206
|
- [EilamTest::HostClusterCreate](docs/HostClusterCreate.md)
|
@@ -250,10 +239,6 @@ Class | Method | HTTP request | Description
|
|
250
239
|
- [EilamTest::StorageSystemUpdate](docs/StorageSystemUpdate.md)
|
251
240
|
- [EilamTest::SystemType](docs/SystemType.md)
|
252
241
|
- [EilamTest::SystemTypeCreate](docs/SystemTypeCreate.md)
|
253
|
-
- [EilamTest::User](docs/User.md)
|
254
|
-
- [EilamTest::UserCreate](docs/UserCreate.md)
|
255
|
-
- [EilamTest::UserUpdate](docs/UserUpdate.md)
|
256
|
-
- [EilamTest::ValidateSystem](docs/ValidateSystem.md)
|
257
242
|
- [EilamTest::Volume](docs/Volume.md)
|
258
243
|
- [EilamTest::VolumeCreate](docs/VolumeCreate.md)
|
259
244
|
- [EilamTest::VolumeResponse](docs/VolumeResponse.md)
|
data/docs/SystemType.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **component_state** | **String** | component_state | [optional] |
|
8
|
-
| **name** | **String** | name | [optional][default to '
|
8
|
+
| **name** | **String** | name | [optional][default to 'FlashSystems/SVC'] |
|
9
9
|
| **short_version** | **String** | short_version | [optional] |
|
10
10
|
| **uuid** | **String** | uuid | [optional] |
|
11
11
|
| **version** | **String** | SystemType version | [optional] |
|
data/docs/SystemTypeCreate.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **component_state** | **String** | component_state | [optional] |
|
8
|
-
| **name** | **String** | name | [optional][default to '
|
8
|
+
| **name** | **String** | name | [optional][default to 'FlashSystems/SVC'] |
|
9
9
|
| **short_version** | **String** | short_version | [optional] |
|
10
10
|
| **super_type** | **String** | super_type | [optional][default to 'null'] |
|
11
11
|
| **uuid** | **String** | uuid | [optional] |
|
@@ -108,7 +108,7 @@ module EilamTest
|
|
108
108
|
if attributes.key?(:'name')
|
109
109
|
self.name = attributes[:'name']
|
110
110
|
else
|
111
|
-
self.name = '
|
111
|
+
self.name = 'FlashSystems/SVC'
|
112
112
|
end
|
113
113
|
|
114
114
|
if attributes.key?(:'short_version')
|
@@ -149,7 +149,7 @@ module EilamTest
|
|
149
149
|
component_state_validator = EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
|
150
150
|
return false unless component_state_validator.valid?(@component_state)
|
151
151
|
return false if !@component_state.nil? && @component_state.to_s.length > 32
|
152
|
-
name_validator = EnumAttributeValidator.new('String', ["
|
152
|
+
name_validator = EnumAttributeValidator.new('String', ["a_line", "xiv", "ds8000", "vmax", "netapp", "ds8x00", "FlashSystems/SVC"])
|
153
153
|
return false unless name_validator.valid?(@name)
|
154
154
|
return false if !@name.nil? && @name.to_s.length > 255
|
155
155
|
return false if !@short_version.nil? && @short_version.to_s.length > 255
|
@@ -169,7 +169,7 @@ module EilamTest
|
|
169
169
|
# Custom attribute writer method checking allowed values (enum).
|
170
170
|
# @param [Object] name Object to be assigned
|
171
171
|
def name=(name)
|
172
|
-
validator = EnumAttributeValidator.new('String', ["
|
172
|
+
validator = EnumAttributeValidator.new('String', ["a_line", "xiv", "ds8000", "vmax", "netapp", "ds8x00", "FlashSystems/SVC"])
|
173
173
|
unless validator.valid?(name)
|
174
174
|
fail ArgumentError, "invalid value for \"name\", must be one of #{validator.allowable_values}."
|
175
175
|
end
|
@@ -113,7 +113,7 @@ module EilamTest
|
|
113
113
|
if attributes.key?(:'name')
|
114
114
|
self.name = attributes[:'name']
|
115
115
|
else
|
116
|
-
self.name = '
|
116
|
+
self.name = 'FlashSystems/SVC'
|
117
117
|
end
|
118
118
|
|
119
119
|
if attributes.key?(:'short_version')
|
@@ -160,7 +160,7 @@ module EilamTest
|
|
160
160
|
component_state_validator = EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
|
161
161
|
return false unless component_state_validator.valid?(@component_state)
|
162
162
|
return false if !@component_state.nil? && @component_state.to_s.length > 32
|
163
|
-
name_validator = EnumAttributeValidator.new('String', ["
|
163
|
+
name_validator = EnumAttributeValidator.new('String', ["a_line", "xiv", "ds8000", "vmax", "netapp", "ds8x00", "FlashSystems/SVC"])
|
164
164
|
return false unless name_validator.valid?(@name)
|
165
165
|
return false if !@name.nil? && @name.to_s.length > 255
|
166
166
|
return false if !@short_version.nil? && @short_version.to_s.length > 255
|
@@ -180,7 +180,7 @@ module EilamTest
|
|
180
180
|
# Custom attribute writer method checking allowed values (enum).
|
181
181
|
# @param [Object] name Object to be assigned
|
182
182
|
def name=(name)
|
183
|
-
validator = EnumAttributeValidator.new('String', ["
|
183
|
+
validator = EnumAttributeValidator.new('String', ["a_line", "xiv", "ds8000", "vmax", "netapp", "ds8x00", "FlashSystems/SVC"])
|
184
184
|
unless validator.valid?(name)
|
185
185
|
fail ArgumentError, "invalid value for \"name\", must be one of #{validator.allowable_values}."
|
186
186
|
end
|
data/lib/eilam_test/version.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Site Manager API
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.1.
|
6
|
+
The version of the OpenAPI document: 1.1.12
|
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 EilamTest
|
14
|
-
VERSION = '1.1.
|
14
|
+
VERSION = '1.1.12'
|
15
15
|
end
|
data/lib/eilam_test.rb
CHANGED
@@ -29,7 +29,6 @@ require 'eilam_test/models/auto_sde_project'
|
|
29
29
|
require 'eilam_test/models/auto_sde_role'
|
30
30
|
require 'eilam_test/models/capability_translation'
|
31
31
|
require 'eilam_test/models/capability_translation_create'
|
32
|
-
require 'eilam_test/models/event'
|
33
32
|
require 'eilam_test/models/host'
|
34
33
|
require 'eilam_test/models/host_cluster'
|
35
34
|
require 'eilam_test/models/host_cluster_create'
|
@@ -68,10 +67,6 @@ require 'eilam_test/models/storage_system_create'
|
|
68
67
|
require 'eilam_test/models/storage_system_update'
|
69
68
|
require 'eilam_test/models/system_type'
|
70
69
|
require 'eilam_test/models/system_type_create'
|
71
|
-
require 'eilam_test/models/user'
|
72
|
-
require 'eilam_test/models/user_create'
|
73
|
-
require 'eilam_test/models/user_update'
|
74
|
-
require 'eilam_test/models/validate_system'
|
75
70
|
require 'eilam_test/models/volume'
|
76
71
|
require 'eilam_test/models/volume_create'
|
77
72
|
require 'eilam_test/models/volume_response'
|
@@ -87,7 +82,6 @@ require 'eilam_test/api/authentication_api'
|
|
87
82
|
require 'eilam_test/api/auto_sde_project_api'
|
88
83
|
require 'eilam_test/api/auto_sde_role_api'
|
89
84
|
require 'eilam_test/api/capability_translation_api'
|
90
|
-
require 'eilam_test/api/event_api'
|
91
85
|
require 'eilam_test/api/host_api'
|
92
86
|
require 'eilam_test/api/host_cluster_api'
|
93
87
|
require 'eilam_test/api/host_cluster_membership_api'
|
@@ -106,8 +100,6 @@ require 'eilam_test/api/storage_host_wwpn_candidates_api'
|
|
106
100
|
require 'eilam_test/api/storage_resource_api'
|
107
101
|
require 'eilam_test/api/storage_system_api'
|
108
102
|
require 'eilam_test/api/system_type_api'
|
109
|
-
require 'eilam_test/api/user_api'
|
110
|
-
require 'eilam_test/api/validate_system_api'
|
111
103
|
require 'eilam_test/api/volume_api'
|
112
104
|
require 'eilam_test/api/volume_safe_delete_api'
|
113
105
|
|
@@ -38,7 +38,7 @@ describe EilamTest::SystemTypeCreate do
|
|
38
38
|
describe 'test attribute "name"' do
|
39
39
|
it 'should work' do
|
40
40
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
41
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["
|
41
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["a_line", "xiv", "ds8000", "vmax", "netapp", "ds8x00", "FlashSystems/SVC"])
|
42
42
|
# validator.allowable_values.each do |value|
|
43
43
|
# expect { instance.name = value }.not_to raise_error
|
44
44
|
# end
|
@@ -38,7 +38,7 @@ describe EilamTest::SystemType do
|
|
38
38
|
describe 'test attribute "name"' do
|
39
39
|
it 'should work' do
|
40
40
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
41
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["
|
41
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["a_line", "xiv", "ds8000", "vmax", "netapp", "ds8x00", "FlashSystems/SVC"])
|
42
42
|
# validator.allowable_values.each do |value|
|
43
43
|
# expect { instance.name = value }.not_to raise_error
|
44
44
|
# end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eilam_test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -80,8 +80,6 @@ files:
|
|
80
80
|
- docs/CapabilityTranslation.md
|
81
81
|
- docs/CapabilityTranslationApi.md
|
82
82
|
- docs/CapabilityTranslationCreate.md
|
83
|
-
- docs/Event.md
|
84
|
-
- docs/EventApi.md
|
85
83
|
- docs/Host.md
|
86
84
|
- docs/HostApi.md
|
87
85
|
- docs/HostCluster.md
|
@@ -138,12 +136,6 @@ files:
|
|
138
136
|
- docs/SystemType.md
|
139
137
|
- docs/SystemTypeApi.md
|
140
138
|
- docs/SystemTypeCreate.md
|
141
|
-
- docs/User.md
|
142
|
-
- docs/UserApi.md
|
143
|
-
- docs/UserCreate.md
|
144
|
-
- docs/UserUpdate.md
|
145
|
-
- docs/ValidateSystem.md
|
146
|
-
- docs/ValidateSystemApi.md
|
147
139
|
- docs/Volume.md
|
148
140
|
- docs/VolumeApi.md
|
149
141
|
- docs/VolumeCreate.md
|
@@ -162,7 +154,6 @@ files:
|
|
162
154
|
- lib/eilam_test/api/auto_sde_project_api.rb
|
163
155
|
- lib/eilam_test/api/auto_sde_role_api.rb
|
164
156
|
- lib/eilam_test/api/capability_translation_api.rb
|
165
|
-
- lib/eilam_test/api/event_api.rb
|
166
157
|
- lib/eilam_test/api/host_api.rb
|
167
158
|
- lib/eilam_test/api/host_cluster_api.rb
|
168
159
|
- lib/eilam_test/api/host_cluster_membership_api.rb
|
@@ -181,8 +172,6 @@ files:
|
|
181
172
|
- lib/eilam_test/api/storage_resource_api.rb
|
182
173
|
- lib/eilam_test/api/storage_system_api.rb
|
183
174
|
- lib/eilam_test/api/system_type_api.rb
|
184
|
-
- lib/eilam_test/api/user_api.rb
|
185
|
-
- lib/eilam_test/api/validate_system_api.rb
|
186
175
|
- lib/eilam_test/api/volume_api.rb
|
187
176
|
- lib/eilam_test/api/volume_safe_delete_api.rb
|
188
177
|
- lib/eilam_test/api_client.rb
|
@@ -200,7 +189,6 @@ files:
|
|
200
189
|
- lib/eilam_test/models/auto_sde_role.rb
|
201
190
|
- lib/eilam_test/models/capability_translation.rb
|
202
191
|
- lib/eilam_test/models/capability_translation_create.rb
|
203
|
-
- lib/eilam_test/models/event.rb
|
204
192
|
- lib/eilam_test/models/host.rb
|
205
193
|
- lib/eilam_test/models/host_cluster.rb
|
206
194
|
- lib/eilam_test/models/host_cluster_create.rb
|
@@ -239,10 +227,6 @@ files:
|
|
239
227
|
- lib/eilam_test/models/storage_system_update.rb
|
240
228
|
- lib/eilam_test/models/system_type.rb
|
241
229
|
- lib/eilam_test/models/system_type_create.rb
|
242
|
-
- lib/eilam_test/models/user.rb
|
243
|
-
- lib/eilam_test/models/user_create.rb
|
244
|
-
- lib/eilam_test/models/user_update.rb
|
245
|
-
- lib/eilam_test/models/validate_system.rb
|
246
230
|
- lib/eilam_test/models/volume.rb
|
247
231
|
- lib/eilam_test/models/volume_create.rb
|
248
232
|
- lib/eilam_test/models/volume_response.rb
|
@@ -257,7 +241,6 @@ files:
|
|
257
241
|
- spec/api/auto_sde_project_api_spec.rb
|
258
242
|
- spec/api/auto_sde_role_api_spec.rb
|
259
243
|
- spec/api/capability_translation_api_spec.rb
|
260
|
-
- spec/api/event_api_spec.rb
|
261
244
|
- spec/api/host_api_spec.rb
|
262
245
|
- spec/api/host_cluster_api_spec.rb
|
263
246
|
- spec/api/host_cluster_membership_api_spec.rb
|
@@ -276,8 +259,6 @@ files:
|
|
276
259
|
- spec/api/storage_resource_api_spec.rb
|
277
260
|
- spec/api/storage_system_api_spec.rb
|
278
261
|
- spec/api/system_type_api_spec.rb
|
279
|
-
- spec/api/user_api_spec.rb
|
280
|
-
- spec/api/validate_system_api_spec.rb
|
281
262
|
- spec/api/volume_api_spec.rb
|
282
263
|
- spec/api/volume_safe_delete_api_spec.rb
|
283
264
|
- spec/api_client_spec.rb
|
@@ -294,7 +275,6 @@ files:
|
|
294
275
|
- spec/models/auto_sde_role_spec.rb
|
295
276
|
- spec/models/capability_translation_create_spec.rb
|
296
277
|
- spec/models/capability_translation_spec.rb
|
297
|
-
- spec/models/event_spec.rb
|
298
278
|
- spec/models/host_cluster_create_spec.rb
|
299
279
|
- spec/models/host_cluster_membership_spec.rb
|
300
280
|
- spec/models/host_cluster_response_spec.rb
|
@@ -333,10 +313,6 @@ files:
|
|
333
313
|
- spec/models/storage_system_update_spec.rb
|
334
314
|
- spec/models/system_type_create_spec.rb
|
335
315
|
- spec/models/system_type_spec.rb
|
336
|
-
- spec/models/user_create_spec.rb
|
337
|
-
- spec/models/user_spec.rb
|
338
|
-
- spec/models/user_update_spec.rb
|
339
|
-
- spec/models/validate_system_spec.rb
|
340
316
|
- spec/models/volume_create_spec.rb
|
341
317
|
- spec/models/volume_response_spec.rb
|
342
318
|
- spec/models/volume_safe_delete_create_spec.rb
|
@@ -368,97 +344,89 @@ signing_key:
|
|
368
344
|
specification_version: 4
|
369
345
|
summary: Site Manager API Ruby Gem
|
370
346
|
test_files:
|
371
|
-
- spec/api/abstract_capability_api_spec.rb
|
372
|
-
- spec/api/account_api_spec.rb
|
373
|
-
- spec/api/system_type_api_spec.rb
|
374
|
-
- spec/api/storage_resource_api_spec.rb
|
375
|
-
- spec/api/profile_api_spec.rb
|
376
|
-
- spec/api/event_api_spec.rb
|
377
|
-
- spec/api/host_cluster_volume_mapping_api_spec.rb
|
378
|
-
- spec/api/storage_host_wwpn_candidates_api_spec.rb
|
379
347
|
- spec/api/storage_system_api_spec.rb
|
380
|
-
- spec/api/
|
348
|
+
- spec/api/capability_translation_api_spec.rb
|
349
|
+
- spec/api/authentication_api_spec.rb
|
350
|
+
- spec/api/abstract_capability_api_spec.rb
|
351
|
+
- spec/api/host_cluster_api_spec.rb
|
381
352
|
- spec/api/volume_api_spec.rb
|
382
|
-
- spec/api/
|
383
|
-
- spec/api/storage_host_api_spec.rb
|
353
|
+
- spec/api/profile_api_spec.rb
|
384
354
|
- spec/api/provisioning_strategy_api_spec.rb
|
385
|
-
- spec/api/
|
386
|
-
- spec/api/authentication_api_spec.rb
|
387
|
-
- spec/api/auto_sde_project_api_spec.rb
|
355
|
+
- spec/api/address_api_spec.rb
|
388
356
|
- spec/api/host_volume_connection_api_spec.rb
|
389
|
-
- spec/api/
|
390
|
-
- spec/api/
|
391
|
-
- spec/api/
|
392
|
-
- spec/api/
|
357
|
+
- spec/api/system_type_api_spec.rb
|
358
|
+
- spec/api/auto_sde_role_api_spec.rb
|
359
|
+
- spec/api/native_capability_api_spec.rb
|
360
|
+
- spec/api/storage_resource_api_spec.rb
|
361
|
+
- spec/api/host_api_spec.rb
|
393
362
|
- spec/api/service_api_spec.rb
|
394
363
|
- spec/api/host_cluster_membership_api_spec.rb
|
364
|
+
- spec/api/volume_safe_delete_api_spec.rb
|
395
365
|
- spec/api/job_api_spec.rb
|
366
|
+
- spec/api/storage_host_volume_mapping_api_spec.rb
|
367
|
+
- spec/api/storage_host_api_spec.rb
|
368
|
+
- spec/api/snapshot_api_spec.rb
|
369
|
+
- spec/api/account_api_spec.rb
|
396
370
|
- spec/api/service_resource_attachment_api_spec.rb
|
397
|
-
- spec/api/
|
398
|
-
- spec/api/
|
399
|
-
- spec/api/
|
400
|
-
- spec/api/volume_safe_delete_api_spec.rb
|
371
|
+
- spec/api/host_cluster_volume_mapping_api_spec.rb
|
372
|
+
- spec/api/auto_sde_project_api_spec.rb
|
373
|
+
- spec/api/storage_host_wwpn_candidates_api_spec.rb
|
401
374
|
- spec/api_client_spec.rb
|
402
375
|
- spec/configuration_spec.rb
|
403
|
-
- spec/models/
|
404
|
-
- spec/models/storage_host_update_spec.rb
|
405
|
-
- spec/models/storage_system_create_spec.rb
|
376
|
+
- spec/models/service_abstract_capability_value_spec.rb
|
406
377
|
- spec/models/host_cluster_response_spec.rb
|
407
|
-
- spec/models/host_spec.rb
|
408
|
-
- spec/models/host_volume_connection_spec.rb
|
409
|
-
- spec/models/event_spec.rb
|
410
|
-
- spec/models/native_capability_spec.rb
|
411
|
-
- spec/models/user_spec.rb
|
412
378
|
- spec/models/system_type_spec.rb
|
379
|
+
- spec/models/volume_create_spec.rb
|
380
|
+
- spec/models/provisioning_strategy_spec.rb
|
381
|
+
- spec/models/storage_host_volume_mapping_spec.rb
|
382
|
+
- spec/models/host_create_spec.rb
|
383
|
+
- spec/models/volume_safe_delete_create_spec.rb
|
413
384
|
- spec/models/auth_response_spec.rb
|
414
|
-
- spec/models/job_create_spec.rb
|
415
|
-
- spec/models/snapshot_spec.rb
|
416
|
-
- spec/models/capability_translation_spec.rb
|
417
|
-
- spec/models/storage_resource_spec.rb
|
418
385
|
- spec/models/storage_system_spec.rb
|
419
|
-
- spec/models/auto_sde_role_spec.rb
|
420
|
-
- spec/models/storage_resource_response_spec.rb
|
421
|
-
- spec/models/storage_host_create_spec.rb
|
422
|
-
- spec/models/account_spec.rb
|
423
|
-
- spec/models/service_abstract_capability_value_spec.rb
|
424
|
-
- spec/models/profile_spec.rb
|
425
|
-
- spec/models/storage_host_response_spec.rb
|
426
386
|
- spec/models/volume_update_spec.rb
|
427
|
-
- spec/models/
|
428
|
-
- spec/models/
|
387
|
+
- spec/models/storage_system_update_spec.rb
|
388
|
+
- spec/models/storage_host_spec.rb
|
429
389
|
- spec/models/job_spec.rb
|
390
|
+
- spec/models/host_cluster_membership_spec.rb
|
391
|
+
- spec/models/volume_spec.rb
|
392
|
+
- spec/models/volume_response_spec.rb
|
393
|
+
- spec/models/storage_host_update_spec.rb
|
430
394
|
- spec/models/capability_translation_create_spec.rb
|
431
|
-
- spec/models/
|
432
|
-
- spec/models/user_create_spec.rb
|
433
|
-
- spec/models/storage_host_volume_mapping_create_spec.rb
|
434
|
-
- spec/models/storage_host_spec.rb
|
435
|
-
- spec/models/snapshot_create_spec.rb
|
436
|
-
- spec/models/host_cluster_spec.rb
|
437
|
-
- spec/models/storage_resource_create_spec.rb
|
438
|
-
- spec/models/storage_system_update_spec.rb
|
439
|
-
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
440
|
-
- spec/models/provisioning_strategy_spec.rb
|
441
|
-
- spec/models/account_post_request_spec.rb
|
395
|
+
- spec/models/native_capability_spec.rb
|
442
396
|
- spec/models/address_spec.rb
|
443
|
-
- spec/models/
|
397
|
+
- spec/models/storage_resource_create_spec.rb
|
398
|
+
- spec/models/host_cluster_spec.rb
|
399
|
+
- spec/models/snapshot_create_spec.rb
|
444
400
|
- spec/models/service_spec.rb
|
445
|
-
- spec/models/
|
446
|
-
- spec/models/
|
401
|
+
- spec/models/capability_translation_spec.rb
|
402
|
+
- spec/models/job_create_spec.rb
|
447
403
|
- spec/models/host_cluster_create_spec.rb
|
448
|
-
- spec/models/
|
449
|
-
- spec/models/
|
404
|
+
- spec/models/profile_spec.rb
|
405
|
+
- spec/models/auto_sde_project_spec.rb
|
406
|
+
- spec/models/storage_resource_spec.rb
|
450
407
|
- spec/models/authentication_spec.rb
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/
|
453
|
-
- spec/models/
|
408
|
+
- spec/models/host_volume_connection_spec.rb
|
409
|
+
- spec/models/system_type_create_spec.rb
|
410
|
+
- spec/models/address_create_spec.rb
|
411
|
+
- spec/models/storage_host_response_spec.rb
|
412
|
+
- spec/models/service_create_spec.rb
|
454
413
|
- spec/models/storage_host_volume_mapping_response_spec.rb
|
414
|
+
- spec/models/auto_sde_role_spec.rb
|
415
|
+
- spec/models/host_cluster_volume_mapping_create_spec.rb
|
416
|
+
- spec/models/account_spec.rb
|
417
|
+
- spec/models/service_resource_attachment_spec.rb
|
418
|
+
- spec/models/snapshot_spec.rb
|
455
419
|
- spec/models/host_cluster_volume_mapping_spec.rb
|
420
|
+
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
421
|
+
- spec/models/volume_safe_delete_spec.rb
|
422
|
+
- spec/models/storage_host_volume_mapping_create_spec.rb
|
423
|
+
- spec/models/account_post_response_spec.rb
|
424
|
+
- spec/models/host_volume_connection_create_spec.rb
|
425
|
+
- spec/models/account_post_request_spec.rb
|
456
426
|
- spec/models/storage_host_wwpn_candidates_spec.rb
|
457
|
-
- spec/models/volume_create_spec.rb
|
458
|
-
- spec/models/host_cluster_volume_mapping_create_spec.rb
|
459
|
-
- spec/models/host_create_spec.rb
|
460
427
|
- spec/models/abstract_capability_spec.rb
|
461
|
-
- spec/models/
|
462
|
-
- spec/models/
|
463
|
-
- spec/models/
|
428
|
+
- spec/models/storage_system_create_spec.rb
|
429
|
+
- spec/models/storage_host_create_spec.rb
|
430
|
+
- spec/models/host_spec.rb
|
431
|
+
- spec/models/storage_resource_response_spec.rb
|
464
432
|
- spec/spec_helper.rb
|
data/docs/Event.md
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
# EilamTest::Event
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **description** | **String** | description | [optional] |
|
8
|
-
| **error_code** | **String** | error_code | [optional] |
|
9
|
-
| **event_id** | **Integer** | event_id | [optional] |
|
10
|
-
| **event_type** | **String** | event_type | [optional] |
|
11
|
-
| **fixed** | **String** | fixed | [optional] |
|
12
|
-
| **last_timestamp** | **Time** | last_timestamp | [optional] |
|
13
|
-
| **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] |
|
14
|
-
| **uuid** | **String** | uuid | [optional] |
|
15
|
-
|
16
|
-
## Example
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'eilam_test'
|
20
|
-
|
21
|
-
instance = EilamTest::Event.new(
|
22
|
-
description: null,
|
23
|
-
error_code: null,
|
24
|
-
event_id: null,
|
25
|
-
event_type: null,
|
26
|
-
fixed: null,
|
27
|
-
last_timestamp: null,
|
28
|
-
storage_system: null,
|
29
|
-
uuid: null
|
30
|
-
)
|
31
|
-
```
|
32
|
-
|