Class: HostFileSystemVolumeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFileSystemVolumeInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFileSystemVolumeInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
volumeTypeList - SOAP::SOAPString
mountInfo - HostFileSystemMountInfo
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.
-
#volumeTypeList ⇒ Object
Returns the value of attribute volumeTypeList.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], volumeTypeList = [], mountInfo = []) ⇒ HostFileSystemVolumeInfo
constructor
A new instance of HostFileSystemVolumeInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], volumeTypeList = [], mountInfo = []) ⇒ HostFileSystemVolumeInfo
Returns a new instance of HostFileSystemVolumeInfo.
18849 18850 18851 18852 18853 18854 |
# File 'lib/vmware/soap/vim25.rb', line 18849 def initialize(dynamicType = nil, dynamicProperty = [], volumeTypeList = [], mountInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @volumeTypeList = volumeTypeList @mountInfo = mountInfo end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18845 18846 18847 |
# File 'lib/vmware/soap/vim25.rb', line 18845 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18844 18845 18846 |
# File 'lib/vmware/soap/vim25.rb', line 18844 def dynamicType @dynamicType end |
#mountInfo ⇒ Object
Returns the value of attribute mountInfo.
18847 18848 18849 |
# File 'lib/vmware/soap/vim25.rb', line 18847 def mountInfo @mountInfo end |
#volumeTypeList ⇒ Object
Returns the value of attribute volumeTypeList.
18846 18847 18848 |
# File 'lib/vmware/soap/vim25.rb', line 18846 def volumeTypeList @volumeTypeList end |