Class: MountError
- Inherits:
-
CustomizationFault
- Object
- MethodFault
- VimFault
- CustomizationFault
- MountError
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MountError
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
diskIndex - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#diskIndex ⇒ Object
Returns the value of attribute diskIndex.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, diskIndex = nil) ⇒ MountError
constructor
A new instance of MountError.
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
#diskIndex ⇒ Object
Returns the value of attribute diskIndex.
29844 29845 29846 |
# File 'lib/vmware/soap/vim25.rb', line 29844 def diskIndex @diskIndex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29842 29843 29844 |
# File 'lib/vmware/soap/vim25.rb', line 29842 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29841 29842 29843 |
# File 'lib/vmware/soap/vim25.rb', line 29841 def dynamicType @dynamicType end |
#vm ⇒ Object
Returns the value of attribute vm.
29843 29844 29845 |
# File 'lib/vmware/soap/vim25.rb', line 29843 def vm @vm end |