Class: RebootRequired

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

Overview

urn:vim25RebootRequired

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patch - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31853
31854
31855
# File 'lib/vmware/soap/vim25.rb', line 31853

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31852
31853
31854
# File 'lib/vmware/soap/vim25.rb', line 31852

def dynamicType
  @dynamicType
end

#patchObject

Returns the value of attribute patch.



31854
31855
31856
# File 'lib/vmware/soap/vim25.rb', line 31854

def patch
  @patch
end