Class: VirtualDiskFlatVer1BackingOption

Inherits:
VirtualDeviceFileBackingOption show all
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

Instance Method Summary collapse

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

#diskModeObject

Returns the value of attribute diskMode.



27018
27019
27020
# File 'lib/vmware/soap/vim25.rb', line 27018

def diskMode
  @diskMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27015
27016
27017
# File 'lib/vmware/soap/vim25.rb', line 27015

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27014
27015
27016
# File 'lib/vmware/soap/vim25.rb', line 27014

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.



27017
27018
27019
# File 'lib/vmware/soap/vim25.rb', line 27017

def fileNameExtensions
  @fileNameExtensions
end

#growableObject

Returns the value of attribute growable.



27021
27022
27023
# File 'lib/vmware/soap/vim25.rb', line 27021

def growable
  @growable
end

#splitObject

Returns the value of attribute split.



27019
27020
27021
# File 'lib/vmware/soap/vim25.rb', line 27019

def split
  @split
end

#typeObject

Returns the value of attribute type.



27016
27017
27018
# File 'lib/vmware/soap/vim25.rb', line 27016

def type
  @type
end

#writeThroughObject

Returns the value of attribute writeThrough.



27020
27021
27022
# File 'lib/vmware/soap/vim25.rb', line 27020

def writeThrough
  @writeThrough
end