NSX-T Data Center REST API
ALBPlacementNetwork (type)
{
"additionalProperties": false,
"description": "Advanced load balancer PlacementNetwork object",
"id": "ALBPlacementNetwork",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"network_name": {
"description": "It is a reference to an object of type Network.",
"required": true,
"title": "Network name",
"type": "string"
},
"subnet": {
"$ref": "ALBIpAddrPrefix,
"description": "Placeholder for description of property subnet of obj type PlacementNetwork field type str type ref.",
"required": true,
"title": "Subnet"
}
},
"title": "PlacementNetwork",
"type": "object"
}