Class: RebootRequired
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- RebootRequired
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RebootRequired
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patch - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#patch ⇒ Object
Returns the value of attribute patch.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], patch = nil) ⇒ RebootRequired
constructor
A new instance of RebootRequired.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], patch = nil) ⇒ RebootRequired
Returns a new instance of RebootRequired.
31856 31857 31858 31859 31860 |
# File 'lib/vmware/soap/vim25.rb', line 31856 def initialize(dynamicType = nil, dynamicProperty = [], patch = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @patch = patch end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31853 31854 31855 |
# File 'lib/vmware/soap/vim25.rb', line 31853 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31852 31853 31854 |
# File 'lib/vmware/soap/vim25.rb', line 31852 def dynamicType @dynamicType end |
#patch ⇒ Object
Returns the value of attribute patch.
31854 31855 31856 |
# File 'lib/vmware/soap/vim25.rb', line 31854 def patch @patch end |