Uses of Class
com.exoscale.sdk.model.IPAddressRateLimitingSettings
-
Packages that use IPAddressRateLimitingSettings Package Description com.exoscale.sdk.model -
-
Uses of IPAddressRateLimitingSettings in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return IPAddressRateLimitingSettings Modifier and Type Method Description IPAddressRateLimitingSettings
IPAddressRateLimitingSettings. allowedTries(Integer allowedTries)
IPAddressRateLimitingSettings
IPAddressRateLimitingSettings. blockExpirySeconds(Integer blockExpirySeconds)
IPAddressRateLimitingSettings
OpensearchSecurityPluginSettings. getIpRateLimiting()
Get ipRateLimitingIPAddressRateLimitingSettings
IPAddressRateLimitingSettings. maxBlockedClients(Integer maxBlockedClients)
IPAddressRateLimitingSettings
IPAddressRateLimitingSettings. maxTrackedClients(Integer maxTrackedClients)
IPAddressRateLimitingSettings
IPAddressRateLimitingSettings. timeWindowSeconds(Integer timeWindowSeconds)
IPAddressRateLimitingSettings
IPAddressRateLimitingSettings. type(IPAddressRateLimitingSettings.TypeEnum type)
Methods in com.exoscale.sdk.model with parameters of type IPAddressRateLimitingSettings Modifier and Type Method Description OpensearchSecurityPluginSettings
OpensearchSecurityPluginSettings. ipRateLimiting(IPAddressRateLimitingSettings ipRateLimiting)
void
OpensearchSecurityPluginSettings. setIpRateLimiting(IPAddressRateLimitingSettings ipRateLimiting)
-