autosde_openapi_client 1.2.10 → 1.2.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e0106ad0705646759cc5ec00be61bd997b28f4718fd84f18ad9e0ab2a765a1e
4
- data.tar.gz: 2ab47782c3a05ce33c59880908e96e5f5ffb25eff2f27d1798eab9f134b87869
3
+ metadata.gz: 163f320c00214a0c01b22883976ebde3f8cf24c51110742e4aba8e082e55d91b
4
+ data.tar.gz: b7286a44f54c257722734d80c627d6576e07bd9ffa65ba9e186401d5f5c2fccd
5
5
  SHA512:
6
- metadata.gz: 314945a5aafdd64f1f669391805e4160dea86bbcba00acd8734f588a44be11e65e0301b4ab273e2491c64d990a27132b474b13fa9df59ef9e488edc83c5f890b
7
- data.tar.gz: c0b586c9350754ffc2186f06c7b7753b84429f09004a054e6be42521ffe76e12428662866d9a425af795befa295a093d99f8342e17061f9de6c85cf84afc613a
6
+ metadata.gz: c55a156700c571224360cfd57b45f42d960da8dcb9dd60a19c7ddb51adbc62587e7650a57265ee7137106004560b191d96d50bb95fd4c6e582a56adcc01a2c08
7
+ data.tar.gz: b8183ac245606f0de06ddcfd983140a264c24bef71bb280c0c04521db502891f19b188004b1507422f4f67245f29c8b25ca36b5cc750b4e056191bf5085d19f1
@@ -6,9 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **abstract_capability** | [**AbstractCapability**](AbstractCapability.md) | | [optional] |
8
8
  | **abstract_capability_name** | **String** | abstract_capability_name | [optional] |
9
- | **default_value** | **String** | default_value | [optional][default to ' '] |
10
9
  | **native_capability** | [**NativeCapability**](NativeCapability.md) | | [optional] |
11
10
  | **native_capability_name** | **String** | native_capability_name | [optional] |
11
+ | **native_default_value** | **String** | native_default_value | [optional][default to ' '] |
12
12
  | **published** | **Boolean** | published | [optional] |
13
13
  | **system_type_id** | **String** | system_type_id | [optional] |
14
14
  | **to_abstract_value_mapper** | **String** | Maximum value length is 32 characters. | [optional] |
