Class: ExtendedFault
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- ExtendedFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtendedFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
faultTypeId - SOAP::SOAPString
data - KeyValue
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#faultTypeId ⇒ Object
Returns the value of attribute faultTypeId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], faultTypeId = nil, data = []) ⇒ ExtendedFault
constructor
A new instance of ExtendedFault.
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
#data ⇒ Object
Returns the value of attribute data.
29969 29970 29971 |
# File 'lib/vmware/soap/vim25.rb', line 29969 def data @data end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29967 29968 29969 |
# File 'lib/vmware/soap/vim25.rb', line 29967 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29966 29967 29968 |
# File 'lib/vmware/soap/vim25.rb', line 29966 def dynamicType @dynamicType end |
#faultTypeId ⇒ Object
Returns the value of attribute faultTypeId.
29968 29969 29970 |
# File 'lib/vmware/soap/vim25.rb', line 29968 def faultTypeId @faultTypeId end |