Class: VirtualDiskFlatVer2BackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualDiskFlatVer2BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskFlatVer2BackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
fileNameExtensions - ChoiceOption
diskMode - ChoiceOption
split - BoolOption
writeThrough - BoolOption
growable - SOAP::SOAPBoolean
hotGrowable - SOAP::SOAPBoolean
uuid - 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.
-
#hotGrowable ⇒ Object
Returns the value of attribute hotGrowable.
-
#split ⇒ Object
Returns the value of attribute split.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#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, hotGrowable = nil, uuid = nil) ⇒ VirtualDiskFlatVer2BackingOption
constructor
A new instance of VirtualDiskFlatVer2BackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskMode = nil, split = nil, writeThrough = nil, growable = nil, hotGrowable = nil, uuid = nil) ⇒ VirtualDiskFlatVer2BackingOption
Returns a new instance of VirtualDiskFlatVer2BackingOption.
27058 27059 27060 27061 27062 27063 27064 27065 27066 27067 27068 27069 |
# File 'lib/vmware/soap/vim25.rb', line 27058 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskMode = nil, split = nil, writeThrough = nil, growable = nil, hotGrowable = nil, uuid = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @fileNameExtensions = fileNameExtensions @diskMode = diskMode @split = split @writeThrough = writeThrough @growable = growable @hotGrowable = hotGrowable @uuid = uuid end |
Instance Attribute Details
#diskMode ⇒ Object
Returns the value of attribute diskMode.
27051 27052 27053 |
# File 'lib/vmware/soap/vim25.rb', line 27051 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27048 27049 27050 |
# File 'lib/vmware/soap/vim25.rb', line 27048 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27047 27048 27049 |
# File 'lib/vmware/soap/vim25.rb', line 27047 def dynamicType @dynamicType end |
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
27050 27051 27052 |
# File 'lib/vmware/soap/vim25.rb', line 27050 def fileNameExtensions @fileNameExtensions end |
#growable ⇒ Object
Returns the value of attribute growable.
27054 27055 27056 |
# File 'lib/vmware/soap/vim25.rb', line 27054 def growable @growable end |
#hotGrowable ⇒ Object
Returns the value of attribute hotGrowable.
27055 27056 27057 |
# File 'lib/vmware/soap/vim25.rb', line 27055 def hotGrowable @hotGrowable end |
#split ⇒ Object
Returns the value of attribute split.
27052 27053 27054 |
# File 'lib/vmware/soap/vim25.rb', line 27052 def split @split end |
#type ⇒ Object
Returns the value of attribute type.
27049 27050 27051 |
# File 'lib/vmware/soap/vim25.rb', line 27049 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid.
27056 27057 27058 |
# File 'lib/vmware/soap/vim25.rb', line 27056 def uuid @uuid end |
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
27053 27054 27055 |
# File 'lib/vmware/soap/vim25.rb', line 27053 def writeThrough @writeThrough end |