Class: HostNasVolumeSpec

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

Overview

urn:vim25HostNasVolumeSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
remoteHost - SOAP::SOAPString
remotePath - SOAP::SOAPString
localPath - SOAP::SOAPString
accessMode - SOAP::SOAPString
type - SOAP::SOAPString
userName - SOAP::SOAPString
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], remoteHost = nil, remotePath = nil, localPath = nil, accessMode = nil, type = nil, userName = nil, password = nil) ⇒ HostNasVolumeSpec

Returns a new instance of HostNasVolumeSpec.



19018
19019
19020
19021
19022
19023
19024
19025
19026
19027
19028
# File 'lib/vmware/soap/vim25.rb', line 19018

def initialize(dynamicType = nil, dynamicProperty = [], remoteHost = nil, remotePath = nil, localPath = nil, accessMode = nil, type = nil, userName = nil, password = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @remoteHost = remoteHost
  @remotePath = remotePath
  @localPath = localPath
  @accessMode = accessMode
  @type = type
  @userName = userName
  @password = password
end

Instance Attribute Details

#accessModeObject

Returns the value of attribute accessMode.



19013
19014
19015
# File 'lib/vmware/soap/vim25.rb', line 19013

def accessMode
  @accessMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19009
19010
19011
# File 'lib/vmware/soap/vim25.rb', line 19009

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19008
19009
19010
# File 'lib/vmware/soap/vim25.rb', line 19008

def dynamicType
  @dynamicType
end

#localPathObject

Returns the value of attribute localPath.



19012
19013
19014
# File 'lib/vmware/soap/vim25.rb', line 19012

def localPath
  @localPath
end

#passwordObject

Returns the value of attribute password.



19016
19017
19018
# File 'lib/vmware/soap/vim25.rb', line 19016

def password
  @password
end

#remoteHostObject

Returns the value of attribute remoteHost.



19010
19011
19012
# File 'lib/vmware/soap/vim25.rb', line 19010

def remoteHost
  @remoteHost
end

#remotePathObject

Returns the value of attribute remotePath.



19011
19012
19013
# File 'lib/vmware/soap/vim25.rb', line 19011

def remotePath
  @remotePath
end

#typeObject

Returns the value of attribute type.



19014
19015
19016
# File 'lib/vmware/soap/vim25.rb', line 19014

def type
  @type
end

#userNameObject

Returns the value of attribute userName.



19015
19016
19017
# File 'lib/vmware/soap/vim25.rb', line 19015

def userName
  @userName
end