Versions in this module Expand all Collapse all v42 v42.1.0 Jun 22, 2021 v42.0.0 Jun 15, 2021 Changes in this version + type Application struct + CompartmentId *string + Config map[string]string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ApplicationLifecycleStateEnum + SubnetIds []string + SyslogUrl *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TraceConfig *ApplicationTraceConfig + func (m Application) String() string + type ApplicationLifecycleStateEnum string + const ApplicationLifecycleStateActive + const ApplicationLifecycleStateCreating + const ApplicationLifecycleStateDeleted + const ApplicationLifecycleStateDeleting + const ApplicationLifecycleStateFailed + const ApplicationLifecycleStateInactive + const ApplicationLifecycleStateUpdating + func GetApplicationLifecycleStateEnumValues() []ApplicationLifecycleStateEnum + type ApplicationSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ApplicationLifecycleStateEnum + SubnetIds []string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TraceConfig *ApplicationTraceConfig + func (m ApplicationSummary) String() string + type ApplicationTraceConfig struct + DomainId *string + IsEnabled *bool + func (m ApplicationTraceConfig) String() string + type ChangeApplicationCompartmentDetails struct + CompartmentId *string + func (m ChangeApplicationCompartmentDetails) String() string + type ChangeApplicationCompartmentRequest struct + ApplicationId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ChangeApplicationCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeApplicationCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeApplicationCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeApplicationCompartmentRequest) String() string + type ChangeApplicationCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeApplicationCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeApplicationCompartmentResponse) String() string + type CreateApplicationDetails struct + CompartmentId *string + Config map[string]string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + SubnetIds []string + SyslogUrl *string + TraceConfig *ApplicationTraceConfig + func (m CreateApplicationDetails) String() string + type CreateApplicationRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CreateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request CreateApplicationRequest) String() string + type CreateApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateApplicationResponse) HTTPResponse() *http.Response + func (response CreateApplicationResponse) String() string + type CreateFunctionDetails struct + ApplicationId *string + Config map[string]string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Image *string + ImageDigest *string + MemoryInMBs *int64 + TimeoutInSeconds *int + TraceConfig *FunctionTraceConfig + func (m CreateFunctionDetails) String() string + type CreateFunctionRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CreateFunctionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateFunctionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateFunctionRequest) RetryPolicy() *common.RetryPolicy + func (request CreateFunctionRequest) String() string + type CreateFunctionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateFunctionResponse) HTTPResponse() *http.Response + func (response CreateFunctionResponse) String() string + type DeleteApplicationRequest struct + ApplicationId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteApplicationRequest) String() string + type DeleteApplicationResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteApplicationResponse) HTTPResponse() *http.Response + func (response DeleteApplicationResponse) String() string + type DeleteFunctionRequest struct + FunctionId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteFunctionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteFunctionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteFunctionRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteFunctionRequest) String() string + type DeleteFunctionResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteFunctionResponse) HTTPResponse() *http.Response + func (response DeleteFunctionResponse) String() string + type Function struct + ApplicationId *string + CompartmentId *string + Config map[string]string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + Image *string + ImageDigest *string + InvokeEndpoint *string + LifecycleState FunctionLifecycleStateEnum + MemoryInMBs *int64 + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TimeoutInSeconds *int + TraceConfig *FunctionTraceConfig + func (m Function) String() string + type FunctionLifecycleStateEnum string + const FunctionLifecycleStateActive + const FunctionLifecycleStateCreating + const FunctionLifecycleStateDeleted + const FunctionLifecycleStateDeleting + const FunctionLifecycleStateFailed + const FunctionLifecycleStateInactive + const FunctionLifecycleStateUpdating + func GetFunctionLifecycleStateEnumValues() []FunctionLifecycleStateEnum + type FunctionSummary struct + ApplicationId *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + Image *string + ImageDigest *string + InvokeEndpoint *string + LifecycleState FunctionLifecycleStateEnum + MemoryInMBs *int64 + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TimeoutInSeconds *int + TraceConfig *FunctionTraceConfig + func (m FunctionSummary) String() string + type FunctionTraceConfig struct + IsEnabled *bool + func (m FunctionTraceConfig) String() string + type FunctionsInvokeClient struct + func NewFunctionsInvokeClientWithConfigurationProvider(configProvider common.ConfigurationProvider, endpoint string) (client FunctionsInvokeClient, err error) + func NewFunctionsInvokeClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string, endpoint string) (client FunctionsInvokeClient, err error) + func (client *FunctionsInvokeClient) ConfigurationProvider() *common.ConfigurationProvider + func (client FunctionsInvokeClient) InvokeFunction(ctx context.Context, request InvokeFunctionRequest) (response InvokeFunctionResponse, err error) + type FunctionsManagementClient struct + func NewFunctionsManagementClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client FunctionsManagementClient, err error) + func NewFunctionsManagementClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client FunctionsManagementClient, err error) + func (client *FunctionsManagementClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *FunctionsManagementClient) SetRegion(region string) + func (client FunctionsManagementClient) ChangeApplicationCompartment(ctx context.Context, request ChangeApplicationCompartmentRequest) (response ChangeApplicationCompartmentResponse, err error) + func (client FunctionsManagementClient) CreateApplication(ctx context.Context, request CreateApplicationRequest) (response CreateApplicationResponse, err error) + func (client FunctionsManagementClient) CreateFunction(ctx context.Context, request CreateFunctionRequest) (response CreateFunctionResponse, err error) + func (client FunctionsManagementClient) DeleteApplication(ctx context.Context, request DeleteApplicationRequest) (response DeleteApplicationResponse, err error) + func (client FunctionsManagementClient) DeleteFunction(ctx context.Context, request DeleteFunctionRequest) (response DeleteFunctionResponse, err error) + func (client FunctionsManagementClient) GetApplication(ctx context.Context, request GetApplicationRequest) (response GetApplicationResponse, err error) + func (client FunctionsManagementClient) GetFunction(ctx context.Context, request GetFunctionRequest) (response GetFunctionResponse, err error) + func (client FunctionsManagementClient) ListApplications(ctx context.Context, request ListApplicationsRequest) (response ListApplicationsResponse, err error) + func (client FunctionsManagementClient) ListFunctions(ctx context.Context, request ListFunctionsRequest) (response ListFunctionsResponse, err error) + func (client FunctionsManagementClient) UpdateApplication(ctx context.Context, request UpdateApplicationRequest) (response UpdateApplicationResponse, err error) + func (client FunctionsManagementClient) UpdateFunction(ctx context.Context, request UpdateFunctionRequest) (response UpdateFunctionResponse, err error) + type GetApplicationRequest struct + ApplicationId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request GetApplicationRequest) String() string + type GetApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetApplicationResponse) HTTPResponse() *http.Response + func (response GetApplicationResponse) String() string + type GetFunctionRequest struct + FunctionId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetFunctionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetFunctionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetFunctionRequest) RetryPolicy() *common.RetryPolicy + func (request GetFunctionRequest) String() string + type GetFunctionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetFunctionResponse) HTTPResponse() *http.Response + func (response GetFunctionResponse) String() string + type InvokeFunctionFnIntentEnum string + const InvokeFunctionFnIntentCloudevent + const InvokeFunctionFnIntentHttprequest + func GetInvokeFunctionFnIntentEnumValues() []InvokeFunctionFnIntentEnum + type InvokeFunctionFnInvokeTypeEnum string + const InvokeFunctionFnInvokeTypeDetached + const InvokeFunctionFnInvokeTypeSync + func GetInvokeFunctionFnInvokeTypeEnumValues() []InvokeFunctionFnInvokeTypeEnum + type InvokeFunctionRequest struct + FnIntent InvokeFunctionFnIntentEnum + FnInvokeType InvokeFunctionFnInvokeTypeEnum + FunctionId *string + InvokeFunctionBody io.ReadCloser + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request InvokeFunctionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request InvokeFunctionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request InvokeFunctionRequest) RetryPolicy() *common.RetryPolicy + func (request InvokeFunctionRequest) String() string + type InvokeFunctionResponse struct + Content io.ReadCloser + OpcRequestId *string + RawResponse *http.Response + func (response InvokeFunctionResponse) HTTPResponse() *http.Response + func (response InvokeFunctionResponse) String() string + type ListApplicationsRequest struct + CompartmentId *string + DisplayName *string + Id *string + LifecycleState ApplicationLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListApplicationsSortByEnum + SortOrder ListApplicationsSortOrderEnum + func (request ListApplicationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListApplicationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListApplicationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListApplicationsRequest) String() string + type ListApplicationsResponse struct + Items []ApplicationSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListApplicationsResponse) HTTPResponse() *http.Response + func (response ListApplicationsResponse) String() string + type ListApplicationsSortByEnum string + const ListApplicationsSortByDisplayname + const ListApplicationsSortById + const ListApplicationsSortByTimecreated + func GetListApplicationsSortByEnumValues() []ListApplicationsSortByEnum + type ListApplicationsSortOrderEnum string + const ListApplicationsSortOrderAsc + const ListApplicationsSortOrderDesc + func GetListApplicationsSortOrderEnumValues() []ListApplicationsSortOrderEnum + type ListFunctionsRequest struct + ApplicationId *string + DisplayName *string + Id *string + LifecycleState FunctionLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListFunctionsSortByEnum + SortOrder ListFunctionsSortOrderEnum + func (request ListFunctionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListFunctionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListFunctionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListFunctionsRequest) String() string + type ListFunctionsResponse struct + Items []FunctionSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListFunctionsResponse) HTTPResponse() *http.Response + func (response ListFunctionsResponse) String() string + type ListFunctionsSortByEnum string + const ListFunctionsSortByDisplayname + const ListFunctionsSortById + const ListFunctionsSortByTimecreated + func GetListFunctionsSortByEnumValues() []ListFunctionsSortByEnum + type ListFunctionsSortOrderEnum string + const ListFunctionsSortOrderAsc + const ListFunctionsSortOrderDesc + func GetListFunctionsSortOrderEnumValues() []ListFunctionsSortOrderEnum + type UpdateApplicationDetails struct + Config map[string]string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + SyslogUrl *string + TraceConfig *ApplicationTraceConfig + func (m UpdateApplicationDetails) String() string + type UpdateApplicationRequest struct + ApplicationId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateApplicationRequest) String() string + type UpdateApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateApplicationResponse) HTTPResponse() *http.Response + func (response UpdateApplicationResponse) String() string + type UpdateFunctionDetails struct + Config map[string]string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + Image *string + ImageDigest *string + MemoryInMBs *int64 + TimeoutInSeconds *int + TraceConfig *FunctionTraceConfig + func (m UpdateFunctionDetails) String() string + type UpdateFunctionRequest struct + FunctionId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateFunctionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateFunctionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateFunctionRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateFunctionRequest) String() string + type UpdateFunctionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateFunctionResponse) HTTPResponse() *http.Response + func (response UpdateFunctionResponse) String() string Other modules containing this package github.com/oracle/oci-go-sdk github.com/oracle/oci-go-sdk/v25 github.com/oracle/oci-go-sdk/v26 github.com/oracle/oci-go-sdk/v27 github.com/oracle/oci-go-sdk/v28 github.com/oracle/oci-go-sdk/v29 github.com/oracle/oci-go-sdk/v30 github.com/oracle/oci-go-sdk/v31 github.com/oracle/oci-go-sdk/v32 github.com/oracle/oci-go-sdk/v33 github.com/oracle/oci-go-sdk/v34 github.com/oracle/oci-go-sdk/v35 github.com/oracle/oci-go-sdk/v36 github.com/oracle/oci-go-sdk/v37 github.com/oracle/oci-go-sdk/v38 github.com/oracle/oci-go-sdk/v39 github.com/oracle/oci-go-sdk/v40 github.com/oracle/oci-go-sdk/v41 github.com/oracle/oci-go-sdk/v43 github.com/oracle/oci-go-sdk/v44 github.com/oracle/oci-go-sdk/v45 github.com/oracle/oci-go-sdk/v46 github.com/oracle/oci-go-sdk/v47 github.com/oracle/oci-go-sdk/v48 github.com/oracle/oci-go-sdk/v49 github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v54 github.com/oracle/oci-go-sdk/v55 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65