mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix ip6gateway parameter comments in CreateNetworkCmd
This commit is contained in:
parent
0a4ab3251a
commit
7d141617f3
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user