DataConnectivityManagementClientCompositeOperations

class oci.data_connectivity.DataConnectivityManagementClientCompositeOperations(client, **kwargs)

This class provides a wrapper around DataConnectivityManagementClient 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 functionality

Methods

__init__(client, **kwargs) Creates a new DataConnectivityManagementClientCompositeOperations object
change_endpoint_compartment_and_wait_for_state(…) Calls change_endpoint_compartment() and waits for the WorkRequest to enter the given state(s).
change_registry_compartment_and_wait_for_state(…) Calls change_registry_compartment() and waits for the WorkRequest to enter the given state(s).
create_endpoint_and_wait_for_state(…[, …]) Calls create_endpoint() and waits for the WorkRequest to enter the given state(s).
create_registry_and_wait_for_state(…[, …]) Calls create_registry() and waits for the WorkRequest to enter the given state(s).
delete_endpoint_and_wait_for_state(endpoint_id) Calls delete_endpoint() and waits for the WorkRequest to enter the given state(s).
delete_registry_and_wait_for_state(registry_id) Calls delete_registry() and waits for the WorkRequest to enter the given state(s).
update_endpoint_and_wait_for_state(…[, …]) Calls update_endpoint() and waits for the WorkRequest to enter the given state(s).
update_registry_and_wait_for_state(…[, …]) Calls update_registry() and waits for the WorkRequest to enter the given state(s).
validate_data_asset_network_reachablity_and_wait_for_state(…) Calls validate_data_asset_network_reachablity() and waits for the WorkRequest to enter the given state(s).
__init__(client, **kwargs)

Creates a new DataConnectivityManagementClientCompositeOperations object

Parameters:client (DataConnectivityManagementClient) – The service client which will be wrapped by this object
change_endpoint_compartment_and_wait_for_state(endpoint_id, change_endpoint_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls change_endpoint_compartment() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • endpoint_id (str) – (required) DCMS Endpoint id
  • change_endpoint_compartment_details (oci.data_connectivity.models.ChangeEndpointCompartmentDetails) – (required) The details of change compartment 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 change_endpoint_compartment()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_registry_compartment_and_wait_for_state(registry_id, change_registry_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls change_registry_compartment() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • registry_id (str) – (required) The registry Ocid.
  • change_registry_compartment_details (oci.data_connectivity.models.ChangeRegistryCompartmentDetails) – (required) The details of change compartment 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 change_registry_compartment()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_endpoint_and_wait_for_state(create_endpoint_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_endpoint() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • create_endpoint_details (oci.data_connectivity.models.CreateEndpointDetails) – (required) Details for the new Data Connectivity Management 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 create_endpoint()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_registry_and_wait_for_state(create_registry_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_registry() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • create_registry_details (oci.data_connectivity.models.CreateRegistryDetails) – (required) Details for the new Data Connectivity Management Registry.
  • 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_registry()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_endpoint_and_wait_for_state(endpoint_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls delete_endpoint() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • endpoint_id (str) – (required) DCMS Endpoint id
  • 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_endpoint()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_registry_and_wait_for_state(registry_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls delete_registry() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • registry_id (str) – (required) The registry 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_registry()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_endpoint_and_wait_for_state(endpoint_id, update_endpoint_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_endpoint() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • endpoint_id (str) – (required) DCMS Endpoint id
  • update_endpoint_details (oci.data_connectivity.models.UpdateEndpointDetails) – (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_endpoint()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_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_registry_and_wait_for_state(registry_id, update_registry_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_registry() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • registry_id (str) – (required) The registry Ocid.
  • update_registry_details (oci.data_connectivity.models.UpdateRegistryDetails) – (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_registry()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
validate_data_asset_network_reachablity_and_wait_for_state(endpoint_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls validate_data_asset_network_reachablity() and waits for the WorkRequest to enter the given state(s).

Parameters:
  • endpoint_id (str) – (required) DCMS Endpoint id
  • 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 validate_data_asset_network_reachablity()
  • waiter_kwargs (dict) – A dictionary of keyword arguments to pass to the oci.wait_until() function. For example, you could pass max_interval_seconds or max_interval_seconds as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait