Class: VirtualParallelPortFileBackingInfo
- Inherits:
-
VirtualDeviceFileBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- VirtualParallelPortFileBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualParallelPortFileBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileName - SOAP::SOAPString
datastore - ManagedObjectReference
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualParallelPortFileBackingInfo
constructor
A new instance of VirtualParallelPortFileBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualParallelPortFileBackingInfo
Returns a new instance of VirtualParallelPortFileBackingInfo.
25380 25381 25382 25383 25384 25385 |
# File 'lib/vmware/soap/vim25.rb', line 25380 def initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @fileName = fileName @datastore = datastore end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
25378 25379 25380 |
# File 'lib/vmware/soap/vim25.rb', line 25378 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25376 25377 25378 |
# File 'lib/vmware/soap/vim25.rb', line 25376 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25375 25376 25377 |
# File 'lib/vmware/soap/vim25.rb', line 25375 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25377 25378 25379 |
# File 'lib/vmware/soap/vim25.rb', line 25377 def fileName @fileName end |