ovirt-engine-sdk 4.0.0.alpha19 → 4.0.0.alpha20

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.
@@ -86,6 +86,9 @@ module OvirtSDK4
86
86
  class ErrorHandling < Struct
87
87
  end
88
88
 
89
+ class ExternalVmImport < Struct
90
+ end
91
+
89
92
  class Fault < Struct
90
93
  end
91
94
 
@@ -703,8 +706,8 @@ module OvirtSDK4
703
706
  #
704
707
  # Creates a new instance of the {AgentConfiguration} class.
705
708
  #
706
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
707
- # should be symbols corresponding to the names of the attributes. The values of the hash
709
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
710
+ # should be symbols corresponding to the names of the attributes. The values of the hash
708
711
  # should be the values of the attributes.
709
712
  #
710
713
  # @option opts [String] :address The value of attribute `address`.
@@ -830,8 +833,8 @@ module OvirtSDK4
830
833
  #
831
834
  # Creates a new instance of the {Api} class.
832
835
  #
833
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
834
- # should be symbols corresponding to the names of the attributes. The values of the hash
836
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
837
+ # should be symbols corresponding to the names of the attributes. The values of the hash
835
838
  # should be the values of the attributes.
836
839
  #
837
840
  # @option opts [ProductInfo, Hash] :product_info The value of attribute `product_info`.
@@ -958,8 +961,8 @@ module OvirtSDK4
958
961
  #
959
962
  # Creates a new instance of the {ApiSummary} class.
960
963
  #
961
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
962
- # should be symbols corresponding to the names of the attributes. The values of the hash
964
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
965
+ # should be symbols corresponding to the names of the attributes. The values of the hash
963
966
  # should be the values of the attributes.
964
967
  #
965
968
  # @option opts [ApiSummaryItem, Hash] :hosts The value of attribute `hosts`.
@@ -1022,8 +1025,8 @@ module OvirtSDK4
1022
1025
  #
1023
1026
  # Creates a new instance of the {ApiSummaryItem} class.
1024
1027
  #
1025
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1026
- # should be symbols corresponding to the names of the attributes. The values of the hash
1028
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1029
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1027
1030
  # should be the values of the attributes.
1028
1031
  #
1029
1032
  # @option opts [Integer] :active The value of attribute `active`.
@@ -1069,8 +1072,8 @@ module OvirtSDK4
1069
1072
  #
1070
1073
  # Creates a new instance of the {Bios} class.
1071
1074
  #
1072
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1073
- # should be symbols corresponding to the names of the attributes. The values of the hash
1075
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1076
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1074
1077
  # should be the values of the attributes.
1075
1078
  #
1076
1079
  # @option opts [BootMenu, Hash] :boot_menu The value of attribute `boot_menu`.
@@ -1113,8 +1116,8 @@ module OvirtSDK4
1113
1116
  #
1114
1117
  # Creates a new instance of the {BlockStatistic} class.
1115
1118
  #
1116
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1117
- # should be symbols corresponding to the names of the attributes. The values of the hash
1119
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1120
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1118
1121
  # should be the values of the attributes.
1119
1122
  #
1120
1123
  # @option opts [Array<Statistic>, Array<Hash>] :statistics The values of attribute `statistics`.
@@ -1129,6 +1132,31 @@ module OvirtSDK4
1129
1132
 
1130
1133
  class Bonding < Struct
1131
1134
 
1135
+ #
1136
+ # Returns the value of the `ad_partner_mac` attribute.
1137
+ #
1138
+ # @return [Mac]
1139
+ #
1140
+ def ad_partner_mac
1141
+ return @ad_partner_mac
1142
+ end
1143
+
1144
+ #
1145
+ # Sets the value of the `ad_partner_mac` attribute.
1146
+ #
1147
+ # @param value [Mac, Hash]
1148
+ #
1149
+ # The `value` parameter can be an instance of {OvirtSDK4::Mac} or a hash.
1150
+ # If it is a hash then a new instance will be created passing the hash as the
1151
+ # `opts` parameter to the constructor.
1152
+ #
1153
+ def ad_partner_mac=(value)
1154
+ if value.is_a?(Hash)
1155
+ value = Mac.new(value)
1156
+ end
1157
+ @ad_partner_mac = value
1158
+ end
1159
+
1132
1160
  #
1133
1161
  # Returns the value of the `options` attribute.
1134
1162
  #
@@ -1182,10 +1210,12 @@ module OvirtSDK4
1182
1210
  #
1183
1211
  # Creates a new instance of the {Bonding} class.
1184
1212
  #
1185
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1186
- # should be symbols corresponding to the names of the attributes. The values of the hash
1213
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1214
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1187
1215
  # should be the values of the attributes.
1188
1216
  #
1217
+ # @option opts [Mac, Hash] :ad_partner_mac The value of attribute `ad_partner_mac`.
1218
+ #
1189
1219
  # @option opts [Array<Option>, Array<Hash>] :options The values of attribute `options`.
1190
1220
  #
1191
1221
  # @option opts [Array<HostNic>, Array<Hash>] :slaves The values of attribute `slaves`.
@@ -1193,6 +1223,7 @@ module OvirtSDK4
1193
1223
  #
1194
1224
  def initialize(opts = {})
1195
1225
  super(opts)
1226
+ self.ad_partner_mac = opts[:ad_partner_mac]
1196
1227
  self.options = opts[:options]
1197
1228
  self.slaves = opts[:slaves]
1198
1229
  end
@@ -1221,8 +1252,8 @@ module OvirtSDK4
1221
1252
  #
1222
1253
  # Creates a new instance of the {Boot} class.
1223
1254
  #
1224
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1225
- # should be symbols corresponding to the names of the attributes. The values of the hash
1255
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1256
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1226
1257
  # should be the values of the attributes.
1227
1258
  #
1228
1259
  # @option opts [Array<BootDevice>, Array<Hash>] :devices The values of attribute `devices`.
@@ -1258,8 +1289,8 @@ module OvirtSDK4
1258
1289
  #
1259
1290
  # Creates a new instance of the {BootMenu} class.
1260
1291
  #
1261
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1262
- # should be symbols corresponding to the names of the attributes. The values of the hash
1292
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1293
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1263
1294
  # should be the values of the attributes.
1264
1295
  #
1265
1296
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -1438,8 +1469,8 @@ module OvirtSDK4
1438
1469
  #
1439
1470
  # Creates a new instance of the {CloudInit} class.
1440
1471
  #
1441
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1442
- # should be symbols corresponding to the names of the attributes. The values of the hash
1472
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1473
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1443
1474
  # should be the values of the attributes.
1444
1475
  #
1445
1476
  # @option opts [Array<AuthorizedKey>, Array<Hash>] :authorized_keys The values of attribute `authorized_keys`.
@@ -1511,8 +1542,8 @@ module OvirtSDK4
1511
1542
  #
1512
1543
  # Creates a new instance of the {Configuration} class.
1513
1544
  #
1514
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1515
- # should be symbols corresponding to the names of the attributes. The values of the hash
1545
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1546
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1516
1547
  # should be the values of the attributes.
1517
1548
  #
1518
1549
  # @option opts [String] :data The value of attribute `data`.
@@ -1551,8 +1582,8 @@ module OvirtSDK4
1551
1582
  #
1552
1583
  # Creates a new instance of the {Console} class.
1553
1584
  #
1554
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1555
- # should be symbols corresponding to the names of the attributes. The values of the hash
1585
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1586
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1556
1587
  # should be the values of the attributes.
1557
1588
  #
1558
1589
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -1606,8 +1637,8 @@ module OvirtSDK4
1606
1637
  #
1607
1638
  # Creates a new instance of the {Core} class.
1608
1639
  #
1609
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1610
- # should be symbols corresponding to the names of the attributes. The values of the hash
1640
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1641
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1611
1642
  # should be the values of the attributes.
1612
1643
  #
1613
1644
  # @option opts [Integer] :index The value of attribute `index`.
@@ -1811,8 +1842,8 @@ module OvirtSDK4
1811
1842
  #
1812
1843
  # Creates a new instance of the {Cpu} class.
1813
1844
  #
1814
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1815
- # should be symbols corresponding to the names of the attributes. The values of the hash
1845
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1846
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1816
1847
  # should be the values of the attributes.
1817
1848
  #
1818
1849
  # @option opts [Architecture] :architecture The value of attribute `architecture`.
@@ -1908,8 +1939,8 @@ module OvirtSDK4
1908
1939
  #
1909
1940
  # Creates a new instance of the {CpuTopology} class.
1910
1941
  #
1911
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1912
- # should be symbols corresponding to the names of the attributes. The values of the hash
1942
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1943
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1913
1944
  # should be the values of the attributes.
1914
1945
  #
1915
1946
  # @option opts [Integer] :cores The value of attribute `cores`.
@@ -1958,8 +1989,8 @@ module OvirtSDK4
1958
1989
  #
1959
1990
  # Creates a new instance of the {CpuTune} class.
1960
1991
  #
1961
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1962
- # should be symbols corresponding to the names of the attributes. The values of the hash
1992
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
1993
+ # should be symbols corresponding to the names of the attributes. The values of the hash
1963
1994
  # should be the values of the attributes.
1964
1995
  #
1965
1996
  # @option opts [Array<VcpuPin>, Array<Hash>] :vcpu_pins The values of attribute `vcpu_pins`.
@@ -2031,8 +2062,8 @@ module OvirtSDK4
2031
2062
  #
2032
2063
  # Creates a new instance of the {CpuType} class.
2033
2064
  #
2034
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2035
- # should be symbols corresponding to the names of the attributes. The values of the hash
2065
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2066
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2036
2067
  # should be the values of the attributes.
2037
2068
  #
2038
2069
  # @option opts [Architecture] :architecture The value of attribute `architecture`.
@@ -2110,8 +2141,8 @@ module OvirtSDK4
2110
2141
  #
2111
2142
  # Creates a new instance of the {CustomProperty} class.
2112
2143
  #
2113
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2114
- # should be symbols corresponding to the names of the attributes. The values of the hash
2144
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2145
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2115
2146
  # should be the values of the attributes.
2116
2147
  #
2117
2148
  # @option opts [String] :name The value of attribute `name`.
@@ -2394,8 +2425,8 @@ module OvirtSDK4
2394
2425
  #
2395
2426
  # Creates a new instance of the {Display} class.
2396
2427
  #
2397
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2398
- # should be symbols corresponding to the names of the attributes. The values of the hash
2428
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2429
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2399
2430
  # should be the values of the attributes.
2400
2431
  #
2401
2432
  # @option opts [String] :address The value of attribute `address`.
@@ -2502,8 +2533,8 @@ module OvirtSDK4
2502
2533
  #
2503
2534
  # Creates a new instance of the {Dns} class.
2504
2535
  #
2505
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2506
- # should be symbols corresponding to the names of the attributes. The values of the hash
2536
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2537
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2507
2538
  # should be the values of the attributes.
2508
2539
  #
2509
2540
  # @option opts [Array<Host>, Array<Hash>] :search_domains The values of attribute `search_domains`.
@@ -2549,8 +2580,8 @@ module OvirtSDK4
2549
2580
  #
2550
2581
  # Creates a new instance of the {EntityProfileDetail} class.
2551
2582
  #
2552
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2553
- # should be symbols corresponding to the names of the attributes. The values of the hash
2583
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2584
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2554
2585
  # should be the values of the attributes.
2555
2586
  #
2556
2587
  # @option opts [Array<ProfileDetail>, Array<Hash>] :profile_details The values of attribute `profile_details`.
@@ -2586,8 +2617,8 @@ module OvirtSDK4
2586
2617
  #
2587
2618
  # Creates a new instance of the {ErrorHandling} class.
2588
2619
  #
2589
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2590
- # should be symbols corresponding to the names of the attributes. The values of the hash
2620
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2621
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2591
2622
  # should be the values of the attributes.
2592
2623
  #
2593
2624
  # @option opts [MigrateOnError] :on_error The value of attribute `on_error`.
@@ -2600,6 +2631,344 @@ module OvirtSDK4
2600
2631
 
2601
2632
  end
2602
2633
 
