Class: ConcurrentAccess
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- ConcurrentAccess
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ConcurrentAccess
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 = []) ⇒ ConcurrentAccess
constructor
A new instance of ConcurrentAccess.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29736 29737 29738 |
# File 'lib/vmware/soap/vim25.rb', line 29736 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29735 29736 29737 |
# File 'lib/vmware/soap/vim25.rb', line 29735 def dynamicType @dynamicType end |