Class: CannotAccessVmDevice
- Inherits:
-
CannotAccessVmComponent
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- CannotAccessVmDevice
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotAccessVmDevice
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean
Direct Known Subclasses
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ CannotAccessVmDevice
constructor
A new instance of CannotAccessVmDevice.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ CannotAccessVmDevice
Returns a new instance of CannotAccessVmDevice.
32202 32203 32204 32205 32206 32207 32208 |
# File 'lib/vmware/soap/vim25.rb', line 32202 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @backing = backing @connected = connected end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
32199 32200 32201 |
# File 'lib/vmware/soap/vim25.rb', line 32199 def backing @backing end |
#connected ⇒ Object
Returns the value of attribute connected.
32200 32201 32202 |
# File 'lib/vmware/soap/vim25.rb', line 32200 def connected @connected end |
#device ⇒ Object
Returns the value of attribute device.
32198 32199 32200 |
# File 'lib/vmware/soap/vim25.rb', line 32198 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32197 32198 32199 |
# File 'lib/vmware/soap/vim25.rb', line 32197 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32196 32197 32198 |
# File 'lib/vmware/soap/vim25.rb', line 32196 def dynamicType @dynamicType end |