NSX-T Data Center REST API
ALBDnsRuleRLAction (type)
{
"additionalProperties": false,
"description": "Advanced load balancer DnsRuleRLAction object",
"id": "ALBDnsRuleRLAction",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"type": {
"$ref": "ALBDnsRuleRLActionType,
"default": "DNS_RL_ACTION_NONE",
"description": "Type of action to be enforced upon hitting the rate limit. Enum options - DNS_RL_ACTION_NONE, DNS_RL_ACTION_DROP_REQ. Default value when not specified in API or module is interpreted by ALB Controller as DNS_RL_ACTION_NONE.",
"required": false,
"title": "Type"
}
},
"title": "DnsRuleRLAction",
"type": "object"
}