Class: HostFileSystemVolumeInfo

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

Overview

urn:vim25HostFileSystemVolumeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
volumeTypeList - SOAP::SOAPString
mountInfo - HostFileSystemMountInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18845
18846
18847
# File 'lib/vmware/soap/vim25.rb', line 18845

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18844
18845
18846
# File 'lib/vmware/soap/vim25.rb', line 18844

def dynamicType
  @dynamicType
end

#mountInfoObject

Returns the value of attribute mountInfo.



18847
18848
18849
# File 'lib/vmware/soap/vim25.rb', line 18847

def mountInfo
  @mountInfo
end

#volumeTypeListObject

Returns the value of attribute volumeTypeList.



18846
18847
18848
# File 'lib/vmware/soap/vim25.rb', line 18846

def volumeTypeList
  @volumeTypeList
end