[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13671484#comment-13671484
 ] 

ASF subversion and git services commented on CLOUDSTACK-2789:
-------------------------------------------------------------

Commit 16a76e92abce6864be0ebd6a82cbe7c46f456824 in branch refs/heads/master 
from [~tsp]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=16a76e9 ]

CLOUDSTACK-2789: updateVPC takes in id and name as required

Signed-off-by: Prasanna Santhanam <t...@apache.org>

                
> updateVpc should have id and name as required attributes
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-2789
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2789
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: API
>    Affects Versions: 4.2.0
>            Reporter: Prasanna Santhanam
>             Fix For: 4.2.0
>
>
> id is not a required attribute in updateVpcCMd.java but without the id and a 
> name one cannot update the vpc.
> @APICommand(name = "updateVPC", description="Updates a VPC", 
> responseObject=VpcResponse.class)
> public class UpdateVPCCmd extends BaseAsyncCmd{
>     public static final Logger s_logger = 
> Logger.getLogger(UpdateVPCCmd.class.getName());
>     private static final String _name = "updatevpcresponse";
>     /////////////////////////////////////////////////////
>     //////////////// API parameters /////////////////////
>     /////////////////////////////////////////////////////
>     @Parameter(name=ApiConstants.ID, type=CommandType.UUID, 
> entityType=VpcResponse.class,
>             description="the id of the VPC")
>     private Long id;
>     @Parameter(name=ApiConstants.NAME, type=CommandType.STRING, 
> description="the name of the VPC")
>     private String vpcName;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to