2634
+ class ExternalVmImport < Struct
2635
+
2636
+ #
2637
+ # Returns the value of the `cluster` attribute.
2638
+ #
2639
+ # @return [Cluster]
2640
+ #
2641
+ def cluster
2642
+ return @cluster
2643
+ end
2644
+
2645
+ #
2646
+ # Sets the value of the `cluster` attribute.
2647
+ #
2648
+ # @param value [Cluster, Hash]
2649
+ #
2650
+ # The `value` parameter can be an instance of {OvirtSDK4::Cluster} or a hash.
2651
+ # If it is a hash then a new instance will be created passing the hash as the
2652
+ # `opts` parameter to the constructor.
2653
+ #
2654
+ def cluster=(value)
2655
+ if value.is_a?(Hash)
2656
+ value = Cluster.new(value)
2657
+ end
2658
+ @cluster = value
2659
+ end
2660
+
2661
+ #
2662
+ # Returns the value of the `cpu_profile` attribute.
2663
+ #
2664
+ # @return [CpuProfile]
2665
+ #
2666
+ def cpu_profile
2667
+ return @cpu_profile
2668
+ end
2669
+
2670
+ #
2671
+ # Sets the value of the `cpu_profile` attribute.
2672
+ #
2673
+ # @param value [CpuProfile, Hash]
2674
+ #
2675
+ # The `value` parameter can be an instance of {OvirtSDK4::CpuProfile} or a hash.
2676
+ # If it is a hash then a new instance will be created passing the hash as the
2677
+ # `opts` parameter to the constructor.
2678
+ #
2679
+ def cpu_profile=(value)
2680
+ if value.is_a?(Hash)
2681
+ value = CpuProfile.new(value)
2682
+ end
2683
+ @cpu_profile = value
2684
+ end
2685
+
2686
+ #
2687
+ # Returns the value of the `drivers_iso` attribute.
2688
+ #
2689
+ # @return [File]
2690
+ #
2691
+ def drivers_iso
2692
+ return @drivers_iso
2693
+ end
2694
+
2695
+ #
2696
+ # Sets the value of the `drivers_iso` attribute.
2697
+ #
2698
+ # @param value [File, Hash]
2699
+ #
2700
+ # The `value` parameter can be an instance of {OvirtSDK4::File} or a hash.
2701
+ # If it is a hash then a new instance will be created passing the hash as the
2702
+ # `opts` parameter to the constructor.
2703
+ #
2704
+ def drivers_iso=(value)
2705
+ if value.is_a?(Hash)
2706
+ value = File.new(value)
2707
+ end
2708
+ @drivers_iso = value
2709
+ end
2710
+
2711
+ #
2712
+ # Returns the value of the `host` attribute.
2713
+ #
2714
+ # @return [Host]
2715
+ #
2716
+ def host
2717
+ return @host
2718
+ end
2719
+
2720
+ #
2721
+ # Sets the value of the `host` attribute.
2722
+ #
2723
+ # @param value [Host, Hash]
2724
+ #
2725
+ # The `value` parameter can be an instance of {OvirtSDK4::Host} or a hash.
2726
+ # If it is a hash then a new instance will be created passing the hash as the
2727
+ # `opts` parameter to the constructor.
2728
+ #
2729
+ def host=(value)
2730
+ if value.is_a?(Hash)
2731
+ value = Host.new(value)
2732
+ end
2733
+ @host = value
2734
+ end
2735
+
2736
+ #
2737
+ # Returns the value of the `name` attribute.
2738
+ #
2739
+ # @return [String]
2740
+ #
2741
+ def name
2742
+ return @name
2743
+ end
2744
+
2745
+ #
2746
+ # Sets the value of the `name` attribute.
2747
+ #
2748
+ # @param value [String]
2749
+ #
2750
+ def name=(value)
2751
+ @name = value
2752
+ end
2753
+
2754
+ #
2755
+ # Returns the value of the `password` attribute.
2756
+ #
2757
+ # @return [String]
2758
+ #
2759
+ def password
2760
+ return @password
2761
+ end
2762
+
2763
+ #
2764
+ # Sets the value of the `password` attribute.
2765
+ #
2766
+ # @param value [String]
2767
+ #
2768
+ def password=(value)
2769
+ @password = value
2770
+ end
2771
+
2772
+ #
2773
+ # Returns the value of the `provider` attribute.
2774
+ #
2775
+ # @return [ExternalVmProviderType]
2776
+ #
2777
+ def provider
2778
+ return @provider
2779
+ end
2780
+
2781
+ #
2782
+ # Sets the value of the `provider` attribute.
2783
+ #
2784
+ # @param value [ExternalVmProviderType]
2785
+ #
2786
+ def provider=(value)
2787
+ @provider = value
2788
+ end
2789
+
2790
+ #
2791
+ # Returns the value of the `quota` attribute.
2792
+ #
2793
+ # @return [Quota]
2794
+ #
2795
+ def quota
2796
+ return @quota
2797
+ end
2798
+
2799
+ #
2800
+ # Sets the value of the `quota` attribute.
2801
+ #
2802
+ # @param value [Quota, Hash]
2803
+ #
2804
+ # The `value` parameter can be an instance of {OvirtSDK4::Quota} or a hash.
2805
+ # If it is a hash then a new instance will be created passing the hash as the
2806
+ # `opts` parameter to the constructor.
2807
+ #
2808
+ def quota=(value)
2809
+ if value.is_a?(Hash)
2810
+ value = Quota.new(value)
2811
+ end
2812
+ @quota = value
2813
+ end
2814
+
2815
+ #
2816
+ # Returns the value of the `sparse` attribute.
2817
+ #
2818
+ # @return [Boolean]
2819
+ #
2820
+ def sparse
2821
+ return @sparse
2822
+ end
2823
+
2824
+ #
2825
+ # Sets the value of the `sparse` attribute.
2826
+ #
2827
+ # @param value [Boolean]
2828
+ #
2829
+ def sparse=(value)
2830
+ @sparse = value
2831
+ end
2832
+
2833
+ #
2834
+ # Returns the value of the `storage_domain` attribute.
2835
+ #
2836
+ # @return [StorageDomain]
2837
+ #
2838
+ def storage_domain
2839
+ return @storage_domain
2840
+ end
2841
+
2842
+ #
2843
+ # Sets the value of the `storage_domain` attribute.
2844
+ #
2845
+ # @param value [StorageDomain, Hash]
2846
+ #
2847
+ # The `value` parameter can be an instance of {OvirtSDK4::StorageDomain} or a hash.
2848
+ # If it is a hash then a new instance will be created passing the hash as the
2849
+ # `opts` parameter to the constructor.
2850
+ #
2851
+ def storage_domain=(value)
2852
+ if value.is_a?(Hash)
2853
+ value = StorageDomain.new(value)
2854
+ end
2855
+ @storage_domain = value
2856
+ end
2857
+
2858
+ #
2859
+ # Returns the value of the `url` attribute.
2860
+ #
2861
+ # @return [String]
2862
+ #
2863
+ def url
2864
+ return @url
2865
+ end
2866
+
2867
+ #
2868
+ # Sets the value of the `url` attribute.
2869
+ #
2870
+ # @param value [String]
2871
+ #
2872
+ def url=(value)
2873
+ @url = value
2874
+ end
2875
+
2876
+ #
2877
+ # Returns the value of the `username` attribute.
2878
+ #
2879
+ # @return [String]
2880
+ #
2881
+ def username
2882
+ return @username
2883
+ end
2884
+
2885
+ #
2886
+ # Sets the value of the `username` attribute.
2887
+ #
2888
+ # @param value [String]
2889
+ #
2890
+ def username=(value)
2891
+ @username = value
2892
+ end
2893
+
2894
+ #
2895
+ # Returns the value of the `vm` attribute.
2896
+ #
2897
+ # @return [Vm]
2898
+ #
2899
+ def vm
2900
+ return @vm
2901
+ end
2902
+
2903
+ #
2904
+ # Sets the value of the `vm` attribute.
2905
+ #
2906
+ # @param value [Vm, Hash]
2907
+ #
2908
+ # The `value` parameter can be an instance of {OvirtSDK4::Vm} or a hash.
2909
+ # If it is a hash then a new instance will be created passing the hash as the
2910
+ # `opts` parameter to the constructor.
2911
+ #
2912
+ def vm=(value)
2913
+ if value.is_a?(Hash)
2914
+ value = Vm.new(value)
2915
+ end
2916
+ @vm = value
2917
+ end
2918
+
2919
+ #
2920
+ # Creates a new instance of the {ExternalVmImport} class.
2921
+ #
2922
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2923
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2924
+ # should be the values of the attributes.
2925
+ #
2926
+ # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
2927
+ #
2928
+ # @option opts [CpuProfile, Hash] :cpu_profile The value of attribute `cpu_profile`.
2929
+ #
2930
+ # @option opts [File, Hash] :drivers_iso The value of attribute `drivers_iso`.
2931
+ #
2932
+ # @option opts [Host, Hash] :host The value of attribute `host`.
2933
+ #
2934
+ # @option opts [String] :name The value of attribute `name`.
2935
+ #
2936
+ # @option opts [String] :password The value of attribute `password`.
2937
+ #
2938
+ # @option opts [ExternalVmProviderType] :provider The value of attribute `provider`.
2939
+ #
2940
+ # @option opts [Quota, Hash] :quota The value of attribute `quota`.
2941
+ #
2942
+ # @option opts [Boolean] :sparse The value of attribute `sparse`.
2943
+ #
2944
+ # @option opts [StorageDomain, Hash] :storage_domain The value of attribute `storage_domain`.
2945
+ #
2946
+ # @option opts [String] :url The value of attribute `url`.
2947
+ #
2948
+ # @option opts [String] :username The value of attribute `username`.
2949
+ #
2950
+ # @option opts [Vm, Hash] :vm The value of attribute `vm`.
2951
+ #
2952
+ #
2953
+ def initialize(opts = {})
2954
+ super(opts)
2955
+ self.cluster = opts[:cluster]
2956
+ self.cpu_profile = opts[:cpu_profile]
2957
+ self.drivers_iso = opts[:drivers_iso]
2958
+ self.host = opts[:host]
2959
+ self.name = opts[:name]
2960
+ self.password = opts[:password]
2961
+ self.provider = opts[:provider]
2962
+ self.quota = opts[:quota]
2963
+ self.sparse = opts[:sparse]
2964
+ self.storage_domain = opts[:storage_domain]
2965
+ self.url = opts[:url]
2966
+ self.username = opts[:username]
2967
+ self.vm = opts[:vm]
2968
+ end
2969
+
2970
+ end
2971
+
2603
2972
  class Fault < Struct
2604
2973
 
2605
2974
  #
@@ -2641,8 +3010,8 @@ module OvirtSDK4
2641
3010
  #
2642
3011
  # Creates a new instance of the {Fault} class.
2643
3012
  #
2644
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2645
- # should be symbols corresponding to the names of the attributes. The values of the hash
3013
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3014
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2646
3015
  # should be the values of the attributes.
2647
3016
  #
2648
3017
  # @option opts [String] :detail The value of attribute `detail`.
@@ -2731,8 +3100,8 @@ module OvirtSDK4
2731
3100
  #
2732
3101
  # Creates a new instance of the {FencingPolicy} class.
2733
3102
  #
2734
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2735
- # should be symbols corresponding to the names of the attributes. The values of the hash
3103
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3104
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2736
3105
  # should be the values of the attributes.
2737
3106
  #
2738
3107
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -2799,8 +3168,8 @@ module OvirtSDK4
2799
3168
  #
2800
3169
  # Creates a new instance of the {FopStatistic} class.
2801
3170
  #
2802
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2803
- # should be symbols corresponding to the names of the attributes. The values of the hash
3171
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3172
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2804
3173
  # should be the values of the attributes.
2805
3174
  #
2806
3175
  # @option opts [String] :name The value of attribute `name`.
@@ -2846,8 +3215,8 @@ module OvirtSDK4
2846
3215
  #
2847
3216
  # Creates a new instance of the {GlusterBrickMemoryInfo} class.
2848
3217
  #
2849
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2850
- # should be symbols corresponding to the names of the attributes. The values of the hash
3218
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3219
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2851
3220
  # should be the values of the attributes.
2852
3221
  #
2853
3222
  # @option opts [Array<GlusterMemoryPool>, Array<Hash>] :memory_pools The values of attribute `memory_pools`.
@@ -2937,8 +3306,8 @@ module OvirtSDK4
2937
3306
  #
2938
3307
  # Creates a new instance of the {GlusterClient} class.
2939
3308
  #
2940
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2941
- # should be symbols corresponding to the names of the attributes. The values of the hash
3309
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3310
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2942
3311
  # should be the values of the attributes.
2943
3312
  #
2944
3313
  # @option opts [Integer] :bytes_read The value of attribute `bytes_read`.
@@ -2983,8 +3352,8 @@ module OvirtSDK4
2983
3352
  #
2984
3353
  # Creates a new instance of the {GracePeriod} class.
2985
3354
  #
2986
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
2987
- # should be symbols corresponding to the names of the attributes. The values of the hash
3355
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3356
+ # should be symbols corresponding to the names of the attributes. The values of the hash
2988
3357
  # should be the values of the attributes.
2989
3358
  #
2990
3359
  # @option opts [Integer] :expiry The value of attribute `expiry`.
@@ -3124,8 +3493,8 @@ module OvirtSDK4
3124
3493
  #
3125
3494
  # Creates a new instance of the {GuestOperatingSystem} class.
3126
3495
  #
3127
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3128
- # should be symbols corresponding to the names of the attributes. The values of the hash
3496
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3497
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3129
3498
  # should be the values of the attributes.
3130
3499
  #
3131
3500
  # @option opts [String] :architecture The value of attribute `architecture`.
@@ -3283,8 +3652,8 @@ module OvirtSDK4
3283
3652
  #
3284
3653
  # Creates a new instance of the {HardwareInformation} class.
3285
3654
  #
3286
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3287
- # should be symbols corresponding to the names of the attributes. The values of the hash
3655
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3656
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3288
3657
  # should be the values of the attributes.
3289
3658
  #
3290
3659
  # @option opts [String] :family The value of attribute `family`.
@@ -3356,8 +3725,8 @@ module OvirtSDK4
3356
3725
  #
3357
3726
  # Creates a new instance of the {HighAvailability} class.
3358
3727
  #
