JoaoJandre commented on code in PR #7938:
URL: https://github.com/apache/cloudstack/pull/7938#discussion_r1337647860
##########
api/src/main/java/org/apache/cloudstack/api/response/SystemVmResponse.java:
##########
@@ -178,6 +178,14 @@ public class SystemVmResponse extends
BaseResponseWithAnnotations {
@Param(description = "true if vm contains XS/VMWare tools inorder to
support dynamic scaling of VM cpu/memory.")
private Boolean isDynamicallyScalable;
+ @SerializedName(ApiConstants.SERVICE_OFFERING_ID)
+ @Param(description = "the ID of the service offering of the system virtual
machine")
Review Comment:
```suggestion
@Param(description = "the ID of the service offering of the system
virtual machine.")
```
##########
api/src/main/java/org/apache/cloudstack/api/response/SystemVmResponse.java:
##########
@@ -178,6 +178,14 @@ public class SystemVmResponse extends
BaseResponseWithAnnotations {
@Param(description = "true if vm contains XS/VMWare tools inorder to
support dynamic scaling of VM cpu/memory.")
private Boolean isDynamicallyScalable;
+ @SerializedName(ApiConstants.SERVICE_OFFERING_ID)
+ @Param(description = "the ID of the service offering of the system virtual
machine")
+ private String serviceOfferingId;
+
+ @SerializedName("serviceofferingname")
+ @Param(description = "the name of the service offering of the system
virtual machine")
Review Comment:
```suggestion
@Param(description = "the name of the service offering of the system
virtual machine.")
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]