Skip to content

Commit cbfe207

Browse files
committed
Align internet protocol allowed values with existing enum
1 parent 0270119 commit cbfe207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/vpc/CreateVPCOfferingCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class CreateVPCOfferingCmd extends BaseAsyncCreateCmd {
9999
since = "4.17.0",
100100
allowedValues = {
101101
"IPv4",
102-
"dualstack"
102+
"DualStack"
103103
})
104104
private String internetProtocol;
105105

0 commit comments

Comments
 (0)