Class: ShutdownHostRequestType

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

Overview

urn:vim25ShutdownHostRequestType

m__this - ManagedObjectReference
force - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ShutdownHostRequestType.



34990
34991
34992
34993
# File 'lib/vmware/soap/vim25.rb', line 34990

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

Instance Attribute Details

#forceObject

Returns the value of attribute force.



34980
34981
34982
# File 'lib/vmware/soap/vim25.rb', line 34980

def force
  @force
end

Instance Method Details

#m__thisObject



34982
34983
34984
# File 'lib/vmware/soap/vim25.rb', line 34982

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34986
34987
34988
# File 'lib/vmware/soap/vim25.rb', line 34986

def m__this=(value)
  @v__this = value
end