Class: HostFileSystemMountInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFileSystemMountInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFileSystemMountInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
mountInfo - HostMountInfo
volume - HostFileSystemVolume
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#mountInfo ⇒ Object
Returns the value of attribute mountInfo.
-
#volume ⇒ Object
Returns the value of attribute volume.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], mountInfo = nil, volume = nil) ⇒ HostFileSystemMountInfo
constructor
A new instance of HostFileSystemMountInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], mountInfo = nil, volume = nil) ⇒ HostFileSystemMountInfo
Returns a new instance of HostFileSystemMountInfo.
18868 18869 18870 18871 18872 18873 |
# File 'lib/vmware/soap/vim25.rb', line 18868 def initialize(dynamicType = nil, dynamicProperty = [], mountInfo = nil, volume = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @mountInfo = mountInfo @volume = volume end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18864 18865 18866 |
# File 'lib/vmware/soap/vim25.rb', line 18864 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18863 18864 18865 |
# File 'lib/vmware/soap/vim25.rb', line 18863 def dynamicType @dynamicType end |
#mountInfo ⇒ Object
Returns the value of attribute mountInfo.
18865 18866 18867 |
# File 'lib/vmware/soap/vim25.rb', line 18865 def mountInfo @mountInfo end |
#volume ⇒ Object
Returns the value of attribute volume.
18866 18867 18868 |
# File 'lib/vmware/soap/vim25.rb', line 18866 def volume @volume end |