License Manager Types

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_BULK_UPLOAD_LICENSE_RECORDS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of bulk_upload_license_records

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_CREATE_LICENSE_RECORD_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_license_record

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_CREATE_PRODUCT_LICENSE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_product_license

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_DELETE_LICENSE_RECORD_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lim_license_manager_delete_license_record_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_LIM_LICENSE_MANAGER_DELETE_PRODUCT_LICENSE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lim_license_manager_delete_product_license_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_LIM_LICENSE_MANAGER_GET_BULK_UPLOAD_TEMPLATE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_bulk_upload_template

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_GET_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_GET_LICENSE_METRIC_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_license_metric

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_GET_LICENSE_RECORD_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_license_record

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_GET_PRODUCT_LICENSE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_product_license

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_LIST_LICENSE_RECORDS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_license_records

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_LIST_PRODUCT_LICENSE_CONSUMERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_product_license_consumers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_LIST_PRODUCT_LICENSES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_product_licenses

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_LIST_TOP_UTILIZED_PRODUCT_LICENSES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_top_utilized_product_licenses

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_LIST_TOP_UTILIZED_RESOURCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_top_utilized_resources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_UPDATE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_UPDATE_LICENSE_RECORD_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_license_record

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER_UPDATE_PRODUCT_LICENSE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_product_license

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer