Class: VmfsDatastoreAllExtentOption

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

Overview

urn:vim25VmfsDatastoreAllExtentOption

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 = nil) ⇒ VmfsDatastoreAllExtentOption

Returns a new instance of VmfsDatastoreAllExtentOption.



18146
18147
18148
18149
18150
18151
# File 'lib/vmware/soap/vim25.rb', line 18146

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18142
18143
18144
# File 'lib/vmware/soap/vim25.rb', line 18142

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18141
18142
18143
# File 'lib/vmware/soap/vim25.rb', line 18141

def dynamicType
  @dynamicType
end

#layoutObject

Returns the value of attribute layout.



18143
18144
18145
# File 'lib/vmware/soap/vim25.rb', line 18143

def layout
  @layout
end

#vmfsExtentObject

Returns the value of attribute vmfsExtent.



18144
18145
18146
# File 'lib/vmware/soap/vim25.rb', line 18144

def vmfsExtent
  @vmfsExtent
end