NSX-T Data Center REST API
ALBNetworkSecurityMatchTarget (type)
{
"additionalProperties": false,
"description": "Advanced load balancer NetworkSecurityMatchTarget object",
"id": "ALBNetworkSecurityMatchTarget",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"client_ip": {
"$ref": "ALBIpAddrMatch,
"description": "Placeholder for description of property client_ip of obj type NetworkSecurityMatchTarget field type str type ref.",
"required": false,
"title": "Client ip"
},
"microservice": {
"$ref": "ALBMicroServiceMatch,
"description": "Placeholder for description of property microservice of obj type NetworkSecurityMatchTarget field type str type ref.",
"required": false,
"title": "Microservice"
},
"vs_port": {
"$ref": "ALBPortMatch,
"description": "Placeholder for description of property vs_port of obj type NetworkSecurityMatchTarget field type str type ref.",
"required": false,
"title": "Vs port"
}
},
"title": "NetworkSecurityMatchTarget",
"type": "object"
}