[
  {
    "gatewayPort": {
      "device": "string",
      "port": "string"
    },
    "subnetAutoDiscovery": "IP_ROUTES",
    "subnets": [
      "123.223.47.0/24"
    ],
    "uplinkPort": {
      "device": "string",
      "port": "string"
    },
    "vlan": 100
  },
  {
    "gatewayPort": {
      "device": "string",
      "port": "string"
    },
    "subnetAutoDiscovery": "BGP_ROUTES",
    "subnets": [
      "123.223.47.0/24"
    ],
    "uplinkPort": {
      "device": "string",
      "port": "string"
    },
    "vlan": 100
  },
  {
    "gatewayPort": {
      "device": "string",
      "port": "string"
    },
    "subnetAutoDiscovery": "BGP_ROUTES",
    "subnets": [
      "123.223.47.0/24"
    ],
    "uplinkPort": {
      "device": "string",
      "port": "string"
    },
    "vlan": 100
  },
  {
    "gatewayPort": {
      "device": "string",
      "port": "string"
    },
    "subnetAutoDiscovery": "NONE",
    "subnets": [
      "123.223.47.0/24"
    ],
    "uplinkPort": {
      "device": "string",
      "port": "string"
    },
    "vlan": 100
  }
]