NSX-T Data Center REST API
ALBSSLProfileSelector (type)
{
"additionalProperties": false,
"description": "Advanced load balancer SSLProfileSelector object",
"id": "ALBSSLProfileSelector",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"client_ip_list": {
"$ref": "ALBIpAddrMatch,
"description": "Configure client IP address groups.",
"required": true,
"title": "Client ip list"
},
"ssl_profile_path": {
"description": "SSL profile for the client IP addresses listed. It is a reference to an object of type SSLProfile.",
"required": true,
"title": "Ssl profile path",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"ALBVirtualService"
],
"relationshipType": "ALB_VIRTUALSERVICE_ALB_SSLPROFILE_RELATIONSHIP",
"rightType": [
"ALBSSLProfile"
]
}
]
}
},
"title": "SSLProfileSelector",
"type": "object"
}