Class: VirtualSerialPortFileBackingInfo
- Inherits:
-
VirtualDeviceFileBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- VirtualSerialPortFileBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSerialPortFileBackingInfo
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) ⇒ VirtualSerialPortFileBackingInfo
constructor
A new instance of VirtualSerialPortFileBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualSerialPortFileBackingInfo
Returns a new instance of VirtualSerialPortFileBackingInfo.
25399 25400 25401 25402 25403 25404 |
# File 'lib/vmware/soap/vim25.rb', line 25399 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.
25397 25398 25399 |
# File 'lib/vmware/soap/vim25.rb', line 25397 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25395 25396 25397 |
# File 'lib/vmware/soap/vim25.rb', line 25395 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25394 25395 25396 |
# File 'lib/vmware/soap/vim25.rb', line 25394 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25396 25397 25398 |
# File 'lib/vmware/soap/vim25.rb', line 25396 def fileName @fileName end |