You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alena Prokharchyk (JIRA)" <ji...@apache.org> on 2014/02/05 00:04:12 UTC

[jira] [Reopened] (CLOUDSTACK-2789) updateVpc should have id and name as required attributes

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alena Prokharchyk reopened CLOUDSTACK-2789:
-------------------------------------------

      Assignee: Alena Prokharchyk  (was: Prasanna Santhanam)

Name shouldn't be a required parameter. Reopening the bug. Only ID should be required

> 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
>            Assignee: Alena Prokharchyk
>             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 was sent by Atlassian JIRA
(v6.1.5#6160)