Method: VirtualDiskFlatVer2BackingInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil, thinProvisioned = nil, uuid = nil) ⇒ VirtualDiskFlatVer2BackingInfo

Returns a new instance of VirtualDiskFlatVer2BackingInfo.



25303
25304
25305
25306
25307
25308
25309
25310
25311
25312
25313
# File 'lib/vmware/soap/vim25.rb', line 25303

def initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil, diskMode = nil, split = nil, writeThrough = nil, thinProvisioned = nil, uuid = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fileName = fileName
  @datastore = datastore
  @diskMode = diskMode
  @split = split
  @writeThrough = writeThrough
  @thinProvisioned = thinProvisioned
  @uuid = uuid
end