Interface UpdateInstanceCustomPageOptions.PageIdentifier
-
- Enclosing class:
- UpdateInstanceCustomPageOptions
public static interface UpdateInstanceCustomPageOptions.PageIdentifierCustom page identifier.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASIC_CHALLENGEbasic_challenge.static StringCOUNTRY_CHALLENGEcountry_challenge.static StringIP_BLOCKip_block.static StringRATELIMIT_BLOCKratelimit_block.static StringUNDER_ATTACKunder_attack.static StringWAF_BLOCKwaf_block.static StringWAF_CHALLENGEwaf_challenge.
-
-
-
Field Detail
-
BASIC_CHALLENGE
static final String BASIC_CHALLENGE
basic_challenge.- See Also:
- Constant Field Values
-
WAF_CHALLENGE
static final String WAF_CHALLENGE
waf_challenge.- See Also:
- Constant Field Values
-
WAF_BLOCK
static final String WAF_BLOCK
waf_block.- See Also:
- Constant Field Values
-
RATELIMIT_BLOCK
static final String RATELIMIT_BLOCK
ratelimit_block.- See Also:
- Constant Field Values
-
COUNTRY_CHALLENGE
static final String COUNTRY_CHALLENGE
country_challenge.- See Also:
- Constant Field Values
-
IP_BLOCK
static final String IP_BLOCK
ip_block.- See Also:
- Constant Field Values
-
UNDER_ATTACK
static final String UNDER_ATTACK
under_attack.- See Also:
- Constant Field Values
-
-