Class: VirtualFloppyDeviceBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualFloppyDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualFloppyDeviceBackingOption
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) ⇒ VirtualFloppyDeviceBackingOption
constructor
A new instance of VirtualFloppyDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualFloppyDeviceBackingOption
Returns a new instance of VirtualFloppyDeviceBackingOption.
27338 27339 27340 27341 27342 27343 |
# File 'lib/vmware/soap/vim25.rb', line 27338 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.
27336 27337 27338 |
# File 'lib/vmware/soap/vim25.rb', line 27336 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27334 27335 27336 |
# File 'lib/vmware/soap/vim25.rb', line 27334 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27333 27334 27335 |
# File 'lib/vmware/soap/vim25.rb', line 27333 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27335 27336 27337 |
# File 'lib/vmware/soap/vim25.rb', line 27335 def type @type end |