Class: VirtualMachineDatastoreVolumeOption

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

Overview

urn:vim25VirtualMachineDatastoreVolumeOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileSystemType - SOAP::SOAPString
majorVersion - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], fileSystemType = nil, majorVersion = nil) ⇒ VirtualMachineDatastoreVolumeOption

Returns a new instance of VirtualMachineDatastoreVolumeOption.



23334
23335
23336
23337
23338
23339
# File 'lib/vmware/soap/vim25.rb', line 23334

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23330
23331
23332
# File 'lib/vmware/soap/vim25.rb', line 23330

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23329
23330
23331
# File 'lib/vmware/soap/vim25.rb', line 23329

def dynamicType
  @dynamicType
end

#fileSystemTypeObject

Returns the value of attribute fileSystemType.



23331
23332
23333
# File 'lib/vmware/soap/vim25.rb', line 23331

def fileSystemType
  @fileSystemType
end

#majorVersionObject

Returns the value of attribute majorVersion.



23332
23333
23334
# File 'lib/vmware/soap/vim25.rb', line 23332

def majorVersion
  @majorVersion
end