mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	instanceGroupResponse: fix description
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This commit is contained in:
		
							parent
							
								
									3824d997d6
								
							
						
					
					
						commit
						23a44d6417
					
				| @ -30,8 +30,9 @@ import com.cloud.vm.InstanceGroup; | |||||||
| @SuppressWarnings("unused") | @SuppressWarnings("unused") | ||||||
| @EntityReference(value = InstanceGroup.class) | @EntityReference(value = InstanceGroup.class) | ||||||
| public class InstanceGroupResponse extends BaseResponse implements ControlledViewEntityResponse { | public class InstanceGroupResponse extends BaseResponse implements ControlledViewEntityResponse { | ||||||
|  | 
 | ||||||
|     @SerializedName(ApiConstants.ID) |     @SerializedName(ApiConstants.ID) | ||||||
|     @Param(description = "the id of the instance group") |     @Param(description = "the ID of the instance group") | ||||||
|     private String id; |     private String id; | ||||||
| 
 | 
 | ||||||
|     @SerializedName(ApiConstants.NAME) |     @SerializedName(ApiConstants.NAME) | ||||||
| @ -47,11 +48,11 @@ public class InstanceGroupResponse extends BaseResponse implements ControlledVie | |||||||
|     private String accountName; |     private String accountName; | ||||||
| 
 | 
 | ||||||
|     @SerializedName(ApiConstants.PROJECT_ID) |     @SerializedName(ApiConstants.PROJECT_ID) | ||||||
|     @Param(description = "the project id of the group") |     @Param(description = "the project ID of the instance group") | ||||||
|     private String projectId; |     private String projectId; | ||||||
| 
 | 
 | ||||||
|     @SerializedName(ApiConstants.PROJECT) |     @SerializedName(ApiConstants.PROJECT) | ||||||
|     @Param(description = "the project name of the group") |     @Param(description = "the project name of the instance group") | ||||||
|     private String projectName; |     private String projectName; | ||||||
| 
 | 
 | ||||||
|     @SerializedName(ApiConstants.DOMAIN_ID) |     @SerializedName(ApiConstants.DOMAIN_ID) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user