Method: HostFileSystemMountInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#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