Class: DeviceNotFound

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

Overview

urn:vim25DeviceNotFound

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ DeviceNotFound

Returns a new instance of DeviceNotFound.



32463
32464
32465
32466
32467
32468
# File 'lib/vmware/soap/vim25.rb', line 32463

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

Instance Attribute Details

#deviceIndexObject

Returns the value of attribute deviceIndex.



32461
32462
32463
# File 'lib/vmware/soap/vim25.rb', line 32461

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32459
32460
32461
# File 'lib/vmware/soap/vim25.rb', line 32459

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32458
32459
32460
# File 'lib/vmware/soap/vim25.rb', line 32458

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32460
32461
32462
# File 'lib/vmware/soap/vim25.rb', line 32460

def property
  @property
end