Class: HostNasVolumeSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNasVolumeSpec
- 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
-
#accessMode ⇒ Object
Returns the value of attribute accessMode.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#localPath ⇒ Object
Returns the value of attribute localPath.
-
#password ⇒ Object
Returns the value of attribute password.
-
#remoteHost ⇒ Object
Returns the value of attribute remoteHost.
-
#remotePath ⇒ Object
Returns the value of attribute remotePath.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], remoteHost = nil, remotePath = nil, localPath = nil, accessMode = nil, type = nil, userName = nil, password = nil) ⇒ HostNasVolumeSpec
constructor
A new instance of HostNasVolumeSpec.
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
#accessMode ⇒ Object
Returns the value of attribute accessMode.
19013 19014 19015 |
# File 'lib/vmware/soap/vim25.rb', line 19013 def accessMode @accessMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19009 19010 19011 |
# File 'lib/vmware/soap/vim25.rb', line 19009 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19008 19009 19010 |
# File 'lib/vmware/soap/vim25.rb', line 19008 def dynamicType @dynamicType end |
#localPath ⇒ Object
Returns the value of attribute localPath.
19012 19013 19014 |
# File 'lib/vmware/soap/vim25.rb', line 19012 def localPath @localPath end |
#password ⇒ Object
Returns the value of attribute password.
19016 19017 19018 |
# File 'lib/vmware/soap/vim25.rb', line 19016 def password @password end |
#remoteHost ⇒ Object
Returns the value of attribute remoteHost.
19010 19011 19012 |
# File 'lib/vmware/soap/vim25.rb', line 19010 def remoteHost @remoteHost end |
#remotePath ⇒ Object
Returns the value of attribute remotePath.
19011 19012 19013 |
# File 'lib/vmware/soap/vim25.rb', line 19011 def remotePath @remotePath end |
#type ⇒ Object
Returns the value of attribute type.
19014 19015 19016 |
# File 'lib/vmware/soap/vim25.rb', line 19014 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
19015 19016 19017 |
# File 'lib/vmware/soap/vim25.rb', line 19015 def userName @userName end |