Class: MissingController
- Inherits:
-
InvalidDeviceSpec
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- InvalidDeviceSpec
- MissingController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MissingController
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) ⇒ MissingController
constructor
A new instance of MissingController.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ MissingController
Returns a new instance of MissingController.
32567 32568 32569 32570 32571 32572 |
# File 'lib/vmware/soap/vim25.rb', line 32567 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.
32565 32566 32567 |
# File 'lib/vmware/soap/vim25.rb', line 32565 def deviceIndex @deviceIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32563 32564 32565 |
# File 'lib/vmware/soap/vim25.rb', line 32563 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32562 32563 32564 |
# File 'lib/vmware/soap/vim25.rb', line 32562 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32564 32565 32566 |
# File 'lib/vmware/soap/vim25.rb', line 32564 def property @property end |