NSX-T Data Center REST API
ALBL4Policies (type)
{
"additionalProperties": false,
"description": "Advanced load balancer L4Policies object",
"id": "ALBL4Policies",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"index": {
"description": "Index of the virtual service L4 policy set.",
"required": true,
"title": "Index",
"type": "integer"
},
"l4_policy_set_path": {
"description": "ID of the virtual service L4 policy set. It is a reference to an object of type L4PolicySet.",
"required": true,
"title": "L4 policy set path",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"ALBVirtualService"
],
"relationshipType": "ALB_VIRTUALSERVICE_ALB_L4POLICYSET_RELATIONSHIP",
"rightType": [
"ALBL4PolicySet"
]
}
]
}
},
"title": "L4Policies",
"type": "object"
}