Class | Description |
---|---|
Application |
An application contains functions and defined attributes shared between those functions, such as
network configuration and configuration.
|
Application.Builder | |
ApplicationSummary |
Summary of an application.
|
ApplicationSummary.Builder | |
ApplicationTraceConfig |
Define the tracing configuration for an application.
|
ApplicationTraceConfig.Builder | |
ChangeApplicationCompartmentDetails |
Properties to change the compartment of an application.
|
ChangeApplicationCompartmentDetails.Builder | |
ConfigDetails |
Details about the required and optional Function configurations needed for proper performance of
the PBF.
|
ConfigDetails.Builder | |
ConstantProvisionedConcurrencyConfig |
Configuration specifying a constant amount of provisioned concurrency.
|
ConstantProvisionedConcurrencyConfig.Builder | |
CreateApplicationDetails |
Properties for a new application.
|
CreateApplicationDetails.Builder | |
CreateFunctionDetails |
Properties to create a new function.
|
CreateFunctionDetails.Builder | |
Function |
A function resource defines the code (Docker image) and configuration for a specific function.
|
Function.Builder | |
FunctionProvisionedConcurrencyConfig |
Define the strategy for provisioned concurrency for the function.
|
FunctionSourceDetails |
The source details for the Function.
|
FunctionSummary |
Summary of a function.
|
FunctionSummary.Builder | |
FunctionTraceConfig |
Define the tracing configuration for a function.
|
FunctionTraceConfig.Builder | |
ImagePolicyConfig |
Define the image signature verification policy for an application.
|
ImagePolicyConfig.Builder | |
KeyDetails |
The properties that define the kms keys used by Functions for Image Signature verification.
|
KeyDetails.Builder | |
NoneProvisionedConcurrencyConfig |
Configuration specifying no provisioned concurrency
Note: Objects should always be created or deserialized using the NoneProvisionedConcurrencyConfig.Builder . |
NoneProvisionedConcurrencyConfig.Builder | |
PbfListing |
PbfListing resources provide details about the available PBFs for consumption by the user.
|
PbfListing.Builder | |
PbfListingsCollection |
Results of a PbfListing search.
|
PbfListingsCollection.Builder | |
PbfListingSummary |
Summary of the PbfListing.
|
PbfListingSummary.Builder | |
PbfListingVersion |
This represents a version of a PbfListing.
|
PbfListingVersion.Builder | |
PbfListingVersionsCollection |
Results of a PbfListingVersion search.
|
PbfListingVersionsCollection.Builder | |
PbfListingVersionSummary |
Summary of the PbfListingVersion.
|
PbfListingVersionSummary.Builder | |
PolicyDetails |
A policy required for this PBF execution.
|
PolicyDetails.Builder | |
PreBuiltFunctionSourceDetails |
The source of the Function which is based on a Pre-Built Function Listing (PbfListing).
|
PreBuiltFunctionSourceDetails.Builder | |
PublisherDetails |
Contains details about the publisher of this PBF Listing.
|
PublisherDetails.Builder | |
RequirementDetails |
Minimum memory required by this PBF.
|
RequirementDetails.Builder | |
Trigger |
PBF specific triggers for activating a PBF.
|
Trigger.Builder | |
TriggersCollection |
Results of a Trigger search.
|
TriggersCollection.Builder | |
TriggerSummary |
Summary of the Trigger.
|
TriggerSummary.Builder | |
UpdateApplicationDetails |
Properties to update an application.
|
UpdateApplicationDetails.Builder | |
UpdateFunctionDetails |
Updates attributes of a function.
|
UpdateFunctionDetails.Builder |
Enum | Description |
---|---|
Application.LifecycleState |
The current state of the application.
|
Application.Shape |
Valid values are
GENERIC_X86 , GENERIC_ARM and GENERIC_X86_ARM . |
ApplicationSummary.Shape |
Valid values are
GENERIC_X86 , GENERIC_ARM and GENERIC_X86_ARM . |
CreateApplicationDetails.Shape |
Valid values are
GENERIC_X86 , GENERIC_ARM and GENERIC_X86_ARM . |
Function.LifecycleState |
The current state of the function.
|
Function.Shape |
The processor shape (
GENERIC_X86 /GENERIC_ARM ) on which to run functions in
the application, extracted from the image manifest. |
FunctionProvisionedConcurrencyConfig.Strategy |
The strategy for provisioned concurrency to be used.
|
FunctionSourceDetails.SourceType |
Type of the Function Source.
|
FunctionSummary.Shape |
The processor shape (
GENERIC_X86 /GENERIC_ARM ) on which to run functions in
the application, extracted from the image manifest. |
PbfListing.LifecycleState |
The current state of the PBF resource.
|
PbfListingVersion.LifecycleState |
The current state of the PBF resource.
|
Copyright © 2016–2024. All rights reserved.