Class: VirtualDiskSparseVer1BackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualDiskSparseVer1BackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskSparseVer1BackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
fileNameExtensions - ChoiceOption
diskModes - ChoiceOption
split - BoolOption
writeThrough - BoolOption
growable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#diskModes ⇒ Object
Returns the value of attribute diskModes.
-
#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, diskModes = nil, split = nil, writeThrough = nil, growable = nil) ⇒ VirtualDiskSparseVer1BackingOption
constructor
A new instance of VirtualDiskSparseVer1BackingOption.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskModes = nil, split = nil, writeThrough = nil, growable = nil) ⇒ VirtualDiskSparseVer1BackingOption
Returns a new instance of VirtualDiskSparseVer1BackingOption.
26955 26956 26957 26958 26959 26960 26961 26962 26963 26964 |
# File 'lib/vmware/soap/vim25.rb', line 26955 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskModes = nil, split = nil, writeThrough = nil, growable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @fileNameExtensions = fileNameExtensions @diskModes = diskModes @split = split @writeThrough = writeThrough @growable = growable end |
Instance Attribute Details
permalink #diskModes ⇒ Object
Returns the value of attribute diskModes.
26950 26951 26952 |
# File 'lib/vmware/soap/vim25.rb', line 26950 def diskModes @diskModes end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26947 26948 26949 |
# File 'lib/vmware/soap/vim25.rb', line 26947 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26946 26947 26948 |
# File 'lib/vmware/soap/vim25.rb', line 26946 def dynamicType @dynamicType end |
permalink #fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
26949 26950 26951 |
# File 'lib/vmware/soap/vim25.rb', line 26949 def fileNameExtensions @fileNameExtensions end |
permalink #growable ⇒ Object
Returns the value of attribute growable.
26953 26954 26955 |
# File 'lib/vmware/soap/vim25.rb', line 26953 def growable @growable end |
permalink #split ⇒ Object
Returns the value of attribute split.
26951 26952 26953 |
# File 'lib/vmware/soap/vim25.rb', line 26951 def split @split end |
permalink #type ⇒ Object
Returns the value of attribute type.
26948 26949 26950 |
# File 'lib/vmware/soap/vim25.rb', line 26948 def type @type end |
permalink #writeThrough ⇒ Object
Returns the value of attribute writeThrough.
26952 26953 26954 |
# File 'lib/vmware/soap/vim25.rb', line 26952 def writeThrough @writeThrough end |