GoogleCloudApigeeV1AccessLoggingConfig class

Access logging configuration enables customers to ship the access logs from the tenant projects to their own project's cloud logging.

The feature is at the instance level ad disabled by default. It can be enabled during CreateInstance or UpdateInstance.

Properties

enabled bool?
Boolean flag that specifies whether the customer access log feature is enabled.
getter/setter pair
filter String?
Ship the access log entries that match the status_code defined in the filter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited