Class: VirtualFloppyRemoteDeviceBackingInfo
- Inherits:
-
VirtualDeviceRemoteDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceRemoteDeviceBackingInfo
- VirtualFloppyRemoteDeviceBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualFloppyRemoteDeviceBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualFloppyRemoteDeviceBackingInfo
constructor
A new instance of VirtualFloppyRemoteDeviceBackingInfo.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualFloppyRemoteDeviceBackingInfo
Returns a new instance of VirtualFloppyRemoteDeviceBackingInfo.
25768 25769 25770 25771 25772 25773 |
# File 'lib/vmware/soap/vim25.rb', line 25768 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @useAutoDetect = useAutoDetect end |
Instance Attribute Details
permalink #deviceName ⇒ Object
Returns the value of attribute deviceName.
25765 25766 25767 |
# File 'lib/vmware/soap/vim25.rb', line 25765 def deviceName @deviceName end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25764 25765 25766 |
# File 'lib/vmware/soap/vim25.rb', line 25764 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25763 25764 25765 |
# File 'lib/vmware/soap/vim25.rb', line 25763 def dynamicType @dynamicType end |
permalink #useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25766 25767 25768 |
# File 'lib/vmware/soap/vim25.rb', line 25766 def useAutoDetect @useAutoDetect end |