mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vclouddirector] correct put_vapp_name_and_description documentation
This commit is contained in:
parent
1153824067
commit
08d867cdad
1 changed files with 4 additions and 3 deletions
|
@ -11,9 +11,10 @@ module Fog
|
|||
# to track the progress of the request.
|
||||
#
|
||||
#
|
||||
# @param [String] id Object identifier of the VM.
|
||||
# @param [String] name of the VM.
|
||||
# @param [String] description to be assigned.
|
||||
# @param [String] id Object identifier of the vApp.
|
||||
# @param [String] name of the vApp.
|
||||
# @param [Hash] options
|
||||
# * :Description<~String>: - description to be assigned (optional)
|
||||
# @return [Excon::Response]
|
||||
# * body<~Hash>:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue