Class: UnexpectedFault

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

Overview

urn:vim25UnexpectedFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
faultName - SOAP::SOAPString
fault - LocalizedMethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], faultName = nil, fault = nil) ⇒ UnexpectedFault

Returns a new instance of UnexpectedFault.



29642
29643
29644
29645
29646
29647
# File 'lib/vmware/soap/vim25.rb', line 29642

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29638
29639
29640
# File 'lib/vmware/soap/vim25.rb', line 29638

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29637
29638
29639
# File 'lib/vmware/soap/vim25.rb', line 29637

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



29640
29641
29642
# File 'lib/vmware/soap/vim25.rb', line 29640

def fault
  @fault
end

#faultNameObject

Returns the value of attribute faultName.



29639
29640
29641
# File 'lib/vmware/soap/vim25.rb', line 29639

def faultName
  @faultName
end