NSX-T Data Center REST API
ALBDiscoveredNetwork (type)
{
"additionalProperties": false,
"description": "Advanced load balancer DiscoveredNetwork object",
"id": "ALBDiscoveredNetwork",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"network_name": {
"description": "Discovered network for this IP. It is a reference to an object of type Network.",
"required": true,
"title": "Network name",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"ALBPool"
],
"relationshipType": "NESTED_SERVICE_RELATIONSHIP",
"rightType": [
"Service"
]
}
]
},
"subnet": {
"description": "Discovered subnet for this IP.",
"items": {
"$ref": "ALBIpAddrPrefix
},
"required": false,
"title": "Subnet",
"type": "array"
},
"subnet6": {
"description": "Discovered IPv6 subnet for this IP.",
"items": {
"$ref": "ALBIpAddrPrefix
},
"required": false,
"title": "Subnet6",
"type": "array"
}
},
"title": "DiscoveredNetwork",
"type": "object"
}