Class: VirtualSerialPortFileBackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualSerialPortFileBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSerialPortFileBackingOption
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) ⇒ VirtualSerialPortFileBackingOption
constructor
A new instance of VirtualSerialPortFileBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) ⇒ VirtualSerialPortFileBackingOption
Returns a new instance of VirtualSerialPortFileBackingOption.
27121 27122 27123 27124 27125 27126 |
# File 'lib/vmware/soap/vim25.rb', line 27121 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.
27117 27118 27119 |
# File 'lib/vmware/soap/vim25.rb', line 27117 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27116 27117 27118 |
# File 'lib/vmware/soap/vim25.rb', line 27116 def dynamicType @dynamicType end |
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
27119 27120 27121 |
# File 'lib/vmware/soap/vim25.rb', line 27119 def fileNameExtensions @fileNameExtensions end |
#type ⇒ Object
Returns the value of attribute type.
27118 27119 27120 |
# File 'lib/vmware/soap/vim25.rb', line 27118 def type @type end |