ApiSpecificationLoggingPolicies¶
-
class
oci.apigateway.models.
ApiSpecificationLoggingPolicies
(**kwargs)¶ Bases:
object
Policies controlling the pushing of logs to OCI Public Logging.
Methods
__init__
(**kwargs)Initializes a new ApiSpecificationLoggingPolicies object with values from keyword arguments. Attributes
access_log
Gets the access_log of this ApiSpecificationLoggingPolicies. execution_log
Gets the execution_log of this ApiSpecificationLoggingPolicies. -
__init__
(**kwargs)¶ Initializes a new ApiSpecificationLoggingPolicies object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - access_log (oci.apigateway.models.AccessLogPolicy) – The value to assign to the access_log property of this ApiSpecificationLoggingPolicies.
- execution_log (oci.apigateway.models.ExecutionLogPolicy) – The value to assign to the execution_log property of this ApiSpecificationLoggingPolicies.
-
access_log
¶ Gets the access_log of this ApiSpecificationLoggingPolicies.
Returns: The access_log of this ApiSpecificationLoggingPolicies. Return type: oci.apigateway.models.AccessLogPolicy
-
execution_log
¶ Gets the execution_log of this ApiSpecificationLoggingPolicies.
Returns: The execution_log of this ApiSpecificationLoggingPolicies. Return type: oci.apigateway.models.ExecutionLogPolicy
-