Class: HostNasVolume

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

Overview

urn:vim25HostNasVolume

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
name - SOAP::SOAPString
capacity - SOAP::SOAPLong
remoteHost - SOAP::SOAPString
remotePath - SOAP::SOAPString
userName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, remoteHost = nil, remotePath = nil, userName = nil) ⇒ HostNasVolume

Returns a new instance of HostNasVolume.



18917
18918
18919
18920
18921
18922
18923
18924
18925
18926
# File 'lib/vmware/soap/vim25.rb', line 18917

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, remoteHost = nil, remotePath = nil, userName = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @name = name
  @capacity = capacity
  @remoteHost = remoteHost
  @remotePath = remotePath
  @userName = userName
end

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



18912
18913
18914
# File 'lib/vmware/soap/vim25.rb', line 18912

def capacity
  @capacity
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18909
18910
18911
# File 'lib/vmware/soap/vim25.rb', line 18909

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18908
18909
18910
# File 'lib/vmware/soap/vim25.rb', line 18908

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



18911
18912
18913
# File 'lib/vmware/soap/vim25.rb', line 18911

def name
  @name
end

#remoteHostObject

Returns the value of attribute remoteHost.



18913
18914
18915
# File 'lib/vmware/soap/vim25.rb', line 18913

def remoteHost
  @remoteHost
end

#remotePathObject

Returns the value of attribute remotePath.



18914
18915
18916
# File 'lib/vmware/soap/vim25.rb', line 18914

def remotePath
  @remotePath
end

#typeObject

Returns the value of attribute type.



18910
18911
18912
# File 'lib/vmware/soap/vim25.rb', line 18910

def type
  @type
end

#userNameObject

Returns the value of attribute userName.



18915
18916
18917
# File 'lib/vmware/soap/vim25.rb', line 18915

def userName
  @userName
end