@@ -23,9 +23,9 @@ require 'autosde_openapi_client'
23
23
  instance = AutosdeOpenapiClient::CapabilityTranslation.new(
24
24
  abstract_capability: null,
25
25
  abstract_capability_name: null,
26
- default_value: null,
27
26
  native_capability: null,
28
27
  native_capability_name: null,
28
+ native_default_value: null,
29
29
  published: null,
30
30
  system_type_id: null,
31
31
  to_abstract_value_mapper: null,
@@ -5,8 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **abstract_capability_name** | **String** | abstract_capability_name | [optional] |
8
- | **default_value** | **String** | default_value | [optional][default to ' '] |
9
8
  | **native_capability_name** | **String** | native_capability_name | [optional] |
9
+ | **native_default_value** | **String** | native_default_value | [optional][default to ' '] |
10
10
  | **published** | **Boolean** | published | [optional] |
11
11
  | **system_type_id** | **String** | system_type_id | [optional] |
12
12
  | **to_abstract_value_mapper** | **String** | Maximum value length is 32 characters. | [optional] |
@@ -20,8 +20,8 @@ require 'autosde_openapi_client'
20
20
 
21
21
  instance = AutosdeOpenapiClient::CapabilityTranslationCreate.new(
22
22
  abstract_capability_name: null,
23
- default_value: null,
24
23
  native_capability_name: null,
24
+ native_default_value: null,
25
25
  published: null,
26
26
  system_type_id: null,
27
27
  to_abstract_value_mapper: null,
@@ -6,7 +6,6 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **auto_refresh** | **Boolean** | auto_refresh | [optional][default to true] |
8
8
  | **component_state** | **String** | component_state | [optional] |
9
- | **enabled_capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [optional] |
10
9
  | **management_ip** | **String** | management_ip | [optional] |
11
10
  | **name** | **String** | name | [optional] |
12
11
  | **status** | **String** | status | [optional] |
@@ -23,7 +22,6 @@ require 'autosde_openapi_client'
23
22
  instance = AutosdeOpenapiClient::StorageSystem.new(
24
23
  auto_refresh: null,
25
24
  component_state: null,
26
- enabled_capability_values: null,
27
25
  management_ip: null,
28
26
  name: null,
29
27
  status: null,
@@ -8,7 +8,6 @@
8
8
  | **chap_name** | **String** | chap_name | [optional] |
9
9
  | **chap_secret** | **String** | chap_secret | [optional] |
10
10
  | **component_state** | **String** | component_state | [optional] |
11
- | **enabled_capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [optional] |
12
11
  | **initial_refresh** | **Boolean** | initial_refresh | [optional][default to true] |
13
12
  | **iqn** | **String** | | [optional] |
14
13
  | **management_ip** | **String** | management_ip | [optional] |
@@ -34,7 +33,6 @@ instance = AutosdeOpenapiClient::StorageSystemCreate.new(
34
33
  chap_name: null,
35
34
  chap_secret: null,
36
35
  component_state: null,
37
- enabled_capability_values: null,
38
36
  initial_refresh: null,
39
37
  iqn: null,
40
38
  management_ip: null,
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **enabled_capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [optional] |
8
7
  | **management_ip** | **String** | management_ip | [optional] |
9
8
  | **name** | **String** | name | [optional] |
10
9
  | **password** | **String** | password | [optional] |
@@ -16,7 +15,6 @@
16
15
  require 'autosde_openapi_client'
17
16
 
18
17
  instance = AutosdeOpenapiClient::StorageSystemUpdate.new(
19
- enabled_capability_values: null,
20
18
  management_ip: null,
21
19
  name: null,
22
20
  password: null,
@@ -21,14 +21,14 @@ module AutosdeOpenapiClient
21
21
  # abstract_capability_name
22
22
  attr_accessor :abstract_capability_name
23
23
 
24
- # default_value
25
- attr_accessor :default_value
26
-
27
24
  attr_accessor :native_capability
28
25
 
29
26
  # native_capability_name
30
27
  attr_accessor :native_capability_name
31
28
 
29
+ # native_default_value
30
+ attr_accessor :native_default_value
31
+
32
32
  # published
33
33
  attr_accessor :published
34
34
 
@@ -49,9 +49,9 @@ module AutosdeOpenapiClient
49
49
  {
50
50
  :'abstract_capability' => :'abstract_capability',
51
51
  :'abstract_capability_name' => :'abstract_capability_name',
52
- :'default_value' => :'default_value',
53
52
  :'native_capability' => :'native_capability',
54
53
  :'native_capability_name' => :'native_capability_name',
54
+ :'native_default_value' => :'native_default_value',
55
55
  :'published' => :'published',
56
56
  :'system_type_id' => :'system_type_id',
57
57
  :'to_abstract_value_mapper' => :'to_abstract_value_mapper',
@@ -70,9 +70,9 @@ module AutosdeOpenapiClient
70
70
  {
71
71
  :'abstract_capability' => :'AbstractCapability',
72
72
  :'abstract_capability_name' => :'String',
73
- :'default_value' => :'String',
74
73
  :'native_capability' => :'NativeCapability',
75
74
  :'native_capability_name' => :'String',
75
+ :'native_default_value' => :'String',
76
76
  :'published' => :'Boolean',
77
77
  :'system_type_id' => :'String',
78
78
  :'to_abstract_value_mapper' => :'String',
@@ -110,12 +110,6 @@ module AutosdeOpenapiClient
110
110
  self.abstract_capability_name = attributes[:'abstract_capability_name']
111
111
  end
112
112
 
113
- if attributes.key?(:'default_value')
114
- self.default_value = attributes[:'default_value']
115
- else
116
- self.default_value = ' '
117
- end
118
-
119
113
  if attributes.key?(:'native_capability')
120
114
  self.native_capability = attributes[:'native_capability']
121
115
  end
@@ -124,6 +118,12 @@ module AutosdeOpenapiClient
124
118
  self.native_capability_name = attributes[:'native_capability_name']
125
119
  end
126
120
 
121
+ if attributes.key?(:'native_default_value')
122
+ self.native_default_value = attributes[:'native_default_value']
123
+ else
124
+ self.native_default_value = ' '
125
+ end
126
+
127
127
  if attributes.key?(:'published')
128
128
  self.published = attributes[:'published']
129
129
  end
@@ -195,9 +195,9 @@ module AutosdeOpenapiClient
195
195
  self.class == o.class &&
196
196
  abstract_capability == o.abstract_capability &&
197
197
  abstract_capability_name == o.abstract_capability_name &&
198
- default_value == o.default_value &&
199
198
  native_capability == o.native_capability &&
200
199
  native_capability_name == o.native_capability_name &&
200
+ native_default_value == o.native_default_value &&
201
201
  published == o.published &&
202
202
  system_type_id == o.system_type_id &&
203
203
  to_abstract_value_mapper == o.to_abstract_value_mapper &&
@@ -214,7 +214,7 @@ module AutosdeOpenapiClient
214
214
  # Calculates hash code according to all attributes.
215
215
  # @return [Integer] Hash code
216
216
  def hash
217
- [abstract_capability, abstract_capability_name, default_value, native_capability, native_capability_name, published, system_type_id, to_abstract_value_mapper, to_native_value_mapper, uuid].hash
217
+ [abstract_capability, abstract_capability_name, native_capability, native_capability_name, native_default_value, published, system_type_id, to_abstract_value_mapper, to_native_value_mapper, uuid].hash
218
218
  end
219
219
 
220
220
  # Builds the object from hash
@@ -19,12 +19,12 @@ module AutosdeOpenapiClient
19
19
  # abstract_capability_name
20
20
  attr_accessor :abstract_capability_name
21
21
 
22
- # default_value
23
- attr_accessor :default_value
24
-
25
22
  # native_capability_name
26
23
  attr_accessor :native_capability_name
27
24
 
25
+ # native_default_value
26
+ attr_accessor :native_default_value
27
+
28
28
  # published
29
29
  attr_accessor :published
30
30
 
@@ -44,8 +44,8 @@ module AutosdeOpenapiClient
44
44
  def self.attribute_map
45
45
  {
46
46
  :'abstract_capability_name' => :'abstract_capability_name',
47
- :'default_value' => :'default_value',
48
47
  :'native_capability_name' => :'native_capability_name',
48
+ :'native_default_value' => :'native_default_value',
49
49
  :'published' => :'published',
50
50
  :'system_type_id' => :'system_type_id',
51
51
  :'to_abstract_value_mapper' => :'to_abstract_value_mapper',
@@ -63,8 +63,8 @@ module AutosdeOpenapiClient
63
63
  def self.openapi_types
64
64
  {
65
65
  :'abstract_capability_name' => :'String',
66
- :'default_value' => :'String',
67
66
  :'native_capability_name' => :'String',
67
+ :'native_default_value' => :'String',
68
68
  :'published' => :'Boolean',
69
69
  :'system_type_id' => :'String',
70
70
  :'to_abstract_value_mapper' => :'String',
@@ -98,16 +98,16 @@ module AutosdeOpenapiClient
98
98
  self.abstract_capability_name = attributes[:'abstract_capability_name']
99
99
  end
100
100
 
101
- if attributes.key?(:'default_value')
102
- self.default_value = attributes[:'default_value']
103
- else
104
- self.default_value = ' '
105
- end
106
-
107
101
  if attributes.key?(:'native_capability_name')
108
102
  self.native_capability_name = attributes[:'native_capability_name']
109
103
  end
110
104
 
105
+ if attributes.key?(:'native_default_value')
106
+ self.native_default_value = attributes[:'native_default_value']
107
+ else
108
+ self.native_default_value = ' '
109
+ end
110
+
111
111
  if attributes.key?(:'published')
112
112
  self.published = attributes[:'published']
113
113
  end
@@ -178,8 +178,8 @@ module AutosdeOpenapiClient
178
178
  return true if self.equal?(o)
179
179
  self.class == o.class &&
180
180
  abstract_capability_name == o.abstract_capability_name &&
181
- default_value == o.default_value &&
182
181
  native_capability_name == o.native_capability_name &&
182
+ native_default_value == o.native_default_value &&
183
183
  published == o.published &&
184
184
  system_type_id == o.system_type_id &&
185
185
  to_abstract_value_mapper == o.to_abstract_value_mapper &&
@@ -196,7 +196,7 @@ module AutosdeOpenapiClient
196
196
  # Calculates hash code according to all attributes.
197
197
  # @return [Integer] Hash code
198
198
  def hash
199
- [abstract_capability_name, default_value, native_capability_name, published, system_type_id, to_abstract_value_mapper, to_native_value_mapper, uuid].hash
199
+ [abstract_capability_name, native_capability_name, native_default_value, published, system_type_id, to_abstract_value_mapper, to_native_value_mapper, uuid].hash
200
200
  end
201
201
 
202
202
  # Builds the object from hash
@@ -22,8 +22,6 @@ module AutosdeOpenapiClient
22
22
  # component_state
23
23
  attr_accessor :component_state
24
24
 
25
- attr_accessor :enabled_capability_values
26
-
27
25
  # management_ip
28
26
  attr_accessor :management_ip
29
27
 
@@ -71,7 +69,6 @@ module AutosdeOpenapiClient
71
69
  {
72
70
  :'auto_refresh' => :'auto_refresh',
73
71
  :'component_state' => :'component_state',
74
- :'enabled_capability_values' => :'enabled_capability_values',
75
72
  :'management_ip' => :'management_ip',
76
73
  :'name' => :'name',
77
74
  :'status' => :'status',
@@ -92,7 +89,6 @@ module AutosdeOpenapiClient
92
89
  {
93
90
  :'auto_refresh' => :'Boolean',
94
91
  :'component_state' => :'String',
95
- :'enabled_capability_values' => :'ServiceAbstractCapabilityValue',
96
92
  :'management_ip' => :'String',
97
93
  :'name' => :'String',
98
94
  :'status' => :'String',
@@ -134,10 +130,6 @@ module AutosdeOpenapiClient
134
130
  self.component_state = attributes[:'component_state']
135
131
  end
136
132
 
137
- if attributes.key?(:'enabled_capability_values')
138
- self.enabled_capability_values = attributes[:'enabled_capability_values']
139
- end
140
-
141
133
  if attributes.key?(:'management_ip')
142
134
  self.management_ip = attributes[:'management_ip']
143
135
  end
@@ -216,7 +208,6 @@ module AutosdeOpenapiClient
216
208
  self.class == o.class &&
217
209
  auto_refresh == o.auto_refresh &&
218
210
  component_state == o.component_state &&
219
- enabled_capability_values == o.enabled_capability_values &&
220
211
  management_ip == o.management_ip &&
221
212
  name == o.name &&
222
213
  status == o.status &&
@@ -235,7 +226,7 @@ module AutosdeOpenapiClient
235
226
  # Calculates hash code according to all attributes.
236
227
  # @return [Integer] Hash code
237
228
  def hash
238
- [auto_refresh, component_state, enabled_capability_values, management_ip, name, status, storage_array, storage_family, system_type, uuid].hash
229
+ [auto_refresh, component_state, management_ip, name, status, storage_array, storage_family, system_type, uuid].hash
239
230
  end
240
231
 
241
232
  # Builds the object from hash
@@ -28,8 +28,6 @@ module AutosdeOpenapiClient
28
28
  # component_state
29
29
  attr_accessor :component_state
30
30
 
31
- attr_accessor :enabled_capability_values
32
-
33
31
  # initial_refresh
34
32
  attr_accessor :initial_refresh
35
33
 
@@ -99,7 +97,6 @@ module AutosdeOpenapiClient
99
97
  :'chap_name' => :'chap_name',
100
98
  :'chap_secret' => :'chap_secret',
101
99
  :'component_state' => :'component_state',
102
- :'enabled_capability_values' => :'enabled_capability_values',
103
100
  :'initial_refresh' => :'initial_refresh',
104
101
  :'iqn' => :'iqn',
105
102
  :'management_ip' => :'management_ip',
@@ -129,7 +126,6 @@ module AutosdeOpenapiClient
129
126
  :'chap_name' => :'String',
130
127
  :'chap_secret' => :'String',
131
128
  :'component_state' => :'String',
132
- :'enabled_capability_values' => :'ServiceAbstractCapabilityValue',
133
129
  :'initial_refresh' => :'Boolean',
134
130
  :'iqn' => :'String',
135
131
  :'management_ip' => :'String',
@@ -186,10 +182,6 @@ module AutosdeOpenapiClient
186
182
  self.component_state = attributes[:'component_state']
187
183
  end
188
184
 
189
- if attributes.key?(:'enabled_capability_values')
190
- self.enabled_capability_values = attributes[:'enabled_capability_values']
191
- end
192
-
193
185
  if attributes.key?(:'initial_refresh')
194
186
  self.initial_refresh = attributes[:'initial_refresh']
195
187
  else
@@ -312,7 +304,6 @@ module AutosdeOpenapiClient
312
304
  chap_name == o.chap_name &&
313
305
  chap_secret == o.chap_secret &&
314
306
  component_state == o.component_state &&
315
- enabled_capability_values == o.enabled_capability_values &&
316
307
  initial_refresh == o.initial_refresh &&
317
308
  iqn == o.iqn &&
318
309
  management_ip == o.management_ip &&
@@ -338,7 +329,7 @@ module AutosdeOpenapiClient
338
329
  # Calculates hash code according to all attributes.
339
330
  # @return [Integer] Hash code
340
331
  def hash
341
- [auto_refresh, chap_name, chap_secret, component_state, enabled_capability_values, initial_refresh, iqn, management_ip, name, password, port_type, secondary_ip, status, storage_array, storage_driver, storage_family, system_type, user, wwpn].hash
332
+ [auto_refresh, chap_name, chap_secret, component_state, initial_refresh, iqn, management_ip, name, password, port_type, secondary_ip, status, storage_array, storage_driver, storage_family, system_type, user, wwpn].hash
342
333
  end
343
334
 
344
335
  # Builds the object from hash
@@ -16,8 +16,6 @@ require 'time'
16
16
  module AutosdeOpenapiClient
17
17
  # TODO add description
18
18
  class StorageSystemUpdate
19
- attr_accessor :enabled_capability_values
20
-
21
19
  # management_ip
22
20
  attr_accessor :management_ip
23
21
 
@@ -33,7 +31,6 @@ module AutosdeOpenapiClient
33
31
  # Attribute mapping from ruby-style variable name to JSON key.
34
32
  def self.attribute_map
35
33
  {
36
- :'enabled_capability_values' => :'enabled_capability_values',
37
34
  :'management_ip' => :'management_ip',
38
35
  :'name' => :'name',
39
36
  :'password' => :'password',
@@ -49,7 +46,6 @@ module AutosdeOpenapiClient
49
46
  # Attribute type mapping.
50
47
  def self.openapi_types
51
48
  {
52
- :'enabled_capability_values' => :'ServiceAbstractCapabilityValue',
53
49
  :'management_ip' => :'String',
54
50
  :'name' => :'String',
55
51
  :'password' => :'String',
@@ -78,10 +74,6 @@ module AutosdeOpenapiClient
78
74
  h[k.to_sym] = v
79
75
  }
80
76
 
81
- if attributes.key?(:'enabled_capability_values')
82
- self.enabled_capability_values = attributes[:'enabled_capability_values']
83
- end
84
-
85
77
  if attributes.key?(:'management_ip')
86
78
  self.management_ip = attributes[:'management_ip']
87
79
  end
@@ -132,7 +124,6 @@ module AutosdeOpenapiClient
132
124
  def ==(o)
133
125
  return true if self.equal?(o)
134
126
  self.class == o.class &&
135
- enabled_capability_values == o.enabled_capability_values &&
136
127
  management_ip == o.management_ip &&
137
128
  name == o.name &&
138
129
  password == o.password &&
@@ -148,7 +139,7 @@ module AutosdeOpenapiClient
148
139
  # Calculates hash code according to all attributes.
149
140
  # @return [Integer] Hash code
150
141
  def hash
151
- [enabled_capability_values, management_ip, name, password, user].hash
142
+ [management_ip, name, password, user].hash
152
143
  end
153
144
 
154
145
  # 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: 1.2.10
6
+ The version of the OpenAPI document: 1.2.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 AutosdeOpenapiClient
14
- VERSION = '1.2.10'
14
+ VERSION = '1.2.12'
15
15
  end
@@ -31,13 +31,13 @@ describe AutosdeOpenapiClient::CapabilityTranslationCreate do
31
31
  end
32
32
  end
33
33
 
34
- describe 'test attribute "default_value"' do
34
+ describe 'test attribute "native_capability_name"' do
35
35
  it 'should work' do
36
36
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
37
  end
38
38
  end
39
39
 
40
- describe 'test attribute "native_capability_name"' do
40
+ describe 'test attribute "native_default_value"' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
43
  end
@@ -37,19 +37,19 @@ describe AutosdeOpenapiClient::CapabilityTranslation do
37
37
  end
38
38
  end
39
39
 
40
- describe 'test attribute "default_value"' do
40
+ describe 'test attribute "native_capability"' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
43
  end
44
44
  end
45
45
 
46
- describe 'test attribute "native_capability"' do
46
+ describe 'test attribute "native_capability_name"' do
47
47
  it 'should work' do
48
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
49
  end
50
50
  end
51
51
 
52
- describe 'test attribute "native_capability_name"' do
52
+ describe 'test attribute "native_default_value"' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
55
  end
@@ -53,12 +53,6 @@ describe AutosdeOpenapiClient::StorageSystemCreate do
53
53
  end
54
54
  end
55
55
 
56
- describe 'test attribute "enabled_capability_values"' 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
-
62
56
  describe 'test attribute "initial_refresh"' do
63
57
  it 'should work' do
64
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -41,12 +41,6 @@ describe AutosdeOpenapiClient::StorageSystem do
41
41
  end
42
42
  end
43
43
 
44
- describe 'test attribute "enabled_capability_values"' 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 "management_ip"' do
51
45
  it 'should work' do
52
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -25,12 +25,6 @@ describe AutosdeOpenapiClient::StorageSystemUpdate do
25
25
  expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageSystemUpdate)
26
26
  end
27
27
  end
28
- describe 'test attribute "enabled_capability_values"' 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
28
  describe 'test attribute "management_ip"' do
35
29
  it 'should work' do
36
30
  # 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: 1.2.10
4
+ version: 1.2.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-09-22 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -389,104 +389,104 @@ signing_key:
389
389
  specification_version: 4
390
390
  summary: Site Manager API Ruby Gem
391
391
  test_files:
392
- - spec/api/user_api_spec.rb
393
- - spec/api/system_type_api_spec.rb
394
- - spec/api/service_resource_attachment_api_spec.rb
392
+ - spec/api/volume_safe_delete_api_spec.rb
393
+ - spec/api/authentication_api_spec.rb
394
+ - spec/api/storage_resource_api_spec.rb
395
+ - spec/api/abstract_capability_api_spec.rb
396
+ - spec/api/snapshot_api_spec.rb
397
+ - spec/api/storage_hosts_mapping_api_spec.rb
395
398
  - spec/api/native_capability_api_spec.rb
396
- - spec/api/celery_config_api_spec.rb
399
+ - spec/api/host_cluster_volume_mapping_api_spec.rb
397
400
  - spec/api/profile_api_spec.rb
398
- - spec/api/host_volume_connection_api_spec.rb
399
- - spec/api/storage_system_api_spec.rb
401
+ - spec/api/capability_translation_api_spec.rb
400
402
  - spec/api/service_api_spec.rb
401
403
  - spec/api/auto_sde_role_api_spec.rb
402
- - spec/api/address_api_spec.rb
404
+ - spec/api/host_cluster_membership_api_spec.rb
405
+ - spec/api/service_resource_attachment_api_spec.rb
406
+ - spec/api/user_api_spec.rb
403
407
  - spec/api/job_api_spec.rb
404
408
  - spec/api/volume_api_spec.rb
405
- - spec/api/host_cluster_membership_api_spec.rb
406
- - spec/api/storage_host_wwpn_candidates_api_spec.rb
407
- - spec/api/account_api_spec.rb
408
- - spec/api/storage_host_api_spec.rb
409
- - spec/api/host_api_spec.rb
410
- - spec/api/host_cluster_api_spec.rb
411
- - spec/api/event_api_spec.rb
412
- - spec/api/authentication_api_spec.rb
413
- - spec/api/provisioning_strategy_api_spec.rb
414
- - spec/api/snapshot_api_spec.rb
415
- - spec/api/host_cluster_volume_mapping_api_spec.rb
416
409
  - spec/api/auto_sde_project_api_spec.rb
417
410
  - spec/api/validate_system_api_spec.rb
418
- - spec/api/volume_safe_delete_api_spec.rb
419
- - spec/api/abstract_capability_api_spec.rb
411
+ - spec/api/provisioning_strategy_api_spec.rb
412
+ - spec/api/system_type_api_spec.rb
413
+ - spec/api/storage_host_api_spec.rb
414
+ - spec/api/storage_host_wwpn_candidates_api_spec.rb
420
415
  - spec/api/refresh_system_api_spec.rb
421
- - spec/api/storage_hosts_mapping_api_spec.rb
422
- - spec/api/capability_translation_api_spec.rb
423
- - spec/api/storage_resource_api_spec.rb
416
+ - spec/api/host_api_spec.rb
417
+ - spec/api/address_api_spec.rb
418
+ - spec/api/account_api_spec.rb
419
+ - spec/api/event_api_spec.rb
420
+ - spec/api/celery_config_api_spec.rb
421
+ - spec/api/storage_system_api_spec.rb
422
+ - spec/api/host_cluster_api_spec.rb
423
+ - spec/api/host_volume_connection_api_spec.rb
424
424
  - spec/api_client_spec.rb
425
425
  - spec/configuration_spec.rb
426
- - spec/models/storage_host_wwpn_candidates_spec.rb
426
+ - spec/models/native_capability_spec.rb
427
+ - spec/models/storage_system_update_spec.rb
428
+ - spec/models/storage_resource_spec.rb
429
+ - spec/models/async_response_spec.rb
430
+ - spec/models/host_cluster_volume_mapping_create_spec.rb
431
+ - spec/models/storage_resource_update_spec.rb
432
+ - spec/models/service_resource_attachment_spec.rb
433
+ - spec/models/storage_hosts_mapping_spec.rb
427
434
  - spec/models/host_cluster_spec.rb
428
- - spec/models/storage_host_update_spec.rb
435
+ - spec/models/storage_host_wwpn_candidates_spec.rb
429
436
  - spec/models/account_post_response_spec.rb
430
- - spec/models/storage_hosts_mapping_spec.rb
431
- - spec/models/address_create_spec.rb
432
- - spec/models/host_cluster_volume_mapping_response_spec.rb
437
+ - spec/models/user_create_spec.rb
438
+ - spec/models/storage_host_spec.rb
439
+ - spec/models/service_abstract_capability_value_spec.rb
433
440
  - spec/models/volume_spec.rb
441
+ - spec/models/auto_sde_role_spec.rb
442
+ - spec/models/host_cluster_volume_mapping_response_spec.rb
434
443
  - spec/models/event_response_spec.rb
435
- - spec/models/native_capability_spec.rb
444
+ - spec/models/user_spec.rb
445
+ - spec/models/host_create_spec.rb
446
+ - spec/models/event_spec.rb
447
+ - spec/models/storage_system_create_spec.rb
448
+ - spec/models/authentication_spec.rb
449
+ - spec/models/provisioning_strategy_spec.rb
450
+ - spec/models/job_spec.rb
451
+ - spec/models/storage_resource_response_spec.rb
452
+ - spec/models/host_volume_connection_create_spec.rb
453
+ - spec/models/auto_sde_project_spec.rb
454
+ - spec/models/system_type_spec.rb
455
+ - spec/models/storage_resource_create_spec.rb
456
+ - spec/models/auth_response_spec.rb
457
+ - spec/models/capability_translation_spec.rb
458
+ - spec/models/abstract_capability_spec.rb
459
+ - spec/models/host_cluster_response_spec.rb
436
460
  - spec/models/storage_host_response_spec.rb
461
+ - spec/models/storage_host_create_spec.rb
462
+ - spec/models/validate_system_spec.rb
463
+ - spec/models/storage_hosts_mapping_response_spec.rb
464
+ - spec/models/host_volume_connection_spec.rb
465
+ - spec/models/host_spec.rb
466
+ - spec/models/storage_hosts_mapping_create_spec.rb
467
+ - spec/models/profile_spec.rb
468
+ - spec/models/service_spec.rb
469
+ - spec/models/user_update_spec.rb
437
470
  - spec/models/volume_update_spec.rb
471
+ - spec/models/celery_config_spec.rb
472
+ - spec/models/volume_create_spec.rb
438
473
  - spec/models/address_spec.rb
439
- - spec/models/storage_resource_create_spec.rb
440
- - spec/models/host_cluster_membership_spec.rb
441
- - spec/models/storage_host_spec.rb
442
474
  - spec/models/system_type_create_spec.rb
443
- - spec/models/service_abstract_capability_value_spec.rb
444
- - spec/models/storage_system_create_spec.rb
445
- - spec/models/storage_resource_spec.rb
446
- - spec/models/user_update_spec.rb
447
- - spec/models/async_response_spec.rb
448
- - spec/models/volume_safe_delete_create_spec.rb
449
- - spec/models/job_create_spec.rb
450
- - spec/models/host_create_spec.rb
451
475
  - spec/models/host_cluster_volume_mapping_spec.rb
452
- - spec/models/host_cluster_response_spec.rb
476
+ - spec/models/snapshot_spec.rb
477
+ - spec/models/storage_host_update_spec.rb
453
478
  - spec/models/account_spec.rb
454
- - spec/models/storage_resource_response_spec.rb
455
- - spec/models/account_post_request_spec.rb
456
- - spec/models/host_volume_connection_spec.rb
457
- - spec/models/host_cluster_create_spec.rb
458
- - spec/models/validate_system_spec.rb
459
- - spec/models/system_type_spec.rb
460
- - spec/models/refresh_system_spec.rb
461
479
  - spec/models/volume_safe_delete_spec.rb
462
- - spec/models/host_volume_connection_create_spec.rb
463
- - spec/models/storage_hosts_mapping_response_spec.rb
464
- - spec/models/service_create_spec.rb
465
- - spec/models/host_cluster_volume_mapping_create_spec.rb
466
- - spec/models/storage_hosts_mapping_create_spec.rb
467
- - spec/models/celery_config_spec.rb
468
- - spec/models/profile_spec.rb
469
- - spec/models/auto_sde_role_spec.rb
470
- - spec/models/storage_resource_update_spec.rb
480
+ - spec/models/address_create_spec.rb
481
+ - spec/models/volume_safe_delete_create_spec.rb
482
+ - spec/models/capability_translation_create_spec.rb
483
+ - spec/models/host_cluster_membership_spec.rb
484
+ - spec/models/job_create_spec.rb
471
485
  - spec/models/volume_response_spec.rb
472
- - spec/models/auth_response_spec.rb
473
- - spec/models/event_spec.rb
486
+ - spec/models/host_cluster_create_spec.rb
487
+ - spec/models/refresh_system_spec.rb
474
488
  - spec/models/snapshot_create_spec.rb
475
- - spec/models/capability_translation_spec.rb
476
- - spec/models/abstract_capability_spec.rb
477
- - spec/models/user_spec.rb
478
- - spec/models/authentication_spec.rb
479
- - spec/models/service_resource_attachment_spec.rb
480
- - spec/models/capability_translation_create_spec.rb
489
+ - spec/models/service_create_spec.rb
481
490
  - spec/models/storage_system_spec.rb
482
- - spec/models/storage_host_create_spec.rb
483
- - spec/models/auto_sde_project_spec.rb
484
- - spec/models/job_spec.rb
485
- - spec/models/volume_create_spec.rb
486
- - spec/models/service_spec.rb
487
- - spec/models/host_spec.rb
488
- - spec/models/storage_system_update_spec.rb
489
- - spec/models/provisioning_strategy_spec.rb
490
- - spec/models/snapshot_spec.rb
491
- - spec/models/user_create_spec.rb
491
+ - spec/models/account_post_request_spec.rb
492
492
  - spec/spec_helper.rb