mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Update API parameters version
This commit is contained in:
parent
dd066e0e0e
commit
f2bb03b241
@ -152,7 +152,7 @@ public class ListVMsCmd extends BaseListRetrieveOnlyResourceCountCmd implements
|
||||
@Parameter(name = ApiConstants.USER_DATA, type = CommandType.BOOLEAN, description = "Whether to return the VMs' user data or not. By default, user data will not be returned.", since = "4.18.0.0")
|
||||
private Boolean showUserData;
|
||||
|
||||
@Parameter(name = ApiConstants.USER_DATA_ID, type = CommandType.UUID, entityType = UserDataResponse.class, required = false, description = "the instances by userdata", since = "4.20.1")
|
||||
@Parameter(name = ApiConstants.USER_DATA_ID, type = CommandType.UUID, entityType = UserDataResponse.class, required = false, description = "the instances by userdata", since = "4.19.3.0")
|
||||
private Long userdataId;
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
||||
@ -70,10 +70,10 @@ public class ListVmwareDcVmsCmd extends BaseListCmd {
|
||||
@Parameter(name = ApiConstants.PASSWORD, type = CommandType.STRING, description = "The password for specified username.")
|
||||
private String password;
|
||||
|
||||
@Parameter(name = ApiConstants.HOST_NAME, type = CommandType.STRING, description = "Name of the host on vCenter. Must be set along with the instancename parameter")
|
||||
@Parameter(name = ApiConstants.HOST_NAME, type = CommandType.STRING, description = "Name of the host on vCenter. Must be set along with the instancename parameter", since = "4.19.3.0")
|
||||
private String hostName;
|
||||
|
||||
@Parameter(name = ApiConstants.INSTANCE_NAME, type = CommandType.STRING, description = "Name of the VM on vCenter. Must be set along with the hostname parameter")
|
||||
@Parameter(name = ApiConstants.INSTANCE_NAME, type = CommandType.STRING, description = "Name of the VM on vCenter. Must be set along with the hostname parameter", since = "4.19.3.0")
|
||||
private String instanceName;
|
||||
|
||||
public String getVcenter() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user