Type of packet sent.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-transit_packet_type", "title": "magic-transit_packet_type", "default": "icmp", "description": "Type of packet sent.", "enum": [ "icmp", "tcp", "udp", "gre", "gre+icmp" ], "example": "icmp", "type": "string" }