Class: VirtualDiskFlatVer2BackingInfo
- Inherits:
-
VirtualDeviceFileBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceFileBackingInfo
- VirtualDiskFlatVer2BackingInfo
- 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
-
#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.
-
#split ⇒ Object
Returns the value of attribute split.
-
#thinProvisioned ⇒ Object
Returns the value of attribute thinProvisioned.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#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, thinProvisioned = nil, uuid = nil) ⇒ VirtualDiskFlatVer2BackingInfo
constructor
A new instance of VirtualDiskFlatVer2BackingInfo.
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
#datastore ⇒ Object
Returns the value of attribute datastore.
25296 25297 25298 |
# File 'lib/vmware/soap/vim25.rb', line 25296 def datastore @datastore end |
#diskMode ⇒ Object
Returns the value of attribute diskMode.
25297 25298 25299 |
# File 'lib/vmware/soap/vim25.rb', line 25297 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25294 25295 25296 |
# File 'lib/vmware/soap/vim25.rb', line 25294 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25293 25294 25295 |
# File 'lib/vmware/soap/vim25.rb', line 25293 def dynamicType @dynamicType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
25295 25296 25297 |
# File 'lib/vmware/soap/vim25.rb', line 25295 def fileName @fileName end |
#split ⇒ Object
Returns the value of attribute split.
25298 25299 25300 |
# File 'lib/vmware/soap/vim25.rb', line 25298 def split @split end |
#thinProvisioned ⇒ Object
Returns the value of attribute thinProvisioned.
25300 25301 25302 |
# File 'lib/vmware/soap/vim25.rb', line 25300 def thinProvisioned @thinProvisioned end |
#uuid ⇒ Object
Returns the value of attribute uuid.
25301 25302 25303 |
# File 'lib/vmware/soap/vim25.rb', line 25301 def uuid @uuid end |
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
25299 25300 25301 |
# File 'lib/vmware/soap/vim25.rb', line 25299 def writeThrough @writeThrough end |