VPC : typo in CreateNetworkACLCmd.java

This commit is contained in:
anthony 2012-06-22 10:07:33 -07:00 committed by Alena Prokharchyk
parent 822cf3c9ee
commit bf1123246a

View File

@ -78,7 +78,7 @@ public class CreateNetworkACLCmd extends BaseAsyncCreateCmd implements FirewallR
description="The network of the vm the ACL will be created for")
private Long networkId;
@Parameter(name=ApiConstants.TRAFFIC_TYPE, type=CommandType.LONG, description="the traffic type for the ACL," +
@Parameter(name=ApiConstants.TRAFFIC_TYPE, type=CommandType.STRING, description="the traffic type for the ACL," +
"can be Ingress or Egress, defaulted to Ingress if not specified")
private String trafficType;