IntegrationInstanceClientCompositeOperations¶
-
class
oci.integration.
IntegrationInstanceClientCompositeOperations
(client, **kwargs)¶ This class provides a wrapper around
IntegrationInstanceClient
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 IntegrationInstanceClientCompositeOperations object
Parameters: client (IntegrationInstanceClient) – The service client which will be wrapped by this object
-
add_oracle_managed_custom_endpoint_and_wait_for_state
(add_oracle_managed_custom_endpoint_details, integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
add_oracle_managed_custom_endpoint()
and waits for theWorkRequest
to enter the given state(s).Parameters: - add_oracle_managed_custom_endpoint_details (oci.integration.models.AddOracleManagedCustomEndpointDetails) – (required) Details for enabling oracle managed custom endpoint.
- integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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_oracle_managed_custom_endpoint()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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_integration_instance_compartment_and_wait_for_state
(integration_instance_id, change_integration_instance_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_integration_instance_compartment()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- change_integration_instance_compartment_details (oci.integration.models.ChangeIntegrationInstanceCompartmentDetails) – (required) Details for the update integration instance
- 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_integration_instance_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_integration_instance_network_endpoint_and_wait_for_state
(integration_instance_id, change_integration_instance_network_endpoint_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_integration_instance_network_endpoint()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- change_integration_instance_network_endpoint_details (oci.integration.models.ChangeIntegrationInstanceNetworkEndpointDetails) – (required) Details for the updated Integration instance network endpoint
- 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_integration_instance_network_endpoint()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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_private_endpoint_outbound_connection_and_wait_for_state
(integration_instance_id, change_private_endpoint_outbound_connection_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
change_private_endpoint_outbound_connection()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- change_private_endpoint_outbound_connection_details (oci.integration.models.ChangePrivateEndpointOutboundConnectionDetails) – (required) Details for private endpoint outbound connection.
- 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_private_endpoint_outbound_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_integration_instance_and_wait_for_state
(create_integration_instance_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
create_integration_instance()
and waits for theWorkRequest
to enter the given state(s).Parameters: - create_integration_instance_details (oci.integration.models.CreateIntegrationInstanceDetails) – (required) Details for the new Integration Instance.
- 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_integration_instance()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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_integration_instance_and_wait_for_state
(integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
delete_integration_instance()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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_integration_instance()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
disaster_recovery_failover_and_wait_for_state
(integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
disaster_recovery_failover()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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
disaster_recovery_failover()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
enable_process_automation_and_wait_for_state
(integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
enable_process_automation()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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
enable_process_automation()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
extend_data_retention_and_wait_for_state
(integration_instance_id, extend_data_retention_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
extend_data_retention()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- extend_data_retention_details (oci.integration.models.ExtendDataRetentionDetails) – (required) Extend Data Retention period for integration instance.
- 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
extend_data_retention()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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_oracle_managed_custom_endpoint_and_wait_for_state
(integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
remove_oracle_managed_custom_endpoint()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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
remove_oracle_managed_custom_endpoint()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
start_integration_instance_and_wait_for_state
(integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
start_integration_instance()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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_integration_instance()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-
stop_integration_instance_and_wait_for_state
(integration_instance_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
stop_integration_instance()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- 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_integration_instance()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_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_integration_instance_and_wait_for_state
(integration_instance_id, update_integration_instance_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})¶ Calls
update_integration_instance()
and waits for theWorkRequest
to enter the given state(s).Parameters: - integration_instance_id (str) – (required) Unique Integration Instance identifier.
- update_integration_instance_details (oci.integration.models.UpdateIntegrationInstanceDetails) – (required) The information to be updated.
- 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_integration_instance()
- waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the
oci.wait_until()
function. For example, you could passmax_interval_seconds
ormax_interval_seconds
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
-