Functions

oci.functions.FunctionsInvokeClient API for the Functions service.
oci.functions.FunctionsManagementClient API for the Functions service.
oci.functions.WorkRequestManagementClient 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.
oci.functions.WorkRequestManagementClientCompositeOperations This class provides a wrapper around WorkRequestManagementClient 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.ApplicationLoggingConfig Set logging configuration for an application.
oci.functions.models.ApplicationSummary Summary of an application.
oci.functions.models.ApplicationTraceConfig Define the tracing configuration for an application.
oci.functions.models.ArchiveFunctionSourceDetails Object capturing fields required for creating an archive based function.
oci.functions.models.ArchiveSourceDetails The details for the Archive source of the Function.
oci.functions.models.ChangeApplicationCompartmentDetails Properties to change the compartment of an application.
oci.functions.models.ConfigDetails Details about the required and optional Function configurations needed for proper performance of the PBF.
oci.functions.models.ConstantProvisionedConcurrencyConfig Configuration specifying a constant amount of provisioned concurrency.
oci.functions.models.ContainerImageFunctionSourceDetails Source details of a container image based function.
oci.functions.models.CreateApplicationDetails Properties for a new application.
oci.functions.models.CreateArchiveFunctionSourceDetails Source details for creating an archive‑based function.
oci.functions.models.CreateArchiveSourceDetails The details required to create an Archive-based function source.
oci.functions.models.CreateContainerImageFunctionSourceDetails Source details for creating a container image based function.
oci.functions.models.CreateDirectArchiveSourceDetails Source details for creating the archive based function from Direct Archive.
oci.functions.models.CreateFunctionDetails Properties to create a new function.
oci.functions.models.CreateFunctionSourceDetails The source details for creating the Function.
oci.functions.models.CreateFunctionUpdateRuntimeConfig FunctionsRuntime configuration for creating a function with ‘FUNCTION_UPDATE’ Runtime Update strategy.
oci.functions.models.CreateManualRuntimeConfig FunctionsRuntime configuration for creating a function with ‘MANUAL’ Runtime Update strategy.
oci.functions.models.CreateObjectStorageArchiveSourceDetails Source details for creating the archive based function from Object Storage.
oci.functions.models.CreatePreBuiltFunctionSourceDetails Source details for creating a function from a Pre‑Built Functions listing (PbfListing).
oci.functions.models.CreateRuntimeConfig FunctionsRuntime configuration used to create a function.
oci.functions.models.DirectArchiveSourceDetails The details for the Archive source of the Function from Direct Archive.
oci.functions.models.FailureDestinationDetails An object that represents the destination to which Oracle Functions will send an invocation record with the details of the error of the failed detached function invocation.
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.FunctionSourceDetails The source details 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.FunctionUpdateRuntimeConfig FunctionsRuntime configuration for a function with ‘FUNCTION_UPDATE’ Runtime Update strategy.
oci.functions.models.FunctionsRuntime FunctionsRuntime resources provide details about the available runtimes for consumption by the user.
oci.functions.models.FunctionsRuntimeCollection Results of a FunctionsRuntime search.
oci.functions.models.FunctionsRuntimeSummary Summary of the FunctionsRuntime.
oci.functions.models.FunctionsRuntimeVersion This represents a version of a FunctionsRuntime.
oci.functions.models.FunctionsRuntimeVersionCollection Results of a FunctionsRuntimeVersion search.
oci.functions.models.FunctionsRuntimeVersionSummary Summary of the FunctionsRuntimeVersion.
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.ManualRuntimeConfig FunctionsRuntime configuration for a function with ‘MANUAL’ Runtime Update strategy.
oci.functions.models.NoneFailureDestinationDetails Specifies no failure destination
oci.functions.models.NoneProvisionedConcurrencyConfig Configuration specifying no provisioned concurrency
oci.functions.models.NoneSuccessDestinationDetails Specifies no success destination
oci.functions.models.NotificationFailureDestinationDetails The destination topic in the Notifications service to which to send the response of the failed detached function invocation.
oci.functions.models.NotificationSuccessDestinationDetails The destination topic in the Notifications service to which to send the response of the successful detached function invocation.
oci.functions.models.ObjectStorageArchiveSourceDetails The details for the Archive source of the Function from Object Storage.
oci.functions.models.PbfListing PbfListing resources provide details about the available PBFs for consumption by the user.
oci.functions.models.PbfListingSummary Summary of the PbfListing.
oci.functions.models.PbfListingVersion This represents a version of a PbfListing.
oci.functions.models.PbfListingVersionSummary Summary of the PbfListingVersion.
oci.functions.models.PbfListingVersionsCollection Results of a PbfListingVersion search.
oci.functions.models.PbfListingsCollection Results of a PbfListing search.
oci.functions.models.PolicyDetails A policy required for this PBF execution.
oci.functions.models.PreBuiltFunctionSourceDetails The source of the Function which is based on a Pre-Built Function Listing (PbfListing).
oci.functions.models.PublisherDetails Contains details about the publisher of this PBF Listing.
oci.functions.models.QueueFailureDestinationDetails The destination queue or channel in the Queue service to which to send the response of the failed detached function invocation.
oci.functions.models.QueueSuccessDestinationDetails The destination queue or channel in the Queue service to which to send the response of the successful detached function invocation.
oci.functions.models.RequirementDetails Minimum memory required by this PBF.
oci.functions.models.RuntimeConfig FunctionsRuntime configuration for a function.
oci.functions.models.StreamFailureDestinationDetails The destination stream in the Streaming service to which to send the response of the failed detached function invocation.
oci.functions.models.StreamSuccessDestinationDetails The destination stream in the Streaming service to which to send the response of the successful detached function invocation.
oci.functions.models.SuccessDestinationDetails An object that represents the destination to which Oracle Functions will send an invocation record with the details of the successful detached function invocation.
oci.functions.models.Trigger PBF specific triggers for activating a PBF.
oci.functions.models.TriggerSummary Summary of the Trigger.
oci.functions.models.TriggersCollection Results of a Trigger search.
oci.functions.models.UpdateApplicationDetails Properties to update an application.
oci.functions.models.UpdateArchiveFunctionSourceDetails Source details for updating an archive‑based function.
oci.functions.models.UpdateArchiveSourceDetails Source details for updating an archive‑based function.
oci.functions.models.UpdateContainerImageFunctionSourceDetails Source details for updating a container image based function.
oci.functions.models.UpdateDirectArchiveSourceDetails Source details required for updating an archive based function from Direct Archive.
oci.functions.models.UpdateFunctionDetails Updates attributes of a function.
oci.functions.models.UpdateFunctionSourceDetails The source details for updating the Function.
oci.functions.models.UpdateFunctionUpdateRuntimeConfig FunctionsRuntime configuration for updating a function with ‘FUNCTION_UPDATE’ Runtime Update strategy.
oci.functions.models.UpdateManualRuntimeConfig FunctionsRuntime configuration for updating a function with ‘MANUAL’ Runtime Update strategy.
oci.functions.models.UpdateObjectStorageArchiveSourceDetails Source details required for updating an archive based function from Object Storage.
oci.functions.models.UpdateRuntimeConfig FunctionsRuntime configuration used to update a function.
oci.functions.models.WorkRequest An asynchronous work request.
oci.functions.models.WorkRequestError An error encountered while performing an operation that is tracked by a work request.
oci.functions.models.WorkRequestErrorCollection A list of work request errors.
oci.functions.models.WorkRequestLogEntry A log message from performing an operation that is tracked by a work request.
oci.functions.models.WorkRequestLogEntryCollection A list of work request logs.
oci.functions.models.WorkRequestResource A resource created or operated on by a work request.
oci.functions.models.WorkRequestSummary Summary information about an asynchronous work request.
oci.functions.models.WorkRequestSummaryCollection A list of work requests.