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
**maxEvalInstancesReached** | **Boolean** | Boolean property indicating if the maximum number of Trial instances have been reached, therefore creation of more eval instances should not be allowed. | [optional]
11
+
**maxInstancesReached** | **Boolean** | Boolean property indicating if the maximum number of total instances have been reached, therefore creation of more instances should not be allowed. | [optional]
Copy file name to clipboardExpand all lines: packages/registry-management-sdk/src/main/java/com/openshift/cloud/api/srs/models/RootTypeForRegistry.java
* Boolean property indicating if the maximum number of Trial instances have been reached, therefore creation of more eval instances should not be allowed.
49
-
* @return maxEvalInstancesReached
48
+
* Boolean property indicating if the maximum number of total instances have been reached, therefore creation of more instances should not be allowed.
49
+
* @return maxInstancesReached
50
50
**/
51
51
@javax.annotation.Nullable
52
-
@ApiModelProperty(value = "Boolean property indicating if the maximum number of Trial instances have been reached, therefore creation of more eval instances should not be allowed.")
@ApiModelProperty(value = "Boolean property indicating if the maximum number of total instances have been reached, therefore creation of more instances should not be allowed.")
0 commit comments