| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBOCSPConfig.Builder |
ALBOCSPConfig.Builder.setFailedOcspJobsRetryInterval(java.lang.Long failedOcspJobsRetryInterval)
Describes the Time Interval after which the next OCSP job needs to be scheduled
in case of the OCSP job failures.
|
ALBOCSPConfig.Builder |
ALBOCSPConfig.Builder.setMaxTries(java.lang.Long maxTries)
Maximum number of times the failed OCSP jobs can be scheduled.
|
ALBOCSPConfig.Builder |
ALBOCSPConfig.Builder.setOcspReqInterval(java.lang.Long ocspReqInterval)
Interval between the OCSP queries.
|
ALBOCSPConfig.Builder |
ALBOCSPConfig.Builder.setOcspRespTimeout(java.lang.Long ocspRespTimeout)
Time in seconds that the system waits for a reply from the OCSP responder before
dropping the connection.
|
ALBOCSPConfig.Builder |
ALBOCSPConfig.Builder.setResponderUrlLists(java.util.List<java.lang.String> responderUrlLists)
List of Responder URLs configured by user to do failover/override the AIA
extension contained in the OCSP responder's SSL/TLS certificate.
|
ALBOCSPConfig.Builder |
ALBOCSPConfig.Builder.setUrlAction(java.lang.String urlAction)
Possible values are:
ALBOCSPConfig.URL_ACTION_FAILOVER
ALBOCSPConfig.URL_ACTION_OVERRIDE
Describes the type of action to take with the Responder URLs. |