DbMulticloudGCPProviderClientCompositeOperations¶
-
class
oci.dbmulticloud.
DbMulticloudGCPProviderClientCompositeOperations
(client, **kwargs)¶ This class provides a wrapper around
DbMulticloudGCPProviderClient
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 DbMulticloudGCPProviderClientCompositeOperations object
Parameters: client (DbMulticloudGCPProviderClient) – The service client which will be wrapped by this object
-
change_oracle_db_gcp_identity_connector_compartment_and_wait_for_state
(oracle_db_gcp_identity_connector_id, change_oracle_db_gcp_identity_connector_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_oracle_db_gcp_identity_connector_compartment()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_identity_connector_id (str) –
(required) The OCID of the Oracle DB GCP Identity Configuration Resource.
- change_oracle_db_gcp_identity_connector_compartment_details (oci.dbmulticloud.models.ChangeOracleDbGcpIdentityConnectorCompartmentDetails) – (required) Moves the Oracle DB GCP Identity Connector resource into a different compartment.
- 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
change_oracle_db_gcp_identity_connector_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
- oracle_db_gcp_identity_connector_id (str) –
-
change_oracle_db_gcp_key_ring_compartment_and_wait_for_state
(oracle_db_gcp_key_ring_id, change_oracle_db_gcp_key_ring_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_oracle_db_gcp_key_ring_compartment()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_key_ring_id (str) –
(required) The OCID of the Oracle DB GCP Key-Ring resource.
- change_oracle_db_gcp_key_ring_compartment_details (oci.dbmulticloud.models.ChangeOracleDbGcpKeyRingCompartmentDetails) – (required) Moves the GCP Key Ring resource into a different compartment.
- 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
change_oracle_db_gcp_key_ring_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
- oracle_db_gcp_key_ring_id (str) –
-
create_oracle_db_gcp_identity_connector_and_wait_for_state
(create_oracle_db_gcp_identity_connector_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_oracle_db_gcp_identity_connector()
and waits for theWorkRequest
to enter the given state(s).Parameters: - create_oracle_db_gcp_identity_connector_details (oci.dbmulticloud.models.CreateOracleDbGcpIdentityConnectorDetails) – (required) Details for to Create Oracle DB GCP Identity Connector resource.
- 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_oracle_db_gcp_identity_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_oracle_db_gcp_key_ring_and_wait_for_state
(create_oracle_db_gcp_key_ring_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_oracle_db_gcp_key_ring()
and waits for theWorkRequest
to enter the given state(s).Parameters: - create_oracle_db_gcp_key_ring_details (oci.dbmulticloud.models.CreateOracleDbGcpKeyRingDetails) – (required) Details for to Create GCP Key Ring Details.
- 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_oracle_db_gcp_key_ring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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_oracle_db_gcp_identity_connector_and_wait_for_state
(oracle_db_gcp_identity_connector_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_oracle_db_gcp_identity_connector()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_identity_connector_id (str) –
(required) The OCID of the Oracle DB GCP Identity Configuration Resource.
- 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_oracle_db_gcp_identity_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
- oracle_db_gcp_identity_connector_id (str) –
-
delete_oracle_db_gcp_key_ring_and_wait_for_state
(oracle_db_gcp_key_ring_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_oracle_db_gcp_key_ring()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_key_ring_id (str) –
(required) The OCID of the Oracle DB GCP Key-Ring resource.
- 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_oracle_db_gcp_key_ring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- oracle_db_gcp_key_ring_id (str) –
-
refresh_oracle_db_gcp_identity_connector_and_wait_for_state
(oracle_db_gcp_identity_connector_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
refresh_oracle_db_gcp_identity_connector()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_identity_connector_id (str) –
(required) The OCID of the Oracle DB GCP Identity Configuration Resource.
- 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
refresh_oracle_db_gcp_identity_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
- oracle_db_gcp_identity_connector_id (str) –
-
refresh_oracle_db_gcp_key_ring_and_wait_for_state
(oracle_db_gcp_key_ring_id, refresh_oracle_db_gcp_key_ring_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
refresh_oracle_db_gcp_key_ring()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_key_ring_id (str) –
(required) The OCID of the Oracle DB GCP Key-Ring resource.
- refresh_oracle_db_gcp_key_ring_details (oci.dbmulticloud.models.RefreshOracleDbGcpKeyRingDetails) – (required) Details for to refresh Oracle DD GCP Key Ring.
- 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
refresh_oracle_db_gcp_key_ring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- oracle_db_gcp_key_ring_id (str) –
-
update_oracle_db_gcp_identity_connector_and_wait_for_state
(oracle_db_gcp_identity_connector_id, update_oracle_db_gcp_identity_connector_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_oracle_db_gcp_identity_connector()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_identity_connector_id (str) –
(required) The OCID of the Oracle DB GCP Identity Configuration Resource.
- update_oracle_db_gcp_identity_connector_details (oci.dbmulticloud.models.UpdateOracleDbGcpIdentityConnectorDetails) – (required) Details for to update OracleDbGcpIdentityConnector.
- 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_oracle_db_gcp_identity_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
- oracle_db_gcp_identity_connector_id (str) –
-
update_oracle_db_gcp_key_ring_and_wait_for_state
(oracle_db_gcp_key_ring_id, update_oracle_db_gcp_key_ring_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_oracle_db_gcp_key_ring()
and waits for theWorkRequest
to enter the given state(s).Parameters: - oracle_db_gcp_key_ring_id (str) –
(required) The OCID of the Oracle DB GCP Key-Ring resource.
- update_oracle_db_gcp_key_ring_details (oci.dbmulticloud.models.UpdateOracleDbGcpKeyRingDetails) – (required) Details for to update OracleDbGcpKeyRing.
- 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_oracle_db_gcp_key_ring()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
- oracle_db_gcp_key_ring_id (str) –
-