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