Class: VirtualDiskFlatVer2BackingInfo

Inherits:
VirtualDeviceFileBackingInfo show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualDiskFlatVer2BackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileName - SOAP::SOAPString
datastore - ManagedObjectReference
diskMode - SOAP::SOAPString
split - SOAP::SOAPBoolean
writeThrough - SOAP::SOAPBoolean
thinProvisioned - SOAP::SOAPBoolean
uuid - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



25296
25297
25298
# File 'lib/vmware/soap/vim25.rb', line 25296

def datastore
  @datastore
end

#diskModeObject

Returns the value of attribute diskMode.



25297
25298
25299
# File 'lib/vmware/soap/vim25.rb', line 25297

def diskMode
  @diskMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25294
25295
25296
# File 'lib/vmware/soap/vim25.rb', line 25294

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25293
25294
25295
# File 'lib/vmware/soap/vim25.rb', line 25293

def dynamicType
  @dynamicType
end

#fileNameObject

Returns the value of attribute fileName.



25295
25296
25297
# File 'lib/vmware/soap/vim25.rb', line 25295

def fileName
  @fileName
end

#splitObject

Returns the value of attribute split.



25298
25299
25300
# File 'lib/vmware/soap/vim25.rb', line 25298

def split
  @split
end

#thinProvisionedObject

Returns the value of attribute thinProvisioned.



25300
25301
25302
# File 'lib/vmware/soap/vim25.rb', line 25300

def thinProvisioned
  @thinProvisioned
end

#uuidObject

Returns the value of attribute uuid.



25301
25302
25303
# File 'lib/vmware/soap/vim25.rb', line 25301

def uuid
  @uuid
end

#writeThroughObject

Returns the value of attribute writeThrough.



25299
25300
25301
# File 'lib/vmware/soap/vim25.rb', line 25299

def writeThrough
  @writeThrough
end