Method: OvirtSDK4::ClusterLevel#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ ClusterLevel
Creates a new instance of the OvirtSDK4::ClusterLevel class.
35397 35398 35399 35400 35401 35402 |
# File 'lib/ovirtsdk4/types.rb', line 35397 def initialize(opts = {}) super(opts) self.cluster_features = opts[:cluster_features] self.cpu_types = opts[:cpu_types] self.permits = opts[:permits] end |