Class: EnterMaintenanceModeRequestType
- Inherits:
-
Object
- Object
- EnterMaintenanceModeRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EnterMaintenanceModeRequestType
m__this - ManagedObjectReference
timeout - SOAP::SOAPInt
evacuatePoweredOffVms - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#evacuatePoweredOffVms ⇒ Object
Returns the value of attribute evacuatePoweredOffVms.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Method Summary collapse
-
#initialize(v__this = nil, timeout = nil, evacuatePoweredOffVms = nil) ⇒ EnterMaintenanceModeRequestType
constructor
A new instance of EnterMaintenanceModeRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#evacuatePoweredOffVms ⇒ Object
Returns the value of attribute evacuatePoweredOffVms.
34919 34920 34921 |
# File 'lib/vmware/soap/vim25.rb', line 34919 def evacuatePoweredOffVms @evacuatePoweredOffVms end |
#timeout ⇒ Object
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__this ⇒ Object
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 |