PortConnectionEdgeNodeGroup (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "PortConnectionEntity
  }, 
  "id": "PortConnectionEdgeNodeGroup", 
  "module_id": "PortConnection", 
  "properties": {
    "edge_nodes": {
      "items": {
        "$ref": "TransportNode
      }, 
      "type": "array"
    }, 
    "id": {
      "readonly": true, 
      "required": true, 
      "title": "Resource ID is mapped to this. (ID is Generated for Edge node groups, since resource will be null)", 
      "type": "string"
    }, 
    "logical_router_id": {
      "required": true, 
      "title": "Id of the logical router", 
      "type": "string"
    }, 
    "resource": {
      "$ref": "ManagedResource, 
      "readonly": true, 
      "required": false, 
      "title": "Resource reference with details of the entity"
    }
  }, 
  "title": "Collection of edge nodes backing a logical router", 
  "type": "object"
}