Class: HostFileSystemMountInfo

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

Overview

urn:vim25HostFileSystemMountInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
mountInfo - HostMountInfo
volume - HostFileSystemVolume

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18864
18865
18866
# File 'lib/vmware/soap/vim25.rb', line 18864

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18863
18864
18865
# File 'lib/vmware/soap/vim25.rb', line 18863

def dynamicType
  @dynamicType
end

#mountInfoObject

Returns the value of attribute mountInfo.



18865
18866
18867
# File 'lib/vmware/soap/vim25.rb', line 18865

def mountInfo
  @mountInfo
end

#volumeObject

Returns the value of attribute volume.



18866
18867
18868
# File 'lib/vmware/soap/vim25.rb', line 18866

def volume
  @volume
end