Class: VmfsDatastoreBaseOption

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

Overview

urn:vim25VmfsDatastoreBaseOption

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VmfsDatastoreBaseOption.



18109
18110
18111
18112
18113
# File 'lib/vmware/soap/vim25.rb', line 18109

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18106
18107
18108
# File 'lib/vmware/soap/vim25.rb', line 18106

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18105
18106
18107
# File 'lib/vmware/soap/vim25.rb', line 18105

def dynamicType
  @dynamicType
end

#layoutObject

Returns the value of attribute layout.



18107
18108
18109
# File 'lib/vmware/soap/vim25.rb', line 18107

def layout
  @layout
end