Class: VirtualDiskFlatVer1BackingInfo

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

Instance Method Summary collapse

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

#datastoreObject

Returns the value of attribute datastore.



25266
25267
25268
# File 'lib/vmware/soap/vim25.rb', line 25266

def datastore
  @datastore
end

#diskModeObject

Returns the value of attribute diskMode.



25267
25268
25269
# File 'lib/vmware/soap/vim25.rb', line 25267

def diskMode
  @diskMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25264
25265
25266
# File 'lib/vmware/soap/vim25.rb', line 25264

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25263
25264
25265
# File 'lib/vmware/soap/vim25.rb', line 25263

def dynamicType
  @dynamicType
end

#fileNameObject

Returns the value of attribute fileName.



25265
25266
25267
# File 'lib/vmware/soap/vim25.rb', line 25265

def fileName
  @fileName
end

#splitObject

Returns the value of attribute split.



25268
25269
25270
# File 'lib/vmware/soap/vim25.rb', line 25268

def split
  @split
end

#writeThroughObject

Returns the value of attribute writeThrough.



25269
25270
25271
# File 'lib/vmware/soap/vim25.rb', line 25269

def writeThrough
  @writeThrough
end