You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/WEB-INF/classes/resources/messages.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1250,6 +1250,7 @@ label.zoneWizard.trafficType.guest=Guest\: Traffic between end-user virtual mach
1250
1250
label.zoneWizard.trafficType.management=Management\: Traffic between CloudStack\\\\'s internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs
1251
1251
label.zoneWizard.trafficType.public=Public\: Traffic between the internet and virtual machines in the cloud.
1252
1252
label.zoneWizard.trafficType.storage=Storage\: Traffic between primary and secondary storage servers, such as VM templates and snapshots
1253
+
label.ldap.group.name=LDAP Group
1253
1254
managed.state=Managed State
1254
1255
message.acquire.new.ip.vpc=Please confirm that you would like to acquire a new IP for this VPC.
1255
1256
message.acquire.new.ip=Please confirm that you would like to acquire a new IP for this network.
@Parameter(name = ApiConstants.TIMEZONE, type = CommandType.STRING,
49
-
description = "Specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.")
51
+
@Parameter(name = ApiConstants.TIMEZONE, type = CommandType.STRING, description = "Specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.")
50
52
privateStringtimezone;
51
53
52
-
@Parameter(name = ApiConstants.ACCOUNT_TYPE, type = CommandType.SHORT, required = true,
53
-
description = "Type of the account. Specify 0 for user, 1 for root admin, and 2 for domain admin")
54
+
@Parameter(name = ApiConstants.ACCOUNT_TYPE, type = CommandType.SHORT, required = true, description = "Type of the account. Specify 0 for user, 1 for root admin, and 2 for domain admin")
54
55
privateShortaccountType;
55
56
56
57
@Parameter(name = ApiConstants.ACCOUNT_DETAILS, type = CommandType.MAP, description = "details for account used to store specific parameters")
57
58
privateMap<String, String> details;
58
59
59
-
@Parameter(name = ApiConstants.DOMAIN, type = CommandType.STRING,
60
-
description = "Specifies the domain to which the ldap users are to be imported. If no domain is specified, a domain will created using group parameter. If the " +
61
-
"group is also not specified, a domain name based on the OU information will be created. If no OU hierarchy exists, will be defaulted to ROOT domain")
62
-
privateStringdomainName;
60
+
@Parameter(name = ApiConstants.DOMAIN_ID, type = CommandType.UUID, entityType = DomainResponse.class, description = "Specifies the domain to which the ldap users are to be "
61
+
+ "imported. If no domain is specified, a domain will created using group parameter. If the group is also not specified, a domain name based on the OU information will be "
62
+
+ "created. If no OU hierarchy exists, will be defaulted to ROOT domain")
63
+
privateLongdomainId;
63
64
64
-
@Parameter(name = ApiConstants.GROUP, type = CommandType.STRING,
65
-
description = "Specifies the group name from which the ldap users are to be imported. If no group is specified, all the users will be imported.")
65
+
@Parameter(name = ApiConstants.GROUP, type = CommandType.STRING,description = "Specifies the group name from which the ldap users are to be imported. "
66
+
+ "If no group is specified, all the users will be imported.")
0 commit comments