Class: VimFault

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

Overview

urn:vim25VimFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VimFault

Returns a new instance of VimFault.



29670
29671
29672
29673
# File 'lib/vmware/soap/vim25.rb', line 29670

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29668
29669
29670
# File 'lib/vmware/soap/vim25.rb', line 29668

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29667
29668
29669
# File 'lib/vmware/soap/vim25.rb', line 29667

def dynamicType
  @dynamicType
end