instanceGroupResponse: fix description

Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This commit is contained in:
Rene Moser 2015-05-20 21:13:12 +02:00 committed by Daan Hoogland
parent 3824d997d6
commit 23a44d6417

View File

@ -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)