mirror of https://github.com/apache/cloudstack.git
VPC : typo in CreateNetworkACLCmd.java
This commit is contained in:
parent
f2c55e1734
commit
7894710db5
|
|
@ -64,7 +64,7 @@ public class CreateNetworkACLCmd extends BaseAsyncCreateCmd implements NetworkAC
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue