Method: HostNasVolume#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |