Class: ManagedObjectNotFound

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

Overview

urn:vim25ManagedObjectNotFound

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29333
29334
29335
# File 'lib/vmware/soap/vim25.rb', line 29333

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29332
29333
29334
# File 'lib/vmware/soap/vim25.rb', line 29332

def dynamicType
  @dynamicType
end

#objObject

Returns the value of attribute obj.



29334
29335
29336
# File 'lib/vmware/soap/vim25.rb', line 29334

def obj
  @obj
end