Class: VirtualDiskFlatVer1BackingInfo
- Inherits:
-
VirtualDeviceFileBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- VirtualDiskFlatVer1BackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskFlatVer1BackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileName - SOAP::SOAPString
datastore - ManagedObjectReference
diskMode - SOAP::SOAPString
split - SOAP::SOAPBoolean
writeThrough - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#diskMode ⇒ Object
Returns the value of attribute diskMode.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#split ⇒ Object
Returns the value of attribute split.
-
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil) ⇒ VirtualDiskFlatVer1BackingInfo
constructor
A new instance of VirtualDiskFlatVer1BackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil) ⇒ VirtualDiskFlatVer1BackingInfo
Returns a new instance of VirtualDiskFlatVer1BackingInfo.
25271 25272 25273 25274 25275 25276 25277 25278 25279 |
# File 'lib/vmware/soap/vim25.rb', line 25271 def initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @fileName = fileName @datastore = datastore @diskMode = diskMode @split = split @writeThrough = writeThrough end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
25266 25267 25268 |
# File 'lib/vmware/soap/vim25.rb', line 25266 def datastore @datastore end |
#diskMode ⇒ Object
Returns the value of attribute diskMode.
25267 25268 25269 |
# File 'lib/vmware/soap/vim25.rb', line 25267 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25264 25265 25266 |
# File 'lib/vmware/soap/vim25.rb', line 25264 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25263 25264 25265 |
# File 'lib/vmware/soap/vim25.rb', line 25263 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25265 25266 25267 |
# File 'lib/vmware/soap/vim25.rb', line 25265 def fileName @fileName end |
#split ⇒ Object
Returns the value of attribute split.
25268 25269 25270 |
# File 'lib/vmware/soap/vim25.rb', line 25268 def split @split end |
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
25269 25270 25271 |
# File 'lib/vmware/soap/vim25.rb', line 25269 def writeThrough @writeThrough end |