Class: CannotAccessLocalSource

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

Overview

urn:vim25CannotAccessLocalSource

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CannotAccessLocalSource

Returns a new instance of CannotAccessLocalSource.



29725
29726
29727
29728
# File 'lib/vmware/soap/vim25.rb', line 29725

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29723
29724
29725
# File 'lib/vmware/soap/vim25.rb', line 29723

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29722
29723
29724
# File 'lib/vmware/soap/vim25.rb', line 29722

def dynamicType
  @dynamicType
end