Class: ExtensionFaultTypeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtensionFaultTypeInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtensionFaultTypeInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
faultID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#faultID ⇒ Object
Returns the value of attribute faultID.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], faultID = nil) ⇒ ExtensionFaultTypeInfo
constructor
A new instance of ExtensionFaultTypeInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], faultID = nil) ⇒ ExtensionFaultTypeInfo
Returns a new instance of ExtensionFaultTypeInfo.
1267 1268 1269 1270 1271 |
# File 'lib/vmware/soap/vim25.rb', line 1267 def initialize(dynamicType = nil, dynamicProperty = [], faultID = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @faultID = faultID end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1264 1265 1266 |
# File 'lib/vmware/soap/vim25.rb', line 1264 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1263 1264 1265 |
# File 'lib/vmware/soap/vim25.rb', line 1263 def dynamicType @dynamicType end |
#faultID ⇒ Object
Returns the value of attribute faultID.
1265 1266 1267 |
# File 'lib/vmware/soap/vim25.rb', line 1265 def faultID @faultID end |