Class: VirtualDiskSparseVer1BackingInfo

Inherits:
VirtualDeviceFileBackingInfo show all
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

Instance Method Summary collapse

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

#datastoreObject

Returns the value of attribute datastore.



25202
25203
25204
# File 'lib/vmware/soap/vim25.rb', line 25202

def datastore
  @datastore
end

#diskModeObject

Returns the value of attribute diskMode.



25203
25204
25205
# File 'lib/vmware/soap/vim25.rb', line 25203

def diskMode
  @diskMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25200
25201
25202
# File 'lib/vmware/soap/vim25.rb', line 25200

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25199
25200
25201
# File 'lib/vmware/soap/vim25.rb', line 25199

def dynamicType
  @dynamicType
end

#fileNameObject

Returns the value of attribute fileName.



25201
25202
25203
# File 'lib/vmware/soap/vim25.rb', line 25201

def fileName
  @fileName
end

#spaceUsedInKBObject

Returns the value of attribute spaceUsedInKB.



25206
25207
25208
# File 'lib/vmware/soap/vim25.rb', line 25206

def spaceUsedInKB
  @spaceUsedInKB
end

#splitObject

Returns the value of attribute split.



25204
25205
25206
# File 'lib/vmware/soap/vim25.rb', line 25204

def split
  @split
end

#writeThroughObject

Returns the value of attribute writeThrough.



25205
25206
25207
# File 'lib/vmware/soap/vim25.rb', line 25205

def writeThrough
  @writeThrough
end