autosde_openapi_client 3.2.0 → 3.2.1

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: 0fc1d9cf7f2b7e03913506b927f3c77f29983005b0d70c1ba7f55dcfca83900e
4
- data.tar.gz: 309f6035f8923c69bd09968b0d4817da81dc4cebeb2f76b3ec9e2ab9ef6aca42
3
+ metadata.gz: 6f86b0156e983d59e1c2b18dd97c1e4bf754cf96bd946e2bef282c1ea1dbf64e
4
+ data.tar.gz: 9f5c8a6aaeab87251c09510d27058113c1bb44c1534fcd18a942d98fcca6735d
5
5
  SHA512:
6
- metadata.gz: def6c68d51d2708e9898ca0cd960104f9768089601f4b5ff45ad2d72ca9804b03d9aef786a984c7244745298f9da25610805e250f9849dc741c5129c170cd7b2
7
- data.tar.gz: 89d004f4cbf3cd66ccabffcc9dcd747122db2c84f9740db3df9f0d215b42be9136fdfe8e6df3808febc38cd9b2cf428c91d8f1ca091f314eec59ebbef7826a1f
6
+ metadata.gz: feb6e7fe66fdbdafb0bc3622e939ab324c154cd849f0b30b2d3b0cf9bc1ab4e90b3bcfafb61f6b4922c3d974a0c1ac6008530b5649fabf5ad23aab110ac45329
7
+ data.tar.gz: 5575e92fc6c1682110e790deee2ff250a478621a41956ad7fad7ef4f0e9bfdc996046f1254bf9155ee8ccaac254e269d4cdd8eef933b2c37e38965cb9f0d222a
data/README.md CHANGED
@@ -277,6 +277,7 @@ Class | Method | HTTP request | Description
277
277
  - [AutosdeOpenapiClient::UserCreate](docs/UserCreate.md)
278
278
  - [AutosdeOpenapiClient::UserUpdate](docs/UserUpdate.md)
279
279
  - [AutosdeOpenapiClient::ValidateSystem](docs/ValidateSystem.md)
280
+ - [AutosdeOpenapiClient::ValidateSystemData](docs/ValidateSystemData.md)
280
281
  - [AutosdeOpenapiClient::Volume](docs/Volume.md)
281
282
  - [AutosdeOpenapiClient::VolumeClone](docs/VolumeClone.md)
282
283
  - [AutosdeOpenapiClient::VolumeCreate](docs/VolumeCreate.md)
@@ -8,7 +8,7 @@
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] |
11
+ | **enabled_capability_values_list** | **Array<String>** | enabled_capability_values_list | [optional] |
12
12
  | **initial_refresh** | **Boolean** | initial_refresh | [optional][default to true] |
13
13
  | **iqn** | **String** | | [optional] |
14
14
  | **management_ip** | **String** | management_ip | [optional] |
@@ -34,7 +34,7 @@ instance = AutosdeOpenapiClient::StorageSystemCreate.new(
34
34
  chap_name: null,
35
35
  chap_secret: null,
36
36
  component_state: null,
37
- enabled_capability_values: null,
37
+ enabled_capability_values_list: null,
38
38
  initial_refresh: null,
39
39
  iqn: null,
40
40
  management_ip: null,
@@ -5,8 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **auto_refresh** | **Boolean** | auto_refresh | [optional][default to true] |
8
+ | **capability_values_json** | **String** | capability_values_json | [optional] |
8
9
  | **component_state** | **String** | component_state | [optional] |
9
- | **enabled_capability_values** | [**Array<ServiceAbstractCapabilityValue>**](ServiceAbstractCapabilityValue.md) | enabled_capability_values | [optional] |
10
+ | **enabled_capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) | | [optional] |
10
11
  | **management_ip** | **String** | management_ip | [optional] |
11
12
  | **name** | **String** | name | [optional] |
12
13
  | **status** | **String** | status | [optional] |
@@ -22,6 +23,7 @@ require 'autosde_openapi_client'
22
23
 
