Method: OvirtSDK4::SchedulingPolicyUnit#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ SchedulingPolicyUnit
Creates a new instance of the OvirtSDK4::SchedulingPolicyUnit class.
19407 19408 19409 19410 19411 19412 19413 |
# File 'lib/ovirtsdk4/types.rb', line 19407 def initialize(opts = {}) super(opts) self.enabled = opts[:enabled] self.internal = opts[:internal] self.properties = opts[:properties] self.type = opts[:type] end |