Class: PowerOnMultiVMRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PowerOnMultiVMRequestType

m__this - ManagedObjectReference
vm - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, vm = []) ⇒ PowerOnMultiVMRequestType

Returns a new instance of PowerOnMultiVMRequestType.



34075
34076
34077
34078
# File 'lib/vmware/soap/vim25.rb', line 34075

def initialize(v__this = nil, vm = [])
  @v__this = v__this
  @vm = vm
end

Instance Attribute Details

#vmObject

Returns the value of attribute vm.



34065
34066
34067
# File 'lib/vmware/soap/vim25.rb', line 34065

def vm
  @vm
end

Instance Method Details

#m__thisObject



34067
34068
34069
# File 'lib/vmware/soap/vim25.rb', line 34067

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34071
34072
34073
# File 'lib/vmware/soap/vim25.rb', line 34071

def m__this=(value)
  @v__this = value
end