Class: RebootHostRequestType

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

Overview

urn:vim25RebootHostRequestType

m__this - ManagedObjectReference
force - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, force = nil) ⇒ RebootHostRequestType

Returns a new instance of RebootHostRequestType.



34970
34971
34972
34973
# File 'lib/vmware/soap/vim25.rb', line 34970

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

Instance Attribute Details

#forceObject

Returns the value of attribute force.



34960
34961
34962
# File 'lib/vmware/soap/vim25.rb', line 34960

def force
  @force
end

Instance Method Details

#m__thisObject



34962
34963
34964
# File 'lib/vmware/soap/vim25.rb', line 34962

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34966
34967
34968
# File 'lib/vmware/soap/vim25.rb', line 34966

def m__this=(value)
  @v__this = value
end