Class: LogBundlingFailed
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- LogBundlingFailed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LogBundlingFailed
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ LogBundlingFailed
constructor
A new instance of LogBundlingFailed.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ LogBundlingFailed
Returns a new instance of LogBundlingFailed.
30953 30954 30955 30956 |
# File 'lib/vmware/soap/vim25.rb', line 30953 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30951 30952 30953 |
# File 'lib/vmware/soap/vim25.rb', line 30951 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30950 30951 30952 |
# File 'lib/vmware/soap/vim25.rb', line 30950 def dynamicType @dynamicType end |