TopologyEdgeGateways
TopologyEdgeGateways
List of Edge Gateways associated with the Provider Gateway.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"edgeGatewayRef": {
"name": "string",
"id": "string"
},
"description": "string",
"edgeGatewayOwnerRef": {
"name": "string",
"id": "string"
},
"connected": false,
"orgRef": {
"name": "string",
"id": "string"
}
}
]
}