Class ConnectionLogging
The connection logging feature allows logs to be delivered to a Cloud Files
account every hour. For HTTP-based protocol traffic, these are Apache-style
access logs. For all other traffic, this is connection and transfer logging.
-
OpenCloud\Common\Base
-
OpenCloud\Common\PersistentObject
-
OpenCloud\LoadBalancer\Resources\SubResource
-
OpenCloud\LoadBalancer\Resources\ConnectionLogging
Methods summary
public
HttpResponse
|
#
create( array $params = array() )
Creates a new object
Parameters
- $params
array $params array of values to set when creating the object
Returns
HttpResponse
Throws
VolumeCreateError if HTTP status is not Success
Api
Overrides
|
public
HttpResponse
|
#
delete( )
Deletes an object
Returns
HttpResponse
Throws
DeleteError if HTTP status is not Success
Api
Overrides
|
Methods inherited from OpenCloud\Common\PersistentObject
__construct(),
__set(),
action(),
checkExtension(),
createJson(),
createUrl(),
customAction(),
findLink(),
getParent(),
getService(),
id(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
noCreate(),
noDelete(),
noUpdate(),
parent(),
primaryKeyField(),
refresh(),
region(),
resourceName(),
service(),
setParent(),
setService(),
status(),
update(),
waitFor()
|