Class: VirtualFloppyDeviceBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualFloppyDeviceBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualFloppyDeviceBackingInfo
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) ⇒ VirtualFloppyDeviceBackingInfo
constructor
A new instance of VirtualFloppyDeviceBackingInfo.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualFloppyDeviceBackingInfo
Returns a new instance of VirtualFloppyDeviceBackingInfo.
25572 25573 25574 25575 25576 25577 |
# File 'lib/vmware/soap/vim25.rb', line 25572 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.
25569 25570 25571 |
# File 'lib/vmware/soap/vim25.rb', line 25569 def deviceName @deviceName end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25568 25569 25570 |
# File 'lib/vmware/soap/vim25.rb', line 25568 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25567 25568 25569 |
# File 'lib/vmware/soap/vim25.rb', line 25567 def dynamicType @dynamicType end |
permalink #useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25570 25571 25572 |
# File 'lib/vmware/soap/vim25.rb', line 25570 def useAutoDetect @useAutoDetect end |