NSX-T Data Center REST API
ALBSSLKeyRSAParams (type)
{
"additionalProperties": false,
"description": "Advanced load balancer SSLKeyRSAParams object",
"id": "ALBSSLKeyRSAParams",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"exponent": {
"default": 65537,
"description": "Number of exponent. Default value when not specified in API or module is interpreted by ALB Controller as 65537.",
"required": false,
"title": "Exponent",
"type": "integer"
},
"key_size": {
"$ref": "ALBSSLRSAKeySize,
"default": "SSL_KEY_2048_BITS",
"description": "Enum options - SSL_KEY_1024_BITS, SSL_KEY_2048_BITS, SSL_KEY_3072_BITS, SSL_KEY_4096_BITS. Default value when not specified in API or module is interpreted by ALB Controller as SSL_KEY_2048_BITS.",
"required": false,
"title": "Key size"
}
},
"title": "SSLKeyRSAParams",
"type": "object"
}