Class: VirtualDeviceFileBackingInfo
- Inherits:
-
VirtualDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceFileBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileName - SOAP::SOAPString
datastore - ManagedObjectReference
Direct Known Subclasses
VirtualCdromIsoBackingInfo, VirtualDiskFlatVer1BackingInfo, VirtualDiskFlatVer2BackingInfo, VirtualDiskRawDiskMappingVer1BackingInfo, VirtualDiskSparseVer1BackingInfo, VirtualDiskSparseVer2BackingInfo, VirtualFloppyImageBackingInfo, VirtualParallelPortFileBackingInfo, VirtualSerialPortFileBackingInfo
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) ⇒ VirtualDeviceFileBackingInfo
constructor
A new instance of VirtualDeviceFileBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualDeviceFileBackingInfo
Returns a new instance of VirtualDeviceFileBackingInfo.
25162 25163 25164 25165 25166 25167 |
# File 'lib/vmware/soap/vim25.rb', line 25162 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.
25160 25161 25162 |
# File 'lib/vmware/soap/vim25.rb', line 25160 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25158 25159 25160 |
# File 'lib/vmware/soap/vim25.rb', line 25158 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25157 25158 25159 |
# File 'lib/vmware/soap/vim25.rb', line 25157 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25159 25160 25161 |
# File 'lib/vmware/soap/vim25.rb', line 25159 def fileName @fileName end |