Class: PowerOnVMRequestType

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

Overview

urn:vim25PowerOnVMRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, host = nil) ⇒ PowerOnVMRequestType

Returns a new instance of PowerOnVMRequestType.



36836
36837
36838
36839
# File 'lib/vmware/soap/vim25.rb', line 36836

def initialize(v__this = nil, host = nil)
  @v__this = v__this
  @host = host
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



36826
36827
36828
# File 'lib/vmware/soap/vim25.rb', line 36826

def host
  @host
end

Instance Method Details

#m__thisObject



36828
36829
36830
# File 'lib/vmware/soap/vim25.rb', line 36828

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36832
36833
36834
# File 'lib/vmware/soap/vim25.rb', line 36832

def m__this=(value)
  @v__this = value
end