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
description = "the ID of the Management Server to update the parameter value for corresponding management server",
103
+
validations = ApiArgValidator.PositiveNumber,
104
+
since = "4.21.0")
105
+
privateLongmanagementServerId;
106
+
97
107
@Parameter(name = ApiConstants.GROUP, type = CommandType.STRING, description = "lists configuration by group name (primarily used for UI)", since = "4.18.0")
98
108
privateStringgroupName;
99
109
@@ -139,6 +149,10 @@ public Long getImageStoreId() {
0 commit comments