# Functions
GetApplicationLifecycleStateEnumValues Enumerates the set of values for ApplicationLifecycleStateEnum.
GetFunctionLifecycleStateEnumValues Enumerates the set of values for FunctionLifecycleStateEnum.
GetInvokeFunctionFnIntentEnumValues Enumerates the set of values for InvokeFunctionFnIntentEnum.
GetInvokeFunctionFnInvokeTypeEnumValues Enumerates the set of values for InvokeFunctionFnInvokeTypeEnum.
GetListApplicationsSortByEnumValues Enumerates the set of values for ListApplicationsSortByEnum.
GetListApplicationsSortOrderEnumValues Enumerates the set of values for ListApplicationsSortOrderEnum.
GetListFunctionsSortByEnumValues Enumerates the set of values for ListFunctionsSortByEnum.
GetListFunctionsSortOrderEnumValues Enumerates the set of values for ListFunctionsSortOrderEnum.
NewFunctionsInvokeClientWithConfigurationProvider Creates a new default FunctionsInvoke client with the given configuration provider.
NewFunctionsInvokeClientWithOboToken Creates a new default FunctionsInvoke client with the given configuration provider.
NewFunctionsManagementClientWithConfigurationProvider Creates a new default FunctionsManagement client with the given configuration provider.
NewFunctionsManagementClientWithOboToken Creates a new default FunctionsManagement client with the given configuration provider.
# Constants
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for ApplicationLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for FunctionLifecycleStateEnum.
Set of constants representing the allowable values for InvokeFunctionFnIntentEnum.
Set of constants representing the allowable values for InvokeFunctionFnIntentEnum.
Set of constants representing the allowable values for InvokeFunctionFnInvokeTypeEnum.
Set of constants representing the allowable values for InvokeFunctionFnInvokeTypeEnum.
Set of constants representing the allowable values for ListApplicationsSortByEnum.
Set of constants representing the allowable values for ListApplicationsSortByEnum.
Set of constants representing the allowable values for ListApplicationsSortByEnum.
Set of constants representing the allowable values for ListApplicationsSortOrderEnum.
Set of constants representing the allowable values for ListApplicationsSortOrderEnum.
Set of constants representing the allowable values for ListFunctionsSortByEnum.
Set of constants representing the allowable values for ListFunctionsSortByEnum.
Set of constants representing the allowable values for ListFunctionsSortByEnum.
Set of constants representing the allowable values for ListFunctionsSortOrderEnum.
Set of constants representing the allowable values for ListFunctionsSortOrderEnum.
# Structs
Application An application contains functions and defined attributes shared between those functions, such as network configuration and configuration.
ApplicationSummary Summary of an application.
ChangeApplicationCompartmentDetails Properties to change the compartment of an application.
ChangeApplicationCompartmentRequest wrapper for the ChangeApplicationCompartment operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/ChangeApplicationCompartment.go.html to see an example of how to use ChangeApplicationCompartmentRequest.
ChangeApplicationCompartmentResponse wrapper for the ChangeApplicationCompartment operation.
CreateApplicationDetails Properties for a new application.
CreateApplicationRequest wrapper for the CreateApplication operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/CreateApplication.go.html to see an example of how to use CreateApplicationRequest.
CreateApplicationResponse wrapper for the CreateApplication operation.
CreateFunctionDetails Properties to create a new function.
CreateFunctionRequest wrapper for the CreateFunction operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/CreateFunction.go.html to see an example of how to use CreateFunctionRequest.
CreateFunctionResponse wrapper for the CreateFunction operation.
DeleteApplicationRequest wrapper for the DeleteApplication operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/DeleteApplication.go.html to see an example of how to use DeleteApplicationRequest.
DeleteApplicationResponse wrapper for the DeleteApplication operation.
DeleteFunctionRequest wrapper for the DeleteFunction operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/DeleteFunction.go.html to see an example of how to use DeleteFunctionRequest.
DeleteFunctionResponse wrapper for the DeleteFunction operation.
Function A function resource defines the code (Docker image) and configuration for a specific function.
FunctionsInvokeClient a client for FunctionsInvoke.
FunctionsManagementClient a client for FunctionsManagement.
FunctionSummary Summary of a function.
GetApplicationRequest wrapper for the GetApplication operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/GetApplication.go.html to see an example of how to use GetApplicationRequest.
GetApplicationResponse wrapper for the GetApplication operation.
GetFunctionRequest wrapper for the GetFunction operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/GetFunction.go.html to see an example of how to use GetFunctionRequest.
GetFunctionResponse wrapper for the GetFunction operation.
InvokeFunctionRequest wrapper for the InvokeFunction operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/InvokeFunction.go.html to see an example of how to use InvokeFunctionRequest.
InvokeFunctionResponse wrapper for the InvokeFunction operation.
ListApplicationsRequest wrapper for the ListApplications operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/ListApplications.go.html to see an example of how to use ListApplicationsRequest.
ListApplicationsResponse wrapper for the ListApplications operation.
ListFunctionsRequest wrapper for the ListFunctions operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/ListFunctions.go.html to see an example of how to use ListFunctionsRequest.
ListFunctionsResponse wrapper for the ListFunctions operation.
UpdateApplicationDetails Properties to update an application.
UpdateApplicationRequest wrapper for the UpdateApplication operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/UpdateApplication.go.html to see an example of how to use UpdateApplicationRequest.
UpdateApplicationResponse wrapper for the UpdateApplication operation.
UpdateFunctionDetails Updates attributes of a function.
UpdateFunctionRequest wrapper for the UpdateFunction operation
See also
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/functions/UpdateFunction.go.html to see an example of how to use UpdateFunctionRequest.
UpdateFunctionResponse wrapper for the UpdateFunction operation.
# Type aliases
ApplicationLifecycleStateEnum Enum with underlying type: string.
FunctionLifecycleStateEnum Enum with underlying type: string.
InvokeFunctionFnIntentEnum Enum with underlying type: string.
InvokeFunctionFnInvokeTypeEnum Enum with underlying type: string.
ListApplicationsSortByEnum Enum with underlying type: string.
ListApplicationsSortOrderEnum Enum with underlying type: string.
ListFunctionsSortByEnum Enum with underlying type: string.
ListFunctionsSortOrderEnum Enum with underlying type: string.