Class: DatastoreOption

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

Overview

urn:vim25DatastoreOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
unsupportedVolumes - VirtualMachineDatastoreVolumeOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], unsupportedVolumes = []) ⇒ DatastoreOption

Returns a new instance of DatastoreOption.



23351
23352
23353
23354
23355
# File 'lib/vmware/soap/vim25.rb', line 23351

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23348
23349
23350
# File 'lib/vmware/soap/vim25.rb', line 23348

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23347
23348
23349
# File 'lib/vmware/soap/vim25.rb', line 23347

def dynamicType
  @dynamicType
end

#unsupportedVolumesObject

Returns the value of attribute unsupportedVolumes.



23349
23350
23351
# File 'lib/vmware/soap/vim25.rb', line 23349

def unsupportedVolumes
  @unsupportedVolumes
end