File tree Expand file tree Collapse file tree
api/src/org/apache/cloudstack/api/response Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030@ SuppressWarnings ("unused" )
3131@ EntityReference (value = InstanceGroup .class )
3232public class InstanceGroupResponse extends BaseResponse implements ControlledViewEntityResponse {
33+
3334 @ SerializedName (ApiConstants .ID )
34- @ Param (description = "the id of the instance group" )
35+ @ Param (description = "the ID of the instance group" )
3536 private String id ;
3637
3738 @ SerializedName (ApiConstants .NAME )
@@ -47,11 +48,11 @@ public class InstanceGroupResponse extends BaseResponse implements ControlledVie
4748 private String accountName ;
4849
4950 @ SerializedName (ApiConstants .PROJECT_ID )
50- @ Param (description = "the project id of the group" )
51+ @ Param (description = "the project ID of the instance group" )
5152 private String projectId ;
5253
5354 @ SerializedName (ApiConstants .PROJECT )
54- @ Param (description = "the project name of the group" )
55+ @ Param (description = "the project name of the instance group" )
5556 private String projectName ;
5657
5758 @ SerializedName (ApiConstants .DOMAIN_ID )
You can’t perform that action at this time.
0 commit comments