Class: InvalidDeviceOperation
- Inherits:
-
InvalidDeviceSpec
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- InvalidDeviceSpec
- InvalidDeviceOperation
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidDeviceOperation
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt
badOp - VirtualDeviceConfigSpecOperation
badFileOp - VirtualDeviceConfigSpecFileOperation
Instance Attribute Summary collapse
-
#badFileOp ⇒ Object
Returns the value of attribute badFileOp.
-
#badOp ⇒ Object
Returns the value of attribute badOp.
-
#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, badOp = nil, badFileOp = nil) ⇒ InvalidDeviceOperation
constructor
A new instance of InvalidDeviceOperation.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil, badOp = nil, badFileOp = nil) ⇒ InvalidDeviceOperation
Returns a new instance of InvalidDeviceOperation.
32546 32547 32548 32549 32550 32551 32552 32553 |
# File 'lib/vmware/soap/vim25.rb', line 32546 def initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil, badOp = nil, badFileOp = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property @deviceIndex = deviceIndex @badOp = badOp @badFileOp = badFileOp end |
Instance Attribute Details
#badFileOp ⇒ Object
Returns the value of attribute badFileOp.
32544 32545 32546 |
# File 'lib/vmware/soap/vim25.rb', line 32544 def badFileOp @badFileOp end |
#badOp ⇒ Object
Returns the value of attribute badOp.
32543 32544 32545 |
# File 'lib/vmware/soap/vim25.rb', line 32543 def badOp @badOp end |
#deviceIndex ⇒ Object
Returns the value of attribute deviceIndex.
32542 32543 32544 |
# File 'lib/vmware/soap/vim25.rb', line 32542 def deviceIndex @deviceIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32540 32541 32542 |
# File 'lib/vmware/soap/vim25.rb', line 32540 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32539 32540 32541 |
# File 'lib/vmware/soap/vim25.rb', line 32539 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32541 32542 32543 |
# File 'lib/vmware/soap/vim25.rb', line 32541 def property @property end |