1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #826 Fix some bugs at javadocs for VNTemplate

This commit is contained in:
Christian González 2018-11-21 17:22:52 +01:00 committed by Ruben S. Montero
parent 526bfe09ee
commit d6e4d99f62
2 changed files with 0 additions and 9 deletions

View File

@ -179,7 +179,6 @@ public class VirtualNetworkTemplate extends PoolElement
* @param client XML-RPC Client.
* @param id The id of the target object.
* @param octet Permissions octed , e.g. 640
* @param recursive chmods the template plus any image defined in DISK.
*
* @return If an error occurs the error message contains the reason.
*/
@ -207,7 +206,6 @@ public class VirtualNetworkTemplate extends PoolElement
* @param client XML-RPC Client.
* @param id The id of the target object.
* @param octet Permissions octed , e.g. 640
* @param recursive chmods the template plus any image defined in DISK.
*
* @return If an error occurs the error message contains the reason.
*/
@ -460,12 +458,8 @@ public class VirtualNetworkTemplate extends PoolElement
* Creates a VNET instance from a VNTemplate
*
* @param name A string containing the name of the VM instance, can be empty.
* @param onHold False to create this VM in pending state, true on hold
* @param template User provided Template to merge with the one
* being instantiated
* @param persistent true to create a private persistent copy of the
* template plus any image defined in DISK, and instantiate that copy
*
* @return If successful the message contains the VM Instance ID.
*/
public OneResponse instantiate(String name, String template)

View File

@ -41,8 +41,6 @@ public class VirtualNetworkTemplatePool extends Pool implements Iterable<Virtual
* and the ones in his group)
*
* @param client XML-RPC Client.
*
* @see TemplatePool#TemplatePool(Client, int)
*/
public VirtualNetworkTemplatePool(Client client)
{
@ -143,7 +141,6 @@ public class VirtualNetworkTemplatePool extends Pool implements Iterable<Virtual
* VNTemplates in the pool. The filter used is the one set in
* the constructor.
*
* @see TemplatePool#info(Client, int)
*
* @return If successful the message contains the string
* with the information returned by OpenNebula.