3359
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3360
- # should be symbols corresponding to the names of the attributes. The values of the hash
3728
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3729
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3361
3730
  # should be the values of the attributes.
3362
3731
  #
3363
3732
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -3396,8 +3765,8 @@ module OvirtSDK4
3396
3765
  #
3397
3766
  # Creates a new instance of the {HostDevicePassthrough} class.
3398
3767
  #
3399
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3400
- # should be symbols corresponding to the names of the attributes. The values of the hash
3768
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3769
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3401
3770
  # should be the values of the attributes.
3402
3771
  #
3403
3772
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -3469,8 +3838,8 @@ module OvirtSDK4
3469
3838
  #
3470
3839
  # Creates a new instance of the {HostNicVirtualFunctionsConfiguration} class.
3471
3840
  #
3472
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3473
- # should be symbols corresponding to the names of the attributes. The values of the hash
3841
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3842
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3474
3843
  # should be the values of the attributes.
3475
3844
  #
3476
3845
  # @option opts [Boolean] :all_networks_allowed The value of attribute `all_networks_allowed`.
@@ -3584,8 +3953,8 @@ module OvirtSDK4
3584
3953
  #
3585
3954
  # Creates a new instance of the {HostedEngine} class.
3586
3955
  #
3587
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3588
- # should be symbols corresponding to the names of the attributes. The values of the hash
3956
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3957
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3589
3958
  # should be the values of the attributes.
3590
3959
  #
3591
3960
  # @option opts [Boolean] :active The value of attribute `active`.
@@ -3687,8 +4056,8 @@ module OvirtSDK4
3687
4056
  #
3688
4057
  # Creates a new instance of the {Identified} class.
3689
4058
  #
3690
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3691
- # should be symbols corresponding to the names of the attributes. The values of the hash
4059
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4060
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3692
4061
  # should be the values of the attributes.
3693
4062
  #
3694
4063
  # @option opts [String] :comment The value of attribute `comment`.
@@ -3812,8 +4181,8 @@ module OvirtSDK4
3812
4181
  #
3813
4182
  # Creates a new instance of the {Image} class.
3814
4183
  #
3815
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
3816
- # should be symbols corresponding to the names of the attributes. The values of the hash
4184
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4185
+ # should be symbols corresponding to the names of the attributes. The values of the hash
3817
4186
  # should be the values of the attributes.
3818
4187
  #
3819
4188
  # @option opts [String] :comment The value of attribute `comment`.
@@ -4242,8 +4611,8 @@ module OvirtSDK4
4242
4611
  #
4243
4612
  # Creates a new instance of the {Initialization} class.
4244
4613
  #
4245
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4246
- # should be symbols corresponding to the names of the attributes. The values of the hash
4614
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4615
+ # should be symbols corresponding to the names of the attributes. The values of the hash
4247
4616
  # should be the values of the attributes.
4248
4617
  #
4249
4618
  # @option opts [String] :active_directory_ou The value of attribute `active_directory_ou`.
@@ -4339,8 +4708,8 @@ module OvirtSDK4
4339
4708
  #
4340
4709
  # Creates a new instance of the {Io} class.
4341
4710
  #
4342
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4343
- # should be symbols corresponding to the names of the attributes. The values of the hash
4711
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4712
+ # should be symbols corresponding to the names of the attributes. The values of the hash
4344
4713
  # should be the values of the attributes.
4345
4714
  #
4346
4715
  # @option opts [Integer] :threads The value of attribute `threads`.
@@ -4430,8 +4799,8 @@ module OvirtSDK4
4430
4799
  #
4431
4800
  # Creates a new instance of the {Ip} class.
4432
4801
  #
4433
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4434
- # should be symbols corresponding to the names of the attributes. The values of the hash
4802
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4803
+ # should be symbols corresponding to the names of the attributes. The values of the hash
4435
4804
  # should be the values of the attributes.
4436
4805
  #
4437
4806
  # @option opts [String] :address The value of attribute `address`.
@@ -4501,8 +4870,8 @@ module OvirtSDK4
4501
4870
  #
4502
4871
  # Creates a new instance of the {IpAddressAssignment} class.
4503
4872
  #
4504
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4505
- # should be symbols corresponding to the names of the attributes. The values of the hash
4873
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4874
+ # should be symbols corresponding to the names of the attributes. The values of the hash
4506
4875
  # should be the values of the attributes.
4507
4876
  #
4508
4877
  # @option opts [BootProtocol] :assignment_method The value of attribute `assignment_method`.
@@ -4670,8 +5039,8 @@ module OvirtSDK4
4670
5039
  #
4671
5040
  # Creates a new instance of the {IscsiBond} class.
4672
5041
  #
4673
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
4674
- # should be symbols corresponding to the names of the attributes. The values of the hash
5042
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5043
+ # should be symbols corresponding to the names of the attributes. The values of the hash
4675
5044
  # should be the values of the attributes.
4676
5045
  #
4677
5046
  # @option opts [String] :comment The value of attribute `comment`.
@@ -5013,8 +5382,8 @@ module OvirtSDK4
5013
5382
  #
5014
5383
  # Creates a new instance of the {IscsiDetails} class.
5015
5384
  #
5016
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5017
- # should be symbols corresponding to the names of the attributes. The values of the hash
5385
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5386
+ # should be symbols corresponding to the names of the attributes. The values of the hash
5018
5387
  # should be the values of the attributes.
5019
5388
  #
5020
5389
  # @option opts [String] :address The value of attribute `address`.
@@ -5310,8 +5679,8 @@ module OvirtSDK4
5310
5679
  #
5311
5680
  # Creates a new instance of the {Job} class.
5312
5681
  #
5313
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5314
- # should be symbols corresponding to the names of the attributes. The values of the hash
5682
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5683
+ # should be symbols corresponding to the names of the attributes. The values of the hash
5315
5684
  # should be the values of the attributes.
5316
5685
  #
5317
5686
  # @option opts [Boolean] :auto_cleared The value of attribute `auto_cleared`.
@@ -5617,8 +5986,8 @@ module OvirtSDK4
5617
5986
  #
5618
5987
  # Creates a new instance of the {KatelloErratum} class.
5619
5988
  #
5620
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5621
- # should be symbols corresponding to the names of the attributes. The values of the hash
5989
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5990
+ # should be symbols corresponding to the names of the attributes. The values of the hash
5622
5991
  # should be the values of the attributes.
5623
5992
  #
5624
5993
  # @option opts [String] :comment The value of attribute `comment`.
@@ -5697,8 +6066,8 @@ module OvirtSDK4
5697
6066
  #
5698
6067
  # Creates a new instance of the {Kernel} class.
5699
6068
  #
5700
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5701
- # should be symbols corresponding to the names of the attributes. The values of the hash
6069
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6070
+ # should be symbols corresponding to the names of the attributes. The values of the hash
5702
6071
  # should be the values of the attributes.
5703
6072
  #
5704
6073
  # @option opts [Version, Hash] :version The value of attribute `version`.
@@ -5752,8 +6121,8 @@ module OvirtSDK4
5752
6121
  #
5753
6122
  # Creates a new instance of the {Ksm} class.
5754
6123
  #
5755
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
5756
- # should be symbols corresponding to the names of the attributes. The values of the hash
6124
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6125
+ # should be symbols corresponding to the names of the attributes. The values of the hash
5757
6126
  # should be the values of the attributes.
5758
6127
  #
5759
6128
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -6080,8 +6449,8 @@ module OvirtSDK4
6080
6449
  #
6081
6450
  # Creates a new instance of the {LogicalUnit} class.
6082
6451
  #
6083
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6084
- # should be symbols corresponding to the names of the attributes. The values of the hash
6452
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6453
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6085
6454
  # should be the values of the attributes.
6086
6455
  #
6087
6456
  # @option opts [String] :address The value of attribute `address`.
@@ -6165,8 +6534,8 @@ module OvirtSDK4
6165
6534
  #
6166
6535
  # Creates a new instance of the {Mac} class.
6167
6536
  #
6168
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6169
- # should be symbols corresponding to the names of the attributes. The values of the hash
6537
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6538
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6170
6539
  # should be the values of the attributes.
6171
6540
  #
6172
6541
  # @option opts [String] :address The value of attribute `address`.
@@ -6317,8 +6686,8 @@ module OvirtSDK4
6317
6686
  #
6318
6687
  # Creates a new instance of the {MacPool} class.
6319
6688
  #
6320
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6321
- # should be symbols corresponding to the names of the attributes. The values of the hash
6689
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6690
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6322
6691
  # should be the values of the attributes.
6323
6692
  #
6324
6693
  # @option opts [Boolean] :allow_duplicates The value of attribute `allow_duplicates`.
@@ -6372,8 +6741,8 @@ module OvirtSDK4
6372
6741
  #
6373
6742
  # Creates a new instance of the {MemoryOverCommit} class.
6374
6743
  #
6375
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6376
- # should be symbols corresponding to the names of the attributes. The values of the hash
6744
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6745
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6377
6746
  # should be the values of the attributes.
6378
6747
  #
6379
6748
  # @option opts [Integer] :percent The value of attribute `percent`.
@@ -6477,8 +6846,8 @@ module OvirtSDK4
6477
6846
  #
6478
6847
  # Creates a new instance of the {MemoryPolicy} class.
6479
6848
  #
6480
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6481
- # should be symbols corresponding to the names of the attributes. The values of the hash
6849
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6850
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6482
6851
  # should be the values of the attributes.
6483
6852
  #
6484
6853
  # @option opts [Boolean] :ballooning The value of attribute `ballooning`.
@@ -6523,8 +6892,8 @@ module OvirtSDK4
6523
6892
  #
6524
6893
  # Creates a new instance of the {Method} class.
6525
6894
  #
6526
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6527
- # should be symbols corresponding to the names of the attributes. The values of the hash
6895
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6896
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6528
6897
  # should be the values of the attributes.
6529
6898
  #
6530
6899
  # @option opts [SsoMethod] :id The value of attribute `id`.
@@ -6578,8 +6947,8 @@ module OvirtSDK4
6578
6947
  #
6579
6948
  # Creates a new instance of the {MigrationBandwidth} class.
6580
6949
  #
6581
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6582
- # should be symbols corresponding to the names of the attributes. The values of the hash
6950
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6951
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6583
6952
  # should be the values of the attributes.
6584
6953
  #
6585
6954
  # @option opts [MigrationBandwidthAssignmentMethod] :assignment_method The value of attribute `assignment_method`.
@@ -6686,8 +7055,8 @@ module OvirtSDK4
6686
7055
  #
6687
7056
  # Creates a new instance of the {MigrationOptions} class.
6688
7057
  #
6689
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6690
- # should be symbols corresponding to the names of the attributes. The values of the hash
7058
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7059
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6691
7060
  # should be the values of the attributes.
6692
7061
  #
6693
7062
  # @option opts [InheritableBoolean] :auto_converge The value of attribute `auto_converge`.
@@ -6786,8 +7155,8 @@ module OvirtSDK4
6786
7155
  #
6787
7156
  # Creates a new instance of the {MigrationPolicy} class.
6788
7157
  #
6789
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
6790
- # should be symbols corresponding to the names of the attributes. The values of the hash
7158
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7159
+ # should be symbols corresponding to the names of the attributes. The values of the hash
6791
7160
  # should be the values of the attributes.
6792
7161
  #
6793
7162
  # @option opts [String] :comment The value of attribute `comment`.
@@ -7211,8 +7580,8 @@ module OvirtSDK4
7211
7580
  #
7212
7581
  # Creates a new instance of the {Network} class.
7213
7582
  #
7214
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7215
- # should be symbols corresponding to the names of the attributes. The values of the hash
7583
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7584
+ # should be symbols corresponding to the names of the attributes. The values of the hash
7216
7585
  # should be the values of the attributes.
7217
7586
  #
7218
7587
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -7549,8 +7918,8 @@ module OvirtSDK4
7549
7918
  #
7550
7919
  # Creates a new instance of the {NetworkAttachment} class.
7551
7920
  #
7552
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7553
- # should be symbols corresponding to the names of the attributes. The values of the hash
7921
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7922
+ # should be symbols corresponding to the names of the attributes. The values of the hash
7554
7923
  # should be the values of the attributes.
7555
7924
  #
7556
7925
  # @option opts [String] :comment The value of attribute `comment`.
@@ -7651,8 +8020,8 @@ module OvirtSDK4
7651
8020
  #
7652
8021
  # Creates a new instance of the {NetworkConfiguration} class.
7653
8022
  #
7654
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7655
- # should be symbols corresponding to the names of the attributes. The values of the hash
8023
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8024
+ # should be symbols corresponding to the names of the attributes. The values of the hash
7656
8025
  # should be the values of the attributes.
7657
8026
  #
7658
8027
  # @option opts [Dns, Hash] :dns The value of attribute `dns`.
@@ -7770,8 +8139,8 @@ module OvirtSDK4
7770
8139
  #
7771
8140
  # Creates a new instance of the {NetworkFilter} class.
7772
8141
  #
7773
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7774
- # should be symbols corresponding to the names of the attributes. The values of the hash
8142
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8143
+ # should be symbols corresponding to the names of the attributes. The values of the hash
7775
8144
  # should be the values of the attributes.
7776
8145
  #
7777
8146
  # @option opts [String] :comment The value of attribute `comment`.
@@ -7923,8 +8292,8 @@ module OvirtSDK4
7923
8292
  #
7924
8293
  # Creates a new instance of the {NetworkLabel} class.
7925
8294
  #
7926
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
7927
- # should be symbols corresponding to the names of the attributes. The values of the hash
8295
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8296
+ # should be symbols corresponding to the names of the attributes. The values of the hash
7928
8297
  # should be the values of the attributes.
7929
8298
  #
7930
8299
  # @option opts [String] :comment The value of attribute `comment`.
@@ -8000,8 +8369,8 @@ module OvirtSDK4
8000
8369
  #
8001
8370
  # Creates a new instance of the {NfsProfileDetail} class.
8002
8371
  #
8003
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8004
- # should be symbols corresponding to the names of the attributes. The values of the hash
8372
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8373
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8005
8374
  # should be the values of the attributes.
8006
8375
  #
8007
8376
  # @option opts [String] :nfs_server_ip The value of attribute `nfs_server_ip`.
@@ -8101,8 +8470,8 @@ module OvirtSDK4
8101
8470
  #
8102
8471
  # Creates a new instance of the {NicConfiguration} class.
8103
8472
  #
8104
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8105
- # should be symbols corresponding to the names of the attributes. The values of the hash
8473
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8474
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8106
8475
  # should be the values of the attributes.
8107
8476
  #
8108
8477
  # @option opts [BootProtocol] :boot_protocol The value of attribute `boot_protocol`.
@@ -8330,8 +8699,8 @@ module OvirtSDK4
8330
8699
  #
8331
8700
  # Creates a new instance of the {NumaNode} class.
8332
8701
  #
8333
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8334
- # should be symbols corresponding to the names of the attributes. The values of the hash
8702
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8703
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8335
8704
  # should be the values of the attributes.
8336
8705
  #
8337
8706
  # @option opts [String] :comment The value of attribute `comment`.
@@ -8437,8 +8806,8 @@ module OvirtSDK4
8437
8806
  #
8438
8807
  # Creates a new instance of the {NumaNodePin} class.
8439
8808
  #
8440
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8441
- # should be symbols corresponding to the names of the attributes. The values of the hash
8809
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8810
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8442
8811
  # should be the values of the attributes.
8443
8812
  #
8444
8813
  # @option opts [NumaNode, Hash] :host_numa_node The value of attribute `host_numa_node`.
@@ -8559,8 +8928,8 @@ module OvirtSDK4
8559
8928
  #
8560
8929
  # Creates a new instance of the {OpenStackImage} class.
8561
8930
  #
8562
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8563
- # should be symbols corresponding to the names of the attributes. The values of the hash
8931
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8932
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8564
8933
  # should be the values of the attributes.
8565
8934
  #
8566
8935
  # @option opts [String] :comment The value of attribute `comment`.
@@ -8687,8 +9056,8 @@ module OvirtSDK4
8687
9056
  #
8688
9057
  # Creates a new instance of the {OpenStackNetwork} class.
8689
9058
  #
8690
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8691
- # should be symbols corresponding to the names of the attributes. The values of the hash
9059
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9060
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8692
9061
  # should be the values of the attributes.
8693
9062
  #
8694
9063
  # @option opts [String] :comment The value of attribute `comment`.
@@ -8886,8 +9255,8 @@ module OvirtSDK4
8886
9255
  #
8887
9256
  # Creates a new instance of the {OpenStackSubnet} class.
8888
9257
  #
8889
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
8890
- # should be symbols corresponding to the names of the attributes. The values of the hash
9258
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9259
+ # should be symbols corresponding to the names of the attributes. The values of the hash
8891
9260
  # should be the values of the attributes.
8892
9261
  #
8893
9262
  # @option opts [String] :cidr The value of attribute `cidr`.
@@ -9051,8 +9420,8 @@ module OvirtSDK4
9051
9420
  #
9052
9421
  # Creates a new instance of the {OpenStackVolumeType} class.
9053
9422
  #
9054
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9055
- # should be symbols corresponding to the names of the attributes. The values of the hash
9423
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9424
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9056
9425
  # should be the values of the attributes.
9057
9426
  #
9058
9427
  # @option opts [String] :comment The value of attribute `comment`.
@@ -9254,8 +9623,8 @@ module OvirtSDK4
9254
9623
  #
9255
9624
  # Creates a new instance of the {OpenstackVolumeAuthenticationKey} class.
9256
9625
  #
9257
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9258
- # should be symbols corresponding to the names of the attributes. The values of the hash
9626
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9627
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9259
9628
  # should be the values of the attributes.
9260
9629
  #
9261
9630
  # @option opts [String] :comment The value of attribute `comment`.
@@ -9455,8 +9824,8 @@ module OvirtSDK4
9455
9824
  #
9456
9825
  # Creates a new instance of the {OperatingSystem} class.
9457
9826
  #
9458
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9459
- # should be symbols corresponding to the names of the attributes. The values of the hash
9827
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9828
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9460
9829
  # should be the values of the attributes.
9461
9830
  #
9462
9831
  # @option opts [Boot, Hash] :boot The value of attribute `boot`.
@@ -9617,8 +9986,8 @@ module OvirtSDK4
9617
9986
  #
9618
9987
  # Creates a new instance of the {OperatingSystemInfo} class.
9619
9988
  #
9620
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9621
- # should be symbols corresponding to the names of the attributes. The values of the hash
9989
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9990
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9622
9991
  # should be the values of the attributes.
9623
9992
  #
9624
9993
  # @option opts [String] :comment The value of attribute `comment`.
@@ -9705,8 +10074,8 @@ module OvirtSDK4
9705
10074
  #
9706
10075
  # Creates a new instance of the {Option} class.
9707
10076
  #
9708
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9709
- # should be symbols corresponding to the names of the attributes. The values of the hash
10077
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10078
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9710
10079
  # should be the values of the attributes.
9711
10080
  #
9712
10081
  # @option opts [String] :name The value of attribute `name`.
@@ -9748,8 +10117,8 @@ module OvirtSDK4
9748
10117
  #
9749
10118
  # Creates a new instance of the {Package} class.
9750
10119
  #
9751
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9752
- # should be symbols corresponding to the names of the attributes. The values of the hash
10120
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10121
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9753
10122
  # should be the values of the attributes.
9754
10123
  #
9755
10124
  # @option opts [String] :name The value of attribute `name`.
@@ -9828,8 +10197,8 @@ module OvirtSDK4
9828
10197
  #
9829
10198
  # Creates a new instance of the {Payload} class.
9830
10199
  #
9831
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
9832
- # should be symbols corresponding to the names of the attributes. The values of the hash
10200
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10201
+ # should be symbols corresponding to the names of the attributes. The values of the hash
9833
10202
  # should be the values of the attributes.
9834
10203
  #
9835
10204
  # @option opts [Array<File>, Array<Hash>] :files The values of attribute `files`.
@@ -10200,8 +10569,8 @@ module OvirtSDK4
10200
10569
  #
10201
10570
  # Creates a new instance of the {Permission} class.
10202
10571
  #
10203
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10204
- # should be symbols corresponding to the names of the attributes. The values of the hash
10572
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10573
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10205
10574
  # should be the values of the attributes.
10206
10575
  #
10207
10576
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -10376,8 +10745,8 @@ module OvirtSDK4
10376
10745
  #
10377
10746
  # Creates a new instance of the {Permit} class.
10378
10747
  #
10379
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10380
- # should be symbols corresponding to the names of the attributes. The values of the hash
10748
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10749
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10381
10750
  # should be the values of the attributes.
10382
10751
  #
10383
10752
  # @option opts [Boolean] :administrative The value of attribute `administrative`.
@@ -10428,8 +10797,8 @@ module OvirtSDK4
10428
10797
  #
10429
10798
  # Creates a new instance of the {PmProxy} class.
10430
10799
  #
10431
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10432
- # should be symbols corresponding to the names of the attributes. The values of the hash
10800
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10801
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10433
10802
  # should be the values of the attributes.
10434
10803
  #
10435
10804
  # @option opts [PmProxyType] :type The value of attribute `type`.
@@ -10447,8 +10816,8 @@ module OvirtSDK4
10447
10816
  #
10448
10817
  # Creates a new instance of the {PortMirroring} class.
10449
10818
  #
10450
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10451
- # should be symbols corresponding to the names of the attributes. The values of the hash
10819
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10820
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10452
10821
  # should be the values of the attributes.
10453
10822
  #
10454
10823
  #
@@ -10682,8 +11051,8 @@ module OvirtSDK4
10682
11051
  #
10683
11052
  # Creates a new instance of the {PowerManagement} class.
10684
11053
  #
10685
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10686
- # should be symbols corresponding to the names of the attributes. The values of the hash
11054
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11055
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10687
11056
  # should be the values of the attributes.
10688
11057
  #
10689
11058
  # @option opts [String] :address The value of attribute `address`.
@@ -10803,8 +11172,8 @@ module OvirtSDK4
10803
11172
  #
10804
11173
  # Creates a new instance of the {Product} class.
10805
11174
  #
10806
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10807
- # should be symbols corresponding to the names of the attributes. The values of the hash
11175
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11176
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10808
11177
  # should be the values of the attributes.
10809
11178
  #
10810
11179
  # @option opts [String] :comment The value of attribute `comment`.
@@ -10892,8 +11261,8 @@ module OvirtSDK4
10892
11261
  #
10893
11262
  # Creates a new instance of the {ProductInfo} class.
10894
11263
  #
10895
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
10896
- # should be symbols corresponding to the names of the attributes. The values of the hash
11264
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11265
+ # should be symbols corresponding to the names of the attributes. The values of the hash
10897
11266
  # should be the values of the attributes.
10898
11267
  #
10899
11268
  # @option opts [String] :name The value of attribute `name`.
@@ -11028,8 +11397,8 @@ module OvirtSDK4
11028
11397
  #
11029
11398
  # Creates a new instance of the {ProfileDetail} class.
11030
11399
  #
11031
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11032
- # should be symbols corresponding to the names of the attributes. The values of the hash
11400
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11401
+ # should be symbols corresponding to the names of the attributes. The values of the hash
11033
11402
  # should be the values of the attributes.
11034
11403
  #
11035
11404
  # @option opts [Array<BlockStatistic>, Array<Hash>] :block_statistics The values of attribute `block_statistics`.
@@ -11095,8 +11464,8 @@ module OvirtSDK4
11095
11464
  #
11096
11465
  # Creates a new instance of the {Property} class.
11097
11466
  #
11098
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11099
- # should be symbols corresponding to the names of the attributes. The values of the hash
11467
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11468
+ # should be symbols corresponding to the names of the attributes. The values of the hash
11100
11469
  # should be the values of the attributes.
11101
11470
  #
11102
11471
  # @option opts [String] :name The value of attribute `name`.
@@ -11135,8 +11504,8 @@ module OvirtSDK4
11135
11504
  #
11136
11505
  # Creates a new instance of the {ProxyTicket} class.
11137
11506
  #
11138
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11139
- # should be symbols corresponding to the names of the attributes. The values of the hash
11507
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11508
+ # should be symbols corresponding to the names of the attributes. The values of the hash
11140
11509
  # should be the values of the attributes.
11141
11510
  #
11142
11511
  # @option opts [String] :value The value of attribute `value`.
@@ -11557,8 +11926,8 @@ module OvirtSDK4
11557
11926
  #
11558
11927
  # Creates a new instance of the {Qos} class.
11559
11928
  #
11560
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11561
- # should be symbols corresponding to the names of the attributes. The values of the hash
11929
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11930
+ # should be symbols corresponding to the names of the attributes. The values of the hash
11562
11931
  # should be the values of the attributes.
11563
11932
  #
11564
11933
  # @option opts [String] :comment The value of attribute `comment`.
@@ -11958,8 +12327,8 @@ module OvirtSDK4
11958
12327
  #
11959
12328
  # Creates a new instance of the {Quota} class.
11960
12329
  #
11961
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
11962
- # should be symbols corresponding to the names of the attributes. The values of the hash
12330
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12331
+ # should be symbols corresponding to the names of the attributes. The values of the hash
11963
12332
  # should be the values of the attributes.
11964
12333
  #
11965
12334
  # @option opts [Integer] :cluster_hard_limit_pct The value of attribute `cluster_hard_limit_pct`.
@@ -12213,8 +12582,8 @@ module OvirtSDK4
12213
12582
  #
12214
12583
  # Creates a new instance of the {QuotaClusterLimit} class.
12215
12584
  #
12216
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12217
- # should be symbols corresponding to the names of the attributes. The values of the hash
12585
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12586
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12218
12587
  # should be the values of the attributes.
12219
12588
  #
12220
12589
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -12417,8 +12786,8 @@ module OvirtSDK4
12417
12786
  #
12418
12787
  # Creates a new instance of the {QuotaStorageLimit} class.
12419
12788
  #
12420
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12421
- # should be symbols corresponding to the names of the attributes. The values of the hash
12789
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12790
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12422
12791
  # should be the values of the attributes.
12423
12792
  #
12424
12793
  # @option opts [String] :comment The value of attribute `comment`.
@@ -12493,8 +12862,8 @@ module OvirtSDK4
12493
12862
  #
12494
12863
  # Creates a new instance of the {Range} class.
12495
12864
  #
12496
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12497
- # should be symbols corresponding to the names of the attributes. The values of the hash
12865
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12866
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12498
12867
  # should be the values of the attributes.
12499
12868
  #
12500
12869
  # @option opts [String] :from The value of attribute `from`.
@@ -12551,8 +12920,8 @@ module OvirtSDK4
12551
12920
  #
12552
12921
  # Creates a new instance of the {Rate} class.
12553
12922
  #
12554
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12555
- # should be symbols corresponding to the names of the attributes. The values of the hash
12923
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12924
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12556
12925
  # should be the values of the attributes.
12557
12926
  #
12558
12927
  # @option opts [Integer] :bytes The value of attribute `bytes`.
@@ -12645,8 +13014,8 @@ module OvirtSDK4
12645
13014
  #
12646
13015
  # Creates a new instance of the {ReportedConfiguration} class.
12647
13016
  #
12648
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12649
- # should be symbols corresponding to the names of the attributes. The values of the hash
13017
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13018
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12650
13019
  # should be the values of the attributes.
12651
13020
  #
12652
13021
  # @option opts [String] :actual_value The value of attribute `actual_value`.
@@ -12838,8 +13207,8 @@ module OvirtSDK4
12838
13207
  #
12839
13208
  # Creates a new instance of the {ReportedDevice} class.
12840
13209
  #
12841
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12842
- # should be symbols corresponding to the names of the attributes. The values of the hash
13210
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13211
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12843
13212
  # should be the values of the attributes.
12844
13213
  #
12845
13214
  # @option opts [String] :comment The value of attribute `comment`.
@@ -12921,8 +13290,8 @@ module OvirtSDK4
12921
13290
  #
12922
13291
  # Creates a new instance of the {RngDevice} class.
12923
13292
  #
12924
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
12925
- # should be symbols corresponding to the names of the attributes. The values of the hash
13293
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13294
+ # should be symbols corresponding to the names of the attributes. The values of the hash
12926
13295
  # should be the values of the attributes.
12927
13296
  #
12928
13297
  # @option opts [Rate, Hash] :rate The value of attribute `rate`.
@@ -13101,8 +13470,8 @@ module OvirtSDK4
13101
13470
  #
13102
13471
  # Creates a new instance of the {Role} class.
13103
13472
  #
13104
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13105
- # should be symbols corresponding to the names of the attributes. The values of the hash
13473
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13474
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13106
13475
  # should be the values of the attributes.
13107
13476
  #
13108
13477
  # @option opts [Boolean] :administrative The value of attribute `administrative`.
@@ -13349,8 +13718,8 @@ module OvirtSDK4
13349
13718
  #
13350
13719
  # Creates a new instance of the {SchedulingPolicy} class.
13351
13720
  #
13352
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13353
- # should be symbols corresponding to the names of the attributes. The values of the hash
13721
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13722
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13354
13723
  # should be the values of the attributes.
13355
13724
  #
13356
13725
  # @option opts [Array<Balance>, Array<Hash>] :balances The values of attribute `balances`.
@@ -13546,8 +13915,8 @@ module OvirtSDK4
13546
13915
  #
13547
13916
  # Creates a new instance of the {SchedulingPolicyUnit} class.
13548
13917
  #
13549
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13550
- # should be symbols corresponding to the names of the attributes. The values of the hash
13918
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13919
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13551
13920
  # should be the values of the attributes.
13552
13921
  #
13553
13922
  # @option opts [String] :comment The value of attribute `comment`.
@@ -13604,8 +13973,8 @@ module OvirtSDK4
13604
13973
  #
13605
13974
  # Creates a new instance of the {SeLinux} class.
13606
13975
  #
13607
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13608
- # should be symbols corresponding to the names of the attributes. The values of the hash
13976
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13977
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13609
13978
  # should be the values of the attributes.
13610
13979
  #
13611
13980
  # @option opts [SeLinuxMode] :mode The value of attribute `mode`.
@@ -13659,8 +14028,8 @@ module OvirtSDK4
13659
14028
  #
13660
14029
  # Creates a new instance of the {SerialNumber} class.
13661
14030
  #
13662
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13663
- # should be symbols corresponding to the names of the attributes. The values of the hash
14031
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14032
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13664
14033
  # should be the values of the attributes.
13665
14034
  #
13666
14035
  # @option opts [SerialNumberPolicy] :policy The value of attribute `policy`.
@@ -13864,8 +14233,8 @@ module OvirtSDK4
13864
14233
  #
13865
14234
  # Creates a new instance of the {Session} class.
13866
14235
  #
13867
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13868
- # should be symbols corresponding to the names of the attributes. The values of the hash
14236
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14237
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13869
14238
  # should be the values of the attributes.
13870
14239
  #
13871
14240
  # @option opts [String] :comment The value of attribute `comment`.
@@ -13943,8 +14312,8 @@ module OvirtSDK4
13943
14312
  #
13944
14313
  # Creates a new instance of the {SkipIfConnectivityBroken} class.
13945
14314
  #
13946
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13947
- # should be symbols corresponding to the names of the attributes. The values of the hash
14315
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14316
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13948
14317
  # should be the values of the attributes.
13949
14318
  #
13950
14319
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -13983,8 +14352,8 @@ module OvirtSDK4
13983
14352
  #
13984
14353
  # Creates a new instance of the {SkipIfSdActive} class.
13985
14354
  #
13986
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
13987
- # should be symbols corresponding to the names of the attributes. The values of the hash
14355
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14356
+ # should be symbols corresponding to the names of the attributes. The values of the hash
13988
14357
  # should be the values of the attributes.
13989
14358
  #
13990
14359
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -14052,8 +14421,8 @@ module OvirtSDK4
14052
14421
  #
14053
14422
  # Creates a new instance of the {SpecialObjects} class.
14054
14423
  #
14055
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14056
- # should be symbols corresponding to the names of the attributes. The values of the hash
14424
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14425
+ # should be symbols corresponding to the names of the attributes. The values of the hash
14057
14426
  # should be the values of the attributes.
14058
14427
  #
14059
14428
  # @option opts [Template, Hash] :blank_template The value of attribute `blank_template`.
@@ -14110,8 +14479,8 @@ module OvirtSDK4
14110
14479
  #
14111
14480
  # Creates a new instance of the {Spm} class.
14112
14481
  #
14113
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14114
- # should be symbols corresponding to the names of the attributes. The values of the hash
14482
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14483
+ # should be symbols corresponding to the names of the attributes. The values of the hash
14115
14484
  # should be the values of the attributes.
14116
14485
  #
14117
14486
  # @option opts [Integer] :priority The value of attribute `priority`.
@@ -14283,8 +14652,8 @@ module OvirtSDK4
14283
14652
  #
14284
14653
  # Creates a new instance of the {Ssh} class.
14285
14654
  #
14286
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14287
- # should be symbols corresponding to the names of the attributes. The values of the hash
14655
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14656
+ # should be symbols corresponding to the names of the attributes. The values of the hash
14288
14657
  # should be the values of the attributes.
14289
14658
  #
14290
14659
  # @option opts [String] :authentication_method The value of attribute `authentication_method`.
@@ -14438,8 +14807,8 @@ module OvirtSDK4
14438
14807
  #
14439
14808
  # Creates a new instance of the {SshPublicKey} class.
14440
14809
  #
14441
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14442
- # should be symbols corresponding to the names of the attributes. The values of the hash
14810
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14811
+ # should be symbols corresponding to the names of the attributes. The values of the hash
14443
14812
  # should be the values of the attributes.
14444
14813
  #
14445
14814
  # @option opts [String] :comment The value of attribute `comment`.
@@ -14497,8 +14866,8 @@ module OvirtSDK4
14497
14866
  #
14498
14867
  # Creates a new instance of the {Sso} class.
14499
14868
  #
14500
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14501
- # should be symbols corresponding to the names of the attributes. The values of the hash
14869
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14870
+ # should be symbols corresponding to the names of the attributes. The values of the hash
14502
14871
  # should be the values of the attributes.
14503
14872
  #
14504
14873
  # @option opts [Array<Method>, Array<Hash>] :methods The values of attribute `methods`.
@@ -14892,8 +15261,8 @@ module OvirtSDK4
14892
15261
  #
14893
15262
  # Creates a new instance of the {Statistic} class.
14894
15263
  #
14895
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
14896
- # should be symbols corresponding to the names of the attributes. The values of the hash
15264
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
15265
+ # should be symbols corresponding to the names of the attributes. The values of the hash
14897
15266
  # should be the values of the attributes.
14898
15267
  #
14899
15268
  # @option opts [GlusterBrick, Hash] :brick The value of attribute `brick`.
@@ -15232,8 +15601,8 @@ module OvirtSDK4
15232
15601
  #
15233
15602
  # Creates a new instance of the {Step} class.
15234
15603
  #
15235
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
15236
- # should be symbols corresponding to the names of the attributes. The values of the hash
15604
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
15605
+ # should be symbols corresponding to the names of the attributes. The values of the hash
15237
15606
  # should be the values of the attributes.
15238
15607
  #
15239
15608
  # @option opts [String] :comment The value of attribute `comment`.
@@ -15621,8 +15990,8 @@ module OvirtSDK4
15621
15990
  #
15622
15991
  # Creates a new instance of the {StorageConnection} class.
15623
15992
  #
15624
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
15625
- # should be symbols corresponding to the names of the attributes. The values of the hash
15993
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
15994
+ # should be symbols corresponding to the names of the attributes. The values of the hash
15626
15995
  # should be the values of the attributes.
15627
15996
  #
15628
15997
  # @option opts [String] :address The value of attribute `address`.
@@ -15842,8 +16211,8 @@ module OvirtSDK4
15842
16211
  #
15843
16212
  # Creates a new instance of the {StorageConnectionExtension} class.
15844
16213
  #
15845
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
15846
- # should be symbols corresponding to the names of the attributes. The values of the hash
16214
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
16215
+ # should be symbols corresponding to the names of the attributes. The values of the hash
15847
16216
  # should be the values of the attributes.
15848
16217
  #
15849
16218
  # @option opts [String] :comment The value of attribute `comment`.
@@ -16495,8 +16864,8 @@ module OvirtSDK4
16495
16864
  #
16496
16865
  # Creates a new instance of the {StorageDomain} class.
16497
16866
  #
16498
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
16499
- # should be symbols corresponding to the names of the attributes. The values of the hash
16867
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
16868
+ # should be symbols corresponding to the names of the attributes. The values of the hash
16500
16869
  # should be the values of the attributes.
16501
16870
  #
16502
16871
  # @option opts [Integer] :available The value of attribute `available`.
@@ -16820,8 +17189,8 @@ module OvirtSDK4
16820
17189
  #
16821
17190
  # Creates a new instance of the {Tag} class.
16822
17191
  #
16823
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
16824
- # should be symbols corresponding to the names of the attributes. The values of the hash
17192
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17193
+ # should be symbols corresponding to the names of the attributes. The values of the hash
16825
17194
  # should be the values of the attributes.
16826
17195
  #
16827
17196
  # @option opts [String] :comment The value of attribute `comment`.
@@ -16927,8 +17296,8 @@ module OvirtSDK4
16927
17296
  #
16928
17297
  # Creates a new instance of the {TemplateVersion} class.
16929
17298
  #
16930
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
16931
- # should be symbols corresponding to the names of the attributes. The values of the hash
17299
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17300
+ # should be symbols corresponding to the names of the attributes. The values of the hash
16932
17301
  # should be the values of the attributes.
16933
17302
  #
16934
17303
  # @option opts [Template, Hash] :base_template The value of attribute `base_template`.
@@ -16988,8 +17357,8 @@ module OvirtSDK4
16988
17357
  #
16989
17358
  # Creates a new instance of the {Ticket} class.
16990
17359
  #
16991
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
16992
- # should be symbols corresponding to the names of the attributes. The values of the hash
17360
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17361
+ # should be symbols corresponding to the names of the attributes. The values of the hash
16993
17362
  # should be the values of the attributes.
16994
17363
  #
16995
17364
  # @option opts [Integer] :expiry The value of attribute `expiry`.
@@ -17046,8 +17415,8 @@ module OvirtSDK4
17046
17415
  #
17047
17416
  # Creates a new instance of the {TimeZone} class.
17048
17417
  #
17049
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17050
- # should be symbols corresponding to the names of the attributes. The values of the hash
17418
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17419
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17051
17420
  # should be the values of the attributes.
17052
17421
  #
17053
17422
  # @option opts [String] :name The value of attribute `name`.
@@ -17086,8 +17455,8 @@ module OvirtSDK4
17086
17455
  #
17087
17456
  # Creates a new instance of the {TransparentHugePages} class.
17088
17457
  #
17089
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17090
- # should be symbols corresponding to the names of the attributes. The values of the hash
17458
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17459
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17091
17460
  # should be the values of the attributes.
17092
17461
  #
17093
17462
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -17227,8 +17596,8 @@ module OvirtSDK4
17227
17596
  #
17228
17597
  # Creates a new instance of the {UnmanagedNetwork} class.
17229
17598
  #
17230
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17231
- # should be symbols corresponding to the names of the attributes. The values of the hash
17599
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17600
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17232
17601
  # should be the values of the attributes.
17233
17602
  #
