Class: VirtualFloppyImageBackingInfo
- Inherits:
-
VirtualDeviceFileBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- VirtualFloppyImageBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualFloppyImageBackingInfo
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) ⇒ VirtualFloppyImageBackingInfo
constructor
A new instance of VirtualFloppyImageBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualFloppyImageBackingInfo
Returns a new instance of VirtualFloppyImageBackingInfo.
25361 25362 25363 25364 25365 25366 |
# File 'lib/vmware/soap/vim25.rb', line 25361 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.
25359 25360 25361 |
# File 'lib/vmware/soap/vim25.rb', line 25359 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25357 25358 25359 |
# File 'lib/vmware/soap/vim25.rb', line 25357 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25356 25357 25358 |
# File 'lib/vmware/soap/vim25.rb', line 25356 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25358 25359 25360 |
# File 'lib/vmware/soap/vim25.rb', line 25358 def fileName @fileName end |