Class: InvalidDeviceSpec
- Inherits:
-
InvalidVmConfig
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- InvalidDeviceSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidDeviceSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt
Direct Known Subclasses
DeviceNotFound, DisallowedDiskModeChange, InvalidController, InvalidDeviceBacking, InvalidDeviceOperation, MissingController
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) ⇒ InvalidDeviceSpec
constructor
A new instance of InvalidDeviceSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ InvalidDeviceSpec
Returns a new instance of InvalidDeviceSpec.
32444 32445 32446 32447 32448 32449 |
# File 'lib/vmware/soap/vim25.rb', line 32444 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.
32442 32443 32444 |
# File 'lib/vmware/soap/vim25.rb', line 32442 def deviceIndex @deviceIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32440 32441 32442 |
# File 'lib/vmware/soap/vim25.rb', line 32440 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32439 32440 32441 |
# File 'lib/vmware/soap/vim25.rb', line 32439 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32441 32442 32443 |
# File 'lib/vmware/soap/vim25.rb', line 32441 def property @property end |