Class: VmfsDatastoreMultipleExtentOption

Inherits:
VmfsDatastoreBaseOption show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmfsDatastoreMultipleExtentOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
layout - HostDiskPartitionLayout
vmfsExtent - HostDiskPartitionBlockRange

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = []) ⇒ VmfsDatastoreMultipleExtentOption

Returns a new instance of VmfsDatastoreMultipleExtentOption.



18165
18166
18167
18168
18169
18170
# File 'lib/vmware/soap/vim25.rb', line 18165

def initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @layout = layout
  @vmfsExtent = vmfsExtent
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18161
18162
18163
# File 'lib/vmware/soap/vim25.rb', line 18161

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18160
18161
18162
# File 'lib/vmware/soap/vim25.rb', line 18160

def dynamicType
  @dynamicType
end

#layoutObject

Returns the value of attribute layout.



18162
18163
18164
# File 'lib/vmware/soap/vim25.rb', line 18162

def layout
  @layout
end

#vmfsExtentObject

Returns the value of attribute vmfsExtent.



18163
18164
18165
# File 'lib/vmware/soap/vim25.rb', line 18163

def vmfsExtent
  @vmfsExtent
end