Class: VirtualParallelPortFileBackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualParallelPortFileBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualParallelPortFileBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
fileNameExtensions - ChoiceOption
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) ⇒ VirtualParallelPortFileBackingOption
constructor
A new instance of VirtualParallelPortFileBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) ⇒ VirtualParallelPortFileBackingOption
Returns a new instance of VirtualParallelPortFileBackingOption.
27102 27103 27104 27105 27106 27107 |
# File 'lib/vmware/soap/vim25.rb', line 27102 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @fileNameExtensions = fileNameExtensions end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27098 27099 27100 |
# File 'lib/vmware/soap/vim25.rb', line 27098 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27097 27098 27099 |
# File 'lib/vmware/soap/vim25.rb', line 27097 def dynamicType @dynamicType end |
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
27100 27101 27102 |
# File 'lib/vmware/soap/vim25.rb', line 27100 def fileNameExtensions @fileNameExtensions end |
#type ⇒ Object
Returns the value of attribute type.
27099 27100 27101 |
# File 'lib/vmware/soap/vim25.rb', line 27099 def type @type end |