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_email_subdomain_and_wait_for_state(…) Calls create_email_subdomain() and waits for the EmailSubdomain acted upon 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_marketing_brand_and_wait_for_state(…) Calls create_marketing_brand() and waits for the MarketingBrand acted upon to enter the given state(s).
create_microsite_and_wait_for_state(…[, …]) Calls create_microsite() and waits for the Microsite acted upon 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_email_subdomain_and_wait_for_state(…) Calls delete_email_subdomain() 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_marketing_brand_and_wait_for_state(…) Calls delete_marketing_brand() and waits for the WorkRequest to enter the given state(s).
delete_microsite_and_wait_for_state(…[, …]) Calls delete_microsite() 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).
initiate_extract_and_wait_for_state(…[, …]) Calls initiate_extract() 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_email_subdomain_and_wait_for_state(…) Calls update_email_subdomain() and waits for the EmailSubdomain acted upon 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_marketing_brand_and_wait_for_state(…) Calls update_marketing_brand() and waits for the MarketingBrand acted upon to enter the given state(s).
update_microsite_and_wait_for_state(…[, …]) Calls update_microsite() and waits for the Microsite acted upon 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).
validate_and_configure_email_subdomain_certificate_and_wait_for_state(…) Calls validate_and_configure_email_subdomain_certificate() and waits for the WorkRequest to enter the given state(s).
validate_and_configure_email_subdomain_dns_and_wait_for_state(…) Calls validate_and_configure_email_subdomain_dns() and waits for the WorkRequest to enter the given state(s).
validate_and_configure_microsite_dns_and_wait_for_state(…) Calls validate_and_configure_microsite_dns() and waits for the WorkRequest 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_email_subdomain_and_wait_for_state(fusion_environment_id, marketing_brand_id, create_email_subdomain_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_email_subdomain() and waits for the EmailSubdomain acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • create_email_subdomain_details (oci.fusion_apps.models.CreateEmailSubdomainDetails) – (required) Details for the new email subdomain
  • 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_email_subdomain()
  • 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_marketing_brand_and_wait_for_state(fusion_environment_id, create_marketing_brand_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_marketing_brand() and waits for the MarketingBrand acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • create_marketing_brand_details (oci.fusion_apps.models.CreateMarketingBrandDetails) – (required) Details for the new MarketingBrand
  • 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_marketing_brand()
  • 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_microsite_and_wait_for_state(fusion_environment_id, marketing_brand_id, create_microsite_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls create_microsite() and waits for the Microsite acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • create_microsite_details (oci.fusion_apps.models.CreateMicrositeDetails) – (required) Details for the new microsite
  • 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_microsite()
  • 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_email_subdomain_and_wait_for_state(fusion_environment_id, marketing_brand_id, email_subdomain_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • email_subdomain_id (str) – (required) unique emailSubdomain 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_email_subdomain()
  • 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_marketing_brand_and_wait_for_state(fusion_environment_id, marketing_brand_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand 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_marketing_brand()
  • 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_microsite_and_wait_for_state(fusion_environment_id, marketing_brand_id, microsite_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • microsite_id (str) – (required) unique microsite 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_microsite()
  • 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
initiate_extract_and_wait_for_state(fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls initiate_extract() 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 initiate_extract()
  • 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_email_subdomain_and_wait_for_state(fusion_environment_id, marketing_brand_id, email_subdomain_id, update_email_subdomain_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_email_subdomain() and waits for the EmailSubdomain acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • email_subdomain_id (str) – (required) unique emailSubdomain identifier
  • update_email_subdomain_details (oci.fusion_apps.models.UpdateEmailSubdomainDetails) – (required) The information to be updated.
  • 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_email_subdomain()
  • 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_marketing_brand_and_wait_for_state(fusion_environment_id, marketing_brand_id, update_marketing_brand_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_marketing_brand() and waits for the MarketingBrand acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • update_marketing_brand_details (oci.fusion_apps.models.UpdateMarketingBrandDetails) – (required) The information to be updated.
  • 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_marketing_brand()
  • 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_microsite_and_wait_for_state(fusion_environment_id, marketing_brand_id, microsite_id, update_microsite_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

Calls update_microsite() and waits for the Microsite acted upon to enter the given state(s).

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • microsite_id (str) – (required) unique microsite identifier
  • update_microsite_details (oci.fusion_apps.models.UpdateMicrositeDetails) – (required) The information to be updated.
  • 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_microsite()
  • 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
validate_and_configure_email_subdomain_certificate_and_wait_for_state(fusion_environment_id, marketing_brand_id, email_subdomain_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • email_subdomain_id (str) – (required) unique emailSubdomain 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 validate_and_configure_email_subdomain_certificate()
  • 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_and_configure_email_subdomain_dns_and_wait_for_state(fusion_environment_id, marketing_brand_id, email_subdomain_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • email_subdomain_id (str) – (required) unique emailSubdomain 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 validate_and_configure_email_subdomain_dns()
  • 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_and_configure_microsite_dns_and_wait_for_state(fusion_environment_id, marketing_brand_id, microsite_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={})

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

Parameters:
  • fusion_environment_id (str) – (required) unique FusionEnvironment identifier
  • marketing_brand_id (str) – (required) unique brand identifier
  • microsite_id (str) – (required) unique microsite 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 validate_and_configure_microsite_dns()
  • 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