Class: InvalidDeviceBacking
- Inherits:
-
InvalidDeviceSpec
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- InvalidDeviceSpec
- InvalidDeviceBacking
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidDeviceBacking
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) ⇒ InvalidDeviceBacking
constructor
A new instance of InvalidDeviceBacking.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ InvalidDeviceBacking
Returns a new instance of InvalidDeviceBacking.
32523 32524 32525 32526 32527 32528 |
# File 'lib/vmware/soap/vim25.rb', line 32523 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.
32521 32522 32523 |
# File 'lib/vmware/soap/vim25.rb', line 32521 def deviceIndex @deviceIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32519 32520 32521 |
# File 'lib/vmware/soap/vim25.rb', line 32519 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32518 32519 32520 |
# File 'lib/vmware/soap/vim25.rb', line 32518 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32520 32521 32522 |
# File 'lib/vmware/soap/vim25.rb', line 32520 def property @property end |