autosde_openapi_client 2.2.6 → 2.2.7

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: d1f7dc8bbc0b1fb989a7d61639753a4a9049cc1d1c708d9384febcc6e1d7dba6
4
- data.tar.gz: d919434746603eef0e930bbdaf7e97b7899fa0b05bc9a38ba0e8df0e213baef3
3
+ metadata.gz: 0dd5aa731d830d642028db2a9b165ffb9adfcf80ccae600582d75453fb06bbf4
4
+ data.tar.gz: 1be9f00e58bb69ec5699b5e68e80e45f2f8e33db3fd505ffc73bc670684bf019
5
5
  SHA512:
6
- metadata.gz: 1900acdeeff8292a4da6113d493d260fcdc7602a66e2e01bbfd61c5bb572606e2c0c4f4f2122dbaf041d726d33cc98674ac3f98bf8c81a6ddb08ce7709192a08
7
- data.tar.gz: 87494a2c9d63a231925b83978e7e1837620a64b778aedecb58c1fef356e74d2156d7c6520ee498beda600151d90f0611319d93855d13859e791e524f859cf376
6
+ metadata.gz: 06dba71c673a79eb7684f318961d9990ef76b3926fe97cfc0111b9fbddd2505f2ad5d3d58c1b6739af0cd8344476dbb44722f85ab00ce09d51618315a3b2d0ea
7
+ data.tar.gz: 8eda76f91c5c44e813f9fc28866a9c39998a584ba23339ac4301e4881854333c2af1fd668540b7587efe818a209e8b276945cd7a8a346416d8f799e40aac54b7
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # response from async operations
17
+ # Response from async operations
18
18
  class AsyncResponse
19
19
  # info
20
20
  attr_accessor :info
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # Event
17
+ # Event object represents storage system alerts and messages.
18
18
  class Event
19
19
  # description
20
20
  attr_accessor :description
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # HostClusterVolumeMapping
17
+ # connects storage host cluster and volume .
18
18
  class HostClusterVolumeMapping
19
19
  attr_accessor :cluster
20
20
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # NativeCapability
17
+ # Native capabilities are the storage system feature capabilities, in the vendor-specific terminology.
18
18
  class NativeCapability
19
19
  # name
20
20
  attr_accessor :name
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # Service
17
+ # doc-todo: what type of service exactly?
18
18
  class Service
19
19
  attr_accessor :capability_values
20
20
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # StorageHost
17
+ # Storage host
18
18
  class StorageHost
19
19
  attr_accessor :addresses
20
20
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # StorageHostsMapping
17
+ # Connects storage host and volume .
18
18
  class StorageHostsMapping
19
19
  # component_state
20
20
  attr_accessor :component_state
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module AutosdeOpenapiClient
17
- # StorageResource
17
+ # doc-todo: is storage resource the type of pool resources that a specific storage system has
18
18
  class StorageResource
19
19
  # advanced_attributes_map
20
20
  attr_accessor :advanced_attributes_map
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Site Manager API
5
5
 
6
- The version of the OpenAPI document: 2.2.6
6
+ The version of the OpenAPI document: 2.2.7
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.2.6'
14
+ VERSION = '2.2.7'
15
15
  end
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.2.6
4
+ version: 2.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus