Functions

oci.functions.FunctionsInvokeClient API for the Functions service.
oci.functions.FunctionsManagementClient API for the Functions service.
oci.functions.FunctionsInvokeClientCompositeOperations This class provides a wrapper around FunctionsInvokeClient and offers convenience methods for operations that would otherwise need to be chained together.
oci.functions.FunctionsManagementClientCompositeOperations This class provides a wrapper around FunctionsManagementClient and offers convenience methods for operations that would otherwise need to be chained together.

Models

oci.functions.models.Application An application contains functions and defined attributes shared between those functions, such as network configuration and configuration.
oci.functions.models.ApplicationSummary Summary of an application.
oci.functions.models.ApplicationTraceConfig Define the tracing configuration for an application.
oci.functions.models.ChangeApplicationCompartmentDetails Properties to change the compartment of an application.
oci.functions.models.ConstantProvisionedConcurrencyConfig Configuration specifying a constant amount of provisioned concurrency.
oci.functions.models.CreateApplicationDetails Properties for a new application.
oci.functions.models.CreateFunctionDetails Properties to create a new function.
oci.functions.models.Function A function resource defines the code (Docker image) and configuration for a specific function.
oci.functions.models.FunctionProvisionedConcurrencyConfig Define the strategy for provisioned concurrency for the function.
oci.functions.models.FunctionSummary Summary of a function.
oci.functions.models.FunctionTraceConfig Define the tracing configuration for a function.
oci.functions.models.ImagePolicyConfig Define the image signature verification policy for an application.
oci.functions.models.KeyDetails The properties that define the kms keys used by Functions for Image Signature verification.
oci.functions.models.NoneProvisionedConcurrencyConfig Configuration specifying no provisioned concurrency
oci.functions.models.UpdateApplicationDetails Properties to update an application.
oci.functions.models.UpdateFunctionDetails Updates attributes of a function.