Class: VirtualDiskSparseVer2BackingOption

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

Instance Method Summary collapse

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

#diskModeObject

Returns the value of attribute diskMode.



26983
26984
26985
# File 'lib/vmware/soap/vim25.rb', line 26983

def diskMode
  @diskMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26980
26981
26982
# File 'lib/vmware/soap/vim25.rb', line 26980

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26979
26980
26981
# File 'lib/vmware/soap/vim25.rb', line 26979

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.



26982
26983
26984
# File 'lib/vmware/soap/vim25.rb', line 26982

def fileNameExtensions
  @fileNameExtensions
end

#growableObject

Returns the value of attribute growable.



26986
26987
26988
# File 'lib/vmware/soap/vim25.rb', line 26986

def growable
  @growable
end

#hotGrowableObject

Returns the value of attribute hotGrowable.



26987
26988
26989
# File 'lib/vmware/soap/vim25.rb', line 26987

def hotGrowable
  @hotGrowable
end

#splitObject

Returns the value of attribute split.



26984
26985
26986
# File 'lib/vmware/soap/vim25.rb', line 26984

def split
  @split
end

#typeObject

Returns the value of attribute type.



26981
26982
26983
# File 'lib/vmware/soap/vim25.rb', line 26981

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



26988
26989
26990
# File 'lib/vmware/soap/vim25.rb', line 26988

def uuid
  @uuid
end

#writeThroughObject

Returns the value of attribute writeThrough.



26985
26986
26987
# File 'lib/vmware/soap/vim25.rb', line 26985

def writeThrough
  @writeThrough
end