17234
17603
  # @option opts [String] :comment The value of attribute `comment`.
@@ -17297,8 +17666,8 @@ module OvirtSDK4
17297
17666
  #
17298
17667
  # Creates a new instance of the {Usb} class.
17299
17668
  #
17300
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17301
- # should be symbols corresponding to the names of the attributes. The values of the hash
17669
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17670
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17302
17671
  # should be the values of the attributes.
17303
17672
  #
17304
17673
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -17703,8 +18072,8 @@ module OvirtSDK4
17703
18072
  #
17704
18073
  # Creates a new instance of the {User} class.
17705
18074
  #
17706
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17707
- # should be symbols corresponding to the names of the attributes. The values of the hash
18075
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18076
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17708
18077
  # should be the values of the attributes.
17709
18078
  #
17710
18079
  # @option opts [String] :comment The value of attribute `comment`.
@@ -17812,8 +18181,8 @@ module OvirtSDK4
17812
18181
  #
17813
18182
  # Creates a new instance of the {Value} class.
17814
18183
  #
17815
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17816
- # should be symbols corresponding to the names of the attributes. The values of the hash
18184
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18185
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17817
18186
  # should be the values of the attributes.
17818
18187
  #
17819
18188
  # @option opts [Fixnum] :datum The value of attribute `datum`.
@@ -17870,8 +18239,8 @@ module OvirtSDK4
17870
18239
  #
17871
18240
  # Creates a new instance of the {VcpuPin} class.
17872
18241
  #
17873
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17874
- # should be symbols corresponding to the names of the attributes. The values of the hash
18242
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18243
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17875
18244
  # should be the values of the attributes.
17876
18245
  #
17877
18246
  # @option opts [String] :cpu_set The value of attribute `cpu_set`.
@@ -17964,8 +18333,8 @@ module OvirtSDK4
17964
18333
  #
17965
18334
  # Creates a new instance of the {Vendor} class.
17966
18335
  #
17967
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
17968
- # should be symbols corresponding to the names of the attributes. The values of the hash
18336
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18337
+ # should be symbols corresponding to the names of the attributes. The values of the hash
17969
18338
  # should be the values of the attributes.
17970
18339
  #
17971
18340
  # @option opts [String] :comment The value of attribute `comment`.
@@ -18154,8 +18523,8 @@ module OvirtSDK4
18154
18523
  #
18155
18524
  # Creates a new instance of the {Version} class.
18156
18525
  #
18157
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18158
- # should be symbols corresponding to the names of the attributes. The values of the hash
18526
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18527
+ # should be symbols corresponding to the names of the attributes. The values of the hash
18159
18528
  # should be the values of the attributes.
18160
18529
  #
18161
18530
  # @option opts [Integer] :build The value of attribute `build`.
@@ -18215,8 +18584,8 @@ module OvirtSDK4
18215
18584
  #
18216
18585
  # Creates a new instance of the {VirtioScsi} class.
18217
18586
  #
18218
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18219
- # should be symbols corresponding to the names of the attributes. The values of the hash
18587
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18588
+ # should be symbols corresponding to the names of the attributes. The values of the hash
18220
18589
  # should be the values of the attributes.
18221
18590
  #
18222
18591
  # @option opts [Boolean] :enabled The value of attribute `enabled`.
@@ -18485,8 +18854,8 @@ module OvirtSDK4
18485
18854
  #
18486
18855
  # Creates a new instance of the {VirtualNumaNode} class.
18487
18856
  #
18488
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18489
- # should be symbols corresponding to the names of the attributes. The values of the hash
18857
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18858
+ # should be symbols corresponding to the names of the attributes. The values of the hash
18490
18859
  # should be the values of the attributes.
18491
18860
  #
18492
18861
  # @option opts [String] :comment The value of attribute `comment`.
@@ -18555,8 +18924,8 @@ module OvirtSDK4
18555
18924
  #
18556
18925
  # Creates a new instance of the {Vlan} class.
18557
18926
  #
18558
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18559
- # should be symbols corresponding to the names of the attributes. The values of the hash
18927
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
18928
+ # should be symbols corresponding to the names of the attributes. The values of the hash
18560
18929
  # should be the values of the attributes.
18561
18930
  #
18562
18931
  # @option opts [Integer] :id The value of attribute `id`.
@@ -19480,8 +19849,8 @@ module OvirtSDK4
19480
19849
  #
19481
19850
  # Creates a new instance of the {VmBase} class.
19482
19851
  #
19483
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
19484
- # should be symbols corresponding to the names of the attributes. The values of the hash
19852
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
19853
+ # should be symbols corresponding to the names of the attributes. The values of the hash
19485
19854
  # should be the values of the attributes.
19486
19855
  #
19487
19856
  # @option opts [Bios, Hash] :bios The value of attribute `bios`.
@@ -19662,8 +20031,8 @@ module OvirtSDK4
19662
20031
  #
19663
20032
  # Creates a new instance of the {VmPlacementPolicy} class.
19664
20033
  #
19665
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
19666
- # should be symbols corresponding to the names of the attributes. The values of the hash
20034
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20035
+ # should be symbols corresponding to the names of the attributes. The values of the hash
19667
20036
  # should be the values of the attributes.
19668
20037
  #
19669
20038
  # @option opts [VmAffinity] :affinity The value of attribute `affinity`.
@@ -20057,8 +20426,8 @@ module OvirtSDK4
20057
20426
  #
20058
20427
  # Creates a new instance of the {VmPool} class.
20059
20428
  #
20060
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20061
- # should be symbols corresponding to the names of the attributes. The values of the hash
20429
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20430
+ # should be symbols corresponding to the names of the attributes. The values of the hash
20062
20431
  # should be the values of the attributes.
20063
20432
  #
20064
20433
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -20181,8 +20550,8 @@ module OvirtSDK4
20181
20550
  #
20182
20551
  # Creates a new instance of the {VmSummary} class.
20183
20552
  #
20184
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20185
- # should be symbols corresponding to the names of the attributes. The values of the hash
20553
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20554
+ # should be symbols corresponding to the names of the attributes. The values of the hash
20186
20555
  # should be the values of the attributes.
20187
20556
  #
20188
20557
  # @option opts [Integer] :active The value of attribute `active`.
@@ -20224,8 +20593,8 @@ module OvirtSDK4
20224
20593
  #
20225
20594
  # Creates a new instance of the {VnicPassThrough} class.
20226
20595
  #
20227
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20228
- # should be symbols corresponding to the names of the attributes. The values of the hash
20596
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20597
+ # should be symbols corresponding to the names of the attributes. The values of the hash
20229
20598
  # should be the values of the attributes.
20230
20599
  #
20231
20600
  # @option opts [VnicPassThroughMode] :mode The value of attribute `mode`.
@@ -20483,8 +20852,8 @@ module OvirtSDK4
20483
20852
  #
20484
20853
  # Creates a new instance of the {VnicProfile} class.
20485
20854
  #
20486
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20487
- # should be symbols corresponding to the names of the attributes. The values of the hash
20855
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20856
+ # should be symbols corresponding to the names of the attributes. The values of the hash
20488
20857
  # should be the values of the attributes.
20489
20858
  #
20490
20859
  # @option opts [String] :comment The value of attribute `comment`.
@@ -20593,8 +20962,8 @@ module OvirtSDK4
20593
20962
  #
20594
20963
  # Creates a new instance of the {VolumeGroup} class.
20595
20964
  #
20596
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20597
- # should be symbols corresponding to the names of the attributes. The values of the hash
20965
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20966
+ # should be symbols corresponding to the names of the attributes. The values of the hash
20598
20967
  # should be the values of the attributes.
20599
20968
  #
20600
20969
  # @option opts [String] :id The value of attribute `id`.
@@ -20758,8 +21127,8 @@ module OvirtSDK4
20758
21127
  #
20759
21128
  # Creates a new instance of the {Weight} class.
20760
21129
  #
20761
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
20762
- # should be symbols corresponding to the names of the attributes. The values of the hash
21130
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
21131
+ # should be symbols corresponding to the names of the attributes. The values of the hash
20763
21132
  # should be the values of the attributes.
20764
21133
  #
20765
21134
  # @option opts [String] :comment The value of attribute `comment`.
@@ -22163,8 +22532,8 @@ module OvirtSDK4
22163
22532
  #
22164
22533
  # Creates a new instance of the {Action} class.
22165
22534
  #
22166
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
22167
- # should be symbols corresponding to the names of the attributes. The values of the hash
22535
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
22536
+ # should be symbols corresponding to the names of the attributes. The values of the hash
22168
22537
  # should be the values of the attributes.
22169
22538
  #
22170
22539
  # @option opts [Boolean] :async The value of attribute `async`.
@@ -22529,8 +22898,8 @@ module OvirtSDK4
22529
22898
  #
22530
22899
  # Creates a new instance of the {AffinityGroup} class.
22531
22900
  #
22532
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
22533
- # should be symbols corresponding to the names of the attributes. The values of the hash
22901
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
22902
+ # should be symbols corresponding to the names of the attributes. The values of the hash
22534
22903
  # should be the values of the attributes.
22535
22904
  #
22536
22905
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -22709,8 +23078,8 @@ module OvirtSDK4
22709
23078
  #
22710
23079
  # Creates a new instance of the {AffinityLabel} class.
22711
23080
  #
22712
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
22713
- # should be symbols corresponding to the names of the attributes. The values of the hash
23081
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23082
+ # should be symbols corresponding to the names of the attributes. The values of the hash
22714
23083
  # should be the values of the attributes.
22715
23084
  #
22716
23085
  # @option opts [String] :comment The value of attribute `comment`.
@@ -23012,8 +23381,8 @@ module OvirtSDK4
23012
23381
  #
23013
23382
  # Creates a new instance of the {Agent} class.
23014
23383
  #
23015
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23016
- # should be symbols corresponding to the names of the attributes. The values of the hash
23384
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23385
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23017
23386
  # should be the values of the attributes.
23018
23387
  #
23019
23388
  # @option opts [String] :address The value of attribute `address`.
@@ -23167,8 +23536,8 @@ module OvirtSDK4
23167
23536
  #
23168
23537
  # Creates a new instance of the {Application} class.
23169
23538
  #
23170
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23171
- # should be symbols corresponding to the names of the attributes. The values of the hash
23539
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23540
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23172
23541
  # should be the values of the attributes.
23173
23542
  #
23174
23543
  # @option opts [String] :comment The value of attribute `comment`.
@@ -23313,8 +23682,8 @@ module OvirtSDK4
23313
23682
  #
23314
23683
  # Creates a new instance of the {AuthorizedKey} class.
23315
23684
  #
23316
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23317
- # should be symbols corresponding to the names of the attributes. The values of the hash
23685
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23686
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23318
23687
  # should be the values of the attributes.
23319
23688
  #
23320
23689
  # @option opts [String] :comment The value of attribute `comment`.
@@ -23469,8 +23838,8 @@ module OvirtSDK4
23469
23838
  #
23470
23839
  # Creates a new instance of the {Balance} class.
23471
23840
  #
23472
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23473
- # should be symbols corresponding to the names of the attributes. The values of the hash
23841
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23842
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23474
23843
  # should be the values of the attributes.
23475
23844
  #
23476
23845
  # @option opts [String] :comment The value of attribute `comment`.
@@ -23593,8 +23962,8 @@ module OvirtSDK4
23593
23962
  #
23594
23963
  # Creates a new instance of the {Bookmark} class.
23595
23964
  #
23596
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23597
- # should be symbols corresponding to the names of the attributes. The values of the hash
23965
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23966
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23598
23967
  # should be the values of the attributes.
23599
23968
  #
23600
23969
  # @option opts [String] :comment The value of attribute `comment`.
@@ -23674,8 +24043,8 @@ module OvirtSDK4
23674
24043
  #
23675
24044
  # Creates a new instance of the {BrickProfileDetail} class.
23676
24045
  #
23677
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23678
- # should be symbols corresponding to the names of the attributes. The values of the hash
24046
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
24047
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23679
24048
  # should be the values of the attributes.
23680
24049
  #
23681
24050
  # @option opts [GlusterBrick, Hash] :brick The value of attribute `brick`.
@@ -23822,8 +24191,8 @@ module OvirtSDK4
23822
24191
  #
23823
24192
  # Creates a new instance of the {Certificate} class.
23824
24193
  #
23825
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
23826
- # should be symbols corresponding to the names of the attributes. The values of the hash
24194
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
24195
+ # should be symbols corresponding to the names of the attributes. The values of the hash
23827
24196
  # should be the values of the attributes.
23828
24197
  #
23829
24198
  # @option opts [String] :comment The value of attribute `comment`.
@@ -24653,8 +25022,8 @@ module OvirtSDK4
24653
25022
  #
24654
25023
  # Creates a new instance of the {Cluster} class.
24655
25024
  #
24656
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
24657
- # should be symbols corresponding to the names of the attributes. The values of the hash
25025
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25026
+ # should be symbols corresponding to the names of the attributes. The values of the hash
24658
25027
  # should be the values of the attributes.
24659
25028
  #
24660
25029
  # @option opts [Array<AffinityGroup>, Array<Hash>] :affinity_groups The values of attribute `affinity_groups`.
@@ -24899,8 +25268,8 @@ module OvirtSDK4
24899
25268
  #
