DatabaseClientCompositeOperations¶
-
class
oci.database.
DatabaseClientCompositeOperations
(client, work_request_client=None, **kwargs)¶ This class provides a wrapper around
DatabaseClient
and offers convenience methods for operations that would otherwise need to be chained together. For example, instead of performing an action on a resource (e.g. launching an instance, creating a load balancer) and then using a waiter to wait for the resource to enter a given state, you can call a single method in this class to accomplish the same functionalityMethods
-
__init__
(client, work_request_client=None, **kwargs)¶ Creates a new DatabaseClientCompositeOperations object
Parameters: - client (DatabaseClient) – The service client which will be wrapped by this object
- work_request_client (oci.work_requests.WorkRequestClient) – (optional) The work request service client which will be used to wait for work request states. Default is None.
-
activate_exadata_infrastructure_and_wait_for_state
(exadata_infrastructure_id, activate_exadata_infrastructure_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
activate_exadata_infrastructure()
and waits for theExadataInfrastructure
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- activate_exadata_infrastructure_details (oci.database.models.ActivateExadataInfrastructureDetails) – (required) The activation details for the Exadata infrastructure and the additional storage servers requested.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
activate_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
activate_exadata_infrastructure_and_wait_for_work_request
(exadata_infrastructure_id, activate_exadata_infrastructure_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
activate_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- activate_exadata_infrastructure_details (oci.database.models.ActivateExadataInfrastructureDetails) – (required) The activation details for the Exadata infrastructure and the additional storage servers requested.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
activate_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
add_storage_capacity_cloud_exadata_infrastructure_and_wait_for_state
(cloud_exadata_infrastructure_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_storage_capacity_cloud_exadata_infrastructure()
and waits for theCloudExadataInfrastructure
acted upon to enter the given state(s).Parameters: - cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_storage_capacity_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_exadata_infrastructure_id (str) –
-
add_storage_capacity_cloud_exadata_infrastructure_and_wait_for_work_request
(cloud_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_storage_capacity_cloud_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_storage_capacity_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_exadata_infrastructure_id (str) –
-
add_storage_capacity_exadata_infrastructure_and_wait_for_state
(exadata_infrastructure_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_storage_capacity_exadata_infrastructure()
and waits for theExadataInfrastructure
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_storage_capacity_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
add_storage_capacity_exadata_infrastructure_and_wait_for_work_request
(exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_storage_capacity_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_storage_capacity_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
add_virtual_machine_to_cloud_vm_cluster_and_wait_for_state
(add_virtual_machine_to_cloud_vm_cluster_details, cloud_vm_cluster_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_virtual_machine_to_cloud_vm_cluster()
and waits for theCloudVmCluster
acted upon to enter the given state(s).Parameters: - add_virtual_machine_to_cloud_vm_cluster_details (oci.database.models.AddVirtualMachineToCloudVmClusterDetails) – (required) Request to add Virtual Machines to the Cloud VM cluster.
- cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_virtual_machine_to_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
add_virtual_machine_to_cloud_vm_cluster_and_wait_for_work_request
(add_virtual_machine_to_cloud_vm_cluster_details, cloud_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_virtual_machine_to_cloud_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - add_virtual_machine_to_cloud_vm_cluster_details (oci.database.models.AddVirtualMachineToCloudVmClusterDetails) – (required) Request to add Virtual Machines to the Cloud VM cluster.
- cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_virtual_machine_to_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
add_virtual_machine_to_vm_cluster_and_wait_for_state
(add_virtual_machine_to_vm_cluster_details, vm_cluster_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_virtual_machine_to_vm_cluster()
and waits for theVmCluster
acted upon to enter the given state(s).Parameters: - add_virtual_machine_to_vm_cluster_details (oci.database.models.AddVirtualMachineToVmClusterDetails) – (required) Request to add Virtual Machines to the VM cluster.
- vm_cluster_id (str) –
(required) The VM cluster OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_virtual_machine_to_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
add_virtual_machine_to_vm_cluster_and_wait_for_work_request
(add_virtual_machine_to_vm_cluster_details, vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_virtual_machine_to_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - add_virtual_machine_to_vm_cluster_details (oci.database.models.AddVirtualMachineToVmClusterDetails) – (required) Request to add Virtual Machines to the VM cluster.
- vm_cluster_id (str) –
(required) The VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_virtual_machine_to_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
autonomous_database_manual_refresh_and_wait_for_state
(autonomous_database_id, autonomous_database_manual_refresh_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
autonomous_database_manual_refresh()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- autonomous_database_manual_refresh_details (oci.database.models.AutonomousDatabaseManualRefreshDetails) – (required) Request details for manually refreshing an Autonomous Database refreshable clone.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
autonomous_database_manual_refresh()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
autonomous_database_manual_refresh_and_wait_for_work_request
(autonomous_database_id, autonomous_database_manual_refresh_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
autonomous_database_manual_refresh()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- autonomous_database_manual_refresh_details (oci.database.models.AutonomousDatabaseManualRefreshDetails) – (required) Request details for manually refreshing an Autonomous Database refreshable clone.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
autonomous_database_manual_refresh()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
cancel_backup_and_wait_for_work_request
(backup_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
cancel_backup()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - backup_id (str) –
(required) The backup OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
cancel_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- backup_id (str) –
-
cancel_execution_window_and_wait_for_state
(execution_window_id, cancel_execution_window_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
cancel_execution_window()
and waits for theExecutionWindow
acted upon to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- cancel_execution_window_details (oci.database.models.CancelExecutionWindowDetails) – (required) Request to cancel the in progress maintenance activity under this execution window.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
cancel_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
cancel_execution_window_and_wait_for_work_request
(execution_window_id, cancel_execution_window_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
cancel_execution_window()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- cancel_execution_window_details (oci.database.models.CancelExecutionWindowDetails) – (required) Request to cancel the in progress maintenance activity under this execution window.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
cancel_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
cascading_delete_scheduling_plan_and_wait_for_work_request
(scheduling_plan_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
cascading_delete_scheduling_plan()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduling_plan_id (str) –
(required) The Schedule Plan OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
cascading_delete_scheduling_plan()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_plan_id (str) –
-
change_autonomous_container_database_compartment_and_wait_for_work_request
(change_compartment_details, autonomous_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_autonomous_container_database_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move Autonomous Container Database to a different compartment
- autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_autonomous_container_database_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_autonomous_database_compartment_and_wait_for_work_request
(change_compartment_details, autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_autonomous_database_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move Autonomous Database to a different compartment
- autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_autonomous_database_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_autonomous_database_software_image_compartment_and_wait_for_work_request
(change_autonomous_database_software_image_compartment_details, autonomous_database_software_image_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_autonomous_database_software_image_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_autonomous_database_software_image_compartment_details (oci.database.models.ChangeAutonomousDatabaseSoftwareImageCompartmentDetails) – (required) Request to move Autonomous Database Software Image to a different compartment
- autonomous_database_software_image_id (str) –
(required) The Autonomous Database Software Image OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_autonomous_database_software_image_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_autonomous_database_subscription_and_wait_for_work_request
(change_autonomous_database_subscription_details, autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_autonomous_database_subscription()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_autonomous_database_subscription_details (oci.database.models.ChangeAutonomousDatabaseSubscriptionDetails) – (required) Associate an Autonomous Database with a different subscription.
- autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_autonomous_database_subscription()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_autonomous_exadata_infrastructure_compartment_and_wait_for_work_request
(change_compartment_details, autonomous_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_autonomous_exadata_infrastructure_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move an Autonomous Exadata Infrastructure resource to a different compartment.
- autonomous_exadata_infrastructure_id (str) –
(required) The Autonomous Exadata Infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_autonomous_exadata_infrastructure_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_autonomous_vm_cluster_compartment_and_wait_for_work_request
(change_autonomous_vm_cluster_compartment_details, autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_autonomous_vm_cluster_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_autonomous_vm_cluster_compartment_details (oci.database.models.ChangeAutonomousVmClusterCompartmentDetails) – (required) Request to move Autonomous VM cluster to a different compartment
- autonomous_vm_cluster_id (str) –
(required) The autonomous VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_autonomous_vm_cluster_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_backup_destination_compartment_and_wait_for_work_request
(change_compartment_details, backup_destination_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_backup_destination_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move backup destination to a different compartment.
- backup_destination_id (str) –
(required) The OCID of the backup destination.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_backup_destination_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_cloud_autonomous_vm_cluster_compartment_and_wait_for_work_request
(change_cloud_autonomous_vm_cluster_compartment_details, cloud_autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_cloud_autonomous_vm_cluster_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_cloud_autonomous_vm_cluster_compartment_details (oci.database.models.ChangeCloudAutonomousVmClusterCompartmentDetails) – (required) Request to move cloud Autonomous VM cluster to a different compartment
- cloud_autonomous_vm_cluster_id (str) –
(required) The Cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_cloud_autonomous_vm_cluster_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_cloud_exadata_infrastructure_compartment_and_wait_for_work_request
(change_cloud_exadata_infrastructure_compartment_details, cloud_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_cloud_exadata_infrastructure_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_cloud_exadata_infrastructure_compartment_details (oci.database.models.ChangeCloudExadataInfrastructureCompartmentDetails) – (required) Request to move cloud Exadata infrastructure resource to a different compartment.
- cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_cloud_exadata_infrastructure_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_cloud_exadata_infrastructure_subscription_and_wait_for_work_request
(change_cloud_exadata_infrastructure_subscription_details, cloud_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_cloud_exadata_infrastructure_subscription()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_cloud_exadata_infrastructure_subscription_details (oci.database.models.ChangeCloudExadataInfrastructureSubscriptionDetails) – (required) Associate a cloud Exadata infrastructure with a different subscription.
- cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_cloud_exadata_infrastructure_subscription()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_cloud_vm_cluster_compartment_and_wait_for_work_request
(change_cloud_vm_cluster_compartment_details, cloud_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_cloud_vm_cluster_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_cloud_vm_cluster_compartment_details (oci.database.models.ChangeCloudVmClusterCompartmentDetails) – (required) Request to move cloud VM cluster to a different compartment
- cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_cloud_vm_cluster_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_cloud_vm_cluster_subscription_and_wait_for_work_request
(change_cloud_vm_cluster_subscription_details, cloud_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_cloud_vm_cluster_subscription()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_cloud_vm_cluster_subscription_details (oci.database.models.ChangeCloudVmClusterSubscriptionDetails) – (required) Associate a cloud VM cluster with a different subscription.
- cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_cloud_vm_cluster_subscription()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_database_software_image_compartment_and_wait_for_work_request
(change_compartment_details, database_software_image_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_database_software_image_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move Database Software Image to a different compartment
- database_software_image_id (str) –
(required) The DB system OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_database_software_image_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_dataguard_role_and_wait_for_state
(change_dataguard_role_details, autonomous_container_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_dataguard_role()
and waits for theAutonomousContainerDatabase
acted upon to enter the given state(s).Parameters: - change_dataguard_role_details (oci.database.models.ChangeDataguardRoleDetails) – (required) Request to Change the Autonomous Container Database Dataguard role.
- autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_dataguard_role()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_dataguard_role_and_wait_for_work_request
(change_dataguard_role_details, autonomous_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_dataguard_role()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_dataguard_role_details (oci.database.models.ChangeDataguardRoleDetails) – (required) Request to Change the Autonomous Container Database Dataguard role.
- autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_dataguard_role()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_db_system_compartment_and_wait_for_work_request
(change_compartment_details, db_system_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_db_system_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) –
(required) Request to move the DB system to a different compartment.
Note: Deprecated for Exadata Cloud Service systems. Use the new resource model APIs instead.
For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See Switching an Exadata DB System to the New Resource Model and APIs for details on converting existing Exadata DB systems to the new resource model.
- db_system_id (str) –
(required) The DB system OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_db_system_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- change_compartment_details (oci.database.models.ChangeCompartmentDetails) –
-
change_disaster_recovery_configuration_and_wait_for_state
(autonomous_database_id, change_disaster_recovery_configuration_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_disaster_recovery_configuration()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- change_disaster_recovery_configuration_details (oci.database.models.ChangeDisasterRecoveryConfigurationDetails) – (required) Request to update the cross-region disaster recovery (DR) details of the standby Autonomous Database Serverless database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_disaster_recovery_configuration()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
change_disaster_recovery_configuration_and_wait_for_work_request
(autonomous_database_id, change_disaster_recovery_configuration_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_disaster_recovery_configuration()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- change_disaster_recovery_configuration_details (oci.database.models.ChangeDisasterRecoveryConfigurationDetails) – (required) Request to update the cross-region disaster recovery (DR) details of the standby Autonomous Database Serverless database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_disaster_recovery_configuration()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
change_exadata_infrastructure_compartment_and_wait_for_work_request
(change_exadata_infrastructure_compartment_details, exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_exadata_infrastructure_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_exadata_infrastructure_compartment_details (oci.database.models.ChangeExadataInfrastructureCompartmentDetails) – (required) Request to move Exadata infrastructure to a different compartment
- exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_exadata_infrastructure_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_exadb_vm_cluster_compartment_and_wait_for_work_request
(change_exadb_vm_cluster_compartment_details, exadb_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_exadb_vm_cluster_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_exadb_vm_cluster_compartment_details (oci.database.models.ChangeExadbVmClusterCompartmentDetails) – (required) Request to move Exadata VM cluster on Exascale Infrastructure to a different compartment
- exadb_vm_cluster_id (str) –
(required) The Exadata VM cluster OCID on Exascale Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_exadb_vm_cluster_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_exascale_db_storage_vault_compartment_and_wait_for_work_request
(change_exascale_db_storage_vault_compartment_details, exascale_db_storage_vault_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_exascale_db_storage_vault_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_exascale_db_storage_vault_compartment_details (oci.database.models.ChangeExascaleDbStorageVaultCompartmentDetails) – (required) Request to move Exadata Database Storage Vault to a different compartment
- exascale_db_storage_vault_id (str) –
(required) The Exadata Database Storage Vault OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_exascale_db_storage_vault_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_external_container_database_compartment_and_wait_for_work_request
(change_compartment_details, external_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_external_container_database_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move the external container database to a different compartment.
- external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_external_container_database_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_external_non_container_database_compartment_and_wait_for_work_request
(change_compartment_details, external_non_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_external_non_container_database_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move the external non-container database to a different compartment.
- external_non_container_database_id (str) –
(required) The external non-container database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_external_non_container_database_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_external_pluggable_database_compartment_and_wait_for_work_request
(change_compartment_details, external_pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_external_pluggable_database_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required)
Request to move the
create_external_pluggable_database_details()
resource to a different compartment. - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_external_pluggable_database_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required)
Request to move the
-
change_key_store_compartment_and_wait_for_work_request
(change_key_store_compartment_details, key_store_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_key_store_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_key_store_compartment_details (oci.database.models.ChangeKeyStoreCompartmentDetails) – (required) Request to move key store to a different compartment
- key_store_id (str) –
(required) The OCID of the key store.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_key_store_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_key_store_type_and_wait_for_work_request
(database_id, change_key_store_type_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_key_store_type()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- change_key_store_type_details (oci.database.models.ChangeKeyStoreTypeDetails) – (required) Request to change the source of the encryption key for the database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_key_store_type()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
change_oneoff_patch_compartment_and_wait_for_work_request
(change_compartment_details, oneoff_patch_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_oneoff_patch_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_compartment_details (oci.database.models.ChangeCompartmentDetails) – (required) Request to move one-off patch to a different compartment
- oneoff_patch_id (str) –
(required) The one-off patch OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_oneoff_patch_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_scheduling_plan_compartment_and_wait_for_work_request
(change_scheduling_plan_compartment_details, scheduling_plan_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_scheduling_plan_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_scheduling_plan_compartment_details (oci.database.models.ChangeSchedulingPlanCompartmentDetails) – (required) Request to move scheduling plan to a different compartment
- scheduling_plan_id (str) –
(required) The Schedule Plan OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_scheduling_plan_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_scheduling_policy_compartment_and_wait_for_work_request
(change_scheduling_policy_compartment_details, scheduling_policy_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_scheduling_policy_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_scheduling_policy_compartment_details (oci.database.models.ChangeSchedulingPolicyCompartmentDetails) – (required) Request to move scheduling policy to a different compartment
- scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_scheduling_policy_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
change_vm_cluster_compartment_and_wait_for_work_request
(change_vm_cluster_compartment_details, vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_vm_cluster_compartment()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - change_vm_cluster_compartment_details (oci.database.models.ChangeVmClusterCompartmentDetails) – (required) Request to move the Exadata Cloud@Customer VM cluster to a different compartment.
- vm_cluster_id (str) –
(required) The VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
change_vm_cluster_compartment()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
check_external_database_connector_connection_status_and_wait_for_work_request
(external_database_connector_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
check_external_database_connector_connection_status()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_database_connector_id (str) –
(required) The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
check_external_database_connector_connection_status()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_database_connector_id (str) –
-
complete_external_backup_job_and_wait_for_work_request
(backup_id, complete_external_backup_job_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
complete_external_backup_job()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - backup_id (str) –
(required) The backup OCID.
- complete_external_backup_job_details (oci.database.models.CompleteExternalBackupJobDetails) – (required) Updates the status of the backup resource.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
complete_external_backup_job()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- backup_id (str) –
-
configure_autonomous_database_vault_key_and_wait_for_work_request
(autonomous_database_id, configure_autonomous_database_vault_key_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
configure_autonomous_database_vault_key()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- configure_autonomous_database_vault_key_details (oci.database.models.ConfigureAutonomousDatabaseVaultKeyDetails) –
(required) Configuration details for the Autonomous Database Vault service key.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
configure_autonomous_database_vault_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
configure_saas_admin_user_and_wait_for_state
(autonomous_database_id, configure_saas_admin_user_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
configure_saas_admin_user()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- configure_saas_admin_user_details (oci.database.models.ConfigureSaasAdminUserDetails) – (required) Request to update SaaS administrative user configuration of the Autonomous Database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
configure_saas_admin_user()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
configure_saas_admin_user_and_wait_for_work_request
(autonomous_database_id, configure_saas_admin_user_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
configure_saas_admin_user()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- configure_saas_admin_user_details (oci.database.models.ConfigureSaasAdminUserDetails) – (required) Request to update SaaS administrative user configuration of the Autonomous Database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
configure_saas_admin_user()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
confirm_key_store_details_are_correct_and_wait_for_work_request
(key_store_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
confirm_key_store_details_are_correct()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - key_store_id (str) –
(required) The OCID of the key store.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
confirm_key_store_details_are_correct()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- key_store_id (str) –
-
convert_to_pdb_and_wait_for_state
(database_id, convert_to_pdb_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
convert_to_pdb()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- convert_to_pdb_details (oci.database.models.ConvertToPdbDetails) – (required) Request to convert a non-container database to a pluggable database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
convert_to_pdb()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
convert_to_pdb_and_wait_for_work_request
(database_id, convert_to_pdb_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
convert_to_pdb()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- convert_to_pdb_details (oci.database.models.ConvertToPdbDetails) – (required) Request to convert a non-container database to a pluggable database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
convert_to_pdb()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
convert_to_regular_pluggable_database_and_wait_for_state
(convert_to_regular_pluggable_database_details, pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
convert_to_regular_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - convert_to_regular_pluggable_database_details (oci.database.models.ConvertToRegularPluggableDatabaseDetails) – (required) Request to convert a Refreshable clone pluggable database (PDB) to a Regular pluggable database.
- pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
convert_to_regular_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
convert_to_regular_pluggable_database_and_wait_for_work_request
(convert_to_regular_pluggable_database_details, pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
convert_to_regular_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - convert_to_regular_pluggable_database_details (oci.database.models.ConvertToRegularPluggableDatabaseDetails) – (required) Request to convert a Refreshable clone pluggable database (PDB) to a Regular pluggable database.
- pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
convert_to_regular_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_application_vip_and_wait_for_state
(create_application_vip_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_application_vip()
and waits for theApplicationVip
acted upon to enter the given state(s).Parameters: - create_application_vip_details (oci.database.models.CreateApplicationVipDetails) – (required) Request to create a new application virtual IP (VIP) address.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_application_vip()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_application_vip_and_wait_for_work_request
(create_application_vip_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_application_vip()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_application_vip_details (oci.database.models.CreateApplicationVipDetails) – (required) Request to create a new application virtual IP (VIP) address.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_application_vip()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_container_database_and_wait_for_state
(create_autonomous_container_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_container_database()
and waits for theAutonomousContainerDatabase
acted upon to enter the given state(s).Parameters: - create_autonomous_container_database_details (oci.database.models.CreateAutonomousContainerDatabaseDetails) – (required) Request to create an Autonomous Container Database in a specified Autonomous Exadata Infrastructure or in Autonomous VM Cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_container_database_and_wait_for_work_request
(create_autonomous_container_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_autonomous_container_database_details (oci.database.models.CreateAutonomousContainerDatabaseDetails) – (required) Request to create an Autonomous Container Database in a specified Autonomous Exadata Infrastructure or in Autonomous VM Cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_container_database_dataguard_association_and_wait_for_state
(autonomous_container_database_id, create_autonomous_container_database_dataguard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_container_database_dataguard_association()
and waits for theAutonomousContainerDatabaseDataguardAssociation
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- create_autonomous_container_database_dataguard_association_details (oci.database.models.CreateAutonomousContainerDatabaseDataguardAssociationDetails) – (required) A request to create an Autonomous Data Guard association.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
create_autonomous_container_database_dataguard_association_and_wait_for_work_request
(autonomous_container_database_id, create_autonomous_container_database_dataguard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_container_database_dataguard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- create_autonomous_container_database_dataguard_association_details (oci.database.models.CreateAutonomousContainerDatabaseDataguardAssociationDetails) – (required) A request to create an Autonomous Data Guard association.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
create_autonomous_database_and_wait_for_state
(create_autonomous_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - create_autonomous_database_details (oci.database.models.CreateAutonomousDatabaseBase) – (required) Request to create a new Autonomous Database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_database_and_wait_for_work_request
(create_autonomous_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_autonomous_database_details (oci.database.models.CreateAutonomousDatabaseBase) – (required) Request to create a new Autonomous Database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_database_backup_and_wait_for_state
(create_autonomous_database_backup_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_database_backup()
and waits for theAutonomousDatabaseBackup
acted upon to enter the given state(s).Parameters: - create_autonomous_database_backup_details (oci.database.models.CreateAutonomousDatabaseBackupDetails) – (required) Request to create a new Autonomous Database backup.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_database_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_database_backup_and_wait_for_work_request
(create_autonomous_database_backup_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_database_backup()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_autonomous_database_backup_details (oci.database.models.CreateAutonomousDatabaseBackupDetails) – (required) Request to create a new Autonomous Database backup.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_database_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_database_software_image_and_wait_for_state
(create_autonomous_database_software_image_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_database_software_image()
and waits for theAutonomousDatabaseSoftwareImage
acted upon to enter the given state(s).Parameters: - create_autonomous_database_software_image_details (oci.database.models.CreateAutonomousDatabaseSoftwareImageDetails) – (required) Request to create Autonomous Database Software Image.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_database_software_image_and_wait_for_work_request
(create_autonomous_database_software_image_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_database_software_image()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_autonomous_database_software_image_details (oci.database.models.CreateAutonomousDatabaseSoftwareImageDetails) – (required) Request to create Autonomous Database Software Image.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_vm_cluster_and_wait_for_state
(create_autonomous_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_vm_cluster()
and waits for theAutonomousVmCluster
acted upon to enter the given state(s).Parameters: - create_autonomous_vm_cluster_details (oci.database.models.CreateAutonomousVmClusterDetails) – (required) Request to create an Autonomous VM cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_autonomous_vm_cluster_and_wait_for_work_request
(create_autonomous_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_autonomous_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_autonomous_vm_cluster_details (oci.database.models.CreateAutonomousVmClusterDetails) – (required) Request to create an Autonomous VM cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_backup_and_wait_for_state
(create_backup_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_backup()
and waits for theBackup
acted upon to enter the given state(s).Parameters: - create_backup_details (oci.database.models.CreateBackupDetails) – (required) Request to create a new database backup.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_backup_and_wait_for_work_request
(create_backup_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_backup()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_backup_details (oci.database.models.CreateBackupDetails) – (required) Request to create a new database backup.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_backup_destination_and_wait_for_state
(create_backup_destination_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_backup_destination()
and waits for theBackupDestination
acted upon to enter the given state(s).Parameters: - create_backup_destination_details (oci.database.models.CreateBackupDestinationDetails) – (required) Request to create a new backup destination.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_backup_destination()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_cloud_autonomous_vm_cluster_and_wait_for_state
(create_cloud_autonomous_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_cloud_autonomous_vm_cluster()
and waits for theCloudAutonomousVmCluster
acted upon to enter the given state(s).Parameters: - create_cloud_autonomous_vm_cluster_details (oci.database.models.CreateCloudAutonomousVmClusterDetails) – (required) Request to create a cloud Autonomous VM cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_cloud_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_cloud_autonomous_vm_cluster_and_wait_for_work_request
(create_cloud_autonomous_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_cloud_autonomous_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_cloud_autonomous_vm_cluster_details (oci.database.models.CreateCloudAutonomousVmClusterDetails) – (required) Request to create a cloud Autonomous VM cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_cloud_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_cloud_exadata_infrastructure_and_wait_for_state
(create_cloud_exadata_infrastructure_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_cloud_exadata_infrastructure()
and waits for theCloudExadataInfrastructure
acted upon to enter the given state(s).Parameters: - create_cloud_exadata_infrastructure_details (oci.database.models.CreateCloudExadataInfrastructureDetails) –
(required) Request to create a cloud Exadata infrastructure resource in an Exadata Cloud Service instance.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_cloud_exadata_infrastructure_details (oci.database.models.CreateCloudExadataInfrastructureDetails) –
-
create_cloud_exadata_infrastructure_and_wait_for_work_request
(create_cloud_exadata_infrastructure_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_cloud_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_cloud_exadata_infrastructure_details (oci.database.models.CreateCloudExadataInfrastructureDetails) –
(required) Request to create a cloud Exadata infrastructure resource in an Exadata Cloud Service instance.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_cloud_exadata_infrastructure_details (oci.database.models.CreateCloudExadataInfrastructureDetails) –
-
create_cloud_vm_cluster_and_wait_for_state
(create_cloud_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_cloud_vm_cluster()
and waits for theCloudVmCluster
acted upon to enter the given state(s).Parameters: - create_cloud_vm_cluster_details (oci.database.models.CreateCloudVmClusterDetails) –
(required) Request to create a cloud VM cluster. Applies to Exadata Cloud Service instances only. See The New Exadata Cloud Service Resource Model for information on this resource type.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_cloud_vm_cluster_details (oci.database.models.CreateCloudVmClusterDetails) –
-
create_cloud_vm_cluster_and_wait_for_work_request
(create_cloud_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_cloud_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_cloud_vm_cluster_details (oci.database.models.CreateCloudVmClusterDetails) –
(required) Request to create a cloud VM cluster. Applies to Exadata Cloud Service instances only. See The New Exadata Cloud Service Resource Model for information on this resource type.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_cloud_vm_cluster_details (oci.database.models.CreateCloudVmClusterDetails) –
-
create_console_connection_and_wait_for_state
(create_console_connection_details, db_node_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_console_connection()
and waits for theConsoleConnection
acted upon to enter the given state(s).Parameters: - create_console_connection_details (oci.database.models.CreateConsoleConnectionDetails) – (required) Request object for creating an CreateConsoleConnection
- db_node_id (str) –
(required) The database node OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_console_connection()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_console_connection_and_wait_for_work_request
(create_console_connection_details, db_node_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_console_connection()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_console_connection_details (oci.database.models.CreateConsoleConnectionDetails) – (required) Request object for creating an CreateConsoleConnection
- db_node_id (str) –
(required) The database node OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_console_connection()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_console_history_and_wait_for_state
(create_console_history_details, db_node_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_console_history()
and waits for theConsoleHistory
acted upon to enter the given state(s).Parameters: - create_console_history_details (oci.database.models.CreateConsoleHistoryDetails) – (required) Request object for creating a console history.
- db_node_id (str) –
(required) The database node OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_console_history()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_console_history_and_wait_for_work_request
(create_console_history_details, db_node_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_console_history()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_console_history_details (oci.database.models.CreateConsoleHistoryDetails) – (required) Request object for creating a console history.
- db_node_id (str) –
(required) The database node OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_console_history()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_data_guard_association_and_wait_for_state
(database_id, create_data_guard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_data_guard_association()
and waits for theDataGuardAssociation
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- create_data_guard_association_details (oci.database.models.CreateDataGuardAssociationDetails) – (required) A request to create a Data Guard association.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
create_data_guard_association_and_wait_for_work_request
(database_id, create_data_guard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_data_guard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- create_data_guard_association_details (oci.database.models.CreateDataGuardAssociationDetails) – (required) A request to create a Data Guard association.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
create_database_and_wait_for_state
(create_new_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_database()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - create_new_database_details (oci.database.models.CreateDatabaseBase) – (required) Request to create a new database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_database_and_wait_for_work_request
(create_new_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_new_database_details (oci.database.models.CreateDatabaseBase) – (required) Request to create a new database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_database_software_image_and_wait_for_state
(create_database_software_image_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_database_software_image()
and waits for theDatabaseSoftwareImage
acted upon to enter the given state(s).Parameters: - create_database_software_image_details (oci.database.models.CreateDatabaseSoftwareImageDetails) – (required) Request to create database software image.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_database_software_image_and_wait_for_work_request
(create_database_software_image_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_database_software_image()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_database_software_image_details (oci.database.models.CreateDatabaseSoftwareImageDetails) – (required) Request to create database software image.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_db_home_and_wait_for_state
(create_db_home_with_db_system_id_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_db_home()
and waits for theDbHome
acted upon to enter the given state(s).Parameters: - create_db_home_with_db_system_id_details (oci.database.models.CreateDbHomeBase) – (required) Request to create a new Database Home.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_db_home()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_db_home_and_wait_for_work_request
(create_db_home_with_db_system_id_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_db_home()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_db_home_with_db_system_id_details (oci.database.models.CreateDbHomeBase) – (required) Request to create a new Database Home.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_db_home()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_exadata_infrastructure_and_wait_for_state
(create_exadata_infrastructure_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_exadata_infrastructure()
and waits for theExadataInfrastructure
acted upon to enter the given state(s).Parameters: - create_exadata_infrastructure_details (oci.database.models.CreateExadataInfrastructureDetails) – (required) Request to create Exadata Cloud@Customer infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_exadata_infrastructure_and_wait_for_work_request
(create_exadata_infrastructure_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_exadata_infrastructure_details (oci.database.models.CreateExadataInfrastructureDetails) – (required) Request to create Exadata Cloud@Customer infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_exadb_vm_cluster_and_wait_for_state
(create_exadb_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_exadb_vm_cluster()
and waits for theExadbVmCluster
acted upon to enter the given state(s).Parameters: - create_exadb_vm_cluster_details (oci.database.models.CreateExadbVmClusterDetails) –
(required) Request to create a Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only. See The New Exadata Cloud Service Resource Model for information on this resource type.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_exadb_vm_cluster_details (oci.database.models.CreateExadbVmClusterDetails) –
-
create_exadb_vm_cluster_and_wait_for_work_request
(create_exadb_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_exadb_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_exadb_vm_cluster_details (oci.database.models.CreateExadbVmClusterDetails) –
(required) Request to create a Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only. See The New Exadata Cloud Service Resource Model for information on this resource type.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_exadb_vm_cluster_details (oci.database.models.CreateExadbVmClusterDetails) –
-
create_exascale_db_storage_vault_and_wait_for_state
(create_exascale_db_storage_vault_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_exascale_db_storage_vault()
and waits for theExascaleDbStorageVault
acted upon to enter the given state(s).Parameters: - create_exascale_db_storage_vault_details (oci.database.models.CreateExascaleDbStorageVaultDetails) – (required) Request to create a Exadata Database Storage Vault.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_exascale_db_storage_vault()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_exascale_db_storage_vault_and_wait_for_work_request
(create_exascale_db_storage_vault_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_exascale_db_storage_vault()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_exascale_db_storage_vault_details (oci.database.models.CreateExascaleDbStorageVaultDetails) – (required) Request to create a Exadata Database Storage Vault.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_exascale_db_storage_vault()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_execution_action_and_wait_for_state
(create_execution_action_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_execution_action()
and waits for theExecutionAction
acted upon to enter the given state(s).Parameters: - create_execution_action_details (oci.database.models.CreateExecutionActionDetails) – (required) Request to create execution action.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_execution_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_execution_action_and_wait_for_work_request
(create_execution_action_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_execution_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_execution_action_details (oci.database.models.CreateExecutionActionDetails) – (required) Request to create execution action.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_execution_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_execution_window_and_wait_for_state
(create_execution_window_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_execution_window()
and waits for theExecutionWindow
acted upon to enter the given state(s).Parameters: - create_execution_window_details (oci.database.models.CreateExecutionWindowDetails) – (required) Request to create execution window.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_execution_window_and_wait_for_work_request
(create_execution_window_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_execution_window()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_execution_window_details (oci.database.models.CreateExecutionWindowDetails) – (required) Request to create execution window.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_backup_job_and_wait_for_work_request
(create_external_backup_job_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_backup_job()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_external_backup_job_details (oci.database.models.CreateExternalBackupJobDetails) – (required) Request to create a cloud backup resource for a database running outside the cloud.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_backup_job()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_container_database_and_wait_for_state
(create_external_container_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_container_database()
and waits for theExternalContainerDatabase
acted upon to enter the given state(s).Parameters: - create_external_container_database_details (oci.database.models.CreateExternalContainerDatabaseDetails) – (required) Request to create a new external container database resource.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_container_database_and_wait_for_work_request
(create_external_container_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_external_container_database_details (oci.database.models.CreateExternalContainerDatabaseDetails) – (required) Request to create a new external container database resource.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_database_connector_and_wait_for_state
(create_external_database_connector_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_database_connector()
and waits for theExternalDatabaseConnector
acted upon to enter the given state(s).Parameters: - create_external_database_connector_details (oci.database.models.CreateExternalDatabaseConnectorDetails) – (required) Request to create a connector to an external database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_database_connector()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_database_connector_and_wait_for_work_request
(create_external_database_connector_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_database_connector()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_external_database_connector_details (oci.database.models.CreateExternalDatabaseConnectorDetails) – (required) Request to create a connector to an external database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_database_connector()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_non_container_database_and_wait_for_state
(create_external_non_container_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_non_container_database()
and waits for theExternalNonContainerDatabase
acted upon to enter the given state(s).Parameters: - create_external_non_container_database_details (oci.database.models.CreateExternalNonContainerDatabaseDetails) – (required) Request to create a new external non-container database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_non_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_non_container_database_and_wait_for_work_request
(create_external_non_container_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_non_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_external_non_container_database_details (oci.database.models.CreateExternalNonContainerDatabaseDetails) – (required) Request to create a new external non-container database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_non_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_pluggable_database_and_wait_for_state
(create_external_pluggable_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_pluggable_database()
and waits for theExternalPluggableDatabase
acted upon to enter the given state(s).Parameters: - create_external_pluggable_database_details (oci.database.models.CreateExternalPluggableDatabaseDetails) – (required) Request to create a new external pluggable database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_external_pluggable_database_and_wait_for_work_request
(create_external_pluggable_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_external_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_external_pluggable_database_details (oci.database.models.CreateExternalPluggableDatabaseDetails) – (required) Request to create a new external pluggable database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_external_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_key_store_and_wait_for_state
(create_key_store_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_key_store()
and waits for theKeyStore
acted upon to enter the given state(s).Parameters: - create_key_store_details (oci.database.models.CreateKeyStoreDetails) – (required) Request to create a new key store.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_key_store()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_maintenance_run_and_wait_for_state
(create_maintenance_run_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_maintenance_run()
and waits for theMaintenanceRun
acted upon to enter the given state(s).Parameters: - create_maintenance_run_details (oci.database.models.CreateMaintenanceRunDetails) – (required) Request to create a Maintenance Run for the resource.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_maintenance_run()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_oneoff_patch_and_wait_for_state
(create_oneoff_patch_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_oneoff_patch()
and waits for theOneoffPatch
acted upon to enter the given state(s).Parameters: - create_oneoff_patch_details (oci.database.models.CreateOneoffPatchDetails) – (required) Request to create a one-off patch to download.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_oneoff_patch()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_oneoff_patch_and_wait_for_work_request
(create_oneoff_patch_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_oneoff_patch()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_oneoff_patch_details (oci.database.models.CreateOneoffPatchDetails) – (required) Request to create a one-off patch to download.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_oneoff_patch()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_pluggable_database_and_wait_for_state
(create_pluggable_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - create_pluggable_database_details (oci.database.models.CreatePluggableDatabaseDetails) – (required) Request to create pluggable database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_pluggable_database_and_wait_for_work_request
(create_pluggable_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_pluggable_database_details (oci.database.models.CreatePluggableDatabaseDetails) – (required) Request to create pluggable database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduled_action_and_wait_for_state
(create_scheduled_action_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduled_action()
and waits for theScheduledAction
acted upon to enter the given state(s).Parameters: - create_scheduled_action_details (oci.database.models.CreateScheduledActionDetails) – (required) Request to create Scheduled Action.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduled_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduled_action_and_wait_for_work_request
(create_scheduled_action_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduled_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_scheduled_action_details (oci.database.models.CreateScheduledActionDetails) – (required) Request to create Scheduled Action.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduled_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduling_plan_and_wait_for_state
(create_scheduling_plan_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduling_plan()
and waits for theSchedulingPlan
acted upon to enter the given state(s).Parameters: - create_scheduling_plan_details (oci.database.models.CreateSchedulingPlanDetails) – (required) Request to create Scheduling Plan.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduling_plan()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduling_plan_and_wait_for_work_request
(create_scheduling_plan_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduling_plan()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_scheduling_plan_details (oci.database.models.CreateSchedulingPlanDetails) – (required) Request to create Scheduling Plan.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduling_plan()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduling_policy_and_wait_for_state
(create_scheduling_policy_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduling_policy()
and waits for theSchedulingPolicy
acted upon to enter the given state(s).Parameters: - create_scheduling_policy_details (oci.database.models.CreateSchedulingPolicyDetails) – (required) Request to create Scheduling Policy.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduling_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduling_policy_and_wait_for_work_request
(create_scheduling_policy_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduling_policy()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_scheduling_policy_details (oci.database.models.CreateSchedulingPolicyDetails) – (required) Request to create Scheduling Policy.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduling_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
create_scheduling_window_and_wait_for_state
(scheduling_policy_id, create_scheduling_window_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduling_window()
and waits for theSchedulingWindow
acted upon to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- create_scheduling_window_details (oci.database.models.CreateSchedulingWindowDetails) – (required) Request to create Scheduling Window.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduling_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
create_scheduling_window_and_wait_for_work_request
(scheduling_policy_id, create_scheduling_window_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_scheduling_window()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- create_scheduling_window_details (oci.database.models.CreateSchedulingWindowDetails) – (required) Request to create Scheduling Window.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_scheduling_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
create_vm_cluster_and_wait_for_state
(create_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_vm_cluster()
and waits for theVmCluster
acted upon to enter the given state(s).Parameters: - create_vm_cluster_details (oci.database.models.CreateVmClusterDetails) – (required)
Request to create a VM cluster. Applies to Exadata Cloud@Customer instances only.
See
create_cloud_vm_cluster_details()
for details on creating a cloud VM cluster in an Exadata Cloud Service instance. - wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_vm_cluster_details (oci.database.models.CreateVmClusterDetails) – (required)
Request to create a VM cluster. Applies to Exadata Cloud@Customer instances only.
See
-
create_vm_cluster_and_wait_for_work_request
(create_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - create_vm_cluster_details (oci.database.models.CreateVmClusterDetails) – (required)
Request to create a VM cluster. Applies to Exadata Cloud@Customer instances only.
See
create_cloud_vm_cluster_details()
for details on creating a cloud VM cluster in an Exadata Cloud Service instance. - work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- create_vm_cluster_details (oci.database.models.CreateVmClusterDetails) – (required)
Request to create a VM cluster. Applies to Exadata Cloud@Customer instances only.
See
-
create_vm_cluster_network_and_wait_for_state
(exadata_infrastructure_id, vm_cluster_network_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_vm_cluster_network()
and waits for theVmClusterNetwork
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_details (oci.database.models.VmClusterNetworkDetails) – (required) Request to create the Cloud@Customer VM cluster network.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
create_vm_cluster_network_and_wait_for_work_request
(exadata_infrastructure_id, vm_cluster_network_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_vm_cluster_network()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_details (oci.database.models.VmClusterNetworkDetails) – (required) Request to create the Cloud@Customer VM cluster network.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
db_node_action_and_wait_for_state
(db_node_id, action, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
db_node_action()
and waits for theDbNode
acted upon to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- action (str) –
(required) The action to perform on the DB Node.
Allowed values are: “STOP”, “START”, “SOFTRESET”, “RESET”
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
db_node_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
db_node_action_and_wait_for_work_request
(db_node_id, action, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
db_node_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- action (str) –
(required) The action to perform on the DB Node.
Allowed values are: “STOP”, “START”, “SOFTRESET”, “RESET”
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
db_node_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
delete_application_vip_and_wait_for_work_request
(application_vip_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_application_vip()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - application_vip_id (str) –
(required) The OCID of the application virtual IP (VIP) address.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_application_vip()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- application_vip_id (str) –
-
delete_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
delete_autonomous_database_backup_and_wait_for_work_request
(autonomous_database_backup_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_autonomous_database_backup()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_backup_id (str) –
(required) The OCID of the Autonomous Database backup.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_autonomous_database_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_backup_id (str) –
-
delete_autonomous_database_software_image_and_wait_for_work_request
(autonomous_database_software_image_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_autonomous_database_software_image()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_software_image_id (str) –
(required) The Autonomous Database Software Image OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_autonomous_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_software_image_id (str) –
-
delete_autonomous_vm_cluster_and_wait_for_work_request
(autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_autonomous_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_vm_cluster_id (str) –
(required) The autonomous VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_vm_cluster_id (str) –
-
delete_backup_and_wait_for_work_request
(backup_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_backup()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - backup_id (str) –
(required) The backup OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- backup_id (str) –
-
delete_backup_destination_and_wait_for_state
(backup_destination_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_backup_destination()
and waits for theBackupDestination
acted upon to enter the given state(s).Parameters: - backup_destination_id (str) –
(required) The OCID of the backup destination.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_backup_destination()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- backup_destination_id (str) –
-
delete_cloud_autonomous_vm_cluster_and_wait_for_work_request
(cloud_autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_cloud_autonomous_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_autonomous_vm_cluster_id (str) –
(required) The Cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_cloud_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_autonomous_vm_cluster_id (str) –
-
delete_cloud_exadata_infrastructure_and_wait_for_work_request
(cloud_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_cloud_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_exadata_infrastructure_id (str) –
-
delete_cloud_vm_cluster_and_wait_for_work_request
(cloud_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_cloud_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_vm_cluster_id (str) –
-
delete_console_connection_and_wait_for_work_request
(db_node_id, console_connection_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_console_connection()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- console_connection_id (str) – (required) The OCID of the console connection.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_console_connection()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
delete_console_history_and_wait_for_work_request
(db_node_id, console_history_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_console_history()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- console_history_id (str) – (required) The OCID of the console history.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_console_history()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
delete_database_and_wait_for_work_request
(database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
delete_database_software_image_and_wait_for_work_request
(database_software_image_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_database_software_image()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_software_image_id (str) –
(required) The DB system OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_software_image_id (str) –
-
delete_db_home_and_wait_for_work_request
(db_home_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_db_home()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_home_id (str) –
(required) The Database Home OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_db_home()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_home_id (str) –
-
delete_exadata_infrastructure_and_wait_for_work_request
(exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
delete_exadb_vm_cluster_and_wait_for_work_request
(exadb_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_exadb_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadb_vm_cluster_id (str) –
(required) The Exadata VM cluster OCID on Exascale Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadb_vm_cluster_id (str) –
-
delete_exascale_db_storage_vault_and_wait_for_work_request
(exascale_db_storage_vault_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_exascale_db_storage_vault()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exascale_db_storage_vault_id (str) –
(required) The Exadata Database Storage Vault OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_exascale_db_storage_vault()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exascale_db_storage_vault_id (str) –
-
delete_execution_action_and_wait_for_work_request
(execution_action_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_execution_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - execution_action_id (str) –
(required) The execution action OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_execution_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_action_id (str) –
-
delete_execution_window_and_wait_for_state
(execution_window_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_execution_window()
and waits for theExecutionWindow
acted upon to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
delete_external_container_database_and_wait_for_work_request
(external_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_external_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_external_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
delete_external_database_connector_and_wait_for_work_request
(external_database_connector_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_external_database_connector()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_database_connector_id (str) –
(required) The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_external_database_connector()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_database_connector_id (str) –
-
delete_external_non_container_database_and_wait_for_work_request
(external_non_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_external_non_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_external_non_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
delete_external_pluggable_database_and_wait_for_work_request
(external_pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_external_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_external_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
delete_key_store_and_wait_for_state
(key_store_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_key_store()
and waits for theKeyStore
acted upon to enter the given state(s).Parameters: - key_store_id (str) –
(required) The OCID of the key store.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_key_store()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- key_store_id (str) –
-
delete_oneoff_patch_and_wait_for_work_request
(oneoff_patch_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_oneoff_patch()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - oneoff_patch_id (str) –
(required) The one-off patch OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_oneoff_patch()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- oneoff_patch_id (str) –
-
delete_pluggable_database_and_wait_for_work_request
(pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
delete_scheduled_action_and_wait_for_work_request
(scheduled_action_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_scheduled_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduled_action_id (str) –
(required) The Scheduled Action OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_scheduled_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduled_action_id (str) –
-
delete_scheduling_plan_and_wait_for_work_request
(scheduling_plan_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_scheduling_plan()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduling_plan_id (str) –
(required) The Schedule Plan OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_scheduling_plan()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_plan_id (str) –
-
delete_scheduling_policy_and_wait_for_state
(scheduling_policy_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_scheduling_policy()
and waits for theSchedulingPolicy
acted upon to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_scheduling_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
delete_vm_cluster_and_wait_for_work_request
(vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - vm_cluster_id (str) –
(required) The VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- vm_cluster_id (str) –
-
delete_vm_cluster_network_and_wait_for_work_request
(exadata_infrastructure_id, vm_cluster_network_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_vm_cluster_network()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
deregister_autonomous_database_data_safe_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
deregister_autonomous_database_data_safe()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
deregister_autonomous_database_data_safe()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
disable_autonomous_database_management_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_autonomous_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_autonomous_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
disable_autonomous_database_operations_insights_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_autonomous_database_operations_insights()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_autonomous_database_operations_insights()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
disable_database_management_and_wait_for_state
(database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_database_management()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
disable_database_management_and_wait_for_work_request
(database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
disable_external_container_database_database_management_and_wait_for_work_request
(external_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_container_database_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_container_database_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
disable_external_container_database_stack_monitoring_and_wait_for_work_request
(external_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_container_database_stack_monitoring()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_container_database_stack_monitoring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
disable_external_non_container_database_database_management_and_wait_for_work_request
(external_non_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_non_container_database_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_non_container_database_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
disable_external_non_container_database_operations_insights_and_wait_for_work_request
(external_non_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_non_container_database_operations_insights()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_non_container_database_operations_insights()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
disable_external_non_container_database_stack_monitoring_and_wait_for_work_request
(external_non_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_non_container_database_stack_monitoring()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_non_container_database_stack_monitoring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
disable_external_pluggable_database_database_management_and_wait_for_work_request
(external_pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_pluggable_database_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_pluggable_database_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
disable_external_pluggable_database_operations_insights_and_wait_for_work_request
(external_pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_pluggable_database_operations_insights()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_pluggable_database_operations_insights()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
disable_external_pluggable_database_stack_monitoring_and_wait_for_work_request
(external_pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_external_pluggable_database_stack_monitoring()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_external_pluggable_database_stack_monitoring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
disable_pluggable_database_management_and_wait_for_state
(pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_pluggable_database_management()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_pluggable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
disable_pluggable_database_management_and_wait_for_work_request
(pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disable_pluggable_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
disable_pluggable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
enable_autonomous_database_management_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_autonomous_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_autonomous_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
enable_autonomous_database_operations_insights_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_autonomous_database_operations_insights()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_autonomous_database_operations_insights()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
enable_database_management_and_wait_for_state
(database_id, enable_database_management_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_database_management()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- enable_database_management_details (oci.database.models.EnableDatabaseManagementDetails) – (required) Request to enable the Database Management service for an Oracle Database located in Oracle Cloud Infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
enable_database_management_and_wait_for_work_request
(database_id, enable_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- enable_database_management_details (oci.database.models.EnableDatabaseManagementDetails) – (required) Request to enable the Database Management service for an Oracle Database located in Oracle Cloud Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
enable_external_container_database_database_management_and_wait_for_work_request
(external_container_database_id, enable_external_container_database_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_container_database_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- enable_external_container_database_database_management_details (oci.database.models.EnableExternalContainerDatabaseDatabaseManagementDetails) – (required) Request to enable the Database Management Service for an external container database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_container_database_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
enable_external_container_database_stack_monitoring_and_wait_for_work_request
(external_container_database_id, enable_external_container_database_stack_monitoring_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_container_database_stack_monitoring()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- enable_external_container_database_stack_monitoring_details (oci.database.models.EnableExternalContainerDatabaseStackMonitoringDetails) – (required) Details to enable Stack Monitoring on the external container database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_container_database_stack_monitoring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
enable_external_non_container_database_database_management_and_wait_for_work_request
(external_non_container_database_id, enable_external_non_container_database_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_non_container_database_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- enable_external_non_container_database_database_management_details (oci.database.models.EnableExternalNonContainerDatabaseDatabaseManagementDetails) – (required) Request to enable the Database Management Service for an external non-container database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_non_container_database_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
enable_external_non_container_database_operations_insights_and_wait_for_work_request
(external_non_container_database_id, enable_external_non_container_database_operations_insights_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_non_container_database_operations_insights()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- enable_external_non_container_database_operations_insights_details (oci.database.models.EnableExternalNonContainerDatabaseOperationsInsightsDetails) – (required) Details to enable Operations Insights on the external non-container database
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_non_container_database_operations_insights()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
enable_external_non_container_database_stack_monitoring_and_wait_for_work_request
(external_non_container_database_id, enable_external_non_container_database_stack_monitoring_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_non_container_database_stack_monitoring()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- enable_external_non_container_database_stack_monitoring_details (oci.database.models.EnableExternalNonContainerDatabaseStackMonitoringDetails) – (required) Details to enable Stack Monitoring on the external non-container database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_non_container_database_stack_monitoring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
enable_external_pluggable_database_database_management_and_wait_for_work_request
(external_pluggable_database_id, enable_external_pluggable_database_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_pluggable_database_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- enable_external_pluggable_database_database_management_details (oci.database.models.EnableExternalPluggableDatabaseDatabaseManagementDetails) – (required) Request to enable the Database Management Service for an external database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_pluggable_database_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
enable_external_pluggable_database_operations_insights_and_wait_for_work_request
(external_pluggable_database_id, enable_external_pluggable_database_operations_insights_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_pluggable_database_operations_insights()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- enable_external_pluggable_database_operations_insights_details (oci.database.models.EnableExternalPluggableDatabaseOperationsInsightsDetails) – (required) Details to enable Operations Insights on the external pluggable database
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_pluggable_database_operations_insights()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
enable_external_pluggable_database_stack_monitoring_and_wait_for_work_request
(external_pluggable_database_id, enable_external_pluggable_database_stack_monitoring_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_external_pluggable_database_stack_monitoring()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- enable_external_pluggable_database_stack_monitoring_details (oci.database.models.EnableExternalPluggableDatabaseStackMonitoringDetails) – (required) Details to enable Stack Monitoring on the external pluggable database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_external_pluggable_database_stack_monitoring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
enable_pluggable_database_management_and_wait_for_state
(pluggable_database_id, enable_pluggable_database_management_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_pluggable_database_management()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- enable_pluggable_database_management_details (oci.database.models.EnablePluggableDatabaseManagementDetails) – (required) Request to enable the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_pluggable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
enable_pluggable_database_management_and_wait_for_work_request
(pluggable_database_id, enable_pluggable_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_pluggable_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- enable_pluggable_database_management_details (oci.database.models.EnablePluggableDatabaseManagementDetails) – (required) Request to enable the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
enable_pluggable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
fail_over_autonomous_database_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
fail_over_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
fail_over_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
fail_over_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
fail_over_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
fail_over_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
failover_autonomous_container_database_dataguard_association_and_wait_for_state
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
failover_autonomous_container_database_dataguard_association()
and waits for theAutonomousContainerDatabaseDataguardAssociation
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
failover_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
failover_autonomous_container_database_dataguard_association_and_wait_for_work_request
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
failover_autonomous_container_database_dataguard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
failover_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
failover_data_guard_association_and_wait_for_state
(database_id, data_guard_association_id, failover_data_guard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
failover_data_guard_association()
and waits for theDataGuardAssociation
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- failover_data_guard_association_details (oci.database.models.FailoverDataGuardAssociationDetails) – (required) A request to perform a failover, transitioning a standby database into a primary database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
failover_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
failover_data_guard_association_and_wait_for_work_request
(database_id, data_guard_association_id, failover_data_guard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
failover_data_guard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- failover_data_guard_association_details (oci.database.models.FailoverDataGuardAssociationDetails) – (required) A request to perform a failover, transitioning a standby database into a primary database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
failover_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
launch_autonomous_exadata_infrastructure_and_wait_for_state
(launch_autonomous_exadata_infrastructure_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
launch_autonomous_exadata_infrastructure()
and waits for theAutonomousExadataInfrastructure
acted upon to enter the given state(s).Parameters: - launch_autonomous_exadata_infrastructure_details (oci.database.models.LaunchAutonomousExadataInfrastructureDetails) – (required)
Deprecated. Use the
create_cloud_exadata_infrastructure()
orcreate_cloud_autonomous_vm_cluster()
operations instead. - wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
launch_autonomous_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- launch_autonomous_exadata_infrastructure_details (oci.database.models.LaunchAutonomousExadataInfrastructureDetails) – (required)
Deprecated. Use the
-
launch_autonomous_exadata_infrastructure_and_wait_for_work_request
(launch_autonomous_exadata_infrastructure_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
launch_autonomous_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - launch_autonomous_exadata_infrastructure_details (oci.database.models.LaunchAutonomousExadataInfrastructureDetails) – (required)
Deprecated. Use the
create_cloud_exadata_infrastructure()
orcreate_cloud_autonomous_vm_cluster()
operations instead. - work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
launch_autonomous_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- launch_autonomous_exadata_infrastructure_details (oci.database.models.LaunchAutonomousExadataInfrastructureDetails) – (required)
Deprecated. Use the
-
launch_db_system_and_wait_for_state
(launch_db_system_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
launch_db_system()
and waits for theDbSystem
acted upon to enter the given state(s).Parameters: - launch_db_system_details (oci.database.models.LaunchDbSystemBase) –
(required) Request to launch a DB system.
Note: Deprecated for Exadata Cloud Service systems. Use the new resource model APIs instead.
For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See Switching an Exadata DB System to the New Resource Model and APIs for details on converting existing Exadata DB systems to the new resource model.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
launch_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- launch_db_system_details (oci.database.models.LaunchDbSystemBase) –
-
launch_db_system_and_wait_for_work_request
(launch_db_system_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
launch_db_system()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - launch_db_system_details (oci.database.models.LaunchDbSystemBase) –
(required) Request to launch a DB system.
Note: Deprecated for Exadata Cloud Service systems. Use the new resource model APIs instead.
For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See Switching an Exadata DB System to the New Resource Model and APIs for details on converting existing Exadata DB systems to the new resource model.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
launch_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- launch_db_system_details (oci.database.models.LaunchDbSystemBase) –
-
local_clone_pluggable_database_and_wait_for_state
(local_clone_pluggable_database_details, pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
local_clone_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - local_clone_pluggable_database_details (oci.database.models.LocalClonePluggableDatabaseDetails) – (required) Request to clone a pluggable database locally.
- pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
local_clone_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
local_clone_pluggable_database_and_wait_for_work_request
(local_clone_pluggable_database_details, pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
local_clone_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - local_clone_pluggable_database_details (oci.database.models.LocalClonePluggableDatabaseDetails) – (required) Request to clone a pluggable database locally.
- pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
local_clone_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
migrate_exadata_db_system_resource_model_and_wait_for_work_request
(db_system_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
migrate_exadata_db_system_resource_model()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
migrate_exadata_db_system_resource_model()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
migrate_vault_key_and_wait_for_state
(database_id, migrate_vault_key_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
migrate_vault_key()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- migrate_vault_key_details (oci.database.models.MigrateVaultKeyDetails) – (required) Request to change the source of the encryption key for the database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
migrate_vault_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
migrate_vault_key_and_wait_for_work_request
(database_id, migrate_vault_key_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
migrate_vault_key()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- migrate_vault_key_details (oci.database.models.MigrateVaultKeyDetails) – (required) Request to change the source of the encryption key for the database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
migrate_vault_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
modify_database_management_and_wait_for_state
(database_id, modify_database_management_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
modify_database_management()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- modify_database_management_details (oci.database.models.ModifyDatabaseManagementDetails) – (required) The data to update one or more attributes of the Database Management Service for the database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
modify_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
modify_database_management_and_wait_for_work_request
(database_id, modify_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
modify_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- modify_database_management_details (oci.database.models.ModifyDatabaseManagementDetails) – (required) The data to update one or more attributes of the Database Management Service for the database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
modify_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
modify_pluggable_database_management_and_wait_for_state
(pluggable_database_id, modify_pluggable_database_management_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
modify_pluggable_database_management()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- modify_pluggable_database_management_details (oci.database.models.ModifyPluggableDatabaseManagementDetails) – (required) The data to update one or more attributes of the Database Management Service for the pluggable database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
modify_pluggable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
modify_pluggable_database_management_and_wait_for_work_request
(pluggable_database_id, modify_pluggable_database_management_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
modify_pluggable_database_management()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- modify_pluggable_database_management_details (oci.database.models.ModifyPluggableDatabaseManagementDetails) – (required) The data to update one or more attributes of the Database Management Service for the pluggable database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
modify_pluggable_database_management()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
move_execution_action_member_and_wait_for_state
(execution_action_id, move_execution_action_member_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
move_execution_action_member()
and waits for theExecutionAction
acted upon to enter the given state(s).Parameters: - execution_action_id (str) –
(required) The execution action OCID.
- move_execution_action_member_details (oci.database.models.MoveExecutionActionMemberDetails) – (required) Request to move an execution action member to this execution action resource from another.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
move_execution_action_member()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_action_id (str) –
-
move_execution_action_member_and_wait_for_work_request
(execution_action_id, move_execution_action_member_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
move_execution_action_member()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - execution_action_id (str) –
(required) The execution action OCID.
- move_execution_action_member_details (oci.database.models.MoveExecutionActionMemberDetails) – (required) Request to move an execution action member to this execution action resource from another.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
move_execution_action_member()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_action_id (str) –
-
refresh_pluggable_database_and_wait_for_state
(pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
refresh_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
refresh_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
refresh_pluggable_database_and_wait_for_work_request
(pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
refresh_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
refresh_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
register_autonomous_database_data_safe_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
register_autonomous_database_data_safe()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
register_autonomous_database_data_safe()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
reinstate_autonomous_container_database_dataguard_association_and_wait_for_state
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reinstate_autonomous_container_database_dataguard_association()
and waits for theAutonomousContainerDatabaseDataguardAssociation
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reinstate_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
reinstate_autonomous_container_database_dataguard_association_and_wait_for_work_request
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reinstate_autonomous_container_database_dataguard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reinstate_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
reinstate_data_guard_association_and_wait_for_state
(database_id, data_guard_association_id, reinstate_data_guard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reinstate_data_guard_association()
and waits for theDataGuardAssociation
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- reinstate_data_guard_association_details (oci.database.models.ReinstateDataGuardAssociationDetails) – (required) A request to reinstate a database in a standby role.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reinstate_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
reinstate_data_guard_association_and_wait_for_work_request
(database_id, data_guard_association_id, reinstate_data_guard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reinstate_data_guard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- reinstate_data_guard_association_details (oci.database.models.ReinstateDataGuardAssociationDetails) – (required) A request to reinstate a database in a standby role.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reinstate_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
remote_clone_pluggable_database_and_wait_for_state
(remote_clone_pluggable_database_details, pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remote_clone_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - remote_clone_pluggable_database_details (oci.database.models.RemoteClonePluggableDatabaseDetails) – (required) Request to clone a pluggable database (PDB) to a different database (CDB) from the source PDB.
- pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remote_clone_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remote_clone_pluggable_database_and_wait_for_work_request
(remote_clone_pluggable_database_details, pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remote_clone_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - remote_clone_pluggable_database_details (oci.database.models.RemoteClonePluggableDatabaseDetails) – (required) Request to clone a pluggable database (PDB) to a different database (CDB) from the source PDB.
- pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remote_clone_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remove_virtual_machine_from_cloud_vm_cluster_and_wait_for_state
(remove_virtual_machine_from_cloud_vm_cluster_details, cloud_vm_cluster_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_virtual_machine_from_cloud_vm_cluster()
and waits for theCloudVmCluster
acted upon to enter the given state(s).Parameters: - remove_virtual_machine_from_cloud_vm_cluster_details (oci.database.models.RemoveVirtualMachineFromCloudVmClusterDetails) – (required) Request to remove Virtual Machines from the Cloud VM cluster.
- cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remove_virtual_machine_from_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remove_virtual_machine_from_cloud_vm_cluster_and_wait_for_work_request
(remove_virtual_machine_from_cloud_vm_cluster_details, cloud_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_virtual_machine_from_cloud_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - remove_virtual_machine_from_cloud_vm_cluster_details (oci.database.models.RemoveVirtualMachineFromCloudVmClusterDetails) – (required) Request to remove Virtual Machines from the Cloud VM cluster.
- cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remove_virtual_machine_from_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remove_virtual_machine_from_exadb_vm_cluster_and_wait_for_state
(remove_virtual_machine_from_exadb_vm_cluster_details, exadb_vm_cluster_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_virtual_machine_from_exadb_vm_cluster()
and waits for theExadbVmCluster
acted upon to enter the given state(s).Parameters: - remove_virtual_machine_from_exadb_vm_cluster_details (oci.database.models.RemoveVirtualMachineFromExadbVmClusterDetails) – (required) Request to remove Virtual Machines from the Exadata VM cluster on Exascale Infrastructure.
- exadb_vm_cluster_id (str) –
(required) The Exadata VM cluster OCID on Exascale Infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remove_virtual_machine_from_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remove_virtual_machine_from_exadb_vm_cluster_and_wait_for_work_request
(remove_virtual_machine_from_exadb_vm_cluster_details, exadb_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_virtual_machine_from_exadb_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - remove_virtual_machine_from_exadb_vm_cluster_details (oci.database.models.RemoveVirtualMachineFromExadbVmClusterDetails) – (required) Request to remove Virtual Machines from the Exadata VM cluster on Exascale Infrastructure.
- exadb_vm_cluster_id (str) –
(required) The Exadata VM cluster OCID on Exascale Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remove_virtual_machine_from_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remove_virtual_machine_from_vm_cluster_and_wait_for_state
(remove_virtual_machine_from_vm_cluster_details, vm_cluster_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_virtual_machine_from_vm_cluster()
and waits for theVmCluster
acted upon to enter the given state(s).Parameters: - remove_virtual_machine_from_vm_cluster_details (oci.database.models.RemoveVirtualMachineFromVmClusterDetails) – (required) Request to remove Virtual Machines from the VM cluster.
- vm_cluster_id (str) –
(required) The VM cluster OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remove_virtual_machine_from_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
remove_virtual_machine_from_vm_cluster_and_wait_for_work_request
(remove_virtual_machine_from_vm_cluster_details, vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_virtual_machine_from_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - remove_virtual_machine_from_vm_cluster_details (oci.database.models.RemoveVirtualMachineFromVmClusterDetails) – (required) Request to remove Virtual Machines from the VM cluster.
- vm_cluster_id (str) –
(required) The VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
remove_virtual_machine_from_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
reorder_execution_actions_and_wait_for_state
(execution_window_id, reorder_execution_action_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reorder_execution_actions()
and waits for theExecutionWindow
acted upon to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- reorder_execution_action_details (oci.database.models.ReorderExecutionActionDetails) – (required) Request to reorder the execution actions under this execution window resource.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reorder_execution_actions()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
reorder_execution_actions_and_wait_for_work_request
(execution_window_id, reorder_execution_action_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reorder_execution_actions()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- reorder_execution_action_details (oci.database.models.ReorderExecutionActionDetails) – (required) Request to reorder the execution actions under this execution window resource.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reorder_execution_actions()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
reorder_scheduled_actions_and_wait_for_state
(reorder_scheduled_actions_details, scheduling_plan_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reorder_scheduled_actions()
and waits for theSchedulingPlan
acted upon to enter the given state(s).Parameters: - reorder_scheduled_actions_details (oci.database.models.ReorderScheduledActionsDetails) – (required) Request to re-order Scheduled Action resources.
- scheduling_plan_id (str) –
(required) The Schedule Plan OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reorder_scheduled_actions()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
reorder_scheduled_actions_and_wait_for_work_request
(reorder_scheduled_actions_details, scheduling_plan_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
reorder_scheduled_actions()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - reorder_scheduled_actions_details (oci.database.models.ReorderScheduledActionsDetails) – (required) Request to re-order Scheduled Action resources.
- scheduling_plan_id (str) –
(required) The Schedule Plan OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
reorder_scheduled_actions()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
resize_vm_cluster_network_and_wait_for_state
(exadata_infrastructure_id, vm_cluster_network_id, resize_vm_cluster_network_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
resize_vm_cluster_network()
and waits for theVmClusterNetwork
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- resize_vm_cluster_network_details (oci.database.models.ResizeVmClusterNetworkDetails) – (required) Request to add or remove Db server network nodes in the VM cluster network.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
resize_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
resize_vm_cluster_network_and_wait_for_work_request
(exadata_infrastructure_id, vm_cluster_network_id, resize_vm_cluster_network_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
resize_vm_cluster_network()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- resize_vm_cluster_network_details (oci.database.models.ResizeVmClusterNetworkDetails) – (required) Request to add or remove Db server network nodes in the VM cluster network.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
resize_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
restart_autonomous_container_database_and_wait_for_state
(autonomous_container_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restart_autonomous_container_database()
and waits for theAutonomousContainerDatabase
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restart_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
restart_autonomous_container_database_and_wait_for_work_request
(autonomous_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restart_autonomous_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restart_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
restart_autonomous_database_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restart_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restart_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
restart_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restart_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restart_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
restore_autonomous_database_and_wait_for_state
(autonomous_database_id, restore_autonomous_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restore_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- restore_autonomous_database_details (oci.database.models.RestoreAutonomousDatabaseDetails) – (required) Request to perform an Autonomous Database restore.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restore_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
restore_autonomous_database_and_wait_for_work_request
(autonomous_database_id, restore_autonomous_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restore_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- restore_autonomous_database_details (oci.database.models.RestoreAutonomousDatabaseDetails) – (required) Request to perform an Autonomous Database restore.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restore_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
restore_database_and_wait_for_state
(database_id, restore_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restore_database()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- restore_database_details (oci.database.models.RestoreDatabaseDetails) – (required) Request to perform database restore.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restore_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
restore_database_and_wait_for_work_request
(database_id, restore_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restore_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- restore_database_details (oci.database.models.RestoreDatabaseDetails) – (required) Request to perform database restore.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restore_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
rotate_autonomous_container_database_encryption_key_and_wait_for_state
(autonomous_container_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_autonomous_container_database_encryption_key()
and waits for theAutonomousContainerDatabase
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_autonomous_container_database_encryption_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
rotate_autonomous_container_database_encryption_key_and_wait_for_work_request
(autonomous_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_autonomous_container_database_encryption_key()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_autonomous_container_database_encryption_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
rotate_autonomous_database_encryption_key_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_autonomous_database_encryption_key()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_autonomous_database_encryption_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
rotate_autonomous_database_encryption_key_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_autonomous_database_encryption_key()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_autonomous_database_encryption_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
rotate_autonomous_vm_cluster_ords_certs_and_wait_for_work_request
(rotate_autonomous_vm_cluster_ords_certs_details, autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_autonomous_vm_cluster_ords_certs()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - rotate_autonomous_vm_cluster_ords_certs_details (oci.database.models.RotateAutonomousVmClusterOrdsCertsDetails) – (required) Request to rotate the Oracle REST Data Services (ORDS) certificates on Autonomous Exadata VM cluster.
- autonomous_vm_cluster_id (str) –
(required) The autonomous VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_autonomous_vm_cluster_ords_certs()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
rotate_autonomous_vm_cluster_ssl_certs_and_wait_for_work_request
(rotate_autonomous_vm_cluster_ssl_certs_details, autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_autonomous_vm_cluster_ssl_certs()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - rotate_autonomous_vm_cluster_ssl_certs_details (oci.database.models.RotateAutonomousVmClusterSslCertsDetails) – (required) Request to rotate the SSL certificates on Autonomous Exadata VM cluster.
- autonomous_vm_cluster_id (str) –
(required) The autonomous VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_autonomous_vm_cluster_ssl_certs()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
rotate_cloud_autonomous_vm_cluster_ords_certs_and_wait_for_work_request
(cloud_autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_cloud_autonomous_vm_cluster_ords_certs()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_autonomous_vm_cluster_id (str) –
(required) The Cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_cloud_autonomous_vm_cluster_ords_certs()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_autonomous_vm_cluster_id (str) –
-
rotate_cloud_autonomous_vm_cluster_ssl_certs_and_wait_for_work_request
(cloud_autonomous_vm_cluster_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_cloud_autonomous_vm_cluster_ssl_certs()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_autonomous_vm_cluster_id (str) –
(required) The Cloud VM cluster OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_cloud_autonomous_vm_cluster_ssl_certs()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_autonomous_vm_cluster_id (str) –
-
rotate_ords_certs_and_wait_for_work_request
(autonomous_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_ords_certs()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_exadata_infrastructure_id (str) –
(required) The Autonomous Exadata Infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_ords_certs()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_exadata_infrastructure_id (str) –
-
rotate_pluggable_database_encryption_key_and_wait_for_work_request
(pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_pluggable_database_encryption_key()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_pluggable_database_encryption_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
rotate_ssl_certs_and_wait_for_work_request
(autonomous_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_ssl_certs()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_exadata_infrastructure_id (str) –
(required) The Autonomous Exadata Infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_ssl_certs()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_exadata_infrastructure_id (str) –
-
rotate_vault_key_and_wait_for_state
(database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_vault_key()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_vault_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
rotate_vault_key_and_wait_for_work_request
(database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
rotate_vault_key()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
rotate_vault_key()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
scan_external_container_database_pluggable_databases_and_wait_for_work_request
(external_container_database_id, external_database_connector_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
scan_external_container_database_pluggable_databases()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- external_database_connector_id (str) –
(required) The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
scan_external_container_database_pluggable_databases()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
set_db_key_version_and_wait_for_state
(database_id, set_key_version_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
set_db_key_version()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- set_key_version_details (oci.database.models.SetKeyVersionDetails) – (required) Requests Key Version Update.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
set_db_key_version()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
set_db_key_version_and_wait_for_work_request
(database_id, set_key_version_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
set_db_key_version()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- set_key_version_details (oci.database.models.SetKeyVersionDetails) – (required) Requests Key Version Update.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
set_db_key_version()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
set_pdb_key_version_and_wait_for_state
(pluggable_database_id, set_key_version_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
set_pdb_key_version()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- set_key_version_details (oci.database.models.SetKeyVersionDetails) – (required) Requests Key Version Update.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
set_pdb_key_version()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
set_pdb_key_version_and_wait_for_work_request
(pluggable_database_id, set_key_version_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
set_pdb_key_version()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- set_key_version_details (oci.database.models.SetKeyVersionDetails) – (required) Requests Key Version Update.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
set_pdb_key_version()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
shrink_autonomous_database_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
shrink_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
shrink_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
shrink_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
shrink_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
shrink_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
start_autonomous_database_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
start_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
start_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
start_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
start_pluggable_database_and_wait_for_state
(pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
start_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
start_pluggable_database_and_wait_for_work_request
(pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
start_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
stop_autonomous_database_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
stop_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
stop_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
stop_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
stop_pluggable_database_and_wait_for_state
(pluggable_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
stop_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
stop_pluggable_database_and_wait_for_work_request
(pluggable_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
stop_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
switchover_autonomous_container_database_dataguard_association_and_wait_for_state
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
switchover_autonomous_container_database_dataguard_association()
and waits for theAutonomousContainerDatabaseDataguardAssociation
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
switchover_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
switchover_autonomous_container_database_dataguard_association_and_wait_for_work_request
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
switchover_autonomous_container_database_dataguard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
switchover_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
switchover_autonomous_database_and_wait_for_state
(autonomous_database_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
switchover_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
switchover_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
switchover_autonomous_database_and_wait_for_work_request
(autonomous_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
switchover_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
switchover_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
switchover_data_guard_association_and_wait_for_state
(database_id, data_guard_association_id, switchover_data_guard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
switchover_data_guard_association()
and waits for theDataGuardAssociation
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- switchover_data_guard_association_details (oci.database.models.SwitchoverDataGuardAssociationDetails) – (required) Request to swtichover a primary to a standby.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
switchover_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
switchover_data_guard_association_and_wait_for_work_request
(database_id, data_guard_association_id, switchover_data_guard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
switchover_data_guard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- switchover_data_guard_association_details (oci.database.models.SwitchoverDataGuardAssociationDetails) – (required) Request to swtichover a primary to a standby.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
switchover_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
terminate_autonomous_container_database_and_wait_for_work_request
(autonomous_container_database_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
terminate_autonomous_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
terminate_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
terminate_autonomous_exadata_infrastructure_and_wait_for_work_request
(autonomous_exadata_infrastructure_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
terminate_autonomous_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_exadata_infrastructure_id (str) –
(required) The Autonomous Exadata Infrastructure OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
terminate_autonomous_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_exadata_infrastructure_id (str) –
-
terminate_db_system_and_wait_for_work_request
(db_system_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
terminate_db_system()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
terminate_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
update_autonomous_container_database_and_wait_for_state
(autonomous_container_database_id, update_autonomous_container_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_container_database()
and waits for theAutonomousContainerDatabase
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- update_autonomous_container_database_details (oci.database.models.UpdateAutonomousContainerDatabaseDetails) – (required) Request to update the properties of an Autonomous Container Database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
update_autonomous_container_database_and_wait_for_work_request
(autonomous_container_database_id, update_autonomous_container_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- update_autonomous_container_database_details (oci.database.models.UpdateAutonomousContainerDatabaseDetails) – (required) Request to update the properties of an Autonomous Container Database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
update_autonomous_container_database_dataguard_association_and_wait_for_state
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, update_autonomous_container_database_data_guard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_container_database_dataguard_association()
and waits for theAutonomousContainerDatabaseDataguardAssociation
acted upon to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- update_autonomous_container_database_data_guard_association_details (oci.database.models.UpdateAutonomousContainerDatabaseDataGuardAssociationDetails) – (required) A request to update Data Guard association of a database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
update_autonomous_container_database_dataguard_association_and_wait_for_work_request
(autonomous_container_database_id, autonomous_container_database_dataguard_association_id, update_autonomous_container_database_data_guard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_container_database_dataguard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_container_database_id (str) –
(required) The Autonomous Container Database OCID.
- autonomous_container_database_dataguard_association_id (str) –
(required) The Autonomous Container Database-Autonomous Data Guard association OCID.
- update_autonomous_container_database_data_guard_association_details (oci.database.models.UpdateAutonomousContainerDatabaseDataGuardAssociationDetails) – (required) A request to update Data Guard association of a database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_container_database_dataguard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_container_database_id (str) –
-
update_autonomous_database_and_wait_for_state
(autonomous_database_id, update_autonomous_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database()
and waits for theAutonomousDatabase
acted upon to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- update_autonomous_database_details (oci.database.models.UpdateAutonomousDatabaseDetails) – (required) Request to update the properties of an Autonomous Database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
update_autonomous_database_and_wait_for_work_request
(autonomous_database_id, update_autonomous_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- update_autonomous_database_details (oci.database.models.UpdateAutonomousDatabaseDetails) – (required) Request to update the properties of an Autonomous Database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
update_autonomous_database_backup_and_wait_for_state
(autonomous_database_backup_id, update_autonomous_database_backup_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database_backup()
and waits for theAutonomousDatabaseBackup
acted upon to enter the given state(s).Parameters: - autonomous_database_backup_id (str) –
(required) The OCID of the Autonomous Database backup.
- update_autonomous_database_backup_details (oci.database.models.UpdateAutonomousDatabaseBackupDetails) – (required) Request to update an existing Autonomous Database backup.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_backup_id (str) –
-
update_autonomous_database_backup_and_wait_for_work_request
(autonomous_database_backup_id, update_autonomous_database_backup_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database_backup()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_backup_id (str) –
(required) The OCID of the Autonomous Database backup.
- update_autonomous_database_backup_details (oci.database.models.UpdateAutonomousDatabaseBackupDetails) – (required) Request to update an existing Autonomous Database backup.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database_backup()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_backup_id (str) –
-
update_autonomous_database_regional_wallet_and_wait_for_work_request
(update_autonomous_database_wallet_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database_regional_wallet()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - update_autonomous_database_wallet_details (oci.database.models.UpdateAutonomousDatabaseWalletDetails) – (required) Request to update the properties of Autonomous Database regional wallet.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database_regional_wallet()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
update_autonomous_database_software_image_and_wait_for_state
(autonomous_database_software_image_id, update_autonomous_database_software_image_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database_software_image()
and waits for theAutonomousDatabaseSoftwareImage
acted upon to enter the given state(s).Parameters: - autonomous_database_software_image_id (str) –
(required) The Autonomous Database Software Image OCID.
- update_autonomous_database_software_image_details (oci.database.models.UpdateAutonomousDatabaseSoftwareImageDetails) – (required) Request to update the properties of an Autonomous Database Software Image.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_software_image_id (str) –
-
update_autonomous_database_wallet_and_wait_for_work_request
(autonomous_database_id, update_autonomous_database_wallet_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_database_wallet()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_database_id (str) –
(required) The database OCID.
- update_autonomous_database_wallet_details (oci.database.models.UpdateAutonomousDatabaseWalletDetails) – (required) Request to update the properties of an Autonomous Database wallet.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_database_wallet()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_database_id (str) –
-
update_autonomous_exadata_infrastructure_and_wait_for_state
(autonomous_exadata_infrastructure_id, update_autonomous_exadata_infrastructures_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_exadata_infrastructure()
and waits for theAutonomousExadataInfrastructure
acted upon to enter the given state(s).Parameters: - autonomous_exadata_infrastructure_id (str) –
(required) The Autonomous Exadata Infrastructure OCID.
- update_autonomous_exadata_infrastructures_details (oci.database.models.UpdateAutonomousExadataInfrastructureDetails) – (required) Request to update the properties of a Autonomous Exadata Infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_exadata_infrastructure_id (str) –
-
update_autonomous_exadata_infrastructure_and_wait_for_work_request
(autonomous_exadata_infrastructure_id, update_autonomous_exadata_infrastructures_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_exadata_infrastructure_id (str) –
(required) The Autonomous Exadata Infrastructure OCID.
- update_autonomous_exadata_infrastructures_details (oci.database.models.UpdateAutonomousExadataInfrastructureDetails) – (required) Request to update the properties of a Autonomous Exadata Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_exadata_infrastructure_id (str) –
-
update_autonomous_vm_cluster_and_wait_for_state
(autonomous_vm_cluster_id, update_autonomous_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_vm_cluster()
and waits for theAutonomousVmCluster
acted upon to enter the given state(s).Parameters: - autonomous_vm_cluster_id (str) –
(required) The autonomous VM cluster OCID.
- update_autonomous_vm_cluster_details (oci.database.models.UpdateAutonomousVmClusterDetails) – (required) Request to update the attributes of an Autonomous VM cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_vm_cluster_id (str) –
-
update_autonomous_vm_cluster_and_wait_for_work_request
(autonomous_vm_cluster_id, update_autonomous_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_autonomous_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - autonomous_vm_cluster_id (str) –
(required) The autonomous VM cluster OCID.
- update_autonomous_vm_cluster_details (oci.database.models.UpdateAutonomousVmClusterDetails) – (required) Request to update the attributes of an Autonomous VM cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- autonomous_vm_cluster_id (str) –
-
update_backup_destination_and_wait_for_state
(backup_destination_id, update_backup_destination_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_backup_destination()
and waits for theBackupDestination
acted upon to enter the given state(s).Parameters: - backup_destination_id (str) –
(required) The OCID of the backup destination.
- update_backup_destination_details (oci.database.models.UpdateBackupDestinationDetails) – (required) For a RECOVERY_APPLIANCE backup destination, request to update the connection string and/or the list of VPC users. For an NFS backup destination, request to update the NFS location.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_backup_destination()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- backup_destination_id (str) –
-
update_cloud_autonomous_vm_cluster_and_wait_for_state
(cloud_autonomous_vm_cluster_id, update_cloud_autonomous_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_autonomous_vm_cluster()
and waits for theCloudAutonomousVmCluster
acted upon to enter the given state(s).Parameters: - cloud_autonomous_vm_cluster_id (str) –
(required) The Cloud VM cluster OCID.
- update_cloud_autonomous_vm_cluster_details (oci.database.models.UpdateCloudAutonomousVmClusterDetails) – (required) Request to update the attributes of a cloud VM cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_autonomous_vm_cluster_id (str) –
-
update_cloud_autonomous_vm_cluster_and_wait_for_work_request
(cloud_autonomous_vm_cluster_id, update_cloud_autonomous_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_autonomous_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_autonomous_vm_cluster_id (str) –
(required) The Cloud VM cluster OCID.
- update_cloud_autonomous_vm_cluster_details (oci.database.models.UpdateCloudAutonomousVmClusterDetails) – (required) Request to update the attributes of a cloud VM cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_autonomous_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_autonomous_vm_cluster_id (str) –
-
update_cloud_exadata_infrastructure_and_wait_for_state
(cloud_exadata_infrastructure_id, update_cloud_exadata_infrastructure_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_exadata_infrastructure()
and waits for theCloudExadataInfrastructure
acted upon to enter the given state(s).Parameters: - cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- update_cloud_exadata_infrastructure_details (oci.database.models.UpdateCloudExadataInfrastructureDetails) – (required) Request to update the properties of an cloud Exadata infrastructure resource.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_exadata_infrastructure_id (str) –
-
update_cloud_exadata_infrastructure_and_wait_for_work_request
(cloud_exadata_infrastructure_id, update_cloud_exadata_infrastructure_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_exadata_infrastructure_id (str) –
(required) The cloud Exadata infrastructure OCID.
- update_cloud_exadata_infrastructure_details (oci.database.models.UpdateCloudExadataInfrastructureDetails) – (required) Request to update the properties of an cloud Exadata infrastructure resource.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_exadata_infrastructure_id (str) –
-
update_cloud_vm_cluster_and_wait_for_state
(cloud_vm_cluster_id, update_cloud_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_vm_cluster()
and waits for theCloudVmCluster
acted upon to enter the given state(s).Parameters: - cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- update_cloud_vm_cluster_details (oci.database.models.UpdateCloudVmClusterDetails) – (required) Request to update the attributes of a cloud VM cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_vm_cluster_id (str) –
-
update_cloud_vm_cluster_and_wait_for_work_request
(cloud_vm_cluster_id, update_cloud_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- update_cloud_vm_cluster_details (oci.database.models.UpdateCloudVmClusterDetails) – (required) Request to update the attributes of a cloud VM cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_vm_cluster_id (str) –
-
update_cloud_vm_cluster_iorm_config_and_wait_for_work_request
(cloud_vm_cluster_id, cloud_vm_cluster_iorm_config_update_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_cloud_vm_cluster_iorm_config()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - cloud_vm_cluster_id (str) –
(required) The cloud VM cluster OCID.
- cloud_vm_cluster_iorm_config_update_details (oci.database.models.ExadataIormConfigUpdateDetails) – (required) Request to perform database update.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_cloud_vm_cluster_iorm_config()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- cloud_vm_cluster_id (str) –
-
update_console_connection_and_wait_for_state
(db_node_id, console_connection_id, update_console_connection_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_console_connection()
and waits for theConsoleConnection
acted upon to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- console_connection_id (str) – (required) The OCID of the console connection.
- update_console_connection_details (oci.database.models.UpdateConsoleConnectionDetails) – (required) Request to update the specified database node console connection.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_console_connection()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
update_console_connection_and_wait_for_work_request
(db_node_id, console_connection_id, update_console_connection_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_console_connection()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- console_connection_id (str) – (required) The OCID of the console connection.
- update_console_connection_details (oci.database.models.UpdateConsoleConnectionDetails) – (required) Request to update the specified database node console connection.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_console_connection()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
update_console_history_and_wait_for_state
(db_node_id, console_history_id, update_console_history_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_console_history()
and waits for theConsoleHistory
acted upon to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- console_history_id (str) – (required) The OCID of the console history.
- update_console_history_details (oci.database.models.UpdateConsoleHistoryDetails) – (required) Request to update the specified database node console history.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_console_history()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
update_console_history_and_wait_for_work_request
(db_node_id, console_history_id, update_console_history_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_console_history()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- console_history_id (str) – (required) The OCID of the console history.
- update_console_history_details (oci.database.models.UpdateConsoleHistoryDetails) – (required) Request to update the specified database node console history.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_console_history()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
update_data_guard_association_and_wait_for_state
(database_id, data_guard_association_id, update_data_guard_association_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_data_guard_association()
and waits for theDataGuardAssociation
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- update_data_guard_association_details (oci.database.models.UpdateDataGuardAssociationDetails) – (required) A request to update Data Guard association of a database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
update_data_guard_association_and_wait_for_work_request
(database_id, data_guard_association_id, update_data_guard_association_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_data_guard_association()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- data_guard_association_id (str) –
(required) The Data Guard association’s OCID.
- update_data_guard_association_details (oci.database.models.UpdateDataGuardAssociationDetails) – (required) A request to update Data Guard association of a database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_data_guard_association()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
update_database_and_wait_for_state
(database_id, update_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_database()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- update_database_details (oci.database.models.UpdateDatabaseDetails) – (required) Request to perform database update.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
update_database_and_wait_for_work_request
(database_id, update_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- update_database_details (oci.database.models.UpdateDatabaseDetails) – (required) Request to perform database update.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
update_database_software_image_and_wait_for_state
(database_software_image_id, update_database_software_image_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_database_software_image()
and waits for theDatabaseSoftwareImage
acted upon to enter the given state(s).Parameters: - database_software_image_id (str) –
(required) The DB system OCID.
- update_database_software_image_details (oci.database.models.UpdateDatabaseSoftwareImageDetails) – (required) Request to update the properties of a DB system.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_database_software_image()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_software_image_id (str) –
-
update_db_home_and_wait_for_state
(db_home_id, update_db_home_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_db_home()
and waits for theDbHome
acted upon to enter the given state(s).Parameters: - db_home_id (str) –
(required) The Database Home OCID.
- update_db_home_details (oci.database.models.UpdateDbHomeDetails) – (required) Request to update the properties of a Database Home.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_db_home()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_home_id (str) –
-
update_db_home_and_wait_for_work_request
(db_home_id, update_db_home_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_db_home()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_home_id (str) –
(required) The Database Home OCID.
- update_db_home_details (oci.database.models.UpdateDbHomeDetails) – (required) Request to update the properties of a Database Home.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_db_home()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_home_id (str) –
-
update_db_node_and_wait_for_state
(db_node_id, update_db_node_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_db_node()
and waits for theDbNode
acted upon to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- update_db_node_details (oci.database.models.UpdateDbNodeDetails) – (required) Request to update the specified database node.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_db_node()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
update_db_node_and_wait_for_work_request
(db_node_id, update_db_node_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_db_node()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_node_id (str) –
(required) The database node OCID.
- update_db_node_details (oci.database.models.UpdateDbNodeDetails) – (required) Request to update the specified database node.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_db_node()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_node_id (str) –
-
update_db_system_and_wait_for_state
(db_system_id, update_db_system_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_db_system()
and waits for theDbSystem
acted upon to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- update_db_system_details (oci.database.models.UpdateDbSystemDetails) – (required) Request to update the properties of a DB system.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
update_db_system_and_wait_for_work_request
(db_system_id, update_db_system_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_db_system()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- update_db_system_details (oci.database.models.UpdateDbSystemDetails) – (required) Request to update the properties of a DB system.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
update_exadata_infrastructure_and_wait_for_state
(exadata_infrastructure_id, update_exadata_infrastructure_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exadata_infrastructure()
and waits for theExadataInfrastructure
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- update_exadata_infrastructure_details (oci.database.models.UpdateExadataInfrastructureDetails) – (required) Request to update the properties of an Exadata Cloud@Customer infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
update_exadata_infrastructure_and_wait_for_work_request
(exadata_infrastructure_id, update_exadata_infrastructure_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exadata_infrastructure()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- update_exadata_infrastructure_details (oci.database.models.UpdateExadataInfrastructureDetails) – (required) Request to update the properties of an Exadata Cloud@Customer infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exadata_infrastructure()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
update_exadata_iorm_config_and_wait_for_state
(db_system_id, exadata_iorm_config_update_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exadata_iorm_config()
and waits for theExadataIormConfig
acted upon to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- exadata_iorm_config_update_details (oci.database.models.ExadataIormConfigUpdateDetails) – (required) Request to perform database update.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exadata_iorm_config()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
update_exadata_iorm_config_and_wait_for_work_request
(db_system_id, exadata_iorm_config_update_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exadata_iorm_config()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- exadata_iorm_config_update_details (oci.database.models.ExadataIormConfigUpdateDetails) – (required) Request to perform database update.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exadata_iorm_config()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
update_exadb_vm_cluster_and_wait_for_state
(exadb_vm_cluster_id, update_exadb_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exadb_vm_cluster()
and waits for theExadbVmCluster
acted upon to enter the given state(s).Parameters: - exadb_vm_cluster_id (str) –
(required) The Exadata VM cluster OCID on Exascale Infrastructure.
- update_exadb_vm_cluster_details (oci.database.models.UpdateExadbVmClusterDetails) – (required) Request to update the attributes of a Exadata VM cluster on Exascale Infrastructure.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadb_vm_cluster_id (str) –
-
update_exadb_vm_cluster_and_wait_for_work_request
(exadb_vm_cluster_id, update_exadb_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exadb_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadb_vm_cluster_id (str) –
(required) The Exadata VM cluster OCID on Exascale Infrastructure.
- update_exadb_vm_cluster_details (oci.database.models.UpdateExadbVmClusterDetails) – (required) Request to update the attributes of a Exadata VM cluster on Exascale Infrastructure.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exadb_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadb_vm_cluster_id (str) –
-
update_exascale_db_storage_vault_and_wait_for_state
(exascale_db_storage_vault_id, update_exascale_db_storage_vault_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exascale_db_storage_vault()
and waits for theExascaleDbStorageVault
acted upon to enter the given state(s).Parameters: - exascale_db_storage_vault_id (str) –
(required) The Exadata Database Storage Vault OCID.
- update_exascale_db_storage_vault_details (oci.database.models.UpdateExascaleDbStorageVaultDetails) – (required) Request to update the attributes of a Exadata Database Storage Vault.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exascale_db_storage_vault()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exascale_db_storage_vault_id (str) –
-
update_exascale_db_storage_vault_and_wait_for_work_request
(exascale_db_storage_vault_id, update_exascale_db_storage_vault_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_exascale_db_storage_vault()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exascale_db_storage_vault_id (str) –
(required) The Exadata Database Storage Vault OCID.
- update_exascale_db_storage_vault_details (oci.database.models.UpdateExascaleDbStorageVaultDetails) – (required) Request to update the attributes of a Exadata Database Storage Vault.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_exascale_db_storage_vault()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exascale_db_storage_vault_id (str) –
-
update_execution_action_and_wait_for_state
(execution_action_id, update_execution_action_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_execution_action()
and waits for theExecutionAction
acted upon to enter the given state(s).Parameters: - execution_action_id (str) –
(required) The execution action OCID.
- update_execution_action_details (oci.database.models.UpdateExecutionActionDetails) – (required) Request to update the properties of a execution action.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_execution_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_action_id (str) –
-
update_execution_action_and_wait_for_work_request
(execution_action_id, update_execution_action_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_execution_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - execution_action_id (str) –
(required) The execution action OCID.
- update_execution_action_details (oci.database.models.UpdateExecutionActionDetails) – (required) Request to update the properties of a execution action.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_execution_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_action_id (str) –
-
update_execution_window_and_wait_for_state
(execution_window_id, update_execution_window_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_execution_window()
and waits for theExecutionWindow
acted upon to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- update_execution_window_details (oci.database.models.UpdateExecutionWindowDetails) – (required) Request to update the properties of a execution window.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
update_execution_window_and_wait_for_work_request
(execution_window_id, update_execution_window_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_execution_window()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - execution_window_id (str) –
(required) The execution window OCID.
- update_execution_window_details (oci.database.models.UpdateExecutionWindowDetails) – (required) Request to update the properties of a execution window.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_execution_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- execution_window_id (str) –
-
update_external_container_database_and_wait_for_state
(external_container_database_id, update_external_container_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_container_database()
and waits for theExternalContainerDatabase
acted upon to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- update_external_container_database_details (oci.database.models.UpdateExternalContainerDatabaseDetails) – (required)
Request to update the properties of an
create_external_container_database_details()
resource. - wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
update_external_container_database_and_wait_for_work_request
(external_container_database_id, update_external_container_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_container_database_id (str) –
(required) The ExternalContainerDatabase OCID.
- update_external_container_database_details (oci.database.models.UpdateExternalContainerDatabaseDetails) – (required)
Request to update the properties of an
create_external_container_database_details()
resource. - work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_container_database_id (str) –
-
update_external_database_connector_and_wait_for_state
(external_database_connector_id, update_external_database_connector_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_database_connector()
and waits for theExternalDatabaseConnector
acted upon to enter the given state(s).Parameters: - external_database_connector_id (str) –
(required) The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- update_external_database_connector_details (oci.database.models.UpdateExternalDatabaseConnectorDetails) – (required) Request to update the properties of an external database connector.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_database_connector()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_database_connector_id (str) –
-
update_external_database_connector_and_wait_for_work_request
(external_database_connector_id, update_external_database_connector_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_database_connector()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_database_connector_id (str) –
(required) The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- update_external_database_connector_details (oci.database.models.UpdateExternalDatabaseConnectorDetails) – (required) Request to update the properties of an external database connector.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_database_connector()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_database_connector_id (str) –
-
update_external_non_container_database_and_wait_for_state
(external_non_container_database_id, update_external_non_container_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_non_container_database()
and waits for theExternalNonContainerDatabase
acted upon to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- update_external_non_container_database_details (oci.database.models.UpdateExternalNonContainerDatabaseDetails) – (required) Request to update the properties of an external non-container database.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_non_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
update_external_non_container_database_and_wait_for_work_request
(external_non_container_database_id, update_external_non_container_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_non_container_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_non_container_database_id (str) –
(required) The external non-container database OCID.
- update_external_non_container_database_details (oci.database.models.UpdateExternalNonContainerDatabaseDetails) – (required) Request to update the properties of an external non-container database.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_non_container_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_non_container_database_id (str) –
-
update_external_pluggable_database_and_wait_for_state
(external_pluggable_database_id, update_external_pluggable_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_pluggable_database()
and waits for theExternalPluggableDatabase
acted upon to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- update_external_pluggable_database_details (oci.database.models.UpdateExternalPluggableDatabaseDetails) – (required) Request to update the properties of an external pluggable database resource.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
update_external_pluggable_database_and_wait_for_work_request
(external_pluggable_database_id, update_external_pluggable_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_external_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - external_pluggable_database_id (str) –
(required) The ExternalPluggableDatabaseId OCID.
- update_external_pluggable_database_details (oci.database.models.UpdateExternalPluggableDatabaseDetails) – (required) Request to update the properties of an external pluggable database resource.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_external_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- external_pluggable_database_id (str) –
-
update_key_store_and_wait_for_state
(key_store_id, update_key_store_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_key_store()
and waits for theKeyStore
acted upon to enter the given state(s).Parameters: - key_store_id (str) –
(required) The OCID of the key store.
- update_key_store_details (oci.database.models.UpdateKeyStoreDetails) – (required) Request to update the attributes of a key store.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_key_store()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- key_store_id (str) –
-
update_maintenance_run_and_wait_for_state
(maintenance_run_id, update_maintenance_run_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_maintenance_run()
and waits for theMaintenanceRun
acted upon to enter the given state(s).Parameters: - maintenance_run_id (str) – (required) The maintenance run OCID.
- update_maintenance_run_details (oci.database.models.UpdateMaintenanceRunDetails) – (required) Request to update the properties of a maintenance run.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_maintenance_run()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
update_oneoff_patch_and_wait_for_state
(oneoff_patch_id, update_oneoff_patch_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_oneoff_patch()
and waits for theOneoffPatch
acted upon to enter the given state(s).Parameters: - oneoff_patch_id (str) –
(required) The one-off patch OCID.
- update_oneoff_patch_details (oci.database.models.UpdateOneoffPatchDetails) – (required) Request to update the properties of a one-off patch.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_oneoff_patch()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- oneoff_patch_id (str) –
-
update_pluggable_database_and_wait_for_state
(pluggable_database_id, update_pluggable_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_pluggable_database()
and waits for thePluggableDatabase
acted upon to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- update_pluggable_database_details (oci.database.models.UpdatePluggableDatabaseDetails) – (required) Request to perform pluggable database update.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
update_pluggable_database_and_wait_for_work_request
(pluggable_database_id, update_pluggable_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_pluggable_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - pluggable_database_id (str) –
(required) The database OCID.
- update_pluggable_database_details (oci.database.models.UpdatePluggableDatabaseDetails) – (required) Request to perform pluggable database update.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_pluggable_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- pluggable_database_id (str) –
-
update_scheduled_action_and_wait_for_state
(scheduled_action_id, update_scheduled_action_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_scheduled_action()
and waits for theScheduledAction
acted upon to enter the given state(s).Parameters: - scheduled_action_id (str) –
(required) The Scheduled Action OCID.
- update_scheduled_action_details (oci.database.models.UpdateScheduledActionDetails) – (required) Request to update the properties of a Scheduled Action.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_scheduled_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduled_action_id (str) –
-
update_scheduled_action_and_wait_for_work_request
(scheduled_action_id, update_scheduled_action_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_scheduled_action()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduled_action_id (str) –
(required) The Scheduled Action OCID.
- update_scheduled_action_details (oci.database.models.UpdateScheduledActionDetails) – (required) Request to update the properties of a Scheduled Action.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_scheduled_action()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduled_action_id (str) –
-
update_scheduling_policy_and_wait_for_state
(scheduling_policy_id, update_scheduling_policy_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_scheduling_policy()
and waits for theSchedulingPolicy
acted upon to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- update_scheduling_policy_details (oci.database.models.UpdateSchedulingPolicyDetails) – (required) Request to update the properties of a Scheduling Policy.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_scheduling_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
update_scheduling_policy_and_wait_for_work_request
(scheduling_policy_id, update_scheduling_policy_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_scheduling_policy()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- update_scheduling_policy_details (oci.database.models.UpdateSchedulingPolicyDetails) – (required) Request to update the properties of a Scheduling Policy.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_scheduling_policy()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
update_scheduling_window_and_wait_for_state
(scheduling_policy_id, scheduling_window_id, update_scheduling_window_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_scheduling_window()
and waits for theSchedulingWindow
acted upon to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- scheduling_window_id (str) –
(required) The Scheduling Window OCID.
- update_scheduling_window_details (oci.database.models.UpdateSchedulingWindowDetails) – (required) Request to update the properties of a Scheduling Window.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_scheduling_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
update_scheduling_window_and_wait_for_work_request
(scheduling_policy_id, scheduling_window_id, update_scheduling_window_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_scheduling_window()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - scheduling_policy_id (str) –
(required) The Scheduling Policy OCID.
- scheduling_window_id (str) –
(required) The Scheduling Window OCID.
- update_scheduling_window_details (oci.database.models.UpdateSchedulingWindowDetails) – (required) Request to update the properties of a Scheduling Window.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_scheduling_window()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- scheduling_policy_id (str) –
-
update_vm_cluster_and_wait_for_state
(vm_cluster_id, update_vm_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_vm_cluster()
and waits for theVmCluster
acted upon to enter the given state(s).Parameters: - vm_cluster_id (str) –
(required) The VM cluster OCID.
- update_vm_cluster_details (oci.database.models.UpdateVmClusterDetails) – (required) Request to update the attributes of a VM cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- vm_cluster_id (str) –
-
update_vm_cluster_and_wait_for_work_request
(vm_cluster_id, update_vm_cluster_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_vm_cluster()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - vm_cluster_id (str) –
(required) The VM cluster OCID.
- update_vm_cluster_details (oci.database.models.UpdateVmClusterDetails) – (required) Request to update the attributes of a VM cluster.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_vm_cluster()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- vm_cluster_id (str) –
-
update_vm_cluster_network_and_wait_for_state
(exadata_infrastructure_id, vm_cluster_network_id, update_vm_cluster_network_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_vm_cluster_network()
and waits for theVmClusterNetwork
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- update_vm_cluster_network_details (oci.database.models.UpdateVmClusterNetworkDetails) – (required) Request to update the properties of a VM cluster network.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
update_vm_cluster_network_and_wait_for_work_request
(exadata_infrastructure_id, vm_cluster_network_id, update_vm_cluster_network_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_vm_cluster_network()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- update_vm_cluster_network_details (oci.database.models.UpdateVmClusterNetworkDetails) – (required) Request to update the properties of a VM cluster network.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
upgrade_database_and_wait_for_state
(database_id, upgrade_database_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
upgrade_database()
and waits for theDatabase
acted upon to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- upgrade_database_details (oci.database.models.UpgradeDatabaseDetails) – (required) Request to perform a database upgrade.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
upgrade_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
upgrade_database_and_wait_for_work_request
(database_id, upgrade_database_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
upgrade_database()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - database_id (str) –
(required) The database OCID.
- upgrade_database_details (oci.database.models.UpgradeDatabaseDetails) – (required) Request to perform a database upgrade.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
upgrade_database()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- database_id (str) –
-
upgrade_db_system_and_wait_for_state
(db_system_id, upgrade_db_system_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
upgrade_db_system()
and waits for theDbSystem
acted upon to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- upgrade_db_system_details (oci.database.models.UpgradeDbSystemDetails) – (required) Request to perform an upgrade of the operating system and the Oracle Grid Infrastructure (GI) of the DB system.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
upgrade_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
upgrade_db_system_and_wait_for_work_request
(db_system_id, upgrade_db_system_details, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
upgrade_db_system()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB system OCID.
- upgrade_db_system_details (oci.database.models.UpgradeDbSystemDetails) – (required) Request to perform an upgrade of the operating system and the Oracle Grid Infrastructure (GI) of the DB system.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
upgrade_db_system()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- db_system_id (str) –
-
validate_vm_cluster_network_and_wait_for_state
(exadata_infrastructure_id, vm_cluster_network_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
validate_vm_cluster_network()
and waits for theVmClusterNetwork
acted upon to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
lifecycle_state
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
validate_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-
validate_vm_cluster_network_and_wait_for_work_request
(exadata_infrastructure_id, vm_cluster_network_id, work_request_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
validate_vm_cluster_network()
and waits for the oci.work_requests.models.WorkRequest to enter the given state(s).Parameters: - exadata_infrastructure_id (str) –
(required) The Exadata infrastructure OCID.
- vm_cluster_network_id (str) –
(required) The VM cluster network OCID.
- work_request_states (list[str]) – (optional)
An array of work requests states to wait on. These should be valid values for
status
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED] - operation_kwargs (dict) – A dictionary of keyword arguments to pass to
validate_vm_cluster_network()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- exadata_infrastructure_id (str) –
-