Roving Edge Infrastructure Bundle Types

DBMS_CLOUD_OCI_RV_ROVER_BUNDLE_LIST_ROVER_CLUSTER_ROVER_BUNDLE_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_rover_cluster_rover_bundle_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_BUNDLE_LIST_ROVER_NODE_ROVER_BUNDLE_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_rover_node_rover_bundle_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_RV_ROVER_BUNDLE_REQUEST_BUNDLE_ROVER_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_bundle_request_bundle_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_BUNDLE_REQUEST_BUNDLE_ROVER_NODE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_bundle_request_bundle_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_BUNDLE_RETRIEVE_AVAILABLE_BUNDLE_VERSIONS_ROVER_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of retrieve_available_bundle_versions_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_BUNDLE_RETRIEVE_AVAILABLE_BUNDLE_VERSIONS_ROVER_NODE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of retrieve_available_bundle_versions_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_BUNDLE_RETRIEVE_BUNDLE_STATUS_ROVER_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of retrieve_bundle_status_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_BUNDLE_RETRIEVE_BUNDLE_STATUS_ROVER_NODE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of retrieve_bundle_status_rover_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer