public interface ConnectionApi
ConnectionAsyncApi
Modifier and Type | Method and Description |
---|---|
void |
createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle)
The connection throttling feature imposes limits on the number of connections per IP address to help mitigate
malicious or abusive traffic to your applications.
|
boolean |
deleteConnectionThrottle()
Delete connection throttle.
|
void |
disableConnectionLogging()
Disable logging connections.
|
void |
enableConnectionLogging()
Enable logging connections.
|
ConnectionThrottle |
getConnectionThrottle()
Get connection throttle.
|
boolean |
isConnectionLogging()
Determine if the load balancer is logging connections.
|
void createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle)
ConnectionThrottle getConnectionThrottle()
boolean deleteConnectionThrottle()
boolean isConnectionLogging()
void enableConnectionLogging()
void disableConnectionLogging()
Copyright © 2009-2013 jclouds. All Rights Reserved.