ovirt-engine-sdk 4.1.7 → 4.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33653,6 +33653,24 @@ module OvirtSDK4
33653
33653
  @id = value
33654
33654
  end
33655
33655
 
33656
+ #
33657
+ # Returns the value of the `index` attribute.
33658
+ #
33659
+ # @return [Integer]
33660
+ #
33661
+ def index
33662
+ @index
33663
+ end
33664
+
33665
+ #
33666
+ # Sets the value of the `index` attribute.
33667
+ #
33668
+ # @param value [Integer]
33669
+ #
33670
+ def index=(value)
33671
+ @index = value
33672
+ end
33673
+
33656
33674
  #
33657
33675
  # Returns the value of the `name` attribute.
33658
33676
  #
@@ -33854,6 +33872,8 @@ module OvirtSDK4
33854
33872
  #
33855
33873
  # @option opts [String] :id The value of attribute `id`.
33856
33874
  #
33875
+ # @option opts [Integer] :index The value of attribute `index`.
33876
+ #
33857
33877
  # @option opts [String] :name The value of attribute `name`.
33858
33878
  #
33859
33879
  # @option opts [String] :origin The value of attribute `origin`.
@@ -33881,6 +33901,7 @@ module OvirtSDK4
33881
33901
  self.data_center = opts[:data_center]
33882
33902
  self.flood_rate = opts[:flood_rate]
33883
33903
  self.host = opts[:host]
33904
+ self.index = opts[:index]
33884
33905
  self.origin = opts[:origin]
33885
33906
  self.severity = opts[:severity]
33886
33907
  self.storage_domain = opts[:storage_domain]
@@ -33903,6 +33924,7 @@ module OvirtSDK4
33903
33924
  @data_center == other.data_center &&
33904
33925
  @flood_rate == other.flood_rate &&
33905
33926
  @host == other.host &&
33927
+ @index == other.index &&
33906
33928
  @origin == other.origin &&
33907
33929
  @severity == other.severity &&
33908
33930
  @storage_domain == other.storage_domain &&
@@ -33925,6 +33947,7 @@ module OvirtSDK4
33925
33947
  @data_center.hash +
33926
33948
  @flood_rate.hash +
33927
33949
  @host.hash +
33950
+ @index.hash +
33928
33951
  @origin.hash +
33929
33952
  @severity.hash +
33930
33953
  @storage_domain.hash +
@@ -16,5 +16,5 @@
16
16
 
17
17
 
18
18
  module OvirtSDK4
19
- VERSION = '4.1.7'.freeze
19
+ VERSION = '4.1.8'.freeze
20
20
  end
@@ -1622,6 +1622,7 @@ module OvirtSDK4
1622
1622
  Writer.write_integer(writer, 'custom_id', object.custom_id) unless object.custom_id.nil?
1623
1623
  Writer.write_string(writer, 'description', object.description) unless object.description.nil?
1624
1624
  Writer.write_integer(writer, 'flood_rate', object.flood_rate) unless object.flood_rate.nil?
1625
+ Writer.write_integer(writer, 'index', object.index) unless object.index.nil?
1625
1626
  Writer.write_string(writer, 'name', object.name) unless object.name.nil?
1626
1627
  Writer.write_string(writer, 'origin', object.origin) unless object.origin.nil?
1627
1628
  Writer.write_string(writer, 'severity', object.severity) unless object.severity.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovirt-engine-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.7
4
+ version: 4.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Hernandez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-02 00:00:00.000000000 Z
11
+ date: 2017-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  requirements: []
161
161
  rubyforge_project:
162
- rubygems_version: 2.5.1
162
+ rubygems_version: 2.6.11
163
163
  signing_key:
164
164
  specification_version: 4
165
165
  summary: oVirt SDK