autosde_openapi_client 2.0.3 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,9 @@ module AutosdeOpenapiClient
19
19
  # advanced_attributes_map
20
20
  attr_accessor :advanced_attributes_map
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
 
@@ -69,6 +72,7 @@ module AutosdeOpenapiClient
69
72
  def self.attribute_map
70
73
  {
71
74
  :'advanced_attributes_map' => :'advanced_attributes_map',
75
+ :'capability_values_json' => :'capability_values_json',
72
76
  :'component_state' => :'component_state',
73
77
  :'logical_free' => :'logical_free',
74
78
  :'logical_total' => :'logical_total',
@@ -89,6 +93,7 @@ module AutosdeOpenapiClient
89
93
  def self.openapi_types
90
94
  {
91
95
  :'advanced_attributes_map' => :'String',
96
+ :'capability_values_json' => :'String',
92
97
  :'component_state' => :'String',
93
98
  :'logical_free' => :'Integer',
94
99
  :'logical_total' => :'Integer',
@@ -125,6 +130,10 @@ module AutosdeOpenapiClient
125
130
  self.advanced_attributes_map = attributes[:'advanced_attributes_map']
126
131
  end
127
132
 
133
+ if attributes.key?(:'capability_values_json')
134
+ self.capability_values_json = attributes[:'capability_values_json']
135
+ end
136
+
128
137
  if attributes.key?(:'component_state')
129
138
  self.component_state = attributes[:'component_state']
130
139
  end
@@ -210,6 +219,7 @@ module AutosdeOpenapiClient
210
219
  return true if self.equal?(o)
211
220
  self.class == o.class &&
212
221
  advanced_attributes_map == o.advanced_attributes_map &&
222
+ capability_values_json == o.capability_values_json &&
213
223
  component_state == o.component_state &&
214
224
  logical_free == o.logical_free &&
215
225
  logical_total == o.logical_total &&
@@ -229,7 +239,7 @@ module AutosdeOpenapiClient
229
239
  # Calculates hash code according to all attributes.
230
240
  # @return [Integer] Hash code
231
241
  def hash
232
- [advanced_attributes_map, component_state, logical_free, logical_total, name, pool_name, protocol, storage_system, uuid].hash
242
+ [advanced_attributes_map, capability_values_json, component_state, logical_free, logical_total, name, pool_name, protocol, storage_system, uuid].hash
233
243
  end
234
244
 
235
245
  # Builds the object from hash
@@ -28,9 +28,14 @@ module AutosdeOpenapiClient
28
28
  # name
29
29
  attr_accessor :name
30
30
 
31
- # !!uuid of service
31
+ # resources
32
+ attr_accessor :resources
33
+
32
34
  attr_accessor :service
33
35
 
36
+ # service_name
37
+ attr_accessor :service_name
38
+
34
39
  # size
35
40
  attr_accessor :size
36
41
 
@@ -75,7 +80,9 @@ module AutosdeOpenapiClient
75
80
  :'component_state' => :'component_state',
76
81
  :'count' => :'count',
77
82
  :'name' => :'name',
83
+ :'resources' => :'resources',
78
84
  :'service' => :'service',
85
+ :'service_name' => :'service_name',
79
86
  :'size' => :'size',
80
87
  :'status' => :'status',
81
88
  :'unmapped_since' => :'unmapped_since',
@@ -96,7 +103,9 @@ module AutosdeOpenapiClient
96
103
  :'component_state' => :'String',
97
104
  :'count' => :'Integer',
98
105
  :'name' => :'String',
99
- :'service' => :'String',
106
+ :'resources' => :'Array<String>',
107
+ :'service' => :'Service',
108
+ :'service_name' => :'String',
100
109
  :'size' => :'Integer',
101
110
  :'status' => :'String',
102
111
  :'unmapped_since' => :'Time',
@@ -146,10 +155,22 @@ module AutosdeOpenapiClient
146
155
  self.name = attributes[:'name']
147
156
  end
148
157
 
158
+ if attributes.key?(:'resources')
159
+ if (value = attributes[:'resources']).is_a?(Array)
160
+ self.resources = value
161
+ end
162
+ end
163
+
149
164
  if attributes.key?(:'service')
150
165
  self.service = attributes[:'service']
151
166
  end
152
167
 
168
+ if attributes.key?(:'service_name')
169
+ self.service_name = attributes[:'service_name']
170
+ else
171
+ self.service_name = 'null'
172
+ end
173
+
153
174
  if attributes.key?(:'size')
154
175
  self.size = attributes[:'size']
155
176
  end
@@ -210,7 +231,9 @@ module AutosdeOpenapiClient
210
231
  component_state == o.component_state &&
211
232
  count == o.count &&
212
233
  name == o.name &&
234
+ resources == o.resources &&
213
235
  service == o.service &&
236
+ service_name == o.service_name &&
214
237
  size == o.size &&
215
238
  status == o.status &&
216
239
  unmapped_since == o.unmapped_since &&
@@ -227,7 +250,7 @@ module AutosdeOpenapiClient
227
250
  # Calculates hash code according to all attributes.
228
251
  # @return [Integer] Hash code
229
252
  def hash
230
- [compliant, component_state, count, name, service, size, status, unmapped_since, uuid, volume_name].hash
253
+ [compliant, component_state, count, name, resources, service, service_name, size, status, unmapped_since, uuid, volume_name].hash
231
254
  end
232
255
 
233
256
  # 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: 2.0.3
6
+ The version of the OpenAPI document: 2.0.5
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 = '2.0.3'
14
+ VERSION = '2.0.5'
15
15
  end
@@ -56,6 +56,7 @@ require 'autosde_openapi_client/models/service_abstract_capability_value'
56
56
  require 'autosde_openapi_client/models/service_abstract_capability_value_response'
57
57
  require 'autosde_openapi_client/models/service_create'
58
58
  require 'autosde_openapi_client/models/service_resource_attachment'
59
+ require 'autosde_openapi_client/models/service_response'
59
60
  require 'autosde_openapi_client/models/snapshot'
60
61
  require 'autosde_openapi_client/models/snapshot_create'
61
62
  require 'autosde_openapi_client/models/storage_host'
@@ -83,8 +84,6 @@ require 'autosde_openapi_client/models/validate_system'
83
84
  require 'autosde_openapi_client/models/volume'
84
85
  require 'autosde_openapi_client/models/volume_create'
85
86
  require 'autosde_openapi_client/models/volume_response'
86
- require 'autosde_openapi_client/models/volume_safe_delete'
87
- require 'autosde_openapi_client/models/volume_safe_delete_create'
88
87
  require 'autosde_openapi_client/models/volume_update'
89
88
 
90
89
  # APIs
@@ -120,7 +119,6 @@ require 'autosde_openapi_client/api/system_type_api'
120
119
  require 'autosde_openapi_client/api/user_api'
121
120
  require 'autosde_openapi_client/api/validate_system_api'
122
121
  require 'autosde_openapi_client/api/volume_api'
123
- require 'autosde_openapi_client/api/volume_safe_delete_api'
124
122
 
125
123
  module AutosdeOpenapiClient
126
124
  class << self
@@ -34,7 +34,7 @@ describe 'ServiceApi' do
34
34
 
35
35
  # unit tests for services_get
36
36
  # @param [Hash] opts the optional parameters
37
- # @return [Array<Service>]
37
+ # @return [Array<ServiceResponse>]
38
38
  describe 'services_get test' do
39
39
  it 'should work' do
40
40
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'ServiceApi' do
44
44
  # unit tests for services_pk_delete
45
45
  # @param pk
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [AsyncResponse]
47
+ # @return [Service]
48
48
  describe 'services_pk_delete test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'ServiceApi' do
75
75
  # unit tests for services_post
76
76
  # @param service_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [AsyncResponse]
78
+ # @return [ServiceResponse]
79
79
  describe 'services_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -25,7 +25,17 @@ describe AutosdeOpenapiClient::RefreshSystem do
25
25
  expect(instance).to be_instance_of(AutosdeOpenapiClient::RefreshSystem)
26
26
  end
27
27
  end
28
- describe 'test attribute "uuid"' do
28
+ describe 'test attribute "resource_type"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["system_resources", "volumes", "hosts", "events"])
32
+ # validator.allowable_values.each do |value|
33
+ # expect { instance.resource_type = value }.not_to raise_error
34
+ # end
35
+ end
36
+ end
37
+
38
+ describe 'test attribute "storage_system"' do
29
39
  it 'should work' do
30
40
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
41
  end
@@ -0,0 +1,98 @@
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::ServiceResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe AutosdeOpenapiClient::ServiceResponse do
21
+ let(:instance) { AutosdeOpenapiClient::ServiceResponse.new }
22
+
23
+ describe 'test an instance of ServiceResponse' do
24
+ it 'should create an instance of ServiceResponse' do
25
+ expect(instance).to be_instance_of(AutosdeOpenapiClient::ServiceResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "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
+ 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
+
40
+ describe 'test attribute "component_state"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["PENDING_CREATION", "CREATED", "DELETED", "PENDING_DELETION", "MODIFICATION", "PENDING_MODIFICATION"])
44
+ # validator.allowable_values.each do |value|
45
+ # expect { instance.component_state = value }.not_to raise_error
46
+ # end
47
+ end
48
+ end
49
+
50
+ describe 'test attribute "description"' do
51
+ it 'should work' do
52
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
53
+ end
54
+ end
55
+
56
+ describe 'test attribute "name"' do
57
+ it 'should work' do
58
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
+ end
60
+ end
61
+
62
+ describe 'test attribute "profile"' do
63
+ it 'should work' do
64
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
65
+ end
66
+ end
67
+
68
+ describe 'test attribute "project"' do
69
+ it 'should work' do
70
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
+ end
72
+ end
73
+
74
+ describe 'test attribute "provisioning_strategy"' do
75
+ it 'should work' do
76
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
+ end
78
+ end
79
+
80
+ describe 'test attribute "resource_service"' do
81
+ it 'should work' do
82
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
83
+ end
84
+ end
85
+
86
+ describe 'test attribute "uuid"' do
87
+ it 'should work' do
88
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
89
+ end
90
+ end
91
+
92
+ describe 'test attribute "version"' do
93
+ it 'should work' do
94
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
95
+ end
96
+ end
97
+
98
+ end
@@ -31,6 +31,12 @@ describe AutosdeOpenapiClient::StorageResourceResponse 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
@@ -53,12 +53,24 @@ describe AutosdeOpenapiClient::VolumeCreate do
53
53
  end
54
54
  end
55
55
 
56
+ describe 'test attribute "resources"' do
57
+ it 'should work' do
58
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
+ end
60
+ end
61
+
56
62
  describe 'test attribute "service"' do
57
63
  it 'should work' do
58
64
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
65
  end
60
66
  end
61
67
 
68
+ describe 'test attribute "service_name"' do
69
+ it 'should work' do
70
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
+ end
72
+ end
73
+
62
74
  describe 'test attribute "size"' do
63
75
  it 'should work' do
64
76
  # 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: 2.0.3
4
+ version: 2.0.5
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-12-13 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -123,6 +123,7 @@ files:
123
123
  - docs/ServiceCreate.md
124
124
  - docs/ServiceResourceAttachment.md
125
125
  - docs/ServiceResourceAttachmentApi.md
126
+ - docs/ServiceResponse.md
126
127
  - docs/Snapshot.md
127
128
  - docs/SnapshotApi.md
128
129
  - docs/SnapshotCreate.md
@@ -160,9 +161,6 @@ files:
160
161
  - docs/VolumeApi.md
161
162
  - docs/VolumeCreate.md
162
163
  - docs/VolumeResponse.md
163
- - docs/VolumeSafeDelete.md
164
- - docs/VolumeSafeDeleteApi.md
165
- - docs/VolumeSafeDeleteCreate.md
166
164
  - docs/VolumeUpdate.md
167
165
  - git_push.sh
168
166
  - lib/autosde_openapi_client.rb
@@ -198,7 +196,6 @@ files:
198
196
  - lib/autosde_openapi_client/api/user_api.rb
199
197
  - lib/autosde_openapi_client/api/validate_system_api.rb
200
198
  - lib/autosde_openapi_client/api/volume_api.rb
201
- - lib/autosde_openapi_client/api/volume_safe_delete_api.rb
202
199
  - lib/autosde_openapi_client/api_client.rb
203
200
  - lib/autosde_openapi_client/api_error.rb
204
201
  - lib/autosde_openapi_client/configuration.rb
@@ -241,6 +238,7 @@ files:
241
238
  - lib/autosde_openapi_client/models/service_abstract_capability_value_response.rb
242
239
  - lib/autosde_openapi_client/models/service_create.rb
243
240
  - lib/autosde_openapi_client/models/service_resource_attachment.rb
241
+ - lib/autosde_openapi_client/models/service_response.rb
244
242
  - lib/autosde_openapi_client/models/snapshot.rb
245
243
  - lib/autosde_openapi_client/models/snapshot_create.rb
246
244
  - lib/autosde_openapi_client/models/storage_host.rb
@@ -268,8 +266,6 @@ files:
268
266
  - lib/autosde_openapi_client/models/volume.rb
269
267
  - lib/autosde_openapi_client/models/volume_create.rb
270
268
  - lib/autosde_openapi_client/models/volume_response.rb
271
- - lib/autosde_openapi_client/models/volume_safe_delete.rb
272
- - lib/autosde_openapi_client/models/volume_safe_delete_create.rb
273
269
  - lib/autosde_openapi_client/models/volume_update.rb
274
270
  - lib/autosde_openapi_client/version.rb
275
271
  - spec/api/abstract_capability_api_spec.rb
@@ -304,7 +300,6 @@ files:
304
300
  - spec/api/user_api_spec.rb
305
301
  - spec/api/validate_system_api_spec.rb
306
302
  - spec/api/volume_api_spec.rb
307
- - spec/api/volume_safe_delete_api_spec.rb
308
303
  - spec/api_client_spec.rb
309
304
  - spec/configuration_spec.rb
310
305
  - spec/models/abstract_capability_response_spec.rb
@@ -345,6 +340,7 @@ files:
345
340
  - spec/models/service_abstract_capability_value_spec.rb
346
341
  - spec/models/service_create_spec.rb
347
342
  - spec/models/service_resource_attachment_spec.rb
343
+ - spec/models/service_response_spec.rb
348
344
  - spec/models/service_spec.rb
349
345
  - spec/models/snapshot_create_spec.rb
350
346
  - spec/models/snapshot_spec.rb
@@ -372,8 +368,6 @@ files:
372
368
  - spec/models/validate_system_spec.rb
373
369
  - spec/models/volume_create_spec.rb
374
370
  - spec/models/volume_response_spec.rb
375
- - spec/models/volume_safe_delete_create_spec.rb
376
- - spec/models/volume_safe_delete_spec.rb
377
371
  - spec/models/volume_spec.rb
378
372
  - spec/models/volume_update_spec.rb
379
373
  - spec/spec_helper.rb
@@ -401,108 +395,106 @@ signing_key:
401
395
  specification_version: 4
402
396
  summary: Site Manager API Ruby Gem
403
397
  test_files:
404
- - spec/api/job_api_spec.rb
405
- - spec/api/system_type_api_spec.rb
406
- - spec/api/refresh_system_api_spec.rb
407
- - spec/api/snapshot_api_spec.rb
408
- - spec/api/user_api_spec.rb
409
- - spec/api/auto_sde_project_api_spec.rb
410
- - spec/api/event_api_spec.rb
411
- - spec/api/volume_api_spec.rb
412
- - spec/api/authentication_api_spec.rb
413
- - spec/api/storage_system_api_spec.rb
414
- - spec/api/host_api_spec.rb
415
- - spec/api/validate_system_api_spec.rb
416
- - spec/api/storage_hosts_mapping_api_spec.rb
417
- - spec/api/native_capability_api_spec.rb
418
- - spec/api/celery_config_api_spec.rb
398
+ - spec/api/host_volume_connection_api_spec.rb
419
399
  - spec/api/address_api_spec.rb
420
- - spec/api/profile_api_spec.rb
421
- - spec/api/service_abstract_capability_value_api_spec.rb
400
+ - spec/api/storage_host_api_spec.rb
401
+ - spec/api/event_api_spec.rb
422
402
  - spec/api/capability_translation_api_spec.rb
423
- - spec/api/host_cluster_volume_mapping_api_spec.rb
403
+ - spec/api/auto_sde_project_api_spec.rb
404
+ - spec/api/auto_sde_role_api_spec.rb
424
405
  - spec/api/service_resource_attachment_api_spec.rb
425
- - spec/api/service_api_spec.rb
426
- - spec/api/volume_safe_delete_api_spec.rb
427
- - spec/api/host_volume_connection_api_spec.rb
428
- - spec/api/storage_resource_api_spec.rb
406
+ - spec/api/snapshot_api_spec.rb
407
+ - spec/api/celery_config_api_spec.rb
408
+ - spec/api/abstract_capability_api_spec.rb
409
+ - spec/api/host_cluster_volume_mapping_api_spec.rb
410
+ - spec/api/job_api_spec.rb
411
+ - spec/api/native_capability_api_spec.rb
412
+ - spec/api/storage_system_api_spec.rb
413
+ - spec/api/user_api_spec.rb
414
+ - spec/api/host_cluster_api_spec.rb
429
415
  - spec/api/provisioning_strategy_api_spec.rb
416
+ - spec/api/storage_resource_api_spec.rb
430
417
  - spec/api/storage_host_wwpn_candidates_api_spec.rb
431
- - spec/api/auto_sde_role_api_spec.rb
432
- - spec/api/storage_host_api_spec.rb
433
- - spec/api/host_cluster_api_spec.rb
418
+ - spec/api/system_type_api_spec.rb
434
419
  - spec/api/account_api_spec.rb
435
- - spec/api/abstract_capability_api_spec.rb
420
+ - spec/api/service_abstract_capability_value_api_spec.rb
421
+ - spec/api/profile_api_spec.rb
422
+ - spec/api/refresh_system_api_spec.rb
436
423
  - spec/api/host_cluster_membership_api_spec.rb
424
+ - spec/api/validate_system_api_spec.rb
425
+ - spec/api/volume_api_spec.rb
426
+ - spec/api/authentication_api_spec.rb
427
+ - spec/api/storage_hosts_mapping_api_spec.rb
428
+ - spec/api/host_api_spec.rb
429
+ - spec/api/service_api_spec.rb
437
430
  - spec/api_client_spec.rb
438
431
  - spec/configuration_spec.rb
439
- - spec/models/storage_system_update_spec.rb
440
432
  - spec/models/storage_hosts_mapping_response_spec.rb
441
- - spec/models/abstract_capability_response_spec.rb
442
- - spec/models/volume_safe_delete_create_spec.rb
443
- - spec/models/user_spec.rb
444
- - spec/models/validate_system_spec.rb
445
- - spec/models/storage_hosts_mapping_spec.rb
446
- - spec/models/service_create_spec.rb
447
- - spec/models/account_post_request_spec.rb
448
- - spec/models/service_abstract_capability_value_spec.rb
449
- - spec/models/job_spec.rb
450
- - spec/models/abstract_capability_spec.rb
451
- - spec/models/service_spec.rb
452
- - spec/models/snapshot_create_spec.rb
453
- - spec/models/service_resource_attachment_spec.rb
454
- - spec/models/volume_response_spec.rb
455
- - spec/models/system_type_create_spec.rb
456
- - spec/models/storage_host_wwpn_candidates_spec.rb
457
- - spec/models/auth_response_spec.rb
458
- - spec/models/storage_resource_spec.rb
459
433
  - spec/models/job_create_spec.rb
460
- - spec/models/storage_host_create_spec.rb
461
- - spec/models/auto_sde_project_spec.rb
462
- - spec/models/storage_system_response_spec.rb
463
- - spec/models/host_spec.rb
464
- - spec/models/profile_spec.rb
465
- - spec/models/host_volume_connection_create_spec.rb
466
- - spec/models/storage_system_create_spec.rb
467
- - spec/models/async_response_spec.rb
468
- - spec/models/storage_hosts_mapping_create_spec.rb
469
- - spec/models/storage_resource_response_spec.rb
470
434
  - spec/models/snapshot_spec.rb
471
- - spec/models/capability_translation_spec.rb
435
+ - spec/models/celery_config_spec.rb
472
436
  - spec/models/account_post_response_spec.rb
473
- - spec/models/address_create_spec.rb
474
- - spec/models/host_cluster_volume_mapping_spec.rb
437
+ - spec/models/storage_host_spec.rb
438
+ - spec/models/host_cluster_volume_mapping_create_spec.rb
439
+ - spec/models/service_spec.rb
440
+ - spec/models/async_response_spec.rb
441
+ - spec/models/system_type_spec.rb
442
+ - spec/models/host_cluster_membership_spec.rb
443
+ - spec/models/service_create_spec.rb
444
+ - spec/models/storage_resource_spec.rb
445
+ - spec/models/event_response_spec.rb
446
+ - spec/models/address_spec.rb
447
+ - spec/models/storage_host_response_spec.rb
475
448
  - spec/models/authentication_spec.rb
476
- - spec/models/host_cluster_volume_mapping_response_spec.rb
449
+ - spec/models/volume_response_spec.rb
450
+ - spec/models/storage_system_response_spec.rb
477
451
  - spec/models/storage_resource_update_spec.rb
478
- - spec/models/provisioning_strategy_spec.rb
479
- - spec/models/celery_config_spec.rb
480
- - spec/models/host_volume_connection_spec.rb
481
- - spec/models/host_cluster_create_spec.rb
482
- - spec/models/address_spec.rb
483
- - spec/models/account_spec.rb
484
- - spec/models/refresh_system_spec.rb
485
- - spec/models/capability_translation_create_spec.rb
486
- - spec/models/host_cluster_response_spec.rb
487
- - spec/models/volume_safe_delete_spec.rb
488
- - spec/models/event_response_spec.rb
452
+ - spec/models/auto_sde_project_spec.rb
453
+ - spec/models/native_capability_spec.rb
454
+ - spec/models/host_cluster_volume_mapping_spec.rb
455
+ - spec/models/event_spec.rb
456
+ - spec/models/storage_hosts_mapping_create_spec.rb
457
+ - spec/models/abstract_capability_spec.rb
458
+ - spec/models/host_volume_connection_create_spec.rb
459
+ - spec/models/job_spec.rb
460
+ - spec/models/storage_host_create_spec.rb
489
461
  - spec/models/service_abstract_capability_value_response_spec.rb
490
- - spec/models/storage_host_response_spec.rb
462
+ - spec/models/host_spec.rb
463
+ - spec/models/profile_spec.rb
464
+ - spec/models/storage_hosts_mapping_spec.rb
465
+ - spec/models/auth_response_spec.rb
466
+ - spec/models/volume_spec.rb
467
+ - spec/models/capability_translation_create_spec.rb
468
+ - spec/models/service_response_spec.rb
491
469
  - spec/models/host_create_spec.rb
492
- - spec/models/auto_sde_role_spec.rb
493
- - spec/models/volume_update_spec.rb
470
+ - spec/models/abstract_capability_response_spec.rb
471
+ - spec/models/validate_system_spec.rb
472
+ - spec/models/storage_host_wwpn_candidates_spec.rb
473
+ - spec/models/snapshot_create_spec.rb
474
+ - spec/models/storage_host_update_spec.rb
494
475
  - spec/models/storage_resource_create_spec.rb
495
- - spec/models/native_capability_spec.rb
496
- - spec/models/volume_spec.rb
476
+ - spec/models/address_create_spec.rb
477
+ - spec/models/storage_system_create_spec.rb
497
478
  - spec/models/volume_create_spec.rb
498
- - spec/models/event_spec.rb
499
- - spec/models/storage_system_spec.rb
500
- - spec/models/host_cluster_volume_mapping_create_spec.rb
501
- - spec/models/host_cluster_membership_spec.rb
479
+ - spec/models/service_resource_attachment_spec.rb
480
+ - spec/models/refresh_system_spec.rb
481
+ - spec/models/user_create_spec.rb
502
482
  - spec/models/host_cluster_spec.rb
503
- - spec/models/storage_host_update_spec.rb
483
+ - spec/models/storage_system_spec.rb
484
+ - spec/models/auto_sde_role_spec.rb
485
+ - spec/models/storage_system_update_spec.rb
486
+ - spec/models/host_cluster_response_spec.rb
487
+ - spec/models/host_cluster_create_spec.rb
488
+ - spec/models/service_abstract_capability_value_spec.rb
489
+ - spec/models/host_cluster_volume_mapping_response_spec.rb
490
+ - spec/models/storage_resource_response_spec.rb
491
+ - spec/models/provisioning_strategy_spec.rb
492
+ - spec/models/account_post_request_spec.rb
504
493
  - spec/models/user_update_spec.rb
505
- - spec/models/storage_host_spec.rb
506
- - spec/models/user_create_spec.rb
507
- - spec/models/system_type_spec.rb
494
+ - spec/models/account_spec.rb
495
+ - spec/models/host_volume_connection_spec.rb
496
+ - spec/models/user_spec.rb
497
+ - spec/models/capability_translation_spec.rb
498
+ - spec/models/volume_update_spec.rb
499
+ - spec/models/system_type_create_spec.rb
508
500
  - spec/spec_helper.rb
@@ -1,22 +0,0 @@
1
- # AutosdeOpenapiClient::VolumeSafeDelete
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **task_id** | **String** | task_id | [optional] |
8
- | **uuid** | **String** | uuid | [optional] |
9
- | **volume** | [**Volume**](Volume.md) | | [optional] |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'autosde_openapi_client'
15
-
16
- instance = AutosdeOpenapiClient::VolumeSafeDelete.new(
17
- task_id: null,
18
- uuid: null,
19
- volume: null
20
- )
21
- ```
22
-