Class: VirtualDiskSparseVer1BackingOption

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

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil, diskModes = nil, split = nil, writeThrough = nil, growable = nil) ⇒ VirtualDiskSparseVer1BackingOption

Returns a new instance of VirtualDiskSparseVer1BackingOption.

[View source]

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

#diskModesObject

Returns the value of attribute diskModes.


26950
26951
26952
# File 'lib/vmware/soap/vim25.rb', line 26950

def diskModes
  @diskModes
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


26947
26948
26949
# File 'lib/vmware/soap/vim25.rb', line 26947

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


26946
26947
26948
# File 'lib/vmware/soap/vim25.rb', line 26946

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.


26949
26950
26951
# File 'lib/vmware/soap/vim25.rb', line 26949

def fileNameExtensions
  @fileNameExtensions
end

#growableObject

Returns the value of attribute growable.


26953
26954
26955
# File 'lib/vmware/soap/vim25.rb', line 26953

def growable
  @growable
end

#splitObject

Returns the value of attribute split.


26951
26952
26953
# File 'lib/vmware/soap/vim25.rb', line 26951

def split
  @split
end

#typeObject

Returns the value of attribute type.


26948
26949
26950
# File 'lib/vmware/soap/vim25.rb', line 26948

def type
  @type
end

#writeThroughObject

Returns the value of attribute writeThrough.


26952
26953
26954
# File 'lib/vmware/soap/vim25.rb', line 26952

def writeThrough
  @writeThrough
end