AttachedInterface (type)

{
  "description": "The Attached interface is only effective for the port on Bare metal server.", 
  "id": "AttachedInterface", 
  "module_id": "LogicalPort", 
  "properties": {
    "app_intf_name": {
      "required": true, 
      "title": "The name of application interface", 
      "type": "string"
    }, 
    "default_gateway": {
      "$ref": "IPAddress, 
      "required": false, 
      "title": "Gateway IP"
    }, 
    "migrate_intf": {
      "description": "IP configuration on migrate_intf will migrate to app_intf_name. It is used for Management and Application sharing the same IP.", 
      "required": false, 
      "title": "Interface name to migrate", 
      "type": "string"
    }, 
    "routing_table": {
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Routing rules", 
      "type": "array"
    }
  }, 
  "title": "Attached interface specification for Bare metal server", 
  "type": "object"
}