mirror of https://github.com/apache/cloudstack.git
Fix update network offering domainids size limitation (#12431)
This commit is contained in:
parent
d1eb2822d9
commit
6846619a6f
|
|
@ -78,6 +78,7 @@ public class UpdateNetworkOfferingCmd extends BaseCmd {
|
||||||
|
|
||||||
@Parameter(name = ApiConstants.DOMAIN_ID,
|
@Parameter(name = ApiConstants.DOMAIN_ID,
|
||||||
type = CommandType.STRING,
|
type = CommandType.STRING,
|
||||||
|
length = 4096,
|
||||||
description = "The ID of the containing domain(s) as comma separated string, public for public offerings")
|
description = "The ID of the containing domain(s) as comma separated string, public for public offerings")
|
||||||
private String domainIds;
|
private String domainIds;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue