Class: VirtualDiskSparseVer1BackingInfo
- Inherits:
-
VirtualDeviceFileBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- VirtualDiskSparseVer1BackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskSparseVer1BackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileName - SOAP::SOAPString
datastore - ManagedObjectReference
diskMode - SOAP::SOAPString
split - SOAP::SOAPBoolean
writeThrough - SOAP::SOAPBoolean
spaceUsedInKB - SOAP::SOAPLong
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.
-
#spaceUsedInKB ⇒ Object
Returns the value of attribute spaceUsedInKB.
-
#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, spaceUsedInKB = nil) ⇒ VirtualDiskSparseVer1BackingInfo
constructor
A new instance of VirtualDiskSparseVer1BackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil, spaceUsedInKB = nil) ⇒ VirtualDiskSparseVer1BackingInfo
Returns a new instance of VirtualDiskSparseVer1BackingInfo.
25208 25209 25210 25211 25212 25213 25214 25215 25216 25217 |
# File 'lib/vmware/soap/vim25.rb', line 25208 def initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil, spaceUsedInKB = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @fileName = fileName @datastore = datastore @diskMode = diskMode @split = split @writeThrough = writeThrough @spaceUsedInKB = spaceUsedInKB end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
25202 25203 25204 |
# File 'lib/vmware/soap/vim25.rb', line 25202 def datastore @datastore end |
#diskMode ⇒ Object
Returns the value of attribute diskMode.
25203 25204 25205 |
# File 'lib/vmware/soap/vim25.rb', line 25203 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25200 25201 25202 |
# File 'lib/vmware/soap/vim25.rb', line 25200 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25199 25200 25201 |
# File 'lib/vmware/soap/vim25.rb', line 25199 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25201 25202 25203 |
# File 'lib/vmware/soap/vim25.rb', line 25201 def fileName @fileName end |
#spaceUsedInKB ⇒ Object
Returns the value of attribute spaceUsedInKB.
25206 25207 25208 |
# File 'lib/vmware/soap/vim25.rb', line 25206 def spaceUsedInKB @spaceUsedInKB end |
#split ⇒ Object
Returns the value of attribute split.
25204 25205 25206 |
# File 'lib/vmware/soap/vim25.rb', line 25204 def split @split end |
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
25205 25206 25207 |
# File 'lib/vmware/soap/vim25.rb', line 25205 def writeThrough @writeThrough end |