Class: VirtualFloppyRemoteDeviceBackingOption
- Inherits:
-
VirtualDeviceRemoteDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceRemoteDeviceBackingOption
- VirtualFloppyRemoteDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualFloppyRemoteDeviceBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualFloppyRemoteDeviceBackingOption
constructor
A new instance of VirtualFloppyRemoteDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualFloppyRemoteDeviceBackingOption
Returns a new instance of VirtualFloppyRemoteDeviceBackingOption.
27515 27516 27517 27518 27519 27520 |
# File 'lib/vmware/soap/vim25.rb', line 27515 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27513 27514 27515 |
# File 'lib/vmware/soap/vim25.rb', line 27513 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27511 27512 27513 |
# File 'lib/vmware/soap/vim25.rb', line 27511 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27510 27511 27512 |
# File 'lib/vmware/soap/vim25.rb', line 27510 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27512 27513 27514 |
# File 'lib/vmware/soap/vim25.rb', line 27512 def type @type end |