NSX-T Data Center REST API
ALBIPPersistenceProfile (type)
{
"additionalProperties": false,
"description": "Advanced load balancer IPPersistenceProfile object",
"id": "ALBIPPersistenceProfile",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"ip_mask": {
"description": "Mask to be applied on client IP. This may be used to persist clients from a subnet to the same server. When set to 0, all requests are sent to the same server. Allowed values are 0-128. Allowed in Basic edition, Essentials edition, Enterprise edition.",
"maximum": 128,
"minimum": 0,
"required": false,
"title": "Ip mask",
"type": "integer"
},
"ip_persistent_timeout": {
"default": 5,
"description": "The length of time after a client's connections have closed before expiring the client's persistence to a server. Allowed values are 1-720. Unit is MIN. Default value when not specified in API or module is interpreted by ALB Controller as 5.",
"maximum": 720,
"minimum": 1,
"required": false,
"title": "Ip persistent timeout",
"type": "integer"
}
},
"title": "IPPersistenceProfile",
"type": "object"
}