{
  "description": "BFDProfile represents the settings of the bfd session that can be\noptionally associated with a BGP session.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": [
        "object",
        "null"
      ]
    },
    "spec": {
      "additionalProperties": false,
      "description": "BFDProfileSpec defines the desired state of BFDProfile.",
      "properties": {
        "detectMultiplier": {
          "description": "Configures the detection multiplier to determine\npacket loss. The remote transmission interval will be multiplied\nby this value to determine the connection loss detection timer.",
          "format": "int32",
          "maximum": 255,
          "minimum": 2,
          "type": [
            "integer",
            "null"
          ]
        },
        "echoInterval": {
          "description": "Configures the minimal echo receive transmission\ninterval that this system is capable of handling in milliseconds.\nDefaults to 50ms",
          "format": "int32",
          "maximum": 60000,
          "minimum": 10,
          "type": [
            "integer",
            "null"
          ]
        },
        "echoMode": {
          "description": "Enables or disables the echo transmission mode.\nThis mode is disabled by default, and not supported on multi\nhops setups.",
          "type": [
            "boolean",
            "null"
          ]
        },
        "minimumTtl": {
          "description": "For multi hop sessions only: configure the minimum\nexpected TTL for an incoming BFD control packet.",
          "format": "int32",
          "maximum": 254,
          "minimum": 1,
          "type": [
            "integer",
            "null"
          ]
        },
        "passiveMode": {
          "description": "Mark session as passive: a passive session will not\nattempt to start the connection and will wait for control packets\nfrom peer before it begins replying.",
          "type": [
            "boolean",
            "null"
          ]
        },
        "receiveInterval": {
          "description": "The minimum interval that this system is capable of\nreceiving control packets in milliseconds.\nDefaults to 300ms.",
          "format": "int32",
          "maximum": 60000,
          "minimum": 10,
          "type": [
            "integer",
            "null"
          ]
        },
        "transmitInterval": {
          "description": "The minimum transmission interval (less jitter)\nthat this system wants to use to send BFD control packets in\nmilliseconds. Defaults to 300ms",
          "format": "int32",
          "maximum": 60000,
          "minimum": 10,
          "type": [
            "integer",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "description": "BFDProfileStatus defines the observed state of BFDProfile.",
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}