NSX-T Data Center REST API

BgpGracefulRestartConfig (type)

{
  "additionalProperties": false,
  "description": "Configuration field to hold BGP restart mode and timer.",
  "id": "BgpGracefulRestartConfig",
  "module_id": "PolicyConnectivity",
  "properties": {
    "mode": {
      "default": "HELPER_ONLY",
      "description": "If mode is DISABLE, then graceful restart and helper modes are disabled. If mode is GR_AND_HELPER, then both graceful restart and helper modes are enabled. If mode is HELPER_ONLY, then helper mode is enabled. HELPER_ONLY mode is the ability for a BGP speaker to indicate its ability to preserve forwarding state during BGP restart. GRACEFUL_RESTART mode is the ability of a BGP speaker to advertise its restart to its peers.",
      "enum": [
        "DISABLE",
        "GR_AND_HELPER",
        "HELPER_ONLY"
      ],
      "required": false,
      "title": "BGP Graceful Restart Configuration Mode",
      "type": "string"
    },
    "timer": {
      "$ref": "BgpGracefulRestartTimer",
      "description": "Configuration field to hold BGP restart timers.",
      "title": "BGP Graceful Restart Timer"
    }
  },
  "title": "BGP Graceful Restart Configuration",
  "type": "object"
}