Class: DeviceNotFound
- Inherits:
-
InvalidDeviceSpec
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- InvalidDeviceSpec
- DeviceNotFound
- 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
-
#deviceIndex ⇒ Object
Returns the value of attribute deviceIndex.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#property ⇒ Object
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ DeviceNotFound
constructor
A new instance of DeviceNotFound.
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
#deviceIndex ⇒ Object
Returns the value of attribute deviceIndex.
32461 32462 32463 |
# File 'lib/vmware/soap/vim25.rb', line 32461 def deviceIndex @deviceIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32459 32460 32461 |
# File 'lib/vmware/soap/vim25.rb', line 32459 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32458 32459 32460 |
# File 'lib/vmware/soap/vim25.rb', line 32458 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32460 32461 32462 |
# File 'lib/vmware/soap/vim25.rb', line 32460 def property @property end |