Class: VmfsDatastoreSingleExtentOption

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

Overview

urn:vim25VmfsDatastoreSingleExtentOption

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

Direct Known Subclasses

VmfsDatastoreAllExtentOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VmfsDatastoreSingleExtentOption.


18127
18128
18129
18130
18131
18132
# File 'lib/vmware/soap/vim25.rb', line 18127

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.


18123
18124
18125
# File 'lib/vmware/soap/vim25.rb', line 18123

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


18122
18123
18124
# File 'lib/vmware/soap/vim25.rb', line 18122

def dynamicType
  @dynamicType
end

#layoutObject

Returns the value of attribute layout.


18124
18125
18126
# File 'lib/vmware/soap/vim25.rb', line 18124

def layout
  @layout
end

#vmfsExtentObject

Returns the value of attribute vmfsExtent.


18125
18126
18127
# File 'lib/vmware/soap/vim25.rb', line 18125

def vmfsExtent
  @vmfsExtent
end