Class: MountError

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

Overview

urn:vim25MountError

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
diskIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, diskIndex = nil) ⇒ MountError

Returns a new instance of MountError.



29846
29847
29848
29849
29850
29851
# File 'lib/vmware/soap/vim25.rb', line 29846

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

Instance Attribute Details

#diskIndexObject

Returns the value of attribute diskIndex.



29844
29845
29846
# File 'lib/vmware/soap/vim25.rb', line 29844

def diskIndex
  @diskIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29842
29843
29844
# File 'lib/vmware/soap/vim25.rb', line 29842

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29841
29842
29843
# File 'lib/vmware/soap/vim25.rb', line 29841

def dynamicType
  @dynamicType
end

#vmObject

Returns the value of attribute vm.



29843
29844
29845
# File 'lib/vmware/soap/vim25.rb', line 29843

def vm
  @vm
end