Class: ManagedObjectNotFound
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- ManagedObjectNotFound
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ManagedObjectNotFound
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#obj ⇒ Object
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil) ⇒ ManagedObjectNotFound
constructor
A new instance of ManagedObjectNotFound.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil) ⇒ ManagedObjectNotFound
Returns a new instance of ManagedObjectNotFound.
29336 29337 29338 29339 29340 |
# File 'lib/vmware/soap/vim25.rb', line 29336 def initialize(dynamicType = nil, dynamicProperty = [], obj = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @obj = obj end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29333 29334 29335 |
# File 'lib/vmware/soap/vim25.rb', line 29333 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29332 29333 29334 |
# File 'lib/vmware/soap/vim25.rb', line 29332 def dynamicType @dynamicType end |
#obj ⇒ Object
Returns the value of attribute obj.
29334 29335 29336 |
# File 'lib/vmware/soap/vim25.rb', line 29334 def obj @obj end |