24900
25269
  # Creates a new instance of the {ClusterLevel} class.
24901
25270
  #
24902
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
24903
- # should be symbols corresponding to the names of the attributes. The values of the hash
25271
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25272
+ # should be symbols corresponding to the names of the attributes. The values of the hash
24904
25273
  # should be the values of the attributes.
24905
25274
  #
24906
25275
  # @option opts [String] :comment The value of attribute `comment`.
@@ -25080,8 +25449,8 @@ module OvirtSDK4
25080
25449
  #
25081
25450
  # Creates a new instance of the {CpuProfile} class.
25082
25451
  #
25083
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25084
- # should be symbols corresponding to the names of the attributes. The values of the hash
25452
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25453
+ # should be symbols corresponding to the names of the attributes. The values of the hash
25085
25454
  # should be the values of the attributes.
25086
25455
  #
25087
25456
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -25511,8 +25880,8 @@ module OvirtSDK4
25511
25880
  #
25512
25881
  # Creates a new instance of the {DataCenter} class.
25513
25882
  #
25514
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25515
- # should be symbols corresponding to the names of the attributes. The values of the hash
25883
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25884
+ # should be symbols corresponding to the names of the attributes. The values of the hash
25516
25885
  # should be the values of the attributes.
25517
25886
  #
25518
25887
  # @option opts [Array<Cluster>, Array<Hash>] :clusters The values of attribute `clusters`.
@@ -25753,8 +26122,8 @@ module OvirtSDK4
25753
26122
  #
25754
26123
  # Creates a new instance of the {Device} class.
25755
26124
  #
25756
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
25757
- # should be symbols corresponding to the names of the attributes. The values of the hash
26125
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
26126
+ # should be symbols corresponding to the names of the attributes. The values of the hash
25758
26127
  # should be the values of the attributes.
25759
26128
  #
25760
26129
  # @option opts [String] :comment The value of attribute `comment`.
@@ -26514,8 +26883,8 @@ module OvirtSDK4
26514
26883
  #
26515
26884
  # Creates a new instance of the {Disk} class.
26516
26885
  #
26517
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
26518
- # should be symbols corresponding to the names of the attributes. The values of the hash
26886
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
26887
+ # should be symbols corresponding to the names of the attributes. The values of the hash
26519
26888
  # should be the values of the attributes.
26520
26889
  #
26521
26890
  # @option opts [Boolean] :active The value of attribute `active`.
@@ -26765,6 +27134,24 @@ module OvirtSDK4
26765
27134
  @interface = value
26766
27135
  end
26767
27136
 
27137
+ #
27138
+ # Returns the value of the `logical_name` attribute.
27139
+ #
27140
+ # @return [String]
27141
+ #
27142
+ def logical_name
27143
+ return @logical_name
27144
+ end
27145
+
27146
+ #
27147
+ # Sets the value of the `logical_name` attribute.
27148
+ #
27149
+ # @param value [String]
27150
+ #
27151
+ def logical_name=(value)
27152
+ @logical_name = value
27153
+ end
27154
+
26768
27155
  #
26769
27156
  # Returns the value of the `name` attribute.
26770
27157
  #
@@ -26836,8 +27223,8 @@ module OvirtSDK4
26836
27223
  #
26837
27224
  # Creates a new instance of the {DiskAttachment} class.
26838
27225
  #
26839
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
26840
- # should be symbols corresponding to the names of the attributes. The values of the hash
27226
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
27227
+ # should be symbols corresponding to the names of the attributes. The values of the hash
26841
27228
  # should be the values of the attributes.
26842
27229
  #
26843
27230
  # @option opts [Boolean] :active The value of attribute `active`.
@@ -26854,6 +27241,8 @@ module OvirtSDK4
26854
27241
  #
26855
27242
  # @option opts [DiskInterface] :interface The value of attribute `interface`.
26856
27243
  #
27244
+ # @option opts [String] :logical_name The value of attribute `logical_name`.
27245
+ #
26857
27246
  # @option opts [String] :name The value of attribute `name`.
26858
27247
  #
26859
27248
  # @option opts [Template, Hash] :template The value of attribute `template`.
@@ -26870,6 +27259,7 @@ module OvirtSDK4
26870
27259
  self.disk = opts[:disk]
26871
27260
  self.id = opts[:id]
26872
27261
  self.interface = opts[:interface]
27262
+ self.logical_name = opts[:logical_name]
26873
27263
  self.name = opts[:name]
26874
27264
  self.template = opts[:template]
26875
27265
  self.vm = opts[:vm]
@@ -27029,8 +27419,8 @@ module OvirtSDK4
27029
27419
  #
27030
27420
  # Creates a new instance of the {DiskProfile} class.
27031
27421
  #
27032
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
27033
- # should be symbols corresponding to the names of the attributes. The values of the hash
27422
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
27423
+ # should be symbols corresponding to the names of the attributes. The values of the hash
27034
27424
  # should be the values of the attributes.
27035
27425
  #
27036
27426
  # @option opts [String] :comment The value of attribute `comment`.
@@ -27812,8 +28202,8 @@ module OvirtSDK4
27812
28202
  #
27813
28203
  # Creates a new instance of the {DiskSnapshot} class.
27814
28204
  #
27815
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
27816
- # should be symbols corresponding to the names of the attributes. The values of the hash
28205
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28206
+ # should be symbols corresponding to the names of the attributes. The values of the hash
27817
28207
  # should be the values of the attributes.
27818
28208
  #
27819
28209
  # @option opts [Boolean] :active The value of attribute `active`.
@@ -28083,8 +28473,8 @@ module OvirtSDK4
28083
28473
  #
28084
28474
  # Creates a new instance of the {Domain} class.
28085
28475
  #
28086
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28087
- # should be symbols corresponding to the names of the attributes. The values of the hash
28476
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28477
+ # should be symbols corresponding to the names of the attributes. The values of the hash
28088
28478
  # should be the values of the attributes.
28089
28479
  #
28090
28480
  # @option opts [String] :comment The value of attribute `comment`.
@@ -28511,8 +28901,8 @@ module OvirtSDK4
28511
28901
  #
28512
28902
  # Creates a new instance of the {Event} class.
28513
28903
  #
28514
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28515
- # should be symbols corresponding to the names of the attributes. The values of the hash
28904
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28905
+ # should be symbols corresponding to the names of the attributes. The values of the hash
28516
28906
  # should be the values of the attributes.
28517
28907
  #
28518
28908
  # @option opts [Cluster, Hash] :cluster The value of attribute `cluster`.
@@ -28735,8 +29125,8 @@ module OvirtSDK4
28735
29125
  #
28736
29126
  # Creates a new instance of the {ExternalComputeResource} class.
28737
29127
  #
28738
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28739
- # should be symbols corresponding to the names of the attributes. The values of the hash
29128
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29129
+ # should be symbols corresponding to the names of the attributes. The values of the hash
28740
29130
  # should be the values of the attributes.
28741
29131
  #
28742
29132
  # @option opts [String] :comment The value of attribute `comment`.
@@ -28944,8 +29334,8 @@ module OvirtSDK4
28944
29334
  #
28945
29335
  # Creates a new instance of the {ExternalDiscoveredHost} class.
28946
29336
  #
28947
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
28948
- # should be symbols corresponding to the names of the attributes. The values of the hash
29337
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29338
+ # should be symbols corresponding to the names of the attributes. The values of the hash
28949
29339
  # should be the values of the attributes.
28950
29340
  #
28951
29341
  # @option opts [String] :comment The value of attribute `comment`.
@@ -29102,8 +29492,8 @@ module OvirtSDK4
29102
29492
  #
29103
29493
  # Creates a new instance of the {ExternalHost} class.
29104
29494
  #
29105
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29106
- # should be symbols corresponding to the names of the attributes. The values of the hash
29495
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29496
+ # should be symbols corresponding to the names of the attributes. The values of the hash
29107
29497
  # should be the values of the attributes.
29108
29498
  #
29109
29499
  # @option opts [String] :address The value of attribute `address`.
@@ -29305,8 +29695,8 @@ module OvirtSDK4
29305
29695
  #
29306
29696
  # Creates a new instance of the {ExternalHostGroup} class.
29307
29697
  #
29308
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29309
- # should be symbols corresponding to the names of the attributes. The values of the hash
29698
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29699
+ # should be symbols corresponding to the names of the attributes. The values of the hash
29310
29700
  # should be the values of the attributes.
29311
29701
  #
29312
29702
  # @option opts [String] :architecture_name The value of attribute `architecture_name`.
@@ -29535,8 +29925,8 @@ module OvirtSDK4
29535
29925
  #
29536
29926
  # Creates a new instance of the {ExternalProvider} class.
29537
29927
  #
29538
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29539
- # should be symbols corresponding to the names of the attributes. The values of the hash
29928
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29929
+ # should be symbols corresponding to the names of the attributes. The values of the hash
29540
29930
  # should be the values of the attributes.
29541
29931
  #
29542
29932
  # @option opts [String] :authentication_url The value of attribute `authentication_url`.
@@ -29714,8 +30104,8 @@ module OvirtSDK4
29714
30104
  #
29715
30105
  # Creates a new instance of the {File} class.
29716
30106
  #
29717
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29718
- # should be symbols corresponding to the names of the attributes. The values of the hash
30107
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30108
+ # should be symbols corresponding to the names of the attributes. The values of the hash
29719
30109
  # should be the values of the attributes.
29720
30110
  #
29721
30111
  # @option opts [String] :comment The value of attribute `comment`.
@@ -29866,8 +30256,8 @@ module OvirtSDK4
29866
30256
  #
29867
30257
  # Creates a new instance of the {Filter} class.
29868
30258
  #
29869
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
29870
- # should be symbols corresponding to the names of the attributes. The values of the hash
30259
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30260
+ # should be symbols corresponding to the names of the attributes. The values of the hash
29871
30261
  # should be the values of the attributes.
29872
30262
  #
29873
30263
  # @option opts [String] :comment The value of attribute `comment`.
@@ -30097,8 +30487,8 @@ module OvirtSDK4
30097
30487
  #
30098
30488
  # Creates a new instance of the {Floppy} class.
30099
30489
  #
30100
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30101
- # should be symbols corresponding to the names of the attributes. The values of the hash
30490
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30491
+ # should be symbols corresponding to the names of the attributes. The values of the hash
30102
30492
  # should be the values of the attributes.
30103
30493
  #
30104
30494
  # @option opts [String] :comment The value of attribute `comment`.
@@ -30452,8 +30842,8 @@ module OvirtSDK4
30452
30842
  #
30453
30843
  # Creates a new instance of the {GlusterBrickAdvancedDetails} class.
30454
30844
  #
30455
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30456
- # should be symbols corresponding to the names of the attributes. The values of the hash
30845
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30846
+ # should be symbols corresponding to the names of the attributes. The values of the hash
30457
30847
  # should be the values of the attributes.
30458
30848
  #
30459
30849
  # @option opts [String] :comment The value of attribute `comment`.
@@ -30779,8 +31169,8 @@ module OvirtSDK4
30779
31169
  #
30780
31170
  # Creates a new instance of the {GlusterHook} class.
30781
31171
  #
30782
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
30783
- # should be symbols corresponding to the names of the attributes. The values of the hash
31172
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31173
+ # should be symbols corresponding to the names of the attributes. The values of the hash
30784
31174
  # should be the values of the attributes.
30785
31175
  #
30786
31176
  # @option opts [String] :checksum The value of attribute `checksum`.
@@ -31053,8 +31443,8 @@ module OvirtSDK4
31053
31443
  #
31054
31444
  # Creates a new instance of the {GlusterMemoryPool} class.
31055
31445
  #
31056
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31057
- # should be symbols corresponding to the names of the attributes. The values of the hash
31446
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31447
+ # should be symbols corresponding to the names of the attributes. The values of the hash
31058
31448
  # should be the values of the attributes.
31059
31449
  #
31060
31450
  # @option opts [Integer] :alloc_count The value of attribute `alloc_count`.
@@ -31256,8 +31646,8 @@ module OvirtSDK4
31256
31646
  #
31257
31647
  # Creates a new instance of the {GlusterServerHook} class.
31258
31648
  #
31259
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31260
- # should be symbols corresponding to the names of the attributes. The values of the hash
31649
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31650
+ # should be symbols corresponding to the names of the attributes. The values of the hash
31261
31651
  # should be the values of the attributes.
31262
31652
  #
31263
31653
  # @option opts [String] :checksum The value of attribute `checksum`.
@@ -31593,8 +31983,8 @@ module OvirtSDK4
31593
31983
  #
31594
31984
  # Creates a new instance of the {GlusterVolume} class.
31595
31985
  #
31596
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31597
- # should be symbols corresponding to the names of the attributes. The values of the hash
31986
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31987
+ # should be symbols corresponding to the names of the attributes. The values of the hash
31598
31988
  # should be the values of the attributes.
31599
31989
  #
31600
31990
  # @option opts [Array<GlusterBrick>, Array<Hash>] :bricks The values of attribute `bricks`.
@@ -31776,8 +32166,8 @@ module OvirtSDK4
31776
32166
  #
31777
32167
  # Creates a new instance of the {GlusterVolumeProfileDetails} class.
31778
32168
  #
