Compute Cloud at Customer Functions

Package: DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER

CHANGE_CCC_INFRASTRUCTURE_COMPARTMENT Function

Moves a Compute Cloud@Customer infrastructure resource from one compartment to another.

Syntax

FUNCTION change_ccc_infrastructure_compartment (
  ccc_infrastructure_id varchar2,
  change_ccc_infrastructure_compartment_details dbms_cloud_oci_compute_cloud_at_customer_change_ccc_infrastructure_compartment_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_change_ccc_infrastructure_compartment_response_t;

Parameters

Parameter Description

ccc_infrastructure_id

(required) An OCID for a Compute Cloud@Customer Infrastructure.

change_ccc_infrastructure_compartment_details

(required) Details about the compartment change operation including the destination compartment specified by the resource OCID.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CHANGE_CCC_UPGRADE_SCHEDULE_COMPARTMENT Function

Moves a Compute Cloud@Customer upgrade schedule from one compartment to another using the specified OCID.

Syntax

FUNCTION change_ccc_upgrade_schedule_compartment (
  ccc_upgrade_schedule_id varchar2,
  change_ccc_upgrade_schedule_compartment_details dbms_cloud_oci_compute_cloud_at_customer_change_ccc_upgrade_schedule_compartment_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_change_ccc_upgrade_schedule_compartment_response_t;

Parameters

Parameter Description

ccc_upgrade_schedule_id

(required) Compute Cloud@Customer upgrade schedule OCID.

change_ccc_upgrade_schedule_compartment_details

(required) Details about the compartment change operation including the destination compartment specified by the resource OCID.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_CCC_INFRASTRUCTURE Function

Creates a Compute Cloud@Customer infrastructure. Once created, Oracle Services must connect the rack in the data center to this Oracle Cloud Infrastructure resource.

Syntax

FUNCTION create_ccc_infrastructure (
  create_ccc_infrastructure_details dbms_cloud_oci_compute_cloud_at_customer_create_ccc_infrastructure_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_create_ccc_infrastructure_response_t;

Parameters

Parameter Description

create_ccc_infrastructure_details

(required) Details for the new CccInfrastructure.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_CCC_UPGRADE_SCHEDULE Function

Creates a new Compute Cloud@Customer upgrade schedule.

Syntax

FUNCTION create_ccc_upgrade_schedule (
  create_ccc_upgrade_schedule_details dbms_cloud_oci_compute_cloud_at_customer_create_ccc_upgrade_schedule_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_create_ccc_upgrade_schedule_response_t;

Parameters

Parameter Description

create_ccc_upgrade_schedule_details

(required) Details for the new CCC Upgrade Schedule.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_CCC_INFRASTRUCTURE Function

Deletes a Compute Cloud@Customer infrastructure resource specified by the resource OCID.

Syntax

FUNCTION delete_ccc_infrastructure (
  ccc_infrastructure_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_delete_ccc_infrastructure_response_t;

Parameters

Parameter Description

ccc_infrastructure_id

(required) An OCID for a Compute Cloud@Customer Infrastructure.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_CCC_UPGRADE_SCHEDULE Function

Deletes a Compute Cloud@Customer upgrade schedule by the specified OCID.

Syntax

FUNCTION delete_ccc_upgrade_schedule (
  ccc_upgrade_schedule_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_delete_ccc_upgrade_schedule_response_t;

Parameters

Parameter Description

ccc_upgrade_schedule_id

(required) Compute Cloud@Customer upgrade schedule OCID.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_CCC_INFRASTRUCTURE Function

Gets a Compute Cloud@Customer infrastructure using the infrastructure OCID.

Syntax

FUNCTION get_ccc_infrastructure (
  ccc_infrastructure_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_get_ccc_infrastructure_response_t;

Parameters

Parameter Description

ccc_infrastructure_id

(required) An OCID for a Compute Cloud@Customer Infrastructure.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_CCC_UPGRADE_SCHEDULE Function

Gets a Compute Cloud@Customer upgrade schedule by the specified OCID.

Syntax

FUNCTION get_ccc_upgrade_schedule (
  ccc_upgrade_schedule_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_get_ccc_upgrade_schedule_response_t;

Parameters

Parameter Description

ccc_upgrade_schedule_id

(required) Compute Cloud@Customer upgrade schedule OCID.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_CCC_INFRASTRUCTURES Function

Returns a list of Compute Cloud@Customer infrastructures.

Syntax

FUNCTION list_ccc_infrastructures (
  compartment_id varchar2 DEFAULT NULL,
  compartment_id_in_subtree number DEFAULT NULL,
  access_level varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  display_name_contains varchar2 DEFAULT NULL,
  ccc_infrastructure_id varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_list_ccc_infrastructures_response_t;

Parameters

Parameter Description

compartment_id

(optional) The OCID of the compartment in which to list resources.

compartment_id_in_subtree

(optional) Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and sub-compartments in the tenancy are returned. Depends on the 'accessLevel' setting.

access_level

(optional) Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.

Allowed values are: 'RESTRICTED', 'ACCESSIBLE'

lifecycle_state

(optional) A filter used to return only resources that match the given lifecycleState.

display_name

(optional) A filter to return only resources that match the entire display name given.

display_name_contains

(optional) A filter to return only resources whose display name contains the substring.

ccc_infrastructure_id

(optional) An OCID for a Compute Cloud@Customer Infrastructure.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

sort_order

(optional) The sort order to use, either 'ASC' or 'DESC'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_CCC_UPGRADE_SCHEDULES Function

Returns a list of Compute Cloud@Customer upgrade schedules.

Syntax

FUNCTION list_ccc_upgrade_schedules (
  ccc_upgrade_schedule_id varchar2 DEFAULT NULL,
  compartment_id varchar2 DEFAULT NULL,
  compartment_id_in_subtree number DEFAULT NULL,
  access_level varchar2 DEFAULT NULL,
  lifecycle_state varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  display_name_contains varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_list_ccc_upgrade_schedules_response_t;

Parameters

Parameter Description

ccc_upgrade_schedule_id

(optional) Compute Cloud@Customer upgrade schedule OCID.

compartment_id

(optional) The OCID of the compartment in which to list resources.

compartment_id_in_subtree

(optional) Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and sub-compartments in the tenancy are returned. Depends on the 'accessLevel' setting.

access_level

(optional) Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.

Allowed values are: 'RESTRICTED', 'ACCESSIBLE'

lifecycle_state

(optional) A filter to return resources only when their lifecycleState matches the given lifecycleState.

display_name

(optional) A filter to return only resources that match the entire display name given.

display_name_contains

(optional) A filter to return only resources whose display name contains the substring.

limit

(optional) The maximum number of items to return.

page

(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.

sort_order

(optional) The sort order to use, either 'ASC' or 'DESC'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.

Allowed values are: 'timeCreated', 'displayName'

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_CCC_INFRASTRUCTURE Function

Updates Compute Cloud@Customer infrastructure resource.

Syntax

FUNCTION update_ccc_infrastructure (
  ccc_infrastructure_id varchar2,
  update_ccc_infrastructure_details dbms_cloud_oci_compute_cloud_at_customer_update_ccc_infrastructure_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_update_ccc_infrastructure_response_t;

Parameters

Parameter Description

ccc_infrastructure_id

(required) An OCID for a Compute Cloud@Customer Infrastructure.

update_ccc_infrastructure_details

(required) The information to be updated.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_CCC_UPGRADE_SCHEDULE Function

Updates the Compute Cloud@Customer upgrade schedule.

Syntax

FUNCTION update_ccc_upgrade_schedule (
  ccc_upgrade_schedule_id varchar2,
  update_ccc_upgrade_schedule_details dbms_cloud_oci_compute_cloud_at_customer_update_ccc_upgrade_schedule_details_t,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ccac_compute_cloud_at_customer_update_ccc_upgrade_schedule_response_t;

Parameters

Parameter Description

ccc_upgrade_schedule_id

(required) Compute Cloud@Customer upgrade schedule OCID.

update_ccc_upgrade_schedule_details

(required) The information to be updated in the Compute Cloud@Customer upgrade schedule.

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request OCID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://ccc.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.