Class: HostLocalFileSystemVolumeSpec

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

Overview

urn:vim25HostLocalFileSystemVolumeSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
localPath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, localPath = nil) ⇒ HostLocalFileSystemVolumeSpec

Returns a new instance of HostLocalFileSystemVolumeSpec.



19042
19043
19044
19045
19046
19047
# File 'lib/vmware/soap/vim25.rb', line 19042

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, localPath = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @localPath = localPath
end

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



19039
19040
19041
# File 'lib/vmware/soap/vim25.rb', line 19039

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19038
19039
19040
# File 'lib/vmware/soap/vim25.rb', line 19038

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19037
19038
19039
# File 'lib/vmware/soap/vim25.rb', line 19037

def dynamicType
  @dynamicType
end

#localPathObject

Returns the value of attribute localPath.



19040
19041
19042
# File 'lib/vmware/soap/vim25.rb', line 19040

def localPath
  @localPath
end