FusionApplicationsClientCompositeOperations

class oci.fusion_apps.FusionApplicationsClientCompositeOperations(client, **kwargs)

This class provides a wrapper around FusionApplicationsClient 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 FusionApplicationsClientCompositeOperations object
change_fusion_environment_compartment_and_wait_for_state(…) Calls change_fusion_environment_compartment() and waits for the WorkRequest to enter the given state(s).
change_fusion_environment_family_compartment_and_wait_for_state(…) Calls change_fusion_environment_family_compartment() and waits for the WorkRequest to enter the given state(s).
create_data_masking_activity_and_wait_for_state(…) Calls create_data_masking_activity() and waits for the WorkRequest to enter the given state(s).
create_fusion_environment_admin_user_and_wait_for_state(…) Calls create_fusion_environment_admin_user() and waits for the WorkRequest to enter the given state(s).
create_fusion_environment_and_wait_for_state(…) Calls create_fusion_environment() and waits for the WorkRequest to enter the given state(s).
create_fusion_environment_family_and_wait_for_state(…) Calls create_fusion_environment_family() and waits for the WorkRequest to enter the given state(s).
create_refresh_activity_and_wait_for_state(…) Calls create_refresh_activity() and waits for the WorkRequest to enter the given state(s).
create_service_attachment_and_wait_for_state(…) Calls create_service_attachment() and waits for the WorkRequest to enter the given state(s).
delete_fusion_environment_admin_user_and_wait_for_state(…) Calls delete_fusion_environment_admin_user() and waits for the WorkRequest to enter the given state(s).
delete_fusion_environment_and_wait_for_state(…) Calls delete_fusion_environment() and waits for the WorkRequest to enter the given state(s).
delete_fusion_environment_family_and_wait_for_state(…) Calls delete_fusion_environment_family() and waits for the WorkRequest to enter the given state(s).
delete_refresh_activity_and_wait_for_state(…) Calls delete_refresh_activity() and waits for the WorkRequest to enter the given state(s).
delete_service_attachment_and_wait_for_state(…) Calls delete_service_attachment() and waits for the WorkRequest to enter the given state(s).
reset_fusion_environment_password_and_wait_for_state(…) Calls reset_fusion_environment_password() and waits for the WorkRequest to enter the given state(s).
update_fusion_environment_and_wait_for_state(…) Calls update_fusion_environment() and waits for the WorkRequest to enter the given state(s).
update_fusion_environment_family_and_wait_for_state(…) Calls update_fusion_environment_family() and waits for the WorkRequest to enter the given state(s).
update_refresh_activity_and_wait_for_state(…) Calls update_refresh_activity() and waits for the RefreshActivity acted upon to enter the given state(s).
__init__(client, **kwargs)

Creates a new FusionApplicationsClientCompositeOperations object

