Roving Edge Infrastructure Node Types

DBMS_CLOUD_OCI_RV_ROVER_NODE_CHANGE_ROVER_NODE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_rover_node_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_change_rover_node_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_NODE_CREATE_ROVER_NODE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_rover_node request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_create_rover_node_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_rover_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_DELETE_ROVER_NODE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_rover_node request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_delete_rover_node_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_NODE_GET_ROVER_NODE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_rover_node request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_get_rover_node_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_rover_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_GET_ROVER_NODE_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_rover_node_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_get_rover_node_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_certificate_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_rover_node_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_NODE_GET_ROVER_NODE_ENCRYPTION_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_rover_node_encryption_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_get_rover_node_encryption_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_encryption_key_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_rover_node_encryption_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_GET_ROVER_NODE_GET_RPT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_rover_node_get_rpt request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_get_rover_node_get_rpt_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_get_rpt_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_rover_node_get_rpt

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_LIST_ROVER_NODES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_rover_nodes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_list_rover_nodes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_rover_nodes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_ROVER_NODE_ACTION_RETRIEVE_CA_BUNDLE_RESPONSE_T Type

Contains the response body, headers and the status code of the rover_node_action_retrieve_ca_bundle request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_rover_node_action_retrieve_ca_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_ca_bundle_response_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rover_node_action_retrieve_ca_bundle

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_ROVER_NODE_ACTION_SET_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the rover_node_action_set_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_rover_node_action_set_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_set_key_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rover_node_action_set_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_ROVER_NODE_GENERATE_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the rover_node_generate_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_rover_node_generate_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_generate_certificate_response_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rover_node_generate_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_NODE_ROVER_NODE_RENEW_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the rover_node_renew_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_rover_node_renew_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_renew_certificate_response_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rover_node_renew_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_NODE_ROVER_NODE_REPLACE_CERTIFICATE_AUTHORITY_RESPONSE_T Type

Contains the response body, headers and the status code of the rover_node_replace_certificate_authority request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_rover_node_replace_certificate_authority_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_replace_certificate_authority_response_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rover_node_replace_certificate_authority

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_NODE_ROVER_NODE_RETRIEVE_LEAF_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the rover_node_retrieve_leaf_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_rover_node_retrieve_leaf_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_leaf_certificate_response_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of rover_node_retrieve_leaf_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_NODE_UPDATE_ROVER_NODE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_rover_node request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_node_update_rover_node_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_rover_rover_node_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_rover_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer