Fix ip6gateway parameter comments in CreateNetworkCmd

This commit is contained in:
Sheng Yang 2014-09-15 11:26:48 -07:00
parent 0a4ab3251a
commit 7d141617f3

View File

@ -128,8 +128,7 @@ public class CreateNetworkCmd extends BaseCmd {
@Parameter(name = ApiConstants.END_IPV6, type = CommandType.STRING, description = "the ending IPv6 address in the IPv6 network range")
private String endIpv6;
@Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, description = "the gateway of the IPv6 network. Required "
+ "for Shared networks and Isolated networks when it belongs to VPC")
@Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, description = "the gateway of the IPv6 network. Required for Shared networks")
private String ip6Gateway;
@Parameter(name = ApiConstants.IP6_CIDR, type = CommandType.STRING, description = "the CIDR of IPv6 network, must be at least /64")