Skip to content

Commit 8194e40

Browse files
Clarify VPC router source NAT description
1 parent 53a4e13 commit 8194e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/vpc/CreateVPCCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public class CreateVPCCmd extends BaseAsyncCreateCmd implements UserCmd {
117117
@Parameter(name = ApiConstants.IP6_DNS2, type = CommandType.STRING, description = "The second IPv6 DNS for the VPC", since = "4.18.0")
118118
private String ip6Dns2;
119119

120-
@Parameter(name = ApiConstants.SOURCE_NAT_IP, type = CommandType.STRING, description = "Optional IPv4 address to assign to the public interface of the Network router. " +
120+
@Parameter(name = ApiConstants.SOURCE_NAT_IP, type = CommandType.STRING, description = "Optional IPv4 address to assign to the public interface of the VPC router. " +
121121
"This address will be used as the Source NAT address for the Networks in this VPC. " +
122122
"\nIf an address is given and it cannot be acquired, an error will be returned and the Network will not be implemented.",
123123
since = "4.19")

0 commit comments

Comments
 (0)