Parameters:client (FusionApplicationsClient) – The service client which will be wrapped by this object
change_fusion_environment_compartment_and_wait_for_state(fusion_environment_id, change_fusion_environment_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • change_fusion_environment_compartment_details (oci.fusion_apps.models.ChangeFusionEnvironmentCompartmentDetails) – (required) The details of change compartment request.
  • 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_fusion_environment_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_fusion_environment_family_compartment_and_wait_for_state(fusion_environment_family_id, change_fusion_environment_family_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_family_id (str) – (required) The unique identifier (OCID) of the FusionEnvironmentFamily.
  • change_fusion_environment_family_compartment_details (oci.fusion_apps.models.ChangeFusionEnvironmentFamilyCompartmentDetails) – (required) Details for the compartment move.
  • 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_fusion_environment_family_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_data_masking_activity_and_wait_for_state(fusion_environment_id, create_data_masking_activity_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • create_data_masking_activity_details (oci.fusion_apps.models.CreateDataMaskingActivityDetails) – (required) Details for the new DataMaskingActivity.
  • 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_data_masking_activity()
  • 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_fusion_environment_admin_user_and_wait_for_state(create_fusion_environment_admin_user_details, fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_fusion_environment_admin_user_details (oci.fusion_apps.models.CreateFusionEnvironmentAdminUserDetails) – (required) The admin user to be created.
  • fusion_environment_id (str) – (required) unique FusionEnvironment 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 create_fusion_environment_admin_user()
  • 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_fusion_environment_and_wait_for_state(create_fusion_environment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_fusion_environment_details (oci.fusion_apps.models.CreateFusionEnvironmentDetails) – (required) Details for the new FusionEnvironment.
  • 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_fusion_environment()
  • 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_fusion_environment_family_and_wait_for_state(create_fusion_environment_family_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_fusion_environment_family_details (oci.fusion_apps.models.CreateFusionEnvironmentFamilyDetails) – (required) Details for the new FusionEnvironmentFamily.
  • 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_fusion_environment_family()
  • 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_refresh_activity_and_wait_for_state(fusion_environment_id, create_refresh_activity_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • create_refresh_activity_details (oci.fusion_apps.models.CreateRefreshActivityDetails) – (required) Details for the new RefreshActivity.
  • 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_refresh_activity()
  • 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_service_attachment_and_wait_for_state(create_service_attachment_details, fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • create_service_attachment_details (oci.fusion_apps.models.CreateServiceAttachmentDetails) – (required) Details for the service attachment.
  • fusion_environment_id (str) – (required) unique FusionEnvironment 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 create_service_attachment()
  • 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_fusion_environment_admin_user_and_wait_for_state(admin_username, fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • admin_username (str) – (required) The admin user name for the fusion environment.
  • fusion_environment_id (str) – (required) unique FusionEnvironment 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_fusion_environment_admin_user()
  • 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_fusion_environment_and_wait_for_state(fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment 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_fusion_environment()
  • 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_fusion_environment_family_and_wait_for_state(fusion_environment_family_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_family_id (str) – (required) The unique identifier (OCID) of the FusionEnvironmentFamily.
  • 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_fusion_environment_family()
  • 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_refresh_activity_and_wait_for_state(fusion_environment_id, refresh_activity_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • refresh_activity_id (str) – (required) The unique identifier (OCID) of the Refresh activity.
  • 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_refresh_activity()
  • 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_service_attachment_and_wait_for_state(fusion_environment_id, service_attachment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • service_attachment_id (str) – (required) OCID of the Service Attachment
  • 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_service_attachment()
  • 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
reset_fusion_environment_password_and_wait_for_state(reset_fusion_environment_password_details, fusion_environment_id, admin_username, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • reset_fusion_environment_password_details (oci.fusion_apps.models.ResetFusionEnvironmentPasswordDetails) – (required) The information to be updated.
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • admin_username (str) – (required) The admin user name for the fusion environment.
  • 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 reset_fusion_environment_password()
  • 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_fusion_environment_and_wait_for_state(fusion_environment_id, update_fusion_environment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • update_fusion_environment_details (oci.fusion_apps.models.UpdateFusionEnvironmentDetails) – (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_fusion_environment()
  • 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_fusion_environment_family_and_wait_for_state(fusion_environment_family_id, update_fusion_environment_family_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_family_id (str) – (required) The unique identifier (OCID) of the FusionEnvironmentFamily.
  • update_fusion_environment_family_details (oci.fusion_apps.models.UpdateFusionEnvironmentFamilyDetails) – (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_fusion_environment_family()
  • 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_refresh_activity_and_wait_for_state(fusion_environment_id, refresh_activity_id, update_refresh_activity_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_refresh_activity() and waits for the RefreshActivity acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • refresh_activity_id (str) – (required) The unique identifier (OCID) of the Refresh activity.
  • update_refresh_activity_details (oci.fusion_apps.models.UpdateRefreshActivityDetails) – (required) Details for the updating scheduled RefreshActivity.
  • 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_refresh_activity()
  • 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