NSX-T Data Center REST API
ALBRateLimiterActionType (type)
{
"description": "Valid ENUM values for ALBRateLimiterActionType",
"enum": [
"RL_ACTION_NONE",
"RL_ACTION_DROP_CONN",
"RL_ACTION_RESET_CONN",
"RL_ACTION_CLOSE_CONN",
"RL_ACTION_LOCAL_RSP",
"RL_ACTION_REDIRECT"
],
"id": "ALBRateLimiterActionType",
"module_id": "PolicyAdvancedLoadBalancer",
"title": "RateLimiterActionType type",
"type": "string"
}