We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7d0b0 commit 2359061Copy full SHA for 2359061
api/src/main/java/org/apache/cloudstack/api/command/user/vpc/CreateStaticRouteCmd.java
@@ -46,7 +46,6 @@ public class CreateStaticRouteCmd extends BaseAsyncCreateCmd {
46
@Parameter(name = ApiConstants.GATEWAY_ID,
47
type = CommandType.UUID,
48
entityType = PrivateGatewayResponse.class,
49
- required = true,
50
description = "The gateway ID we are creating static route for. Mutually exclusive with the nexthop parameter")
51
private Long gatewayId;
52
0 commit comments