31779
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
31780
- # should be symbols corresponding to the names of the attributes. The values of the hash
32169
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32170
+ # should be symbols corresponding to the names of the attributes. The values of the hash
31781
32171
  # should be the values of the attributes.
31782
32172
  #
31783
32173
  # @option opts [Array<BrickProfileDetail>, Array<Hash>] :brick_profile_details The values of attribute `brick_profile_details`.
@@ -32029,8 +32419,8 @@ module OvirtSDK4
32029
32419
  #
32030
32420
  # Creates a new instance of the {GraphicsConsole} class.
32031
32421
  #
32032
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32033
- # should be symbols corresponding to the names of the attributes. The values of the hash
32422
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32423
+ # should be symbols corresponding to the names of the attributes. The values of the hash
32034
32424
  # should be the values of the attributes.
32035
32425
  #
32036
32426
  # @option opts [String] :address The value of attribute `address`.
@@ -32286,8 +32676,8 @@ module OvirtSDK4
32286
32676
  #
32287
32677
  # Creates a new instance of the {Group} class.
32288
32678
  #
32289
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32290
- # should be symbols corresponding to the names of the attributes. The values of the hash
32679
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32680
+ # should be symbols corresponding to the names of the attributes. The values of the hash
32291
32681
  # should be the values of the attributes.
32292
32682
  #
32293
32683
  # @option opts [String] :comment The value of attribute `comment`.
@@ -32465,8 +32855,8 @@ module OvirtSDK4
32465
32855
  #
32466
32856
  # Creates a new instance of the {Hook} class.
32467
32857
  #
32468
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32469
- # should be symbols corresponding to the names of the attributes. The values of the hash
32858
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
32859
+ # should be symbols corresponding to the names of the attributes. The values of the hash
32470
32860
  # should be the values of the attributes.
32471
32861
  #
32472
32862
  # @option opts [String] :comment The value of attribute `comment`.
@@ -33669,8 +34059,8 @@ module OvirtSDK4
33669
34059
  #
33670
34060
  # Creates a new instance of the {Host} class.
33671
34061
  #
33672
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
33673
- # should be symbols corresponding to the names of the attributes. The values of the hash
34062
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
34063
+ # should be symbols corresponding to the names of the attributes. The values of the hash
33674
34064
  # should be the values of the attributes.
33675
34065
  #
33676
34066
  # @option opts [String] :address The value of attribute `address`.
@@ -34135,8 +34525,8 @@ module OvirtSDK4
34135
34525
  #
34136
34526
  # Creates a new instance of the {HostDevice} class.
34137
34527
  #
34138
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
34139
- # should be symbols corresponding to the names of the attributes. The values of the hash
34528
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
34529
+ # should be symbols corresponding to the names of the attributes. The values of the hash
34140
34530
  # should be the values of the attributes.
34141
34531
  #
34142
34532
  # @option opts [String] :capability The value of attribute `capability`.
@@ -34190,6 +34580,24 @@ module OvirtSDK4
34190
34580
 
34191
34581
  class HostNic < Identified
34192
34582
 
34583
+ #
34584
+ # Returns the value of the `ad_aggregator_id` attribute.
34585
+ #
34586
+ # @return [Integer]
34587
+ #
34588
+ def ad_aggregator_id
34589
+ return @ad_aggregator_id
34590
+ end
34591
+
34592
+ #
34593
+ # Sets the value of the `ad_aggregator_id` attribute.
34594
+ #
34595
+ # @param value [Integer]
34596
+ #
34597
+ def ad_aggregator_id=(value)
34598
+ @ad_aggregator_id = value
34599
+ end
34600
+
34193
34601
  #
34194
34602
  # Returns the value of the `base_interface` attribute.
34195
34603
  #
@@ -34770,10 +35178,12 @@ module OvirtSDK4
34770
35178
  #
34771
35179
  # Creates a new instance of the {HostNic} class.
34772
35180
  #
34773
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
34774
- # should be symbols corresponding to the names of the attributes. The values of the hash
35181
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
35182
+ # should be symbols corresponding to the names of the attributes. The values of the hash
34775
35183
  # should be the values of the attributes.
34776
35184
  #
35185
+ # @option opts [Integer] :ad_aggregator_id The value of attribute `ad_aggregator_id`.
35186
+ #
34777
35187
  # @option opts [String] :base_interface The value of attribute `base_interface`.
34778
35188
  #
34779
35189
  # @option opts [Bonding, Hash] :bonding The value of attribute `bonding`.
@@ -34831,6 +35241,7 @@ module OvirtSDK4
34831
35241
  #
34832
35242
  def initialize(opts = {})
34833
35243
  super(opts)
35244
+ self.ad_aggregator_id = opts[:ad_aggregator_id]
34834
35245
  self.base_interface = opts[:base_interface]
34835
35246
  self.bonding = opts[:bonding]
34836
35247
  self.boot_protocol = opts[:boot_protocol]
@@ -35266,8 +35677,8 @@ module OvirtSDK4
35266
35677
  #
35267
35678
  # Creates a new instance of the {HostStorage} class.
35268
35679
  #
35269
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
35270
- # should be symbols corresponding to the names of the attributes. The values of the hash
35680
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
35681
+ # should be symbols corresponding to the names of the attributes. The values of the hash
35271
35682
  # should be the values of the attributes.
35272
35683
  #
35273
35684
  # @option opts [String] :address The value of attribute `address`.
@@ -35453,8 +35864,8 @@ module OvirtSDK4
35453
35864
  #
35454
35865
  # Creates a new instance of the {Icon} class.
35455
35866
  #
35456
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
35457
- # should be symbols corresponding to the names of the attributes. The values of the hash
35867
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
35868
+ # should be symbols corresponding to the names of the attributes. The values of the hash
35458
35869
  # should be the values of the attributes.
35459
35870
  #
35460
35871
  # @option opts [String] :comment The value of attribute `comment`.
@@ -35974,8 +36385,8 @@ module OvirtSDK4
35974
36385
  #
35975
36386
  # Creates a new instance of the {Nic} class.
35976
36387
  #
35977
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
35978
- # should be symbols corresponding to the names of the attributes. The values of the hash
36388
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
36389
+ # should be symbols corresponding to the names of the attributes. The values of the hash
35979
36390
  # should be the values of the attributes.
35980
36391
  #
35981
36392
  # @option opts [BootProtocol] :boot_protocol The value of attribute `boot_protocol`.
@@ -36261,8 +36672,8 @@ module OvirtSDK4
36261
36672
  #
36262
36673
  # Creates a new instance of the {OpenStackProvider} class.
36263
36674
  #
36264
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
36265
- # should be symbols corresponding to the names of the attributes. The values of the hash
36675
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
36676
+ # should be symbols corresponding to the names of the attributes. The values of the hash
36266
36677
  # should be the values of the attributes.
36267
36678
  #
36268
36679
  # @option opts [String] :authentication_url The value of attribute `authentication_url`.
@@ -36615,8 +37026,8 @@ module OvirtSDK4
36615
37026
  #
36616
37027
  # Creates a new instance of the {OpenStackVolumeProvider} class.
36617
37028
  #
36618
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
36619
- # should be symbols corresponding to the names of the attributes. The values of the hash
37029
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
37030
+ # should be symbols corresponding to the names of the attributes. The values of the hash
36620
37031
  # should be the values of the attributes.
36621
37032
  #
36622
37033
  # @option opts [Array<OpenstackVolumeAuthenticationKey>, Array<Hash>] :authentication_keys The values of attribute `authentication_keys`.
@@ -37825,8 +38236,8 @@ module OvirtSDK4
37825
38236
  #
37826
38237
  # Creates a new instance of the {Template} class.
37827
38238
  #
37828
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
37829
- # should be symbols corresponding to the names of the attributes. The values of the hash
38239
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
38240
+ # should be symbols corresponding to the names of the attributes. The values of the hash
37830
38241
  # should be the values of the attributes.
37831
38242
  #
37832
38243
  # @option opts [Bios, Hash] :bios The value of attribute `bios`.
@@ -39755,8 +40166,8 @@ module OvirtSDK4
39755
40166
  #
39756
40167
  # Creates a new instance of the {Vm} class.
39757
40168
  #
39758
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
39759
- # should be symbols corresponding to the names of the attributes. The values of the hash
40169
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
40170
+ # should be symbols corresponding to the names of the attributes. The values of the hash
39760
40171
  # should be the values of the attributes.
39761
40172
  #
39762
40173
  # @option opts [Array<AffinityLabel>, Array<Hash>] :affinity_labels The values of attribute `affinity_labels`.
@@ -40213,8 +40624,8 @@ module OvirtSDK4
40213
40624
  #
40214
40625
  # Creates a new instance of the {Watchdog} class.
40215
40626
  #
40216
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
40217
- # should be symbols corresponding to the names of the attributes. The values of the hash
40627
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
40628
+ # should be symbols corresponding to the names of the attributes. The values of the hash
40218
40629
  # should be the values of the attributes.
40219
40630
  #
40220
40631
  # @option opts [WatchdogAction] :action The value of attribute `action`.
@@ -40456,8 +40867,8 @@ module OvirtSDK4
40456
40867
  #
40457
40868
  # Creates a new instance of the {Cdrom} class.
40458
40869
  #
40459
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
40460
- # should be symbols corresponding to the names of the attributes. The values of the hash
40870
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
40871
+ # should be symbols corresponding to the names of the attributes. The values of the hash
40461
40872
  # should be the values of the attributes.
40462
40873
  #
40463
40874
  # @option opts [String] :comment The value of attribute `comment`.
@@ -40811,8 +41222,8 @@ module OvirtSDK4
40811
41222
  #
40812
41223
  # Creates a new instance of the {ExternalHostProvider} class.
40813
41224
  #
40814
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
40815
- # should be symbols corresponding to the names of the attributes. The values of the hash
41225
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
41226
+ # should be symbols corresponding to the names of the attributes. The values of the hash
40816
41227
  # should be the values of the attributes.
40817
41228
  #
40818
41229
  # @option opts [String] :authentication_url The value of attribute `authentication_url`.
@@ -41288,8 +41699,8 @@ module OvirtSDK4
41288
41699
  #
41289
41700
  # Creates a new instance of the {GlusterBrick} class.
41290
41701
  #
41291
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
41292
- # should be symbols corresponding to the names of the attributes. The values of the hash
41702
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
41703
+ # should be symbols corresponding to the names of the attributes. The values of the hash
41293
41704
  # should be the values of the attributes.
41294
41705
  #
41295
41706
  # @option opts [String] :brick_dir The value of attribute `brick_dir`.
@@ -42513,8 +42924,8 @@ module OvirtSDK4
42513
42924
  #
42514
42925
  # Creates a new instance of the {InstanceType} class.
42515
42926
  #
42516
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
42517
- # should be symbols corresponding to the names of the attributes. The values of the hash
42927
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
42928
+ # should be symbols corresponding to the names of the attributes. The values of the hash
42518
42929
  # should be the values of the attributes.
42519
42930
  #
42520
42931
  # @option opts [Bios, Hash] :bios The value of attribute `bios`.
@@ -42937,8 +43348,8 @@ module OvirtSDK4
42937
43348
  #
42938
43349
  # Creates a new instance of the {OpenStackImageProvider} class.
42939
43350
  #
42940
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
42941
- # should be symbols corresponding to the names of the attributes. The values of the hash
43351
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
43352
+ # should be symbols corresponding to the names of the attributes. The values of the hash
42942
43353
  # should be the values of the attributes.
42943
43354
  #
42944
43355
  # @option opts [String] :authentication_url The value of attribute `authentication_url`.
@@ -43351,8 +43762,8 @@ module OvirtSDK4
43351
43762
  #
43352
43763
  # Creates a new instance of the {OpenStackNetworkProvider} class.
43353
43764
  #
43354
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
43355
- # should be symbols corresponding to the names of the attributes. The values of the hash
43765
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
43766
+ # should be symbols corresponding to the names of the attributes. The values of the hash
43356
43767
  # should be the values of the attributes.
43357
43768
  #
43358
43769
  # @option opts [AgentConfiguration, Hash] :agent_configuration The value of attribute `agent_configuration`.
@@ -45279,8 +45690,8 @@ module OvirtSDK4
45279
45690
  #
45280
45691
  # Creates a new instance of the {Snapshot} class.
45281
45692
  #
45282
- # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
45283
- # should be symbols corresponding to the names of the attributes. The values of the hash
45693
+ # @param opts [Hash] A hash containing the attributes of the object. The keys of the hash
45694
+ # should be symbols corresponding to the names of the attributes. The values of the hash
45284
45695
  # should be the values of the attributes.
45285
45696
  #
45286
45697
  # @option opts [Array<AffinityLabel>, Array<Hash>] :affinity_labels The values of attribute `affinity_labels`.
@@ -45656,6 +46067,12 @@ module OvirtSDK4
45656
46067
  VDSM = 'vdsm'.freeze
45657
46068
  end
45658
46069
 
46070
+ module ExternalVmProviderType
46071
+ KVM = 'kvm'.freeze
46072
+ VMWARE = 'vmware'.freeze
46073
+ XEN = 'xen'.freeze
46074
+ end
46075
+
45659
46076
  module FenceType
45660
46077
  MANUAL = 'manual'.freeze
45661
46078
  RESTART = 'restart'.freeze