Class: EnterMaintenanceModeRequestType

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

Overview

urn:vim25EnterMaintenanceModeRequestType

m__this - ManagedObjectReference
timeout - SOAP::SOAPInt
evacuatePoweredOffVms - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, timeout = nil, evacuatePoweredOffVms = nil) ⇒ EnterMaintenanceModeRequestType

Returns a new instance of EnterMaintenanceModeRequestType.



34929
34930
34931
34932
34933
# File 'lib/vmware/soap/vim25.rb', line 34929

def initialize(v__this = nil, timeout = nil, evacuatePoweredOffVms = nil)
  @v__this = v__this
  @timeout = timeout
  @evacuatePoweredOffVms = evacuatePoweredOffVms
end

Instance Attribute Details

#evacuatePoweredOffVmsObject

Returns the value of attribute evacuatePoweredOffVms.



34919
34920
34921
# File 'lib/vmware/soap/vim25.rb', line 34919

def evacuatePoweredOffVms
  @evacuatePoweredOffVms
end

#timeoutObject

Returns the value of attribute timeout.



34918
34919
34920
# File 'lib/vmware/soap/vim25.rb', line 34918

def timeout
  @timeout
end

Instance Method Details

#m__thisObject



34921
34922
34923
# File 'lib/vmware/soap/vim25.rb', line 34921

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34925
34926
34927
# File 'lib/vmware/soap/vim25.rb', line 34925

def m__this=(value)
  @v__this = value
end