{ "additionalProperties": false, "description": "The Attached interface is only effective for the segment port on Bare metal server.", "id": "AttachedInterfaceEntry", "module_id": "PolicyConnectivity", "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 information for Bare metal server", "type": "object" }