DiscoveryClientCompositeOperations

class oci.cloud_bridge.DiscoveryClientCompositeOperations(client, **kwargs)

This class provides a wrapper around DiscoveryClient 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 DiscoveryClientCompositeOperations object
create_asset_source_and_wait_for_state(…) Calls create_asset_source() and waits for the WorkRequest to enter the given state(s).
create_discovery_schedule_and_wait_for_state(…) Calls create_discovery_schedule() and waits for the DiscoverySchedule acted upon to enter the given state(s).
delete_asset_source_and_wait_for_state(…) Calls delete_asset_source() and waits for the WorkRequest to enter the given state(s).
delete_discovery_schedule_and_wait_for_state(…) Calls delete_discovery_schedule() and waits for the DiscoverySchedule acted upon to enter the given state(s).
refresh_asset_source_and_wait_for_state(…) Calls refresh_asset_source() and waits for the WorkRequest to enter the given state(s).
update_asset_source_and_wait_for_state(…) Calls update_asset_source() and waits for the WorkRequest to enter the given state(s).
update_discovery_schedule_and_wait_for_state(…) Calls update_discovery_schedule() and waits for the DiscoverySchedule acted upon to enter the given state(s).
__init__(client, **kwargs)

Creates a new DiscoveryClientCompositeOperations object

Parameters:client (DiscoveryClient) – The service client which will be wrapped by this object
create_asset_source_and_wait_for_state(create_asset_source_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_asset_source_details (oci.cloud_bridge.models.CreateAssetSourceDetails) – (required) Details for the new asset source.
  • 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_asset_source()
  • 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_discovery_schedule_and_wait_for_state(create_discovery_schedule_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_discovery_schedule() and waits for the DiscoverySchedule acted upon to enter the given state(s).

Parameters:
  • create_discovery_schedule_details (oci.cloud_bridge.models.CreateDiscoveryScheduleDetails) – (required) Information about the discovery schedule being created.
  • 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_discovery_schedule()
  • 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_asset_source_and_wait_for_state(asset_source_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • asset_source_id (str) –

    (required) The OCID of the asset source.

  • 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_asset_source()
  • 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_discovery_schedule_and_wait_for_state(discovery_schedule_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls delete_discovery_schedule() and waits for the DiscoverySchedule acted upon to enter the given state(s).

Parameters:
  • discovery_schedule_id (str) –

    (required) The OCID of the discovery schedule.

  • 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_discovery_schedule()
  • 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
refresh_asset_source_and_wait_for_state(asset_source_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • asset_source_id (str) –

    (required) The OCID of the asset source.

  • 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_asset_source()
  • 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_asset_source_and_wait_for_state(asset_source_id, update_asset_source_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • asset_source_id (str) –

    (required) The OCID of the asset source.

  • update_asset_source_details (oci.cloud_bridge.models.UpdateAssetSourceDetails) – (required) Asset source 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_asset_source()
  • 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_discovery_schedule_and_wait_for_state(update_discovery_schedule_details, discovery_schedule_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_discovery_schedule() and waits for the DiscoverySchedule acted upon to enter the given state(s).

Parameters:
  • update_discovery_schedule_details (oci.cloud_bridge.models.UpdateDiscoveryScheduleDetails) – (required) Discovery schedule information to be updated.
  • discovery_schedule_id (str) –

    (required) The OCID of the discovery schedule.

  • 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_discovery_schedule()
  • 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