Class: LogBundlingFailed

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

Overview

urn:vim25LogBundlingFailed

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30951
30952
30953
# File 'lib/vmware/soap/vim25.rb', line 30951

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30950
30951
30952
# File 'lib/vmware/soap/vim25.rb', line 30950

def dynamicType
  @dynamicType
end