Class: VirtualDiskSparseVer2BackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualDiskSparseVer2BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskSparseVer2BackingOption
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) ⇒ VirtualDiskSparseVer2BackingOption
constructor
A new instance of VirtualDiskSparseVer2BackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskMode = nil, split = nil, writeThrough = nil, growable = nil, hotGrowable = nil, uuid = nil) ⇒ VirtualDiskSparseVer2BackingOption
Returns a new instance of VirtualDiskSparseVer2BackingOption.
26990 26991 26992 26993 26994 26995 26996 26997 26998 26999 27000 27001 |
# File 'lib/vmware/soap/vim25.rb', line 26990 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.
26983 26984 26985 |
# File 'lib/vmware/soap/vim25.rb', line 26983 def diskMode @diskMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26980 26981 26982 |
# File 'lib/vmware/soap/vim25.rb', line 26980 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26979 26980 26981 |
# File 'lib/vmware/soap/vim25.rb', line 26979 def dynamicType @dynamicType end |
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
26982 26983 26984 |
# File 'lib/vmware/soap/vim25.rb', line 26982 def fileNameExtensions @fileNameExtensions end |
#growable ⇒ Object
Returns the value of attribute growable.
26986 26987 26988 |
# File 'lib/vmware/soap/vim25.rb', line 26986 def growable @growable end |
#hotGrowable ⇒ Object
Returns the value of attribute hotGrowable.
26987 26988 26989 |
# File 'lib/vmware/soap/vim25.rb', line 26987 def hotGrowable @hotGrowable end |
#split ⇒ Object
Returns the value of attribute split.
26984 26985 26986 |
# File 'lib/vmware/soap/vim25.rb', line 26984 def split @split end |
#type ⇒ Object
Returns the value of attribute type.
26981 26982 26983 |
# File 'lib/vmware/soap/vim25.rb', line 26981 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid.
26988 26989 26990 |
# File 'lib/vmware/soap/vim25.rb', line 26988 def uuid @uuid end |
#writeThrough ⇒ Object
Returns the value of attribute writeThrough.
26985 26986 26987 |
# File 'lib/vmware/soap/vim25.rb', line 26985 def writeThrough @writeThrough end |