DbSystemClientCompositeOperations¶
-
class
oci.mysql.
DbSystemClientCompositeOperations
(client, **kwargs)¶ This class provides a wrapper around
DbSystemClient
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, **kwargs)¶ Creates a new DbSystemClientCompositeOperations object
Parameters: client (DbSystemClient) – The service client which will be wrapped by this object
-
add_heat_wave_cluster_and_wait_for_state
(db_system_id, add_heat_wave_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_heat_wave_cluster()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- add_heat_wave_cluster_details (oci.mysql.models.AddHeatWaveClusterDetails) – (required) Request to add a HeatWave cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
add_heat_wave_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
- db_system_id (str) –
-
create_db_system_and_wait_for_state
(create_db_system_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_db_system()
and waits for theWorkRequest
to enter the given state(s).Parameters: - create_db_system_details (oci.mysql.models.CreateDbSystemDetails) – (required) Request to create a DB System.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
create_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
-
delete_db_system_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_db_system()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_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) –
-
delete_heat_wave_cluster_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_heat_wave_cluster()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
delete_heat_wave_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
- db_system_id (str) –
-
generate_heat_wave_cluster_memory_estimate_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
generate_heat_wave_cluster_memory_estimate()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
generate_heat_wave_cluster_memory_estimate()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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) –
-
restart_db_system_and_wait_for_state
(db_system_id, restart_db_system_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restart_db_system()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- restart_db_system_details (oci.mysql.models.RestartDbSystemDetails) – (required) Optional parameters for the stop portion of the restart action.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restart_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) –
-
restart_heat_wave_cluster_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
restart_heat_wave_cluster()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
restart_heat_wave_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
- db_system_id (str) –
-
start_db_system_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_db_system()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
start_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) –
-
start_heat_wave_cluster_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_heat_wave_cluster()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
start_heat_wave_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
- db_system_id (str) –
-
stop_db_system_and_wait_for_state
(db_system_id, stop_db_system_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_db_system()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- stop_db_system_details (oci.mysql.models.StopDbSystemDetails) – (required) Optional parameters for the stop action.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
stop_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) –
-
stop_heat_wave_cluster_and_wait_for_state
(db_system_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_heat_wave_cluster()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
stop_heat_wave_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
- db_system_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 theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- update_db_system_details (oci.mysql.models.UpdateDbSystemDetails) – (required) Request to update a DB System.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- 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_heat_wave_cluster_and_wait_for_state
(db_system_id, update_heat_wave_cluster_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_heat_wave_cluster()
and waits for theWorkRequest
to enter the given state(s).Parameters: - db_system_id (str) –
(required) The DB System OCID.
- update_heat_wave_cluster_details (oci.mysql.models.UpdateHeatWaveClusterDetails) – (required) Request to update a HeatWave cluster.
- wait_for_states (list[str]) – An array of states to wait on. These should be valid values for
status
- operation_kwargs (dict) – A dictionary of keyword arguments to pass to
update_heat_wave_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
- db_system_id (str) –
-