Bastion Types

DBMS_CLOUD_OCI_BT_BASTION_CHANGE_BASTION_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bt_bastion_change_bastion_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_BT_BASTION_CREATE_BASTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_bastion

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BT_BASTION_CREATE_SESSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_session

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BT_BASTION_DELETE_BASTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bt_bastion_delete_bastion_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_BT_BASTION_DELETE_SESSION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bt_bastion_delete_session_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_BT_BASTION_GET_BASTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_bastion

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BT_BASTION_GET_SESSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_session

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BT_BASTION_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BASTION_BASTION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bastion_bastion_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bastion_bastion_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bastion_bastion_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BT_BASTION_LIST_BASTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_bastions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BASTION_SESSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bastion_session_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bastion_session_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bastion_session_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BT_BASTION_LIST_SESSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_sessions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BASTION_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_bastion_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bastion_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_bastion_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BT_BASTION_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BASTION_WORK_REQUEST_LOG_ENTRY_TBL Type

Nested table type of dbms_cloud_oci_bastion_work_request_log_entry_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bastion_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_bastion_work_request_log_entry_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BT_BASTION_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BASTION_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bastion_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bastion_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bastion_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BT_BASTION_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BT_BASTION_UPDATE_BASTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bt_bastion_update_bastion_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_BT_BASTION_UPDATE_SESSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_session

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer