DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_CHANGE_APPLICATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_application_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_change_application_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_CREATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_create_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_CREATE_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_create_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_function_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_function
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_DELETE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_delete_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_DELETE_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_delete_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_GET_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_get_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_GET_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_get_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_function_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_function
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_GET_PBF_LISTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_pbf_listing request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_get_pbf_listing_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_pbf_listing_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_pbf_listing
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_GET_PBF_LISTING_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_pbf_listing_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_get_pbf_listing_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_pbf_listing_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_pbf_listing_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FUNCTIONS_APPLICATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_functions_application_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_functions_application_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_functions_application_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_LIST_APPLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_applications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_list_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_application_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_applications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FUNCTIONS_FUNCTION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_functions_function_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_functions_function_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_functions_function_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_LIST_FUNCTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_functions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_list_functions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_function_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_functions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_LIST_PBF_LISTING_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_pbf_listing_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_list_pbf_listing_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_pbf_listing_versions_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_pbf_listing_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_LIST_PBF_LISTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_pbf_listings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_list_pbf_listings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_pbf_listings_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_pbf_listings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_LIST_TRIGGERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_triggers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_list_triggers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_triggers_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_triggers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_UPDATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_update_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_application_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_application
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FNC_FUNCTIONS_MANAGEMENT_UPDATE_FUNCTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_management_update_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_functions_function_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;