sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597308620
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/ListInternalLBVMsCmd.java:
##########
@@ -45,36 +45,36 @@ public class ListInternalLBVMsCmd extends
BaseListProjectAndAccountResourcesCmd
//////////////// API parameters /////////////////////
/////////////////////////////////////////////////////
- @Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID,
entityType = HostResponse.class, description = "the host ID of the Internal LB
VM")
+ @Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID,
entityType = HostResponse.class, description = "The host ID of the Internal LB
Instance")
private Long hostId;
- @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
UserVmResponse.class, description = "the ID of the Internal LB VM")
+ @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
UserVmResponse.class, description = "The ID of the Internal LB VM")
private Long id;
- @Parameter(name = ApiConstants.NAME, type = CommandType.STRING,
description = "the name of the Internal LB VM")
+ @Parameter(name = ApiConstants.NAME, type = CommandType.STRING,
description = "The name of the Internal LB VM")
private String routerName;
- @Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType
= PodResponse.class, description = "the Pod ID of the Internal LB VM")
+ @Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType
= PodResponse.class, description = "The Pod ID of the Internal LB VM")
private Long podId;
- @Parameter(name = ApiConstants.STATE, type = CommandType.STRING,
description = "the state of the Internal LB VM")
+ @Parameter(name = ApiConstants.STATE, type = CommandType.STRING,
description = "The state of the Internal LB VM")
private String state;
- @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
entityType = ZoneResponse.class, description = "the Zone ID of the Internal LB
VM")
+ @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
entityType = ZoneResponse.class, description = "The Zone ID of the Internal LB
VM")
private Long zoneId;
- @Parameter(name = ApiConstants.NETWORK_ID, type = CommandType.UUID,
entityType = NetworkResponse.class, description = "list by network id")
+ @Parameter(name = ApiConstants.NETWORK_ID, type = CommandType.UUID,
entityType = NetworkResponse.class, description = "List by network id")
private Long networkId;
@Parameter(name = ApiConstants.VPC_ID, type = CommandType.UUID, entityType
= VpcResponse.class, description = "List Internal LB VMs by VPC")
private Long vpcId;
- @Parameter(name = ApiConstants.FOR_VPC, type = CommandType.BOOLEAN,
description = "if true is passed for this parameter, list only VPC Internal LB
VMs")
+ @Parameter(name = ApiConstants.FOR_VPC, type = CommandType.BOOLEAN,
description = "If true is passed for this parameter, list only VPC Internal LB
VMs")
private Boolean forVpc;
@Parameter(name = ApiConstants.FETCH_ROUTER_HEALTH_CHECK_RESULTS, type =
CommandType.BOOLEAN, since = "4.14",
- description = "if true is passed for this parameter, also fetch
last executed health check results for the VM. Default is false")
+ description = "If true is passed for this parameter, also fetch
last executed health check results for the VM. Default is false")
Review Comment:
```suggestion
description = "If true is passed for this parameter, also fetch
last executed health check results for the Instance. Default is false")
```
--
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]