DBMS_CLOUD_OCI_RV_ROVER_CLUSTER_CHANGE_ROVER_CLUSTER_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_rover_cluster_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_change_rover_cluster_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_RV_ROVER_CLUSTER_CREATE_ROVER_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_rover_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_create_rover_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_cluster_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_rover_cluster
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_CLUSTER_DELETE_ROVER_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_rover_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_delete_rover_cluster_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_RV_ROVER_CLUSTER_GET_ROVER_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_rover_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_get_rover_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_cluster_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_rover_cluster
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_CLUSTER_GET_ROVER_CLUSTER_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_rover_cluster_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_get_rover_cluster_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_cluster_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_rover_cluster_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_CLUSTER_LIST_ROVER_CLUSTERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_rover_clusters request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_list_rover_clusters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_cluster_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_rover_clusters
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_CLUSTER_REQUEST_ADDITIONAL_NODES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_additional_nodes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_request_additional_nodes_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_RV_ROVER_CLUSTER_UPDATE_ROVER_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_rover_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_cluster_update_rover_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_cluster_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;