DBMS_CLOUD_OCI_OV_ESXI_HOST_CREATE_ESXI_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_esxi_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_create_esxi_host_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_OV_ESXI_HOST_DELETE_ESXI_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_esxi_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_delete_esxi_host_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_OV_ESXI_HOST_GET_ESXI_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_esxi_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_get_esxi_host_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ocvp_esxi_host_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_esxi_host
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OV_ESXI_HOST_INPLACE_UPGRADE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the inplace_upgrade request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_inplace_upgrade_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_OV_ESXI_HOST_LIST_ESXI_HOSTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_esxi_hosts request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_list_esxi_hosts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ocvp_esxi_host_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_esxi_hosts
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OV_ESXI_HOST_REPLACE_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the replace_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_replace_host_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_OV_ESXI_HOST_SWAP_BILLING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the swap_billing request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_swap_billing_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_OV_ESXI_HOST_UPDATE_ESXI_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_esxi_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ov_esxi_host_update_esxi_host_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ocvp_esxi_host_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;