DnsRuleAction

DnsRuleAction
DnsRuleAction
JSON Example
{
    "allow": {
        "allow": false,
        "reset_conn": false
    },
    "dns_rate_limiter": {
        "action": {
            "type": "string"
        },
        "rate_limiter_object": {
            "burst_sz": 0,
            "count": 0,
            "name": "string",
            "period": 0
        }
    },
    "gs_group_selection": {
        "group_name": "string"
    },
    "gslb_site_selection": {
        "fallback_site_names": [
            "string"
        ],
        "is_site_preferred": false,
        "site_name": "string"
    },
    "pool_switching": {
        "pool_group_ref": "string",
        "pool_ref": "string"
    },
    "response": {
        "authoritative": false,
        "rcode": "string",
        "resource_record_sets": [
            {
                "resource_record_set": {
                    "cname": {
                        "cname": "string"
                    },
                    "fqdn": "string",
                    "ip6_addresses": [
                        {
                            "ip6_address": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ],
                    "ip_addresses": [
                        {
                            "ip_address": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ],
                    "nses": [
                        {
                            "ip6_address": {
                                "addr": "string",
                                "type": "string"
                            },
                            "ip_address": {
                                "addr": "string",
                                "type": "string"
                            },
                            "nsname": "string"
                        }
                    ],
                    "ttl": 0,
                    "type": "string"
                },
                "section": "string"
            }
        ],
        "truncation": false
    }
}
allow
Optional

allow

dns_rate_limiter
Optional

dns_rate_limiter

gs_group_selection
Optional

gs_group_selection

gslb_site_selection
Optional

gslb_site_selection

pool_switching
Optional

pool_switching

response
Optional

response

Property Of