Class: VirtualDiskFlatVer1BackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualDiskFlatVer1BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskFlatVer1BackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
fileNameExtensions - ChoiceOption
diskMode - ChoiceOption
split - BoolOption
writeThrough - BoolOption
growable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#diskMode ⇒ Object
Returns the value of attribute diskMode.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
-
#growable ⇒ Object
Returns the value of attribute growable.
-
#split ⇒ Object
Returns the value of attribute split.
-
#type ⇒ Object
Returns the value of attribute type.
-
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskMode = nil, split = nil, writeThrough = nil, growable = nil) ⇒ VirtualDiskFlatVer1BackingOption
constructor
A new instance of VirtualDiskFlatVer1BackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskMode = nil, split = nil, writeThrough = nil, growable = nil) ⇒ VirtualDiskFlatVer1BackingOption
Returns a new instance of VirtualDiskFlatVer1BackingOption.
27023 27024 27025 27026 27027 27028 27029 27030 27031 27032 |
# File 'lib/vmware/soap/vim25.rb', line 27023 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskMode = nil, split = nil, writeThrough = nil, growable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @fileNameExtensions = fileNameExtensions @diskMode = diskMode @split = split @writeThrough = writeThrough @growable = growable end |
Instance Attribute Details
#diskMode ⇒ Object
Returns the value of attribute diskMode.
27018 27019 27020 |
# File 'lib/vmware/soap/vim25.rb', line 27018 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27015 27016 27017 |
# File 'lib/vmware/soap/vim25.rb', line 27015 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27014 27015 27016 |
# File 'lib/vmware/soap/vim25.rb', line 27014 def dynamicType @dynamicType end |
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
27017 27018 27019 |
# File 'lib/vmware/soap/vim25.rb', line 27017 def fileNameExtensions @fileNameExtensions end |
#growable ⇒ Object
Returns the value of attribute growable.
27021 27022 27023 |
# File 'lib/vmware/soap/vim25.rb', line 27021 def growable @growable end |
#split ⇒ Object
Returns the value of attribute split.
27019 27020 27021 |
# File 'lib/vmware/soap/vim25.rb', line 27019 def split @split end |
#type ⇒ Object
Returns the value of attribute type.
27016 27017 27018 |
# File 'lib/vmware/soap/vim25.rb', line 27016 def type @type end |
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
27020 27021 27022 |
# File 'lib/vmware/soap/vim25.rb', line 27020 def writeThrough @writeThrough end |