sureshanaparti commented on a change in pull request #5008:
URL: https://github.com/apache/cloudstack/pull/5008#discussion_r655386222
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/DiskOfferingResponse.java
##########
@@ -155,6 +155,10 @@
@Param(description = "the vsphere storage policy tagged to the disk
offering in case of VMware", since = "4.15")
private String vsphereStoragePolicy;
+ @SerializedName("disksizestrictness")
Review comment:
```suggestion
@SerializedName("ApiConstants.DISK_SIZE_STRICTNESS")
```
Can use the defined constant.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]