Class: ConcurrentAccess

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

Overview

urn:vim25ConcurrentAccess

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConcurrentAccess.



29738
29739
29740
29741
# File 'lib/vmware/soap/vim25.rb', line 29738

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29736
29737
29738
# File 'lib/vmware/soap/vim25.rb', line 29736

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29735
29736
29737
# File 'lib/vmware/soap/vim25.rb', line 29735

def dynamicType
  @dynamicType
end