Service Mesh Types

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CANCEL_WORK_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_cancel_work_request_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_SVM_SERVICE_MESH_CHANGE_ACCESS_POLICY_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_access_policy_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_SVM_SERVICE_MESH_CHANGE_INGRESS_GATEWAY_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_ingress_gateway_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_SVM_SERVICE_MESH_CHANGE_INGRESS_GATEWAY_ROUTE_TABLE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_ingress_gateway_route_table_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_SVM_SERVICE_MESH_CHANGE_MESH_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_mesh_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_SVM_SERVICE_MESH_CHANGE_VIRTUAL_DEPLOYMENT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_virtual_deployment_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_SVM_SERVICE_MESH_CHANGE_VIRTUAL_SERVICE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_virtual_service_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_SVM_SERVICE_MESH_CHANGE_VIRTUAL_SERVICE_ROUTE_TABLE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_change_virtual_service_route_table_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_SVM_SERVICE_MESH_CREATE_ACCESS_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_access_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CREATE_INGRESS_GATEWAY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_ingress_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CREATE_INGRESS_GATEWAY_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_ingress_gateway_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CREATE_MESH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_mesh

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CREATE_VIRTUAL_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_virtual_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CREATE_VIRTUAL_SERVICE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_virtual_service

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_CREATE_VIRTUAL_SERVICE_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_virtual_service_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_DELETE_ACCESS_POLICY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_access_policy_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_SVM_SERVICE_MESH_DELETE_INGRESS_GATEWAY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_ingress_gateway_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_SVM_SERVICE_MESH_DELETE_INGRESS_GATEWAY_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_ingress_gateway_route_table_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_SVM_SERVICE_MESH_DELETE_MESH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_mesh_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_SVM_SERVICE_MESH_DELETE_VIRTUAL_DEPLOYMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_virtual_deployment_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_SVM_SERVICE_MESH_DELETE_VIRTUAL_SERVICE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_virtual_service_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_SVM_SERVICE_MESH_DELETE_VIRTUAL_SERVICE_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_delete_virtual_service_route_table_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_SVM_SERVICE_MESH_GET_ACCESS_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_access_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_INGRESS_GATEWAY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_ingress_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_INGRESS_GATEWAY_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_ingress_gateway_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_MESH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_mesh

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_PROXY_DETAILS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_proxy_details

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_VIRTUAL_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_virtual_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_VIRTUAL_SERVICE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_virtual_service

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_GET_VIRTUAL_SERVICE_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_virtual_service_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_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_svm_service_mesh_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_mesh_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_SVM_SERVICE_MESH_LIST_ACCESS_POLICIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_access_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_LIST_INGRESS_GATEWAY_ROUTE_TABLES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_ingress_gateway_route_tables

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_LIST_INGRESS_GATEWAYS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_ingress_gateways

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_LIST_MESHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_meshes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_LIST_VIRTUAL_DEPLOYMENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_virtual_deployments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_LIST_VIRTUAL_SERVICE_ROUTE_TABLES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_virtual_service_route_tables

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_LIST_VIRTUAL_SERVICES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_virtual_services

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVM_SERVICE_MESH_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_svm_service_mesh_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_mesh_work_request_error_collection_t,
  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_SVM_SERVICE_MESH_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_svm_service_mesh_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_mesh_work_request_log_entry_collection_t,
  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_SVM_SERVICE_MESH_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_svm_service_mesh_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_mesh_work_request_collection_t,
  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_SVM_SERVICE_MESH_UPDATE_ACCESS_POLICY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_access_policy_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_SVM_SERVICE_MESH_UPDATE_INGRESS_GATEWAY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_ingress_gateway_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_SVM_SERVICE_MESH_UPDATE_INGRESS_GATEWAY_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_ingress_gateway_route_table_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_SVM_SERVICE_MESH_UPDATE_MESH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_mesh_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_SVM_SERVICE_MESH_UPDATE_VIRTUAL_DEPLOYMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_virtual_deployment_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_SVM_SERVICE_MESH_UPDATE_VIRTUAL_SERVICE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_virtual_service_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_SVM_SERVICE_MESH_UPDATE_VIRTUAL_SERVICE_ROUTE_TABLE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svm_service_mesh_update_virtual_service_route_table_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