Skip to content

Commit 7cf4a33

Browse files
Clarify VPC implementation error message
1 parent 8194e40 commit 7cf4a33

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
@@ -119,7 +119,7 @@ public class CreateVPCCmd extends BaseAsyncCreateCmd implements UserCmd {
119119

120120
@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. " +
122-
"\nIf an address is given and it cannot be acquired, an error will be returned and the Network will not be implemented.",
122+
"\nIf an address is given and it cannot be acquired, an error will be returned and the VPC will not be implemented.",
123123
since = "4.19")
124124
private String sourceNatIP;
125125

0 commit comments

Comments
 (0)