mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fixed listNetworkOfferings by networkId
This commit is contained in:
parent
0769a3b3f3
commit
3618c45e7c
@ -70,6 +70,7 @@ public class ListNetworkOfferingsCmd extends BaseListCmd {
|
||||
@Parameter(name=ApiConstants.STATE, type=CommandType.STRING, description="list network offerings by state")
|
||||
private String state;
|
||||
|
||||
@IdentityMapper(entityTableName="networks")
|
||||
@Parameter(name=ApiConstants.NETWORK_ID, type=CommandType.LONG, description="the ID of the network. Pass this in if you want to see the available network offering that a network can be changed to.")
|
||||
private Long networkId;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user