Class: ExtendedFault

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

Overview

urn:vim25ExtendedFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
faultTypeId - SOAP::SOAPString
data - KeyValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], faultTypeId = nil, data = []) ⇒ ExtendedFault

Returns a new instance of ExtendedFault.



29971
29972
29973
29974
29975
29976
# File 'lib/vmware/soap/vim25.rb', line 29971

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



29969
29970
29971
# File 'lib/vmware/soap/vim25.rb', line 29969

def data
  @data
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29967
29968
29969
# File 'lib/vmware/soap/vim25.rb', line 29967

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29966
29967
29968
# File 'lib/vmware/soap/vim25.rb', line 29966

def dynamicType
  @dynamicType
end

#faultTypeIdObject

Returns the value of attribute faultTypeId.



29968
29969
29970
# File 'lib/vmware/soap/vim25.rb', line 29968

def faultTypeId
  @faultTypeId
end