23
24
  instance = AutosdeOpenapiClient::StorageSystemResponse.new(
24
25
  auto_refresh: null,
26
+ capability_values_json: null,
25
27
  component_state: null,
26
28
  enabled_capability_values: null,
27
29
  management_ip: null,
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
9
9
 
10
10
  ## validate_system_post
11
11
 
12
- > <ValidateSystem> validate_system_post(storage_system_create)
12
+ > <ValidateSystem> validate_system_post(validate_system_data)
13
13
 
14
14
 
15
15
 
@@ -25,11 +25,11 @@ AutosdeOpenapiClient.configure do |config|
25
25
  end
26
26
 
27
27
  api_instance = AutosdeOpenapiClient::ValidateSystemApi.new
28
- storage_system_create = AutosdeOpenapiClient::StorageSystemCreate.new # StorageSystemCreate |
28
+ validate_system_data = AutosdeOpenapiClient::ValidateSystemData.new # ValidateSystemData |
29
29
 
30
30
  begin
31
31
 
32
- result = api_instance.validate_system_post(storage_system_create)
32
+ result = api_instance.validate_system_post(validate_system_data)
33
33
  p result
34
34
  rescue AutosdeOpenapiClient::ApiError => e
35
35
  puts "Error when calling ValidateSystemApi->validate_system_post: #{e}"
@@ -40,12 +40,12 @@ end
40
40
 
41
41
  This returns an Array which contains the response data, status code and headers.
42
42
 
43
- > <Array(<ValidateSystem>, Integer, Hash)> validate_system_post_with_http_info(storage_system_create)
43
+ > <Array(<ValidateSystem>, Integer, Hash)> validate_system_post_with_http_info(validate_system_data)
44
44
 
45
45
  ```ruby
46
46
  begin
47
47
 
48
- data, status_code, headers = api_instance.validate_system_post_with_http_info(storage_system_create)
48
+ data, status_code, headers = api_instance.validate_system_post_with_http_info(validate_system_data)
49
49
  p status_code # => 2xx
50
50
  p headers # => { ... }
51
51
  p data # => <ValidateSystem>
@@ -58,7 +58,7 @@ end
58
58
 
59
59
  | Name | Type | Description | Notes |
60
60
  | ---- | ---- | ----------- | ----- |
61
- | **storage_system_create** | [**StorageSystemCreate**](StorageSystemCreate.md) | | |
61
+ | **validate_system_data** | [**ValidateSystemData**](ValidateSystemData.md) | | |
62
62
 
63
63
  ### Return type
64
64
 
@@ -0,0 +1,26 @@
1
+ # AutosdeOpenapiClient::ValidateSystemData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **management_ip** | **String** | management_ip | [optional] |
8
+ | **name** | **String** | name | [optional] |
9
+ | **password** | **String** | password | [optional] |
10
+ | **system_type** | [**SystemType**](SystemType.md) | | [optional] |
11
+ | **user** | **String** | user | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'autosde_openapi_client'
17
+
18
+ instance = AutosdeOpenapiClient::ValidateSystemData.new(
19
+ management_ip: null,
20
+ name: null,
21
+ password: null,
22
+ system_type: null,
23
+ user: null
24
+ )
25
+ ```
26
+
data/docs/Volume.md CHANGED
@@ -7,6 +7,7 @@
7
7
  | **compliant** | **Boolean** | compliant | [optional][default to false] |
8
8
  | **component_state** | **String** | component_state | [optional] |
9
9
  | **fc_map_count** | **Integer** | fc_map_count | [optional][default to 0] |
10
+ | **historical_service** | [**Service**](Service.md) | | [optional] |
10
11
  | **name** | **String** | name | [optional] |
11
12
  | **service** | [**Service**](Service.md) | | [optional] |
12
13
  | **size** | **Integer** | size | [optional] |
@@ -25,6 +26,7 @@ instance = AutosdeOpenapiClient::Volume.new(
25
26
  compliant: null,
26
27
  component_state: null,
27
28
  fc_map_count: null,
29
+ historical_service: null,
28
30
  name: null,
29
31
  service: null,
30
32
  size: null,
@@ -7,6 +7,7 @@
7
7
  | **compliant** | **Boolean** | compliant | [optional][default to false] |
8
8
  | **component_state** | **String** | component_state | [optional] |
9
9
  | **fc_map_count** | **Integer** | fc_map_count | [optional][default to 0] |
10
+ | **historical_service** | [**Service**](Service.md) | | [optional] |
10
11
  | **name** | **String** | name | [optional] |
11
12
  | **service** | **String** | !!uuid of service | [optional] |
12
13
  | **size** | **Integer** | size | [optional] |
@@ -25,6 +26,7 @@ instance = AutosdeOpenapiClient::VolumeResponse.new(
25
26
  compliant: null,
26
27
  component_state: null,
27
28
  fc_map_count: null,
29
+ historical_service: null,
28
30
  name: null,
29
31
  service: null,
30
32
  size: null,
@@ -19,24 +19,24 @@ module AutosdeOpenapiClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # @param storage_system_create [StorageSystemCreate]
22
+ # @param validate_system_data [ValidateSystemData]
23
23
  # @param [Hash] opts the optional parameters
24
24
  # @return [ValidateSystem]
25
- def validate_system_post(storage_system_create, opts = {})
26
- data, _status_code, _headers = validate_system_post_with_http_info(storage_system_create, opts)
25
+ def validate_system_post(validate_system_data, opts = {})
26
+ data, _status_code, _headers = validate_system_post_with_http_info(validate_system_data, opts)
27
27
  data
28
28
  end
29
29
 
30
- # @param storage_system_create [StorageSystemCreate]
30
+ # @param validate_system_data [ValidateSystemData]
31
31
  # @param [Hash] opts the optional parameters
32
32
  # @return [Array<(ValidateSystem, Integer, Hash)>] ValidateSystem data, response status code and response headers
33
- def validate_system_post_with_http_info(storage_system_create, opts = {})
33
+ def validate_system_post_with_http_info(validate_system_data, opts = {})
34
34
  if @api_client.config.debugging
35
35
  @api_client.config.logger.debug 'Calling API: ValidateSystemApi.validate_system_post ...'
36
36
  end
37
- # verify the required parameter 'storage_system_create' is set
38
- if @api_client.config.client_side_validation && storage_system_create.nil?
39
- fail ArgumentError, "Missing the required parameter 'storage_system_create' when calling ValidateSystemApi.validate_system_post"
37
+ # verify the required parameter 'validate_system_data' is set
38
+ if @api_client.config.client_side_validation && validate_system_data.nil?
39
+ fail ArgumentError, "Missing the required parameter 'validate_system_data' when calling ValidateSystemApi.validate_system_post"
40
40
  end
41
41
  # resource path
42
42
  local_var_path = '/validate-system'
@@ -55,7 +55,7 @@ module AutosdeOpenapiClient
55
55
  form_params = opts[:form_params] || {}
56
56
 
57
57
  # http body (model)
58
- post_body = opts[:debug_body] || @api_client.object_to_http_body(storage_system_create)
58
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(validate_system_data)
59
59
 
60
60
  # return_type
61
61
  return_type = opts[:debug_return_type] || 'ValidateSystem'
@@ -28,7 +28,8 @@ module AutosdeOpenapiClient
28
28
  # component_state
29
29
  attr_accessor :component_state
30
30
 
31
- attr_accessor :enabled_capability_values
31
+ # enabled_capability_values_list
32
+ attr_accessor :enabled_capability_values_list
32
33
 
33
34
  # initial_refresh
34
35
  attr_accessor :initial_refresh
@@ -99,7 +100,7 @@ module AutosdeOpenapiClient
99
100
  :'chap_name' => :'chap_name',
100
101
  :'chap_secret' => :'chap_secret',
101
102
  :'component_state' => :'component_state',
102
- :'enabled_capability_values' => :'enabled_capability_values',
103
+ :'enabled_capability_values_list' => :'enabled_capability_values_list',
103
104
  :'initial_refresh' => :'initial_refresh',
104
105
  :'iqn' => :'iqn',
105
106
  :'management_ip' => :'management_ip',
@@ -129,7 +130,7 @@ module AutosdeOpenapiClient
129
130
  :'chap_name' => :'String',
130
131
  :'chap_secret' => :'String',
131
132
  :'component_state' => :'String',
132
- :'enabled_capability_values' => :'ServiceAbstractCapabilityValue',
133
+ :'enabled_capability_values_list' => :'Array<String>',
133
134
  :'initial_refresh' => :'Boolean',
134
135
  :'iqn' => :'String',
135
136
  :'management_ip' => :'String',
@@ -186,8 +187,10 @@ module AutosdeOpenapiClient
186
187
  self.component_state = attributes[:'component_state']
187
188
  end
188
189
 
189
- if attributes.key?(:'enabled_capability_values')
190
- self.enabled_capability_values = attributes[:'enabled_capability_values']
190
+ if attributes.key?(:'enabled_capability_values_list')
191
+ if (value = attributes[:'enabled_capability_values_list']).is_a?(Array)
192
+ self.enabled_capability_values_list = value
193
+ end
191
194
  end
192
195
 
193
196
  if attributes.key?(:'initial_refresh')
@@ -312,7 +315,7 @@ module AutosdeOpenapiClient
312
315
  chap_name == o.chap_name &&
313
316
  chap_secret == o.chap_secret &&
314
317
  component_state == o.component_state &&
315
- enabled_capability_values == o.enabled_capability_values &&
318
+ enabled_capability_values_list == o.enabled_capability_values_list &&
316
319
  initial_refresh == o.initial_refresh &&
317
320
  iqn == o.iqn &&
318
321
  management_ip == o.management_ip &&
@@ -338,7 +341,7 @@ module AutosdeOpenapiClient
338
341
  # Calculates hash code according to all attributes.
339
342
  # @return [Integer] Hash code
340
343
  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
344
+ [auto_refresh, chap_name, chap_secret, component_state, enabled_capability_values_list, initial_refresh, iqn, management_ip, name, password, port_type, secondary_ip, status, storage_array, storage_driver, storage_family, system_type, user, wwpn].hash
342
345
  end
343
346
 
344
347
  # Builds the object from hash
@@ -19,10 +19,12 @@ module AutosdeOpenapiClient
19
19
  # auto_refresh
20
20
  attr_accessor :auto_refresh
21
21
 
22
+ # capability_values_json
23
+ attr_accessor :capability_values_json
24
+
22
25
  # component_state
23
26
  attr_accessor :component_state
24
27
 
25
- # enabled_capability_values
26
28
  attr_accessor :enabled_capability_values
27
29
 
28
30
  # management_ip
@@ -71,6 +73,7 @@ module AutosdeOpenapiClient
71
73
  def self.attribute_map
72
74
  {
73
75
  :'auto_refresh' => :'auto_refresh',
76
+ :'capability_values_json' => :'capability_values_json',
74
77
  :'component_state' => :'component_state',
75
78
  :'enabled_capability_values' => :'enabled_capability_values',
76
79
  :'management_ip' => :'management_ip',
@@ -92,8 +95,9 @@ module AutosdeOpenapiClient
92
95
  def self.openapi_types
93
96
  {
94
97
  :'auto_refresh' => :'Boolean',
98
+ :'capability_values_json' => :'String',
95
99
  :'component_state' => :'String',
96
- :'enabled_capability_values' => :'Array<ServiceAbstractCapabilityValue>',
100
+ :'enabled_capability_values' => :'ServiceAbstractCapabilityValue',
97
101
  :'management_ip' => :'String',
98
102
  :'name' => :'String',
99
103
  :'status' => :'String',
@@ -131,14 +135,16 @@ module AutosdeOpenapiClient
131
135
  self.auto_refresh = true
132
136
  end
133
137
 
138
+ if attributes.key?(:'capability_values_json')
139
+ self.capability_values_json = attributes[:'capability_values_json']
140
+ end
141
+
134
142
  if attributes.key?(:'component_state')
135
143
  self.component_state = attributes[:'component_state']
136
144
  end
137
145
 
138
146
  if attributes.key?(:'enabled_capability_values')
139
- if (value = attributes[:'enabled_capability_values']).is_a?(Array)
140
- self.enabled_capability_values = value
141
- end
147
+ self.enabled_capability_values = attributes[:'enabled_capability_values']
142
148
  end
143
149
 
144
150
  if attributes.key?(:'management_ip')
@@ -218,6 +224,7 @@ module AutosdeOpenapiClient
218
224
  return true if self.equal?(o)
219
225
  self.class == o.class &&
220
226
  auto_refresh == o.auto_refresh &&
227
+ capability_values_json == o.capability_values_json &&
221
228
  component_state == o.component_state &&
222
229
  enabled_capability_values == o.enabled_capability_values &&
223
230
  management_ip == o.management_ip &&
@@ -238,7 +245,7 @@ module AutosdeOpenapiClient
238
245
  # Calculates hash code according to all attributes.
239
246
  # @return [Integer] Hash code
240
247
  def hash
241
- [auto_refresh, component_state, enabled_capability_values, management_ip, name, status, storage_array, storage_family, system_type, uuid].hash
248
+ [auto_refresh, capability_values_json, component_state, enabled_capability_values, management_ip, name, status, storage_array, storage_family, system_type, uuid].hash
242
249
  end
243
250
 
244
251
  # Builds the object from hash
@@ -0,0 +1,259 @@
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 'date'
14
+ require 'time'
15
+
16
+ module AutosdeOpenapiClient
17
+ # TODO add description
18
+ class ValidateSystemData
19
+ # management_ip
20
+ attr_accessor :management_ip
21
+
22
+ # name
23
+ attr_accessor :name
24
+
25
+ # password
26
+ attr_accessor :password
27
+
28
+ attr_accessor :system_type
29
+
30
+ # user
31
+ attr_accessor :user
32
+
33
+ # Attribute mapping from ruby-style variable name to JSON key.
34
+ def self.attribute_map
35
+ {
36
+ :'management_ip' => :'management_ip',
37
+ :'name' => :'name',
38
+ :'password' => :'password',
39
+ :'system_type' => :'system_type',
40
+ :'user' => :'user'
41
+ }
42
+ end
43
+
44
+ # Returns all the JSON keys this model knows about
45
+ def self.acceptable_attributes
46
+ attribute_map.values
47
+ end
48
+
49
+ # Attribute type mapping.
50
+ def self.openapi_types
51
+ {
52
+ :'management_ip' => :'String',
53
+ :'name' => :'String',
54
+ :'password' => :'String',
55
+ :'system_type' => :'SystemType',
56
+ :'user' => :'String'
57
+ }
58
+ end
59
+
60
+ # List of attributes with nullable: true
61
+ def self.openapi_nullable
62
+ Set.new([
63
+ ])
64
+ end
65
+
66
+ # Initializes the object
67
+ # @param [Hash] attributes Model attributes in the form of hash
68
+ def initialize(attributes = {})
69
+ if (!attributes.is_a?(Hash))
70
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AutosdeOpenapiClient::ValidateSystemData` initialize method"
71
+ end
72
+
73
+ # check to see if the attribute exists and convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h|
75
+ if (!self.class.attribute_map.key?(k.to_sym))
76
+ fail ArgumentError, "`#{k}` is not a valid attribute in `AutosdeOpenapiClient::ValidateSystemData`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ end
78
+ h[k.to_sym] = v
79
+ }
80
+
81
+ if attributes.key?(:'management_ip')
82
+ self.management_ip = attributes[:'management_ip']
83
+ end
84
+
85
+ if attributes.key?(:'name')
86
+ self.name = attributes[:'name']
87
+ end
88
+
89
+ if attributes.key?(:'password')
90
+ self.password = attributes[:'password']
91
+ end
92
+
93
+ if attributes.key?(:'system_type')
94
+ self.system_type = attributes[:'system_type']
95
+ end
96
+
97
+ if attributes.key?(:'user')
98
+ self.user = attributes[:'user']
99
+ end
100
+ end
101
+
102
+ # Show invalid properties with the reasons. Usually used together with valid?
103
+ # @return Array for valid properties with the reasons
104
+ def list_invalid_properties
105
+ invalid_properties = Array.new
106
+ invalid_properties
107
+ end
108
+
109
+ # Check to see if the all the properties in the model are valid
110
+ # @return true if the model is valid
111
+ def valid?
112
+ true
113
+ end
114
+
115
+ # Checks equality by comparing each attribute.
116
+ # @param [Object] Object to be compared
117
+ def ==(o)
118
+ return true if self.equal?(o)
119
+ self.class == o.class &&
120
+ management_ip == o.management_ip &&
121
+ name == o.name &&
122
+ password == o.password &&
123
+ system_type == o.system_type &&
124
+ user == o.user
125
+ end
126
+
127
+ # @see the `==` method
128
+ # @param [Object] Object to be compared
129
+ def eql?(o)
130
+ self == o
131
+ end
132
+
133
+ # Calculates hash code according to all attributes.
134
+ # @return [Integer] Hash code
135
+ def hash
136
+ [management_ip, name, password, system_type, user].hash
137
+ end
138
+
139
+ # Builds the object from hash
140
+ # @param [Hash] attributes Model attributes in the form of hash
141
+ # @return [Object] Returns the model itself
142
+ def self.build_from_hash(attributes)
143
+ new.build_from_hash(attributes)
144
+ end
145
+
146
+ # Builds the object from hash
147
+ # @param [Hash] attributes Model attributes in the form of hash
148
+ # @return [Object] Returns the model itself
149
+ def build_from_hash(attributes)
150
+ return nil unless attributes.is_a?(Hash)
151
+ self.class.openapi_types.each_pair do |key, type|
152
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
153
+ self.send("#{key}=", nil)
154
+ elsif type =~ /\AArray<(.*)>/i
155
+ # check to ensure the input is an array given that the attribute
156
+ # is documented as an array but the input is not
157
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
158
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
159
+ end
160
+ elsif !attributes[self.class.attribute_map[key]].nil?
161
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
162
+ end
163
+ end
164
+
165
+ self
166
+ end
167
+
168
+ # Deserializes the data based on type
169
+ # @param string type Data type
170
+ # @param string value Value to be deserialized
171
+ # @return [Object] Deserialized data
172
+ def _deserialize(type, value)
173
+ case type.to_sym
174
+ when :Time
175
+ Time.parse(value)
176
+ when :Date
177
+ Date.parse(value)
178
+ when :String
179
+ value.to_s
180
+ when :Integer
181
+ value.to_i
182
+ when :Float
183
+ value.to_f
184
+ when :Boolean
185
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
186
+ true
187
+ else
188
+ false
189
+ end
190
+ when :Object
191
+ # generic object (usually a Hash), return directly
192
+ value
193
+ when /\AArray<(?<inner_type>.+)>\z/
194
+ inner_type = Regexp.last_match[:inner_type]
195
+ value.map { |v| _deserialize(inner_type, v) }
196
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
197
+ k_type = Regexp.last_match[:k_type]
198
+ v_type = Regexp.last_match[:v_type]
199
+ {}.tap do |hash|
200
+ value.each do |k, v|
201
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
202
+ end
203
+ end
204
+ else # model
205
+ # models (e.g. Pet) or oneOf
206
+ klass = AutosdeOpenapiClient.const_get(type)
207
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
208
+ end
209
+ end
210
+
211
+ # Returns the string representation of the object
212
+ # @return [String] String presentation of the object
213
+ def to_s
214
+ to_hash.to_s
215
+ end
216
+
217
+ # to_body is an alias to to_hash (backward compatibility)
218
+ # @return [Hash] Returns the object in the form of hash
219
+ def to_body
220
+ to_hash
221
+ end
222
+
223
+ # Returns the object in the form of hash
224
+ # @return [Hash] Returns the object in the form of hash
225
+ def to_hash
226
+ hash = {}
227
+ self.class.attribute_map.each_pair do |attr, param|
228
+ value = self.send(attr)
229
+ if value.nil?
230
+ is_nullable = self.class.openapi_nullable.include?(attr)
231
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
232
+ end
233
+
234
+ hash[param] = _to_hash(value)
235
+ end
236
+ hash
237
+ end
238
+
239
+ # Outputs non-array value in the form of hash
240
+ # For object, use to_hash. Otherwise, just return the value
241
+ # @param [Object] value Any valid value
242
+ # @return [Hash] Returns the value in the form of hash
243
+ def _to_hash(value)
244
+ if value.is_a?(Array)
245
+ value.compact.map { |v| _to_hash(v) }
246
+ elsif value.is_a?(Hash)
247
+ {}.tap do |hash|
248
+ value.each { |k, v| hash[k] = _to_hash(v) }
249
+ end
250
+ elsif value.respond_to? :to_hash
251
+ value.to_hash
252
+ else
253
+ value
254
+ end
255
+ end
256
+
257
+ end
258
+
259
+ end
@@ -25,6 +25,8 @@ module AutosdeOpenapiClient
25
25
  # fc_map_count
26
26
  attr_accessor :fc_map_count
27
27
 
28
+ attr_accessor :historical_service
29
+
28
30
  # name
29
31
  attr_accessor :name
30
32
 
@@ -75,6 +77,7 @@ module AutosdeOpenapiClient
75
77
  :'compliant' => :'compliant',
76
78
  :'component_state' => :'component_state',
77
79
  :'fc_map_count' => :'fc_map_count',
80
+ :'historical_service' => :'historical_service',
78
81
  :'name' => :'name',
79
82
  :'service' => :'service',
80
83
  :'size' => :'size',
@@ -97,6 +100,7 @@ module AutosdeOpenapiClient
97
100
  :'compliant' => :'Boolean',
98
101
  :'component_state' => :'String',
99
102
  :'fc_map_count' => :'Integer',
103
+ :'historical_service' => :'Service',
100
104
  :'name' => :'String',
101
105
  :'service' => :'Service',
102
106
  :'size' => :'Integer',
@@ -145,6 +149,10 @@ module AutosdeOpenapiClient
145
149
  self.fc_map_count = 0
146
150
  end
147
151
 
152
+ if attributes.key?(:'historical_service')
153
+ self.historical_service = attributes[:'historical_service']
154
+ end
155
+
148
156
  if attributes.key?(:'name')
149
157
  self.name = attributes[:'name']
150
158
  end
@@ -216,6 +224,7 @@ module AutosdeOpenapiClient
216
224
  compliant == o.compliant &&
217
225
  component_state == o.component_state &&
218
226
  fc_map_count == o.fc_map_count &&
227
+ historical_service == o.historical_service &&
219
228
  name == o.name &&
220
229
  service == o.service &&
221
230
  size == o.size &&
@@ -235,7 +244,7 @@ module AutosdeOpenapiClient
235
244
  # Calculates hash code according to all attributes.
236
245
  # @return [Integer] Hash code
237
246
  def hash
238
- [compliant, component_state, fc_map_count, name, service, size, status, storage_resource, unmapped_since, uuid, volume_name].hash
247
+ [compliant, component_state, fc_map_count, historical_service, name, service, size, status, storage_resource, unmapped_since, uuid, volume_name].hash
239
248
  end
240
249
 
241
250
  # Builds the object from hash
@@ -25,6 +25,8 @@ module AutosdeOpenapiClient
25
25
  # fc_map_count
26
26
  attr_accessor :fc_map_count
27
27
 
28
+ attr_accessor :historical_service
29
+
28
30
  # name
29
31
  attr_accessor :name
30
32
 
@@ -77,6 +79,7 @@ module AutosdeOpenapiClient
77
79
  :'compliant' => :'compliant',
78
80
  :'component_state' => :'component_state',
79
81
  :'fc_map_count' => :'fc_map_count',
82
+ :'historical_service' => :'historical_service',
80
83
  :'name' => :'name',
81
84
  :'service' => :'service',
82
85
  :'size' => :'size',
@@ -99,6 +102,7 @@ module AutosdeOpenapiClient
99
102
  :'compliant' => :'Boolean',
100
103
  :'component_state' => :'String',
101
104
  :'fc_map_count' => :'Integer',
105
+ :'historical_service' => :'Service',
102
106
  :'name' => :'String',
103
107
  :'service' => :'String',
104
108
  :'size' => :'Integer',
@@ -147,6 +151,10 @@ module AutosdeOpenapiClient
147
151
  self.fc_map_count = 0
148
152
  end
149
153
 
154
+ if attributes.key?(:'historical_service')
155
+ self.historical_service = attributes[:'historical_service']
156
+ end
157
+
150
158
  if attributes.key?(:'name')
151
159
  self.name = attributes[:'name']
152
160
  end
@@ -218,6 +226,7 @@ module AutosdeOpenapiClient
218
226
  compliant == o.compliant &&
219
227
  component_state == o.component_state &&
220
228
  fc_map_count == o.fc_map_count &&
229
+ historical_service == o.historical_service &&
221
230
  name == o.name &&
222
231
  service == o.service &&
223
232
  size == o.size &&
@@ -237,7 +246,7 @@ module AutosdeOpenapiClient
237
246
  # Calculates hash code according to all attributes.
238
247
  # @return [Integer] Hash code
239
248
  def hash
240
- [compliant, component_state, fc_map_count, name, service, size, status, storage_resource, unmapped_since, uuid, volume_name].hash
249
+ [compliant, component_state, fc_map_count, historical_service, name, service, size, status, storage_resource, unmapped_since, uuid, volume_name].hash
241
250
  end
242
251
 
243
252
  # 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.0
6
+ The version of the OpenAPI document: 3.2.1
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.0'
14
+ VERSION = '3.2.1'
15
15
  end
@@ -87,6 +87,7 @@ require 'autosde_openapi_client/models/user'
87
87
  require 'autosde_openapi_client/models/user_create'
88
88
  require 'autosde_openapi_client/models/user_update'
89
89
  require 'autosde_openapi_client/models/validate_system'
90
+ require 'autosde_openapi_client/models/validate_system_data'
90
91
  require 'autosde_openapi_client/models/volume'
91
92
  require 'autosde_openapi_client/models/volume_clone'
92
93
  require 'autosde_openapi_client/models/volume_create'
@@ -33,7 +33,7 @@ describe 'ValidateSystemApi' do
33
33
  end
34
34
 
35
35
  # unit tests for validate_system_post
36
- # @param storage_system_create
36
+ # @param validate_system_data
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @return [ValidateSystem]
39
39
  describe 'validate_system_post test' do
@@ -53,7 +53,7 @@ describe AutosdeOpenapiClient::StorageSystemCreate do
53
53
  end
54
54
  end
55
55
 
56
- describe 'test attribute "enabled_capability_values"' do
56
+ describe 'test attribute "enabled_capability_values_list"' do
57
57
  it 'should work' do
58
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
59
  end
@@ -31,6 +31,12 @@ describe AutosdeOpenapiClient::StorageSystemResponse do
31
31
  end
32
32
  end
33
33
 
34
+ describe 'test attribute "capability_values_json"' 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
+
34
40
  describe 'test attribute "component_state"' do
35
41
  it 'should work' do
36
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -0,0 +1,58 @@
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::ValidateSystemData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe AutosdeOpenapiClient::ValidateSystemData do
21
+ let(:instance) { AutosdeOpenapiClient::ValidateSystemData.new }
22
+
23
+ describe 'test an instance of ValidateSystemData' do
24
+ it 'should create an instance of ValidateSystemData' do
25
+ expect(instance).to be_instance_of(AutosdeOpenapiClient::ValidateSystemData)
26
+ end
27
+ end
28
+ describe 'test attribute "management_ip"' 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 "name"' 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
+ describe 'test attribute "password"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "system_type"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "user"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ end
@@ -47,6 +47,12 @@ describe AutosdeOpenapiClient::VolumeResponse do
47
47
  end
48
48
  end
49
49
 
50
+ describe 'test attribute "historical_service"' 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 "name"' do
51
57
  it 'should work' do
52
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,6 +47,12 @@ describe AutosdeOpenapiClient::Volume do
47
47
  end
48
48
  end
49
49
 
50
+ describe 'test attribute "historical_service"' 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 "name"' do
51
57
  it 'should work' do
52
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autosde_openapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -163,6 +163,7 @@ files:
163
163
  - docs/UserUpdate.md
164
164
  - docs/ValidateSystem.md
165
165
  - docs/ValidateSystemApi.md
166
+ - docs/ValidateSystemData.md
166
167
  - docs/Volume.md
167
168
  - docs/VolumeApi.md
168
169
  - docs/VolumeClone.md
@@ -281,6 +282,7 @@ files:
281
282
  - lib/autosde_openapi_client/models/user_create.rb
282
283
  - lib/autosde_openapi_client/models/user_update.rb
283
284
  - lib/autosde_openapi_client/models/validate_system.rb
285
+ - lib/autosde_openapi_client/models/validate_system_data.rb
284
286
  - lib/autosde_openapi_client/models/volume.rb
285
287
  - lib/autosde_openapi_client/models/volume_clone.rb
286
288
  - lib/autosde_openapi_client/models/volume_create.rb
@@ -393,6 +395,7 @@ files:
393
395
  - spec/models/user_create_spec.rb
394
396
  - spec/models/user_spec.rb
395
397
  - spec/models/user_update_spec.rb
398
+ - spec/models/validate_system_data_spec.rb
396
399
  - spec/models/validate_system_spec.rb
397
400
  - spec/models/volume_clone_spec.rb
398
401
  - spec/models/volume_create_spec.rb
@@ -425,116 +428,117 @@ signing_key:
425
428
  specification_version: 4
426
429
  summary: Site Manager API Ruby Gem
427
430
  test_files:
428
- - spec/api/host_volume_connection_api_spec.rb
429
- - spec/api/storage_host_api_spec.rb
430
- - spec/api/storage_host_wwpn_candidates_api_spec.rb
431
+ - spec/api/storage_resource_api_spec.rb
432
+ - spec/api/service_abstract_capability_value_api_spec.rb
433
+ - spec/api/event_api_spec.rb
431
434
  - spec/api/capability_translation_api_spec.rb
432
- - spec/api/storage_hosts_mapping_api_spec.rb
435
+ - spec/api/authentication_api_spec.rb
436
+ - spec/api/job_api_spec.rb
437
+ - spec/api/service_api_spec.rb
433
438
  - spec/api/auto_sde_role_api_spec.rb
434
- - spec/api/host_cluster_api_spec.rb
439
+ - spec/api/address_api_spec.rb
440
+ - spec/api/volume_clone_api_spec.rb
441
+ - spec/api/host_cluster_membership_api_spec.rb
435
442
  - spec/api/celery_config_api_spec.rb
436
- - spec/api/host_cluster_volume_mapping_api_spec.rb
437
- - spec/api/event_api_spec.rb
438
- - spec/api/auto_sde_project_api_spec.rb
439
- - spec/api/refresh_system_api_spec.rb
440
- - spec/api/service_abstract_capability_value_api_spec.rb
443
+ - spec/api/volume_migration_api_spec.rb
444
+ - spec/api/native_capability_api_spec.rb
441
445
  - spec/api/abstract_capability_api_spec.rb
442
446
  - spec/api/storage_system_api_spec.rb
443
- - spec/api/account_api_spec.rb
444
- - spec/api/service_api_spec.rb
445
- - spec/api/system_type_api_spec.rb
446
- - spec/api/snapshot_api_spec.rb
447
+ - spec/api/provisioning_strategy_api_spec.rb
448
+ - spec/api/storage_hosts_mapping_api_spec.rb
447
449
  - spec/api/user_api_spec.rb
448
- - spec/api/volume_api_spec.rb
449
- - spec/api/job_api_spec.rb
450
- - spec/api/volume_clone_api_spec.rb
451
- - spec/api/address_api_spec.rb
450
+ - spec/api/host_cluster_api_spec.rb
451
+ - spec/api/refresh_system_api_spec.rb
452
452
  - spec/api/validate_system_api_spec.rb
453
- - spec/api/native_capability_api_spec.rb
454
- - spec/api/authentication_api_spec.rb
455
- - spec/api/host_cluster_membership_api_spec.rb
453
+ - spec/api/auto_sde_project_api_spec.rb
454
+ - spec/api/host_cluster_volume_mapping_api_spec.rb
455
+ - spec/api/snapshot_api_spec.rb
456
+ - spec/api/host_volume_connection_api_spec.rb
456
457
  - spec/api/service_resource_attachment_api_spec.rb
458
+ - spec/api/storage_host_wwpn_candidates_api_spec.rb
459
+ - spec/api/volume_api_spec.rb
460
+ - spec/api/system_type_api_spec.rb
457
461
  - spec/api/host_api_spec.rb
458
- - spec/api/provisioning_strategy_api_spec.rb
459
- - spec/api/storage_resource_api_spec.rb
460
- - spec/api/volume_migration_api_spec.rb
462
+ - spec/api/storage_host_api_spec.rb
461
463
  - spec/api/profile_api_spec.rb
464
+ - spec/api/account_api_spec.rb
462
465
  - spec/api_client_spec.rb
463
466
  - spec/configuration_spec.rb
464
- - spec/models/storage_host_create_spec.rb
465
- - spec/models/storage_hosts_mapping_response_spec.rb
466
- - spec/models/storage_resource_spec.rb
467
+ - spec/models/storage_system_spec.rb
468
+ - spec/models/volume_migration_spec.rb
469
+ - spec/models/async_response_spec.rb
470
+ - spec/models/system_type_create_spec.rb
471
+ - spec/models/host_create_spec.rb
472
+ - spec/models/address_create_spec.rb
473
+ - spec/models/authentication_spec.rb
474
+ - spec/models/abstract_capability_spec.rb
475
+ - spec/models/account_post_request_spec.rb
467
476
  - spec/models/storage_host_spec.rb
468
- - spec/models/auto_sde_role_spec.rb
477
+ - spec/models/validate_system_data_spec.rb
469
478
  - spec/models/host_cluster_volume_mapping_spec.rb
470
- - spec/models/service_spec.rb
471
- - spec/models/job_spec.rb
472
- - spec/models/account_post_response_spec.rb
473
- - spec/models/service_abstract_capability_value_spec.rb
474
- - spec/models/host_cluster_update_spec.rb
479
+ - spec/models/service_resource_attachment_response_spec.rb
475
480
  - spec/models/auto_sde_project_spec.rb
476
- - spec/models/auth_response_spec.rb
477
- - spec/models/host_create_spec.rb
478
- - spec/models/provisioning_strategy_spec.rb
481
+ - spec/models/host_cluster_membership_spec.rb
482
+ - spec/models/abstract_capability_response_spec.rb
483
+ - spec/models/capability_translation_create_spec.rb
484
+ - spec/models/host_volume_connection_create_spec.rb
485
+ - spec/models/user_spec.rb
486
+ - spec/models/host_cluster_response_spec.rb
487
+ - spec/models/native_capability_spec.rb
488
+ - spec/models/celery_config_spec.rb
489
+ - spec/models/storage_host_update_spec.rb
490
+ - spec/models/service_update_spec.rb
491
+ - spec/models/snapshot_response_spec.rb
492
+ - spec/models/host_spec.rb
493
+ - spec/models/volume_spec.rb
494
+ - spec/models/snapshot_create_spec.rb
495
+ - spec/models/storage_hosts_mapping_create_spec.rb
479
496
  - spec/models/service_create_spec.rb
480
- - spec/models/host_cluster_spec.rb
481
- - spec/models/service_resource_attachment_response_spec.rb
482
- - spec/models/refresh_system_spec.rb
483
- - spec/models/job_response_spec.rb
484
- - spec/models/volume_migration_spec.rb
497
+ - spec/models/storage_resource_spec.rb
498
+ - spec/models/volume_clone_spec.rb
499
+ - spec/models/system_type_spec.rb
500
+ - spec/models/storage_hosts_mapping_spec.rb
485
501
  - spec/models/volume_create_spec.rb
486
- - spec/models/account_spec.rb
487
- - spec/models/storage_resource_update_spec.rb
488
- - spec/models/account_post_request_spec.rb
489
- - spec/models/event_spec.rb
490
- - spec/models/host_volume_connection_spec.rb
491
- - spec/models/user_spec.rb
502
+ - spec/models/capability_translation_spec.rb
503
+ - spec/models/job_create_spec.rb
492
504
  - spec/models/user_create_spec.rb
493
- - spec/models/storage_system_update_spec.rb
494
- - spec/models/storage_hosts_mapping_spec.rb
495
- - spec/models/system_type_response_spec.rb
496
- - spec/models/system_type_create_spec.rb
497
- - spec/models/validate_system_spec.rb
505
+ - spec/models/service_abstract_capability_value_spec.rb
498
506
  - spec/models/profile_spec.rb
499
- - spec/models/capability_translation_create_spec.rb
500
- - spec/models/volume_clone_spec.rb
501
- - spec/models/storage_host_wwpn_candidates_spec.rb
502
507
  - spec/models/storage_system_create_spec.rb
503
- - spec/models/snapshot_create_spec.rb
504
- - spec/models/host_cluster_volume_mapping_create_spec.rb
505
- - spec/models/abstract_capability_response_spec.rb
506
- - spec/models/event_response_spec.rb
507
- - spec/models/host_cluster_membership_spec.rb
508
- - spec/models/host_spec.rb
508
+ - spec/models/snapshot_spec.rb
509
+ - spec/models/event_spec.rb
510
+ - spec/models/storage_resource_update_spec.rb
511
+ - spec/models/service_resource_attachment_spec.rb
512
+ - spec/models/storage_system_update_spec.rb
513
+ - spec/models/storage_host_create_spec.rb
514
+ - spec/models/storage_resource_create_spec.rb
515
+ - spec/models/host_volume_connection_spec.rb
516
+ - spec/models/host_cluster_spec.rb
517
+ - spec/models/storage_hosts_mapping_response_spec.rb
518
+ - spec/models/provisioning_strategy_spec.rb
519
+ - spec/models/host_cluster_create_spec.rb
509
520
  - spec/models/storage_host_response_spec.rb
510
- - spec/models/volume_response_spec.rb
521
+ - spec/models/refresh_system_spec.rb
522
+ - spec/models/storage_host_wwpn_candidates_spec.rb
523
+ - spec/models/auto_sde_role_spec.rb
524
+ - spec/models/storage_system_response_spec.rb
525
+ - spec/models/job_response_spec.rb
526
+ - spec/models/validate_system_spec.rb
527
+ - spec/models/account_spec.rb
528
+ - spec/models/job_spec.rb
529
+ - spec/models/account_post_response_spec.rb
530
+ - spec/models/host_cluster_update_spec.rb
531
+ - spec/models/storage_resource_response_spec.rb
532
+ - spec/models/system_type_response_spec.rb
533
+ - spec/models/service_spec.rb
534
+ - spec/models/auth_response_spec.rb
511
535
  - spec/models/address_spec.rb
512
- - spec/models/celery_config_spec.rb
513
536
  - spec/models/host_cluster_volume_mapping_response_spec.rb
514
- - spec/models/host_volume_connection_create_spec.rb
515
- - spec/models/service_response_spec.rb
516
- - spec/models/host_cluster_response_spec.rb
517
- - spec/models/storage_system_spec.rb
518
- - spec/models/job_create_spec.rb
519
- - spec/models/capability_translation_spec.rb
520
- - spec/models/storage_system_response_spec.rb
521
- - spec/models/service_update_spec.rb
522
- - spec/models/abstract_capability_spec.rb
523
- - spec/models/storage_resource_create_spec.rb
524
- - spec/models/storage_hosts_mapping_create_spec.rb
525
- - spec/models/authentication_spec.rb
526
- - spec/models/volume_spec.rb
527
- - spec/models/service_resource_attachment_spec.rb
528
- - spec/models/native_capability_spec.rb
529
- - spec/models/volume_update_spec.rb
530
- - spec/models/async_response_spec.rb
531
- - spec/models/storage_host_update_spec.rb
537
+ - spec/models/event_response_spec.rb
532
538
  - spec/models/user_update_spec.rb
539
+ - spec/models/host_cluster_volume_mapping_create_spec.rb
540
+ - spec/models/volume_update_spec.rb
541
+ - spec/models/service_response_spec.rb
533
542
  - spec/models/service_abstract_capability_value_response_spec.rb
534
- - spec/models/snapshot_spec.rb
535
- - spec/models/host_cluster_create_spec.rb
536
- - spec/models/snapshot_response_spec.rb
537
- - spec/models/system_type_spec.rb
538
- - spec/models/address_create_spec.rb
539
- - spec/models/storage_resource_response_spec.rb
543
+ - spec/models/volume_response_spec.rb
540
544
  - spec/spec_helper.rb