Class APIMIntegrationConstants.APPLICATION_TIER
- java.lang.Object
-
- org.wso2.am.integration.test.utils.base.APIMIntegrationConstants.APPLICATION_TIER
-
- Enclosing class:
- APIMIntegrationConstants
public static final class APIMIntegrationConstants.APPLICATION_TIER extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_APP_POLICY_FIFTY_REQ_PER_MINstatic StringLARGEstatic intLARGE_LIMITstatic StringMEDIUMstatic intMEDIUM_LIMITstatic StringSMALLstatic intSMALL_LIMITstatic StringTEN_PER_MINstatic StringUNLIMITED
-
Constructor Summary
Constructors Constructor Description APPLICATION_TIER()
-
-
-
Field Detail
-
UNLIMITED
public static final String UNLIMITED
- See Also:
- Constant Field Values
-
LARGE
public static final String LARGE
- See Also:
- Constant Field Values
-
MEDIUM
public static final String MEDIUM
- See Also:
- Constant Field Values
-
SMALL
public static final String SMALL
- See Also:
- Constant Field Values
-
TEN_PER_MIN
public static final String TEN_PER_MIN
- See Also:
- Constant Field Values
-
LARGE_LIMIT
public static final int LARGE_LIMIT
- See Also:
- Constant Field Values
-
MEDIUM_LIMIT
public static final int MEDIUM_LIMIT
- See Also:
- Constant Field Values
-
SMALL_LIMIT
public static final int SMALL_LIMIT
- See Also:
- Constant Field Values
-
DEFAULT_APP_POLICY_FIFTY_REQ_PER_MIN
public static final String DEFAULT_APP_POLICY_FIFTY_REQ_PER_MIN
- See Also:
- Constant Field Values
-
-